summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
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-04-24Btrfs: 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: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-15Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-1/+0
2020-02-15btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-02-15btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2019-12-31btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-05-16Btrfs: fix missing delayed iputs on unmountOmar Sandoval1-36/+15
2019-01-23btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2018-12-08btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2018-12-05btrfs: tree-checker: Fix false panic for sanity testQu Wenruo1-2/+8
2018-12-05btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo1-281/+4
2018-12-05btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2018-12-05btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo1-0/+103
2018-12-05btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2018-12-05btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2018-11-21btrfs: fix pinned underflow after transaction abortedLu Fengqi1-1/+11
2018-09-05btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-06-11btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain1-1/+2
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney1-1/+1
2018-05-30Btrfs: clean up resources during umount after trans is abortedLiu Bo1-1/+2
2018-05-22btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov1-11/+15
2018-04-26btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain1-2/+4
2018-02-25Btrfs: disable FUA if mounted with nobarrierOmar Sandoval1-7/+5
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+8
2017-09-26Btrfs: do not backup tree roots when fsyncLiu Bo1-1/+8
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+6
2017-09-15Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-148/+94
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-22btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba1-2/+3
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg1-4/+2
2017-08-21btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi1-1/+1
2017-08-18btrfs: use appropriate define for the fsidAnand Jain1-3/+3
2017-08-16btrfs: drop chunk locks at the end of close_ctreeDavid Sterba1-2/+0
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-1/+1
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba1-5/+6
2017-08-16btrfs: split write_dev_supers to two functionsDavid Sterba1-56/+73
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-1/+1
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo1-54/+0
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo1-13/+3
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo1-8/+3
2017-08-15btrfs: Add zstd supportNick Terrell1-0/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-6/+6
2017-07-15Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba1-0/+1