summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-052-3/+2
|\
| * fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-3/+1
| * fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-1/+1
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-0242-3007/+3196
|\ \
| * | btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana2020-05-281-5/+15
| * | btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana2020-05-281-5/+56
| * | btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana2020-05-281-1/+1
| * | btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov2020-05-281-5/+4
| * | btrfs: open code key_searchNikolay Borisov2020-05-281-23/+18
| * | btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig2020-05-283-90/+83
| * | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-05-282-21/+0
| * | btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues2020-05-284-169/+166
| * | btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana2020-05-251-11/+4
| * | btrfs: include error on messages about failure to write space/inode cachesFilipe Manana2020-05-251-6/+6
| * | btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Filipe Manana2020-05-251-7/+4
| * | btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-05-251-2/+4
| * | btrfs: make checksum item extension more efficientFilipe Manana2020-05-251-10/+17
| * | btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana2020-05-254-4/+27
| * | btrfs: unexport btrfs_compress_set_level()Anand Jain2020-05-252-18/+16
| * | btrfs: simplify iget helpersDavid Sterba2020-05-2511-81/+44
| * | btrfs: open code read_fs_rootDavid Sterba2020-05-251-12/+9
| * | btrfs: simplify root lookup by idDavid Sterba2020-05-2515-113/+46
| * | btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo2020-05-252-0/+3
| * | btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo2020-05-251-3/+9
| * | btrfs: reduce lock contention when creating snapshotRobbie Ko2020-05-251-29/+41
| * | btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo2020-05-253-12/+23
| * | btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items()Qu Wenruo2020-05-251-10/+8
| * | btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-2513-55/+81
| * | btrfs: drop stale reference to volume_mutexAnand Jain2020-05-251-4/+3
| * | btrfs: update documentation of set/get helpersDavid Sterba2020-05-251-13/+17
| * | btrfs: optimize split page write in btrfs_set_token_##bitsDavid Sterba2020-05-251-5/+7
| * | btrfs: optimize split page write in btrfs_set_##bitsDavid Sterba2020-05-251-5/+9
| * | btrfs: optimize split page read in btrfs_get_token_##bitsDavid Sterba2020-05-251-7/+9
| * | btrfs: optimize split page read in btrfs_get_##bitsDavid Sterba2020-05-251-7/+10
| * | btrfs: drop unnecessary offset_in_page in extent buffer helpersDavid Sterba2020-05-251-30/+21
| * | btrfs: constify extent_buffer in the API functionsDavid Sterba2020-05-254-55/+63
| * | btrfs: remove unused map_private_extent_bufferDavid Sterba2020-05-252-46/+0
| * | btrfs: speed up and simplify generic_bin_searchDavid Sterba2020-05-251-28/+15
| * | btrfs: speed up btrfs_set_token_##bits helpersDavid Sterba2020-05-251-24/+16
| * | btrfs: speed up btrfs_set_##bits helpersDavid Sterba2020-05-251-17/+10
| * | btrfs: speed up btrfs_get_token_##bits helpersDavid Sterba2020-05-251-27/+16
| * | btrfs: speed up btrfs_get_##bits helpersDavid Sterba2020-05-251-19/+10
| * | btrfs: add separate bounds checker for set/get helpersDavid Sterba2020-05-251-0/+25
| * | btrfs: preset set/get token with first page and drop conditionDavid Sterba2020-05-252-5/+6
| * | btrfs: don't use set/get token in leaf_space_usedDavid Sterba2020-05-251-5/+3
| * | btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba2020-05-251-7/+2
| * | btrfs: drop eb parameter from set/get token helpersDavid Sterba2020-05-255-158/+130
| * | btrfs: use the token::eb for all set/get helpersDavid Sterba2020-05-251-4/+4
| * | btrfs: remove duplicated include in block-group.cTiezhu Yang2020-05-251-1/+0