summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2023-12-13Revert "btrfs: add dmesg output for first mount and last unmount of a filesys...Greg Kroah-Hartman
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-09-23btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-08-11btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo
2023-05-30btrfs: use nofs when cleaning up aborted transactionsJosef Bacik
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: print checksum type and implementation at mount timeDavid Sterba
2022-08-25btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo
2022-06-14btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui
2021-11-17btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain
2021-09-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-08-15btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2021-08-15btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo
2021-08-15btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2020-10-01btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo
2020-04-17btrfs: set update the uuid generation as soon as possibleJosef Bacik
2020-04-17Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik
2020-02-28btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-02-19btrfs: print message when tree-log replay startsDavid Sterba
2020-02-11btrfs: free block groups after free'ing fs treesJosef Bacik
2020-02-11btrfs: use bool argument in free_root_pointers()Anand Jain
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-01-09btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-12-31btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2019-10-15btrfs: don't needlessly create extent-refs kernel threadDavid Sterba
2019-09-09btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo
2019-09-09btrfs: Make reada_tree_block_flagged privateNikolay Borisov
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana
2019-07-17btrfs: free checksum hash on in close_ctreeJohannes Thumshirn
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn
2019-07-01btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn
2019-07-01btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsJohannes Thumshirn
2019-07-01btrfs: check for supported superblock checksum type before checksum validationJohannes Thumshirn
2019-07-01btrfs: add common checksum type validationJohannes Thumshirn
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-29btrfs: track DIO bytes in flightJosef Bacik