summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-025-26/+107
|\
| * btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana2023-03-291-22/+63
| * btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana2023-03-282-2/+22
| * btrfs: scan device in non-exclusive modeAnand Jain2023-03-281-1/+10
| * btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2023-03-282-1/+12
* | Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-248-71/+71
|\|
| * btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota2023-03-154-43/+9
| * btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota2023-03-152-6/+26
| * btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik2023-03-151-10/+12
| * btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-03-153-8/+4
| * btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota2023-03-151-2/+12
| * btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy2023-03-151-1/+6
| * btrfs: handle missing chunk mapping more gracefullyQu Wenruo2023-03-151-1/+2
* | Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-106-31/+81
|\|
| * btrfs: fix block group item corruption after inserting new block groupFilipe Manana2023-03-081-1/+12
| * btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana2023-03-061-1/+6
| * btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn2023-03-061-1/+2
| * btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota2023-03-061-1/+1
| * btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red2023-03-061-1/+1
| * btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo2023-03-061-0/+1
| * btrfs: fix potential dead lock in size class loading logicBoris Burkov2023-03-061-26/+16
| * btrfs: sysfs: add size class statsBoris Burkov2023-03-011-0/+42
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-28/+29
|\ \
| * | btrfs: convert extent_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-19/+19
| * | btrfs: convert btree_write_cache_pages() to use filemap_get_folio_tag()Vishal Moola (Oracle)2023-02-021-9/+10
* | | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-1/+0
|\ \ \
| * | | fs/btrfs: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
* | | | Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-02-2056-2864/+2344
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: make kobj_type structures constantThomas Weißschuh2023-02-151-6/+6
| * | | btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig2023-02-153-10/+4
| * | | btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig2023-02-153-26/+26
| * | | btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig2023-02-151-0/+3
| * | | btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig2023-02-154-6/+7
| * | | btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig2023-02-151-2/+1
| * | | btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig2023-02-151-2/+2
| * | | btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana2023-02-152-7/+12
| * | | btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana2023-02-152-13/+18
| * | | btrfs: raid56: handle endio in scrub_rbioChristoph Hellwig2023-02-151-11/+7
| * | | btrfs: raid56: handle endio in recover_rbioChristoph Hellwig2023-02-151-18/+9
| * | | btrfs: raid56: handle endio in rmw_rbioChristoph Hellwig2023-02-151-20/+10
| * | | btrfs: raid56: submit the read bios from scrub_assemble_read_biosChristoph Hellwig2023-02-151-23/+13
| * | | btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosChristoph Hellwig2023-02-151-46/+23
| * | | btrfs: raid56: fold recover_assemble_read_bios into recover_rbioChristoph Hellwig2023-02-151-40/+21
| * | | btrfs: raid56: add a bio_list_put helperChristoph Hellwig2023-02-151-28/+16
| * | | btrfs: raid56: wait for I/O completion in submit_read_biosChristoph Hellwig2023-02-151-7/+6
| * | | btrfs: raid56: simplify code flow in rmw_rbioChristoph Hellwig2023-02-151-15/+13
| * | | btrfs: raid56: simplify error handling and code flow in raid56_parity_writeChristoph Hellwig2023-02-151-22/+15
| * | | btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Josef Bacik2023-02-151-9/+3
| * | | btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik2023-02-153-18/+19
| * | | btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-158-22/+22