summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: perform data management operations outside of inode lockNikolay Borisov2020-07-271-7/+5
* btrfs: remove hole check in prealloc_file_extent_clusterNikolay Borisov2020-07-271-3/+0
* btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov2020-07-274-15/+16
* btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov2020-07-274-10/+10
* btrfs: make extent_clear_unlock_delalloc take btrfs_inodeNikolay Borisov2020-07-273-18/+20
* btrfs: make create_io_em take btrfs_inodeNikolay Borisov2020-07-271-11/+11
* btrfs: make btrfs_reloc_clone_csums take btrfs_inodeNikolay Borisov2020-07-273-7/+7
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-276-9/+10
* btrfs: make get_extent_allocation_hint take btrfs_inodeNikolay Borisov2020-07-271-4/+5
* btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeNikolay Borisov2020-07-271-15/+15
* btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana2020-07-272-5/+0
* btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana2020-07-272-5/+0
* btrfs: add little-endian optimized key helpersDavid Sterba2020-07-272-0/+65
* btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo2020-07-273-0/+49
* btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo2020-07-273-15/+25
* btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo2020-07-271-4/+4
* btrfs: inode: move qgroup reserved space release to the callers of insert_res...Qu Wenruo2020-07-271-13/+13
* btrfs: inode: refactor the parameters of insert_reserved_file_extent()Qu Wenruo2020-07-272-32/+68
* btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba2020-07-271-6/+6
* btrfs: scrub: simplify tree block checksum calculationDavid Sterba2020-07-271-24/+9
* btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba2020-07-271-7/+5
* btrfs: scrub: simplify data block checksum calculationDavid Sterba2020-07-271-21/+3
* btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba2020-07-271-8/+8
* btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba2020-07-271-3/+1
* btrfs: scrub: simplify superblock checksum calculationDavid Sterba2020-07-271-27/+4
* btrfs: scrub: unify naming of page address variablesDavid Sterba2020-07-271-16/+16
* btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba2020-07-271-15/+8
* btrfs: introduce "rescue=" mount optionQu Wenruo2020-07-271-8/+73
* btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...Filipe Manana2020-07-271-8/+6
* btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Filipe Manana2020-07-273-11/+7
* btrfs: check-integrity: remove unnecessary failure messages during memory all...Liao Pingfang2020-07-271-21/+6
* btrfs: use helper btrfs_get_block_groupAnand Jain2020-07-271-2/+2
* btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain2020-07-272-10/+6
* btrfs: remove no longer necessary chunk mutex locking casesFilipe Manana2020-07-271-5/+0
* btrfs: factor out reading of bg from find_frist_block_groupJohannes Thumshirn2020-07-271-46/+56
* btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn2020-07-271-1/+1
* btrfs: simplify checks when adding excluded rangesNikolay Borisov2020-07-271-17/+4
* btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov2020-07-271-10/+3
* btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov2020-07-271-2/+0
* Linux 5.8-rc7v5.8-rc7Linus Torvalds2020-07-261-1/+1
* Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-262-4/+12
|\
| * Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationFangrui Song2020-07-231-1/+1
| * kbuild: fix single target builds for external modulesMasahiro Yamada2020-07-111-1/+1
| * modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller2020-07-071-2/+10
* | Merge branch 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-263-0/+16
|\ \
| * | parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-211-0/+2
| * | parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-07-212-0/+14
* | | Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-2617-112/+186
|\ \ \
| * | | interconnect: msm8916: Fix buswidth of pcnoc_s nodesGeorgi Djakov2020-07-231-7/+7
| * | | interconnect: Do not skip aggregation for disabled pathsGeorgi Djakov2020-07-231-3/+9