Age | Commit message (Expand) | Author |
2022-07-25 | btrfs: remove redundant check in up check_setget_bounds | David Sterba |
2021-08-23 | btrfs: add special case to setget helpers for 64k pages | David Sterba |
2020-12-09 | btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors | Qu Wenruo |
2020-10-07 | btrfs: use unaligned helpers for stack and header set/get helpers | David Sterba |
2020-05-25 | btrfs: update documentation of set/get helpers | David Sterba |
2020-05-25 | btrfs: optimize split page write in btrfs_set_token_##bits | David Sterba |
2020-05-25 | btrfs: optimize split page write in btrfs_set_##bits | David Sterba |
2020-05-25 | btrfs: optimize split page read in btrfs_get_token_##bits | David Sterba |
2020-05-25 | btrfs: optimize split page read in btrfs_get_##bits | David Sterba |
2020-05-25 | btrfs: constify extent_buffer in the API functions | David Sterba |
2020-05-25 | btrfs: speed up btrfs_set_token_##bits helpers | David Sterba |
2020-05-25 | btrfs: speed up btrfs_set_##bits helpers | David Sterba |
2020-05-25 | btrfs: speed up btrfs_get_token_##bits helpers | David Sterba |
2020-05-25 | btrfs: speed up btrfs_get_##bits helpers | David Sterba |
2020-05-25 | btrfs: add separate bounds checker for set/get helpers | David Sterba |
2020-05-25 | btrfs: preset set/get token with first page and drop condition | David Sterba |
2020-05-25 | btrfs: drop eb parameter from set/get token helpers | David Sterba |
2020-05-25 | btrfs: use the token::eb for all set/get helpers | David Sterba |
2019-09-09 | btrfs: tie extent buffer and it's token together | David Sterba |
2019-09-09 | btrfs: assume valid token for btrfs_set/get_token helpers | David Sterba |
2019-09-09 | btrfs: define separate btrfs_set/get_XX helpers | David Sterba |
2018-08-06 | btrfs: prune unused includes | David Sterba |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba |
2017-08-16 | btrfs: struct-funcs, constify readers | Jeff Mahoney |
2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov |
2012-07-23 | Btrfs: rewrite BTRFS_SETGET_FUNCS | Li Zefan |
2012-03-26 | Btrfs: add the ability to cache a pointer into the eb | Chris Mason |
2011-07-27 | Btrfs: stop using highmem for extent_buffers | Chris Mason |
2009-01-05 | Btrfs: Fix checkpatch.pl warnings | Chris Mason |
2008-12-02 | Btrfs: Fix sparse endian warnings in struct-funcs.c | Chris Mason |
2008-09-29 | Btrfs: add and improve comments | Chris Mason |
2008-09-25 | Btrfs: unaligned access fixes | David Miller |
2008-09-25 | Fix recursive KM_USER1 usage in btrfs_realloc_node | Chris Mason |
2008-09-25 | Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big. | Chris Mason |