aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 42-3007/+3196
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-78/+32
2020-06-02btrfs: use attach/detach_page_privateGravatar Guoqing Jiang 3-36/+12
2020-06-02btrfs: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 3-42/+20
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+0
2020-05-28btrfs: fix space_info bytes_may_use underflow during space cache writeoutGravatar Filipe Manana 1-5/+15
2020-05-28btrfs: fix space_info bytes_may_use underflow after nocow buffered writeGravatar Filipe Manana 1-5/+56
2020-05-28btrfs: fix wrong file range cleanup after an error filling dealloc rangeGravatar Filipe Manana 1-1/+1
2020-05-28btrfs: remove redundant local variable in read_block_for_searchGravatar Nikolay Borisov 1-5/+4
2020-05-28btrfs: open code key_searchGravatar Nikolay Borisov 1-23/+18
2020-05-28btrfs: split btrfs_direct_IO to read and write partGravatar Christoph Hellwig 3-90/+83
2020-05-28btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGravatar Goldwyn Rodrigues 2-21/+0
2020-05-28btrfs: switch to iomap_dio_rw() for dioGravatar Goldwyn Rodrigues 4-169/+166
2020-05-25btrfs: turn space cache writeout failure messages into debug messagesGravatar Filipe Manana 1-11/+4
2020-05-25btrfs: include error on messages about failure to write space/inode cachesGravatar Filipe Manana 1-6/+6
2020-05-25btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Gravatar Filipe Manana 1-7/+4
2020-05-25btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsGravatar Filipe Manana 1-2/+4
2020-05-25btrfs: make checksum item extension more efficientGravatar Filipe Manana 1-10/+17
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsGravatar Filipe Manana 4-4/+27
2020-05-25btrfs: unexport btrfs_compress_set_level()Gravatar Anand Jain 2-18/+16
2020-05-25btrfs: simplify iget helpersGravatar David Sterba 11-81/+44
2020-05-25btrfs: open code read_fs_rootGravatar David Sterba 1-12/+9
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 15-113/+46
2020-05-25btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Gravatar Qu Wenruo 2-0/+3
2020-05-25btrfs: reloc: fix reloc root leak and NULL pointer dereferenceGravatar Qu Wenruo 1-3/+9
2020-05-25btrfs: reduce lock contention when creating snapshotGravatar Robbie Ko 1-29/+41
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeGravatar Qu Wenruo 3-12/+23
2020-05-25btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items()Gravatar Qu Wenruo 1-10/+8
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEGravatar Qu Wenruo 13-55/+81
2020-05-25btrfs: drop stale reference to volume_mutexGravatar Anand Jain 1-4/+3
2020-05-25btrfs: update documentation of set/get helpersGravatar David Sterba 1-13/+17
2020-05-25btrfs: optimize split page write in btrfs_set_token_##bitsGravatar David Sterba 1-5/+7
2020-05-25btrfs: optimize split page write in btrfs_set_##bitsGravatar David Sterba 1-5/+9
2020-05-25btrfs: optimize split page read in btrfs_get_token_##bitsGravatar David Sterba 1-7/+9
2020-05-25btrfs: optimize split page read in btrfs_get_##bitsGravatar David Sterba 1-7/+10
2020-05-25btrfs: drop unnecessary offset_in_page in extent buffer helpersGravatar David Sterba 1-30/+21
2020-05-25btrfs: constify extent_buffer in the API functionsGravatar David Sterba 4-55/+63
2020-05-25btrfs: remove unused map_private_extent_bufferGravatar David Sterba 2-46/+0
2020-05-25btrfs: speed up and simplify generic_bin_searchGravatar David Sterba 1-28/+15
2020-05-25btrfs: speed up btrfs_set_token_##bits helpersGravatar David Sterba 1-24/+16
2020-05-25btrfs: speed up btrfs_set_##bits helpersGravatar David Sterba 1-17/+10
2020-05-25btrfs: speed up btrfs_get_token_##bits helpersGravatar David Sterba 1-27/+16
2020-05-25btrfs: speed up btrfs_get_##bits helpersGravatar David Sterba 1-19/+10
2020-05-25btrfs: add separate bounds checker for set/get helpersGravatar David Sterba 1-0/+25
2020-05-25btrfs: preset set/get token with first page and drop conditionGravatar David Sterba 2-5/+6
2020-05-25btrfs: don't use set/get token in leaf_space_usedGravatar David Sterba 1-5/+3
2020-05-25btrfs: don't use set/get token for single assignment in overwrite_itemGravatar David Sterba 1-7/+2
2020-05-25btrfs: drop eb parameter from set/get token helpersGravatar David Sterba 5-158/+130
2020-05-25btrfs: use the token::eb for all set/get helpersGravatar David Sterba 1-4/+4
2020-05-25btrfs: remove duplicated include in block-group.cGravatar Tiezhu Yang 1-1/+0