summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorLines
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+145
2022-06-21Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+51
2022-06-21btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik-15/+52
2022-06-21btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell-3/+0
2022-06-21btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota-1/+2
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota-2/+53
2022-06-21btrfs: do not BUG_ON() on failure to migrate space when replacing extentsFilipe Manana-2/+4
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana-0/+23
2022-06-21btrfs: fix race between reflinking and ordered extent completionFilipe Manana-4/+11
2022-06-07btrfs: add error messages to all unrecognized mount optionsDavid Sterba-7/+32
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo-0/+8
2022-06-06btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana-2/+11
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-44/+47
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds-4159/+4411
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+6
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-34/+19
2022-05-17btrfs: zoned: introduce a minimal zone size 4M and reject mountJohannes Thumshirn-3/+12
2022-05-17btrfs: allow defrag to convert inline extents to regular extentsQu Wenruo-2/+22
2022-05-17btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo-2/+2
2022-05-17btrfs: do not account twice for inode ref when reserving metadata unitsFilipe Manana-2/+5
2022-05-17btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota-1/+1
2022-05-17btrfs: send: avoid trashing the page cacheFilipe Manana-3/+82
2022-05-16btrfs: send: keep the current inode open while processing itFilipe Manana-19/+35
2022-05-16btrfs: allocate the btrfs_dio_private as part of the iomap dio bioChristoph Hellwig-58/+35
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig-25/+24
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig-2/+0
2022-05-16btrfs: allocate dio_data on stackChristoph Hellwig-23/+11
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig-1/+1
2022-05-16btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig-8/+12
2022-05-16btrfs: zoned: zone finish unused block groupNaohiro Aota-0/+8
2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota-6/+39
2022-05-16btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota-1/+10
2022-05-16btrfs: zoned: consolidate zone finish functionsNaohiro Aota-73/+64
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota-3/+8
2022-05-16btrfs: improve error reporting in lookup_inline_extent_backrefNikolay Borisov-1/+7
2022-05-16btrfs: rename bio_ctrl::bio_flags to compress_typeDavid Sterba-10/+10
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba-19/+21
2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba-4/+5
2022-05-16btrfs: open code extent_set_compress_type helpersDavid Sterba-16/+3
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba-17/+9
2022-05-16btrfs: remove trivial helper update_nr_writtenDavid Sterba-9/+3
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba-7/+5
2022-05-16btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba-8/+3
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba-6/+5
2022-05-16btrfs: fix deadlock between concurrent dio writes when low on free data spaceFilipe Manana-17/+65
2022-05-16btrfs: derive compression type from extent map during readsGoldwyn Rodrigues-8/+7
2022-05-16btrfs: scrub: move scrub_remap_extent() call into scrub_extent()Qu Wenruo-27/+35
2022-05-16btrfs: scrub: use find_first_extent_item to for extent item searchQu Wenruo-73/+25
2022-05-16btrfs: scrub: refactor scrub_raid56_parity()Qu Wenruo-181/+164
2022-05-16btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrubQu Wenruo-226/+21