summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota
2023-03-15btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2023-03-15btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota
2023-03-15btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-08btrfs: fix block group item corruption after inserting new block groupFilipe Manana
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana
2023-03-06btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo
2023-03-06btrfs: fix potential dead lock in size class loading logicBoris Burkov
2023-03-01btrfs: sysfs: add size class statsBoris Burkov
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-15btrfs: make kobj_type structures constantThomas Weißschuh
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana
2023-02-15btrfs: raid56: handle endio in scrub_rbioChristoph Hellwig
2023-02-15btrfs: raid56: handle endio in recover_rbioChristoph Hellwig
2023-02-15btrfs: raid56: handle endio in rmw_rbioChristoph Hellwig
2023-02-15btrfs: raid56: submit the read bios from scrub_assemble_read_biosChristoph Hellwig
2023-02-15btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosChristoph Hellwig
2023-02-15btrfs: raid56: fold recover_assemble_read_bios into recover_rbioChristoph Hellwig
2023-02-15btrfs: raid56: add a bio_list_put helperChristoph Hellwig
2023-02-15btrfs: raid56: wait for I/O completion in submit_read_biosChristoph Hellwig
2023-02-15btrfs: raid56: simplify code flow in rmw_rbioChristoph Hellwig
2023-02-15btrfs: raid56: simplify error handling and code flow in raid56_parity_writeChristoph Hellwig
2023-02-15btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Josef Bacik
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrJosef Bacik
2023-02-15btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockJosef Bacik
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig