summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: remove unused member btrfs_device::workDavid Sterba2020-01-201-2/+0
| * | btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn2020-01-201-6/+1
| * | btrfs: add correction to handle -1 edge case in async discardDennis Zhou2020-01-201-0/+22
| * | btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou2020-01-201-0/+14
| * | btrfs: make smaller extents more likely to go into bitmapsDennis Zhou2020-01-201-2/+2
| * | btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou2020-01-201-15/+11
| * | btrfs: add async discard implementation overviewDennis Zhou2020-01-201-0/+39
| * | btrfs: keep track of discard reuse statsDennis Zhou2020-01-204-0/+58
| * | btrfs: only keep track of data extents for async discardDennis Zhou2020-01-202-2/+21
| * | btrfs: have multiple discard listsDennis Zhou2020-01-205-24/+145
| * | btrfs: make max async discard size tunableDennis Zhou2020-01-205-8/+47
| * | btrfs: limit max discard size for async discardDennis Zhou2020-01-202-9/+37
| * | btrfs: add kbps discard rate limit for async discardDennis Zhou2020-01-203-2/+54
| * | btrfs: calculate discard delay based on number of extentsDennis Zhou2020-01-205-5/+88
| * | btrfs: keep track of discardable_bytes for async discardDennis Zhou2020-01-205-9/+56
| * | btrfs: track discardable extents for async discardDennis Zhou2020-01-206-9/+158
| * | btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou2020-01-202-0/+27
| * | btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou2020-01-202-4/+20
| * | btrfs: sysfs: add removal calls for debug/Dennis Zhou2020-01-201-0/+7
| * | btrfs: discard one region at a time in async discardDennis Zhou2020-01-204-46/+191
| * | btrfs: handle empty block_group removal for async discardDennis Zhou2020-01-207-9/+206
| * | btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-2012-13/+468
| * | btrfs: keep track of free space bitmap trim status cleanlinessDennis Zhou2020-01-202-9/+92
| * | btrfs: keep track of which extents have been discardedDennis Zhou2020-01-203-14/+79
| * | btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou2020-01-205-8/+8
| * | btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEXQu Wenruo2020-01-201-0/+21
| * | btrfs: tree-checker: Refactor root key check into separate functionQu Wenruo2020-01-201-15/+47
| * | btrfs: tree-checker: Refactor inode key check into seperate functionQu Wenruo2020-01-201-18/+60
| * | btrfs: tree-checker: Clean up fs_info parameter from error message wrapperQu Wenruo2020-01-201-13/+13
| * | btrfs: tree-checker: Check leaf chunk item sizeQu Wenruo2020-01-201-1/+39
| * | btrfs: Remove unneeded semicolonzhengbin2020-01-201-1/+1
| * | btrfs: remove struct find_free_extent.ram_bytesOmar Sandoval2020-01-201-2/+0
| * | btrfs: simplify compressed/inline check in __extent_writepage_io()Omar Sandoval2020-01-201-15/+4
| * | btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-209-62/+64
| * | btrfs: remove redundant i_size check in __extent_writepage_io()Omar Sandoval2020-01-201-6/+0
| * | btrfs: remove trivial goto label in __extent_writepage()Omar Sandoval2020-01-201-5/+2
| * | btrfs: remove unnecessary pg_offset assignments in __extent_writepage()Omar Sandoval2020-01-201-3/+1
| * | btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval2020-01-206-92/+87
| * | btrfs: remove dead snapshot-aware defrag codeOmar Sandoval2020-01-201-684/+11
| * | btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval2020-01-204-12/+11
| * | btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval2020-01-204-26/+23
| * | btrfs: reset device back to allocation state when removingJohannes Thumshirn2020-01-201-17/+12
| * | btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn2020-01-201-3/+2
| * | btrfs: use simple_dir_inode_operations for placeholder subvolume directoryOmar Sandoval2020-01-201-7/+5
| * | btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn2020-01-201-1/+0
| * | btrfs: remove superfluous BUG_ON() in integrity checksJohannes Thumshirn2020-01-201-1/+0
| * | btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn2020-01-201-2/+1
| * | btrfs: kill min_allocable_bytes in inc_block_group_roJosef Bacik2020-01-201-18/+4
| * | btrfs: don't pass system_chunk into can_overcommitJosef Bacik2020-01-201-27/+15
| * | btrfs: Opencode ordered_data_tree_panicNikolay Borisov2020-01-201-9/+3