aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGGravatar Josef Bacik 3-8/+4
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileGravatar Naohiro Aota 1-2/+12
2023-03-15btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameGravatar Sweet Tea Dorminy 1-1/+6
2023-03-15btrfs: handle missing chunk mapping more gracefullyGravatar Qu Wenruo 1-1/+2
2023-03-08btrfs: fix block group item corruption after inserting new block groupGravatar Filipe Manana 1-1/+12
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Gravatar Filipe Manana 1-1/+6
2023-03-06btrfs: fix percent calculation for bg reclaim messageGravatar Johannes Thumshirn 1-1/+2
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorGravatar Naohiro Aota 1-1/+1
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodeGravatar void0red 1-1/+1
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlGravatar Qu Wenruo 1-0/+1
2023-03-06btrfs: fix potential dead lock in size class loading logicGravatar Boris Burkov 1-26/+16
2023-03-01btrfs: sysfs: add size class statsGravatar Boris Burkov 1-0/+42
2023-02-15btrfs: make kobj_type structures constantGravatar Thomas Weißschuh 1-6/+6
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockGravatar Christoph Hellwig 3-10/+4
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsGravatar Christoph Hellwig 3-26/+26
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendGravatar Christoph Hellwig 1-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendGravatar Christoph Hellwig 4-6/+7
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioGravatar Christoph Hellwig 1-2/+1
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesGravatar Christoph Hellwig 1-2/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopGravatar Filipe Manana 2-7/+12
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferGravatar Filipe Manana 2-13/+18
2023-02-15btrfs: raid56: handle endio in scrub_rbioGravatar Christoph Hellwig 1-11/+7
2023-02-15btrfs: raid56: handle endio in recover_rbioGravatar Christoph Hellwig 1-18/+9
2023-02-15btrfs: raid56: handle endio in rmw_rbioGravatar Christoph Hellwig 1-20/+10
2023-02-15btrfs: raid56: submit the read bios from scrub_assemble_read_biosGravatar Christoph Hellwig 1-23/+13
2023-02-15btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosGravatar Christoph Hellwig 1-46/+23
2023-02-15btrfs: raid56: fold recover_assemble_read_bios into recover_rbioGravatar Christoph Hellwig 1-40/+21
2023-02-15btrfs: raid56: add a bio_list_put helperGravatar Christoph Hellwig 1-28/+16
2023-02-15btrfs: raid56: wait for I/O completion in submit_read_biosGravatar Christoph Hellwig 1-7/+6
2023-02-15btrfs: raid56: simplify code flow in rmw_rbioGravatar Christoph Hellwig 1-15/+13
2023-02-15btrfs: raid56: simplify error handling and code flow in raid56_parity_writeGravatar Christoph Hellwig 1-22/+15
2023-02-15btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Gravatar Josef Bacik 1-9/+3
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyGravatar Josef Bacik 3-18/+19
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyGravatar Josef Bacik 8-22/+22
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrGravatar Josef Bacik 1-7/+0
2023-02-15btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockGravatar Josef Bacik 2-23/+20
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockGravatar Josef Bacik 8-27/+29
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockGravatar Josef Bacik 1-2/+1
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDGravatar Christoph Hellwig 1-8/+2
2023-02-15btrfs: split zone append bios in btrfs_submit_bioGravatar Christoph Hellwig 7-200/+64
2023-02-15btrfs: calculate file system wide queue limit for zoned modeGravatar Christoph Hellwig 3-28/+30
2023-02-15btrfs: remove now spurious bio submission helpersGravatar Christoph Hellwig 5-39/+10
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioGravatar Christoph Hellwig 5-18/+14
2023-02-15btrfs: open code submit_encoded_read_bioGravatar Christoph Hellwig 1-20/+3
2023-02-15btrfs: remove struct btrfs_io_geometryGravatar Christoph Hellwig 2-101/+31
2023-02-15btrfs: remove stripe boundary calculation for encoded I/OGravatar Qu Wenruo 1-23/+2
2023-02-15btrfs: remove stripe boundary calculation for compressed I/OGravatar Qu Wenruo 1-97/+33
2023-02-15btrfs: remove stripe boundary calculation for buffered I/OGravatar Qu Wenruo 1-52/+19
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioGravatar Christoph Hellwig 3-153/+36
2023-02-15btrfs: allow btrfs_submit_bio to split biosGravatar Christoph Hellwig 2-18/+93