summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* mm: remove cleancacheChristoph Hellwig2022-01-222-12/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+1
|\
| * btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor2022-01-201-2/+1
* | btrfs: output more debug messages for uncommitted transactionQu Wenruo2022-01-071-1/+43
* | btrfs: respect the max size in the header when activating swap fileFilipe Manana2022-01-071-0/+11
* | btrfs: fix argument list that the kdoc format and script verifiedYang Li2022-01-072-4/+3
* | btrfs: remove unnecessary parameter type from compression_decompress_bioSu Yue2022-01-071-4/+4
* | btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo2022-01-071-0/+52
* | btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo2022-01-071-32/+35
* | btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo2022-01-071-19/+19
* | btrfs: remove reada infrastructureQu Wenruo2022-01-0710-1189/+3
* | btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo2022-01-071-0/+1
* | btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo2022-01-071-14/+16
* | btrfs: refactor unlock_upNikolay Borisov2022-01-071-15/+16
* | btrfs: skip transaction commit after failure to create subvolumeFilipe Manana2022-01-071-4/+4
* | btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota2022-01-073-18/+13
* | btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota2022-01-071-0/+17
* | btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota2022-01-071-4/+16
* | btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zonedJohannes Thumshirn2022-01-071-3/+2
* | btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn2022-01-074-10/+13
* | btrfs: zoned: simplify btrfs_check_meta_write_pointerJohannes Thumshirn2022-01-071-18/+8
* | btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn2022-01-072-6/+19
* | btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the deviceAnand Jain2022-01-071-0/+11
* | btrfs: reserve extra space for the free space treeJosef Bacik2022-01-072-0/+23
* | btrfs: include the free space tree in the global rsv minimum calculationJosef Bacik2022-01-071-13/+17
* | btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo2022-01-071-20/+14
* | btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo2022-01-071-6/+5
* | btrfs: do not check -EAGAIN when truncating inodes in the log rootJosef Bacik2022-01-071-6/+1
* | btrfs: make should_throttle loop local in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-2/+1
* | btrfs: combine extra if statements in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-4/+2
* | btrfs: convert BUG() for pending_del_nr into an ASSERTJosef Bacik2022-01-071-2/+3
* | btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERTJosef Bacik2022-01-071-1/+1
* | btrfs: add inode to truncate controlJosef Bacik2022-01-075-19/+34
* | btrfs: pass the ino via truncate controlJosef Bacik2022-01-075-4/+10
* | btrfs: use a flag to control when to clear the file extent rangeJosef Bacik2022-01-074-4/+12
* | btrfs: control extent reference updates with a control flag for truncateJosef Bacik2022-01-073-2/+8
* | btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik2022-01-074-13/+11
* | btrfs: only update i_size in truncate paths that careJosef Bacik2022-01-074-9/+17
* | btrfs: add truncate control structJosef Bacik2022-01-075-28/+46
* | btrfs: remove found_extent from btrfs_truncate_inode_itemsJosef Bacik2022-01-071-6/+3
* | btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik2022-01-072-9/+12
* | btrfs: remove free space cache inode check in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-5/+3
* | btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik2022-01-073-25/+31
* | btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik2022-01-074-391/+387
* | btrfs: add an inode-item.hJosef Bacik2022-01-078-30/+51
* | btrfs: remove stale comment about locking at btrfs_search_slot()Filipe Manana2022-01-071-4/+0
* | btrfs: remove BUG_ON() after splitting leafFilipe Manana2022-01-071-1/+3
* | btrfs: move leaf search logic out of btrfs_search_slot()Filipe Manana2022-01-071-116/+128
* | btrfs: remove useless condition check before splitting leafFilipe Manana2022-01-071-5/+1
* | btrfs: try to unlock parent nodes earlier when inserting a keyFilipe Manana2022-01-071-19/+118