aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-23btrfs: separate definition of assertion failure handlersDavid Sterba1-8/+12
2020-01-20btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-01-20btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik1-2/+10
2020-01-20btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-01-20btrfs: remove unused member btrfs_device::workDavid Sterba1-2/+0
2020-01-20btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn1-6/+1
2020-01-20btrfs: add correction to handle -1 edge case in async discardDennis Zhou1-0/+22
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou1-0/+14
2020-01-20btrfs: make smaller extents more likely to go into bitmapsDennis Zhou1-2/+2
2020-01-20btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou1-15/+11
2020-01-20btrfs: add async discard implementation overviewDennis Zhou1-0/+39
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou4-0/+58
2020-01-20btrfs: only keep track of data extents for async discardDennis Zhou2-2/+21
2020-01-20btrfs: have multiple discard listsDennis Zhou5-24/+145
2020-01-20btrfs: make max async discard size tunableDennis Zhou5-8/+47
2020-01-20btrfs: limit max discard size for async discardDennis Zhou2-9/+37
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou3-2/+54
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou5-5/+88
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou5-9/+56
2020-01-20btrfs: track discardable extents for async discardDennis Zhou6-9/+158
2020-01-20btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou2-0/+27
2020-01-20btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou2-4/+20
2020-01-20btrfs: sysfs: add removal calls for debug/Dennis Zhou1-0/+7
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou4-46/+191
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou7-9/+206
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou12-13/+468
2020-01-20btrfs: keep track of free space bitmap trim status cleanlinessDennis Zhou2-9/+92
2020-01-20btrfs: keep track of which extents have been discardedDennis Zhou3-14/+79
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou5-8/+8
2020-01-20btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEXQu Wenruo1-0/+21
2020-01-20btrfs: tree-checker: Refactor root key check into separate functionQu Wenruo1-15/+47
2020-01-20btrfs: tree-checker: Refactor inode key check into seperate functionQu Wenruo1-18/+60
2020-01-20btrfs: tree-checker: Clean up fs_info parameter from error message wrapperQu Wenruo1-13/+13
2020-01-20btrfs: tree-checker: Check leaf chunk item sizeQu Wenruo1-1/+39
2020-01-20btrfs: Remove unneeded semicolonzhengbin1-1/+1
2020-01-20btrfs: remove struct find_free_extent.ram_bytesOmar Sandoval1-2/+0
2020-01-20btrfs: simplify compressed/inline check in __extent_writepage_io()Omar Sandoval1-15/+4
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval9-62/+64
2020-01-20btrfs: remove redundant i_size check in __extent_writepage_io()Omar Sandoval1-6/+0
2020-01-20btrfs: remove trivial goto label in __extent_writepage()Omar Sandoval1-5/+2
2020-01-20btrfs: remove unnecessary pg_offset assignments in __extent_writepage()Omar Sandoval1-3/+1
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval6-92/+87
2020-01-20btrfs: remove dead snapshot-aware defrag codeOmar Sandoval1-684/+11
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval4-12/+11
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval4-26/+23
2020-01-20btrfs: reset device back to allocation state when removingJohannes Thumshirn1-17/+12
2020-01-20btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn1-3/+2
2020-01-20btrfs: use simple_dir_inode_operations for placeholder subvolume directoryOmar Sandoval1-7/+5
2020-01-20btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn1-1/+0
2020-01-20btrfs: remove superfluous BUG_ON() in integrity checksJohannes Thumshirn1-1/+0