| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2020-06-03 | 42 | -3007/+3196 |
|\ |
|
| * | btrfs: fix space_info bytes_may_use underflow during space cache writeout | Filipe Manana | 2020-05-28 | 1 | -5/+15 |
| * | btrfs: fix space_info bytes_may_use underflow after nocow buffered write | Filipe Manana | 2020-05-28 | 1 | -5/+56 |
| * | btrfs: fix wrong file range cleanup after an error filling dealloc range | Filipe Manana | 2020-05-28 | 1 | -1/+1 |
| * | btrfs: remove redundant local variable in read_block_for_search | Nikolay Borisov | 2020-05-28 | 1 | -5/+4 |
| * | btrfs: open code key_search | Nikolay Borisov | 2020-05-28 | 1 | -23/+18 |
| * | btrfs: split btrfs_direct_IO to read and write part | Christoph Hellwig | 2020-05-28 | 3 | -90/+83 |
| * | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK | Goldwyn Rodrigues | 2020-05-28 | 2 | -21/+0 |
| * | btrfs: switch to iomap_dio_rw() for dio | Goldwyn Rodrigues | 2020-05-28 | 4 | -169/+166 |
| * | btrfs: turn space cache writeout failure messages into debug messages | Filipe Manana | 2020-05-25 | 1 | -11/+4 |
| * | btrfs: include error on messages about failure to write space/inode caches | Filipe Manana | 2020-05-25 | 1 | -6/+6 |
| * | btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks() | Filipe Manana | 2020-05-25 | 1 | -7/+4 |
| * | btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums | Filipe Manana | 2020-05-25 | 1 | -2/+4 |
| * | btrfs: make checksum item extension more efficient | Filipe Manana | 2020-05-25 | 1 | -10/+17 |
| * | btrfs: fix corrupt log due to concurrent fsync of inodes with shared extents | Filipe Manana | 2020-05-25 | 4 | -4/+27 |
| * | btrfs: unexport btrfs_compress_set_level() | Anand Jain | 2020-05-25 | 2 | -18/+16 |
| * | btrfs: simplify iget helpers | David Sterba | 2020-05-25 | 11 | -81/+44 |
| * | btrfs: open code read_fs_root | David Sterba | 2020-05-25 | 1 | -12/+9 |
| * | btrfs: simplify root lookup by id | David Sterba | 2020-05-25 | 15 | -113/+46 |
| * | btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b... | Qu Wenruo | 2020-05-25 | 2 | -0/+3 |
| * | btrfs: reloc: fix reloc root leak and NULL pointer dereference | Qu Wenruo | 2020-05-25 | 1 | -3/+9 |
| * | btrfs: reduce lock contention when creating snapshot | Robbie Ko | 2020-05-25 | 1 | -29/+41 |
| * | btrfs: don't set SHAREABLE flag for data reloc tree | Qu Wenruo | 2020-05-25 | 3 | -12/+23 |
| * | btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items() | Qu Wenruo | 2020-05-25 | 1 | -10/+8 |
| * | btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE | Qu Wenruo | 2020-05-25 | 13 | -55/+81 |
| * | btrfs: drop stale reference to volume_mutex | Anand Jain | 2020-05-25 | 1 | -4/+3 |
| * | btrfs: update documentation of set/get helpers | David Sterba | 2020-05-25 | 1 | -13/+17 |
| * | btrfs: optimize split page write in btrfs_set_token_##bits | David Sterba | 2020-05-25 | 1 | -5/+7 |
| * | btrfs: optimize split page write in btrfs_set_##bits | David Sterba | 2020-05-25 | 1 | -5/+9 |
| * | btrfs: optimize split page read in btrfs_get_token_##bits | David Sterba | 2020-05-25 | 1 | -7/+9 |
| * | btrfs: optimize split page read in btrfs_get_##bits | David Sterba | 2020-05-25 | 1 | -7/+10 |
| * | btrfs: drop unnecessary offset_in_page in extent buffer helpers | David Sterba | 2020-05-25 | 1 | -30/+21 |
| * | btrfs: constify extent_buffer in the API functions | David Sterba | 2020-05-25 | 4 | -55/+63 |
| * | btrfs: remove unused map_private_extent_buffer | David Sterba | 2020-05-25 | 2 | -46/+0 |
| * | btrfs: speed up and simplify generic_bin_search | David Sterba | 2020-05-25 | 1 | -28/+15 |
| * | btrfs: speed up btrfs_set_token_##bits helpers | David Sterba | 2020-05-25 | 1 | -24/+16 |
| * | btrfs: speed up btrfs_set_##bits helpers | David Sterba | 2020-05-25 | 1 | -17/+10 |
| * | btrfs: speed up btrfs_get_token_##bits helpers | David Sterba | 2020-05-25 | 1 | -27/+16 |
| * | btrfs: speed up btrfs_get_##bits helpers | David Sterba | 2020-05-25 | 1 | -19/+10 |
| * | btrfs: add separate bounds checker for set/get helpers | David Sterba | 2020-05-25 | 1 | -0/+25 |
| * | btrfs: preset set/get token with first page and drop condition | David Sterba | 2020-05-25 | 2 | -5/+6 |
| * | btrfs: don't use set/get token in leaf_space_used | David Sterba | 2020-05-25 | 1 | -5/+3 |
| * | btrfs: don't use set/get token for single assignment in overwrite_item | David Sterba | 2020-05-25 | 1 | -7/+2 |
| * | btrfs: drop eb parameter from set/get token helpers | David Sterba | 2020-05-25 | 5 | -158/+130 |
| * | btrfs: use the token::eb for all set/get helpers | David Sterba | 2020-05-25 | 1 | -4/+4 |
| * | btrfs: remove duplicated include in block-group.c | Tiezhu Yang | 2020-05-25 | 1 | -1/+0 |
| * | btrfs: block-group: rename write_one_cache_group() | Qu Wenruo | 2020-05-25 | 1 | -8/+8 |
| * | btrfs: block-group: refactor how we insert a block group item | Qu Wenruo | 2020-05-25 | 1 | -16/+25 |
| * | btrfs: block-group: refactor how we delete one block group item | Qu Wenruo | 2020-05-25 | 1 | -12/+25 |
| * | btrfs: block-group: refactor how we read one block group item | Qu Wenruo | 2020-05-25 | 1 | -15/+32 |