summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana-2/+22
2023-03-28btrfs: scan device in non-exclusive modeAnand Jain-1/+10
2023-03-28btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana-1/+12
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota-43/+9
2023-03-15btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota-6/+26
2023-03-15btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik-10/+12
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik-8/+4
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota-2/+12
2023-03-15btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy-1/+6
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo-1/+2
2023-03-08btrfs: fix block group item corruption after inserting new block groupFilipe Manana-1/+12
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana-1/+6
2023-03-06btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn-1/+2
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota-1/+1
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red-1/+1
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo-1/+12
2023-03-06btrfs: fix potential dead lock in size class loading logicBoris Burkov-26/+16
2023-03-01btrfs: sysfs: add size class statsBoris Burkov-0/+42
2023-02-15btrfs: make kobj_type structures constantThomas Weißschuh-6/+6
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig-10/+4
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig-26/+26
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig-6/+7
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig-2/+1
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig-2/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana-7/+12
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana-13/+18
2023-02-15btrfs: raid56: handle endio in scrub_rbioChristoph Hellwig-11/+7
2023-02-15btrfs: raid56: handle endio in recover_rbioChristoph Hellwig-18/+9
2023-02-15btrfs: raid56: handle endio in rmw_rbioChristoph Hellwig-20/+10
2023-02-15btrfs: raid56: submit the read bios from scrub_assemble_read_biosChristoph Hellwig-23/+13
2023-02-15btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosChristoph Hellwig-46/+23
2023-02-15btrfs: raid56: fold recover_assemble_read_bios into recover_rbioChristoph Hellwig-40/+21
2023-02-15btrfs: raid56: add a bio_list_put helperChristoph Hellwig-28/+16
2023-02-15btrfs: raid56: wait for I/O completion in submit_read_biosChristoph Hellwig-7/+6
2023-02-15btrfs: raid56: simplify code flow in rmw_rbioChristoph Hellwig-15/+13
2023-02-15btrfs: raid56: simplify error handling and code flow in raid56_parity_writeChristoph Hellwig-22/+15
2023-02-15btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Josef Bacik-9/+3
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik-18/+19
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik-22/+22
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrJosef Bacik-7/+0
2023-02-15btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockJosef Bacik-23/+20
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik-27/+29
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik-2/+1
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig-10/+3
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig-200/+64
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig-28/+30
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig-39/+10
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig-18/+14
2023-02-15btrfs: open code submit_encoded_read_bioChristoph Hellwig-20/+3