summaryrefslogtreecommitdiff
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-0/+2
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-06-271-0/+2
| * 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 branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell2022-06-282-40/+27
|\ \ \
| * | | btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)2022-06-261-17/+9
| * | | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-06-261-1/+1
| * | | btrfs: Convert btree_migratepage to migrate_folioMatthew Wilcox (Oracle)2022-06-261-12/+10
| * | | btrfs: Use a folio in wait_dev_supers()Matthew Wilcox (Oracle)2022-06-261-11/+8
| |/ /
| * | 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 branch 'ext/hch/bio-submit-v2' into for-next-next-v5.19-20220622David Sterba2022-06-229-247/+206
|\ \ \
| * | | btrfs: remove bioc->stripes_pendingChristoph Hellwig2022-06-222-53/+48
| * | | btrfs: do not return errors from btrfs_submit_dio_bioChristoph Hellwig2022-06-221-14/+9
| * | | btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig2022-06-223-30/+36
| * | | btrfs: simplify sync/async submission in btrfs_submit_data_write_bioChristoph Hellwig2022-06-221-16/+13
| * | | btrfs: raid56: transfer the bio counter reference to the raid submission helpersChristoph Hellwig2022-06-222-18/+13
| * | | btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig2022-06-224-34/+21
| * | | btrfs: do not return errors from raid56_parity_writeChristoph Hellwig2022-06-223-10/+17
| * | | btrfs: do not return errors from btrfs_map_bioChristoph Hellwig2022-06-225-39/+30
| * | | btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()Qu Wenruo2022-06-221-1/+4
| * | | btrfs: raid56: use fix stripe length everywhereChristoph Hellwig2022-06-224-56/+39
* | | | Merge branch 'dev/send-v2-my-updates-to-send' into for-next-next-v5.19-20220622David Sterba2022-06-222-30/+87
|\ \ \ \
| * | | | btrfs: send: add new command FILEATTR for file attributesDavid Sterba2022-06-222-29/+85
| * | | | btrfs: send: add OTIME as utimes attribute for proto 2+ by defaultDavid Sterba2022-06-221-1/+2
| |/ / /
* | | | Merge branch 'dev/kmap-all' into for-next-next-v5.19-20220622David Sterba2022-06-221-19/+23
|\ \ \ \
| * | | | btrfs: replace kmap() with kmap_local_page() in zstd.cFabio M. De Francesco2022-06-221-19/+23
| |/ / /
* | | | btrfs: reset block group chunk force if we have to waitJosef Bacik2022-06-221-0/+1
|/ / /
* | | btrfs: output mirror number for bad metadataQu Wenruo2022-06-221-12/+14
* | | btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota2022-06-221-2/+2
* | | btrfs: fix error handling of fallback uncompress writeNaohiro Aota2022-06-221-2/+15
* | | btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota2022-06-221-15/+21
* | | btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota2022-06-221-8/+64
* | | btrfs: sysfs: export commit statsIoannis Angelakopoulos2022-06-221-1/+43
* | | btrfs: collect commit stats, count, durationIoannis Angelakopoulos2022-06-222-0/+37
* | | btrfs: remove extent writepage address space operationChristoph Hellwig2022-06-224-43/+2
* | | btrfs: send: use boolean types for current inode statusDavid Sterba2022-06-221-16/+16
* | | btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba2022-06-221-6/+1
* | | btrfs: send: simplify includesDavid Sterba2022-06-222-1/+5
* | | btrfs: send: drop __KERNEL__ ifdef from send.hDavid Sterba2022-06-221-2/+0
* | | btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig2022-06-222-1/+12
* | | btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-06-221-7/+6