aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-256/+340
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"Gravatar David Sterba 4-44/+50
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"Gravatar David Sterba 1-18/+22
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"Gravatar David Sterba 4-55/+97
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"Gravatar David Sterba 6-139/+171
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-21/+27
2022-07-08btrfs: zoned: drop optimization of zone finishGravatar Naohiro Aota 1-15/+6
2022-07-08btrfs: zoned: fix a leaked bioc in read_zone_infoGravatar Christoph Hellwig 1-5/+8
2022-07-08btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Gravatar Filipe Manana 1-1/+13
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-27/+145
2022-06-21Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-9/+51
2022-06-21btrfs: fix deadlock with fsync+fiemap+transaction commitGravatar Josef Bacik 1-15/+52
2022-06-21btrfs: don't set lock_owner when locking extent buffer for readingGravatar Zygo Blaxell 1-3/+0
2022-06-21btrfs: zoned: fix critical section of relocation inode writebackGravatar Naohiro Aota 1-1/+2
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGGravatar Naohiro Aota 5-2/+53
2022-06-21btrfs: do not BUG_ON() on failure to migrate space when replacing extentsGravatar Filipe Manana 1-2/+4
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsGravatar Filipe Manana 4-0/+23
2022-06-21btrfs: fix race between reflinking and ordered extent completionGravatar Filipe Manana 1-4/+11
2022-06-07btrfs: add error messages to all unrecognized mount optionsGravatar David Sterba 1-7/+32
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountGravatar Qu Wenruo 1-0/+8
2022-06-06btrfs: fix hang during unmount when block group reclaim task is runningGravatar Filipe Manana 1-2/+11
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 9-44/+47
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 56-4159/+4411
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+6
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-34/+19
2022-05-17btrfs: zoned: introduce a minimal zone size 4M and reject mountGravatar Johannes Thumshirn 1-3/+12
2022-05-17btrfs: allow defrag to convert inline extents to regular extentsGravatar Qu Wenruo 1-2/+22
2022-05-17btrfs: add "0x" prefix for unsupported optional featuresGravatar Qu Wenruo 1-2/+2
2022-05-17btrfs: do not account twice for inode ref when reserving metadata unitsGravatar Filipe Manana 1-2/+5
2022-05-17btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerGravatar Naohiro Aota 1-1/+1
2022-05-17btrfs: send: avoid trashing the page cacheGravatar Filipe Manana 1-3/+82
2022-05-16btrfs: send: keep the current inode open while processing itGravatar Filipe Manana 1-19/+35
2022-05-16btrfs: allocate the btrfs_dio_private as part of the iomap dio bioGravatar Christoph Hellwig 1-58/+35
2022-05-16btrfs: move struct btrfs_dio_private to inode.cGravatar Christoph Hellwig 3-25/+24
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateGravatar Christoph Hellwig 2-2/+0
2022-05-16btrfs: allocate dio_data on stackGravatar Christoph Hellwig 1-23/+11
2022-05-16iomap: add per-iomap_iter private dataGravatar Christoph Hellwig 1-1/+1
2022-05-16btrfs: add a btrfs_dio_rw wrapperGravatar Christoph Hellwig 3-8/+12
2022-05-16btrfs: zoned: zone finish unused block groupGravatar Naohiro Aota 1-0/+8
2022-05-16btrfs: zoned: properly finish block group on metadata writeGravatar Naohiro Aota 5-6/+39
2022-05-16btrfs: zoned: finish block group when there are no more allocatable bytes leftGravatar Naohiro Aota 1-1/+10
2022-05-16btrfs: zoned: consolidate zone finish functionsGravatar Naohiro Aota 1-73/+64
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullGravatar Naohiro Aota 3-3/+8
2022-05-16btrfs: improve error reporting in lookup_inline_extent_backrefGravatar Nikolay Borisov 1-1/+7
2022-05-16btrfs: rename bio_ctrl::bio_flags to compress_typeGravatar David Sterba 1-10/+10
2022-05-16btrfs: rename bio_flags in parameters and switch typeGravatar David Sterba 4-19/+21
2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeGravatar David Sterba 2-4/+5
2022-05-16btrfs: open code extent_set_compress_type helpersGravatar David Sterba 2-16/+3
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsGravatar David Sterba 3-17/+9
2022-05-16btrfs: remove trivial helper update_nr_writtenGravatar David Sterba 1-9/+3