aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07btrfs: output more debug messages for uncommitted transactionQu Wenruo1-1/+43
2022-01-07btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2022-01-07btrfs: fix argument list that the kdoc format and script verifiedYang Li2-4/+3
2022-01-07btrfs: remove unnecessary parameter type from compression_decompress_bioSu Yue1-4/+4
2022-01-07btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo1-0/+52
2022-01-07btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo1-32/+35
2022-01-07btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo1-19/+19
2022-01-07btrfs: remove reada infrastructureQu Wenruo10-1189/+3
2022-01-07btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo1-0/+1
2022-01-07btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo1-14/+16
2022-01-07btrfs: refactor unlock_upNikolay Borisov1-15/+16
2022-01-07btrfs: skip transaction commit after failure to create subvolumeFilipe Manana1-4/+4
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota3-18/+13
2022-01-07btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota1-0/+17
2022-01-07btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota1-4/+16
2022-01-07btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zonedJohannes Thumshirn1-3/+2
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn4-10/+13
2022-01-07btrfs: zoned: simplify btrfs_check_meta_write_pointerJohannes Thumshirn1-18/+8
2022-01-07btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn2-6/+19
2022-01-07btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the deviceAnand Jain1-0/+11
2022-01-07btrfs: reserve extra space for the free space treeJosef Bacik2-0/+23
2022-01-07btrfs: include the free space tree in the global rsv minimum calculationJosef Bacik1-13/+17
2022-01-07btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo1-20/+14
2022-01-07btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo1-6/+5
2022-01-07btrfs: do not check -EAGAIN when truncating inodes in the log rootJosef Bacik1-6/+1
2022-01-07btrfs: make should_throttle loop local in btrfs_truncate_inode_itemsJosef Bacik1-2/+1
2022-01-07btrfs: combine extra if statements in btrfs_truncate_inode_itemsJosef Bacik1-4/+2
2022-01-07btrfs: convert BUG() for pending_del_nr into an ASSERTJosef Bacik1-2/+3
2022-01-07btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERTJosef Bacik1-1/+1
2022-01-07btrfs: add inode to truncate controlJosef Bacik5-19/+34
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik5-4/+10
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik4-4/+12
2022-01-07btrfs: control extent reference updates with a control flag for truncateJosef Bacik3-2/+8
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik4-13/+11
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik4-9/+17
2022-01-07btrfs: add truncate control structJosef Bacik5-28/+46
2022-01-07btrfs: remove found_extent from btrfs_truncate_inode_itemsJosef Bacik1-6/+3
2022-01-07btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik2-9/+12
2022-01-07btrfs: remove free space cache inode check in btrfs_truncate_inode_itemsJosef Bacik1-5/+3
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik3-25/+31
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik4-391/+387
2022-01-07btrfs: add an inode-item.hJosef Bacik8-30/+51
2022-01-07btrfs: remove stale comment about locking at btrfs_search_slot()Filipe Manana1-4/+0
2022-01-07btrfs: remove BUG_ON() after splitting leafFilipe Manana1-1/+3
2022-01-07btrfs: move leaf search logic out of btrfs_search_slot()Filipe Manana1-116/+128
2022-01-07btrfs: remove useless condition check before splitting leafFilipe Manana1-5/+1
2022-01-07btrfs: try to unlock parent nodes earlier when inserting a keyFilipe Manana1-19/+118
2022-01-07btrfs: allow generic_bin_search() to take low boundary as an argumentFilipe Manana1-20/+23
2022-01-07btrfs: check the root node for uptodate before returning itJosef Bacik1-4/+15
2022-01-07btrfs: allow device add if balance is pausedNikolay Borisov1-3/+18