summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana1-2/+7
2023-06-19btrfs: avoid tree mod log ENOMEM failures when we don't need to logFilipe Manana1-34/+114
2023-06-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-06-19btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana1-2/+8
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2-2/+2
2023-06-19btrfs: update documentation for a block group's bg_list memberFilipe Manana1-1/+8
2023-06-19btrfs: reinsert BGs failed to reclaimNaohiro Aota1-0/+2
2023-06-19btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota1-2/+9
2023-06-19btrfs: move out now unused BG from the reclaim listNaohiro Aota1-1/+4
2023-06-19btrfs: delete unused BGs while reclaiming BGsNaohiro Aota1-0/+14
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete buffered writesChristoph Hellwig1-2/+1
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig1-6/+8
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete compressed writesChristoph Hellwig1-7/+2
2023-06-19btrfs: open code end_extent_writepage in end_bio_extent_writepageChristoph Hellwig1-8/+9
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig2-0/+22
2023-06-19btrfs: factor out a btrfs_queue_ordered_fn helperChristoph Hellwig1-9/+12
2023-06-19btrfs: factor out a can_finish_ordered_extent helperChristoph Hellwig1-45/+55
2023-06-19btrfs: use bbio->ordered in btrfs_csum_one_bioChristoph Hellwig1-20/+1
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig6-23/+49
2023-06-19btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig1-1/+2
2023-06-19btrfs: add a is_data_bbio helperChristoph Hellwig1-4/+9
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig2-28/+1
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig3-28/+27
2023-06-19btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig3-33/+33
2023-06-19btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig1-22/+15
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig5-55/+2
2023-06-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig1-2/+1
2023-06-19btrfs: add block-group tree to lockdep classesDavid Sterba1-2/+3
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig3-19/+24
2023-06-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig1-39/+26
2023-06-19btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig1-6/+2
2023-06-19btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig1-18/+5
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig3-9/+6
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig5-65/+9
2023-06-19btrfs: don't check PageError in __extent_writepageChristoph Hellwig1-32/+1
2023-06-19btrfs: rename cow_file_range_async to run_delalloc_compressedChristoph Hellwig1-8/+8
2023-06-19btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig1-46/+28
2023-06-19btrfs: don't check PageError in btrfs_verify_pageChristoph Hellwig1-1/+1
2023-06-19btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig1-6/+2
2023-06-19btrfs: factor out a btrfs_verify_page helperChristoph Hellwig1-5/+10
2023-06-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig1-1/+1
2023-06-19btrfs: insert tree mod log move in push_node_leftBoris Burkov2-13/+71
2023-06-19btrfs: warn on invalid slot in tree mod log rewindBoris Burkov1-0/+42
2023-06-19btrfs: disable allocation warnings for compression workspacesDavid Sterba3-5/+5
2023-06-19btrfs: open code need_full_stripe conditionsChristoph Hellwig1-17/+12
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig4-18/+7
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig5-18/+18
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig2-11/+0
2023-06-19btrfs: optimize simple reads in btrfsic_map_blockChristoph Hellwig1-7/+12
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig2-6/+0