summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitmap: genericize percpu bitmap region iteratorsDennis Zhou2020-01-202-45/+51
* 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-207-95/+90
* 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
* btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...Qu Wenruo2020-01-201-2/+14
* btrfs: remove unused condition check in btrfs_page_mkwrite()Yunfeng Ye2020-01-201-7/+4
* btrfs: Remove redundant WARN_ON in walk_down_log_treeNikolay Borisov2020-01-201-9/+0
* btrfs: Remove WARN_ON in walk_log_treeNikolay Borisov2020-01-201-2/+0
* btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov2020-01-203-28/+18
* btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extentNikolay Borisov2020-01-201-9/+15
* btrfs: Don't discard unwritten extentsNikolay Borisov2020-01-202-3/+10
* btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza2020-01-201-5/+5
* btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza2020-01-201-24/+10
* btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain2020-01-203-20/+9
* btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain2020-01-202-2/+2
* btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain2020-01-203-9/+9
* btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain2020-01-202-15/+13
* btrfs: fill ncopies for all raid table entriesDavid Sterba2020-01-201-0/+2
* btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba2020-01-201-10/+5
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-01-201-288/+100
* Linux 5.5-rc7v5.5-rc7Linus Torvalds2020-01-191-1/+1
* Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-194-25/+73
|\