summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig8-167/+42
2022-07-25btrfs: centralize setting REQ_METAChristoph Hellwig2-4/+6
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig5-45/+40
2022-07-25btrfs: don't double-defer bio completions for compressed readsChristoph Hellwig1-6/+6
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig5-72/+47
2022-07-25btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig3-77/+71
2022-07-25btrfs: simplify code flow in btrfs_submit_dio_bioChristoph Hellwig1-14/+8
2022-07-25btrfs: move more work into btrfs_end_biocChristoph Hellwig1-50/+22
2022-07-25btrfs: send: enable support for stream v2 and compressed writesOmar Sandoval3-4/+8
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval3-25/+226
2022-07-25btrfs: send: get send buffer pages for protocol v2Omar Sandoval1-4/+25
2022-07-25btrfs: send: write larger chunks when using stream v2Omar Sandoval1-8/+35
2022-07-25btrfs: send: add stream v2 definitionsOmar Sandoval3-5/+44
2022-07-25btrfs: send: explicitly number commands and attributesOmar Sandoval2-63/+61
2022-07-25btrfs: send: remove unused send_ctx::{total,cmd}_send_sizeOmar Sandoval1-4/+0
2022-07-25btrfs: sysfs: add force_chunk_alloc trigger to force allocationStefan Roesch1-0/+53
2022-07-25btrfs: sysfs: export chunk size in space infosStefan Roesch1-0/+74
2022-07-25btrfs: store chunk size in space-info structStefan Roesch3-19/+45
2022-07-25btrfs: do not batch insert non-consecutive dir indexes during log replayJosef Bacik1-2/+33
2022-07-25btrfs: reduce amount of reserved metadata for delayed item insertionFilipe Manana2-14/+154
2022-07-25btrfs: set delayed item type when initializing itFilipe Manana1-22/+8
2022-07-25btrfs: do not BUG_ON() on failure to reserve metadata for delayed itemFilipe Manana1-3/+6
2022-07-25btrfs: improve batch insertion of delayed dir index itemsFilipe Manana1-15/+9
2022-07-25btrfs: assert that delayed item is a dir index item when adding itFilipe Manana1-3/+5
2022-07-25btrfs: improve batch deletion of delayed dir index itemsFilipe Manana1-35/+25
2022-07-25btrfs: refactor the delayed item deletion entry pointFilipe Manana1-32/+39
2022-07-25btrfs: deal with deletion errors when deleting delayed itemsFilipe Manana1-1/+3
2022-07-25btrfs: add assertions when deleting batches of delayed itemsFilipe Manana1-8/+16
2022-07-25btrfs: balance btree dirty pages and delayed items after clone and dedupeFilipe Manana1-1/+7
2022-07-25btrfs: free the path earlier when creating a new inodeFilipe Manana1-3/+8
2022-07-25btrfs: balance btree dirty pages and delayed items after a renameFilipe Manana1-4/+10
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo4-133/+300
2022-07-25btrfs: update stripe_sectors::uptodate in steal_rbioQu Wenruo1-7/+19
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba4-16/+4
2022-07-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+49
2022-07-25btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmapQu Wenruo1-24/+13
2022-07-25btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmapQu Wenruo1-20/+22
2022-07-25btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balanceNikolay Borisov1-46/+5
2022-07-25btrfs: introduce btrfs_try_lock_balanceNikolay Borisov1-0/+66
2022-07-25btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bioChristoph Hellwig1-34/+22
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo1-0/+16
2022-07-25btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig2-10/+11
2022-07-25btrfs: refactor end_bio_extent_readpage code flowChristoph Hellwig1-46/+40
2022-07-25btrfs: factor out a helper to end a single sector buffer I/OChristoph Hellwig1-11/+15
2022-07-25btrfs: remove duplicated parameters from submit_data_read_repair()Qu Wenruo1-17/+11
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo3-19/+34
2022-07-25btrfs: quit early if the fs has no RAID56 support for raid56 related checksQu Wenruo1-0/+6
2022-07-25btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong2-5/+5
2022-07-25btrfs: zoned: fix comment description for sb_write_pointer logicPankaj Raghav1-3/+3
2022-07-25btrfs: fix typos in commentsDavid Sterba10-11/+11