summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: refactor end_bio_extent_readpage code flowChristoph Hellwig2022-07-251-46/+40
* btrfs: factor out a helper to end a single sector buffer I/OChristoph Hellwig2022-07-251-11/+15
* btrfs: remove duplicated parameters from submit_data_read_repair()Qu Wenruo2022-07-251-17/+11
* btrfs: introduce a data checksum checking helperQu Wenruo2022-07-253-19/+34
* btrfs: quit early if the fs has no RAID56 support for raid56 related checksQu Wenruo2022-07-251-0/+6
* btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong2022-07-252-5/+5
* btrfs: zoned: fix comment description for sb_write_pointer logicPankaj Raghav2022-07-251-3/+3
* btrfs: fix typos in commentsDavid Sterba2022-07-2510-11/+11
* Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-169-256/+340
|\
| * Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba2022-07-154-44/+50
| * Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba2022-07-151-18/+22
| * Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba2022-07-154-55/+97
| * Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba2022-07-156-139/+171
* | Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-112-21/+27
|\|
| * btrfs: zoned: drop optimization of zone finishNaohiro Aota2022-07-081-15/+6
| * btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig2022-07-081-5/+8
| * btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana2022-07-081-1/+13
* | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-2610-27/+145
|\|
| * btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik2022-06-211-15/+52
| * btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell2022-06-211-3/+0
| * btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota2022-06-211-1/+2
| * btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota2022-06-215-2/+53
| * btrfs: do not BUG_ON() on failure to migrate space when replacing extentsFilipe Manana2022-06-211-2/+4
| * btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana2022-06-214-0/+23
| * btrfs: fix race between reflinking and ordered extent completionFilipe Manana2022-06-211-4/+11
* | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-212-9/+51
|\|
| * btrfs: add error messages to all unrecognized mount optionsDavid Sterba2022-06-071-7/+32
| * btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo2022-06-061-0/+8
| * btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana2022-06-061-2/+11
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-259-44/+47
|\ \
| * | btrfs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-104-26/+26
| * | mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-097-13/+15
| * | fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-082-3/+5
* | | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-2556-4159/+4411
|\ \ \ | | |/ | |/|
| * | btrfs: zoned: introduce a minimal zone size 4M and reject mountJohannes Thumshirn2022-05-171-3/+12
| * | btrfs: allow defrag to convert inline extents to regular extentsQu Wenruo2022-05-171-2/+22
| * | btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-05-171-2/+2
| * | btrfs: do not account twice for inode ref when reserving metadata unitsFilipe Manana2022-05-171-2/+5
| * | btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota2022-05-171-1/+1
| * | btrfs: send: avoid trashing the page cacheFilipe Manana2022-05-171-3/+82
| * | btrfs: send: keep the current inode open while processing itFilipe Manana2022-05-161-19/+35
| * | btrfs: allocate the btrfs_dio_private as part of the iomap dio bioChristoph Hellwig2022-05-161-58/+35
| * | btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig2022-05-163-25/+24
| * | btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig2022-05-162-2/+0
| * | btrfs: allocate dio_data on stackChristoph Hellwig2022-05-161-23/+11
| * | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-1/+1
| * | btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig2022-05-163-8/+12
| * | btrfs: zoned: zone finish unused block groupNaohiro Aota2022-05-161-0/+8