summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30btrfs: use nofs when cleaning up aborted transactionsJosef Bacik1-0/+9
2022-08-25btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo1-0/+14
2022-06-14btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui1-1/+13
2021-11-26btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain1-1/+2
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana1-0/+1
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-06-22btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo1-0/+10
2020-04-17btrfs: set update the uuid generation as soon as possibleJosef Bacik1-2/+12
2020-04-17Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana1-0/+13
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik1-0/+1
2020-02-19btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-11btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-02-11btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-1/+0
2019-12-31btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-12-05Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana1-2/+5
2019-05-22btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov1-6/+11
2019-05-22btrfs: Check the first key and level for cached extent bufferQu Wenruo1-5/+5
2019-03-23Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana1-0/+8
2019-01-22btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2018-12-21Btrfs: fix missing delayed iputs on unmountOmar Sandoval1-36/+15
2018-12-05btrfs: Always try all copies when reading extent buffersNikolay Borisov1-10/+1
2018-11-21btrfs: fix pinned underflow after transaction abortedLu Fengqi1-1/+11
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko1-0/+1
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo1-0/+7
2018-08-06btrfs: merge free_fs_root helpersDavid Sterba1-11/+5
2018-08-06btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba1-2/+0
2018-08-06btrfs: remove unused member btrfs_root::nameDavid Sterba1-2/+0
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba1-1/+0
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba1-2/+0
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba1-7/+0
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba1-25/+3
2018-08-06btrfs: remove unused member async_submit_bio::bio_flagsDavid Sterba1-2/+0
2018-08-06btrfs: remove unused member async_submit_bio::fs_infoDavid Sterba1-2/+0
2018-08-06btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov1-2/+2
2018-08-06btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-08-06btrfs: prune unused includesDavid Sterba1-2/+0
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-1/+1
2018-08-06btrfs: print more details when checking tree block finds a problemSu Yue1-4/+4
2018-08-06btrfs: use monotonic time for transaction handlingArnd Bergmann1-1/+1
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov1-14/+0
2018-08-06btrfs: replace get_seconds with new 64bit time APIAllen Pais1-2/+2
2018-05-30Btrfs: add parent_transid parameter to veirfy_level_keyLiu Bo1-6/+7
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval1-9/+0
2018-05-28btrfs: Do super block verification before writing it to diskQu Wenruo1-0/+43
2018-05-28btrfs: Refactor btrfs_check_super_validQu Wenruo1-4/+25
2018-05-28btrfs: Move btrfs_check_super_valid() to avoid forward declarationQu Wenruo1-150/+149
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain1-1/+1