summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/struct-funcs.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo2020-12-091-8/+10
* btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba2020-10-071-10/+0
* 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: constify extent_buffer in the API functionsDavid Sterba2020-05-251-1/+1
* 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-251-4/+4
* btrfs: drop eb parameter from set/get token helpersDavid Sterba2020-05-251-8/+4
* btrfs: use the token::eb for all set/get helpersDavid Sterba2020-05-251-4/+4
* btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-091-4/+2
* btrfs: assume valid token for btrfs_set/get_token helpersDavid Sterba2019-09-091-12/+12
* btrfs: define separate btrfs_set/get_XX helpersDavid Sterba2019-09-091-0/+51
* btrfs: prune unused includesDavid Sterba2018-08-061-1/+0
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: struct-funcs, constify readersJeff Mahoney2017-08-161-4/+5
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* Btrfs: rewrite BTRFS_SETGET_FUNCSLi Zefan2012-07-231-97/+99
* Btrfs: add the ability to cache a pointer into the ebChris Mason2012-03-261-7/+46
* Btrfs: stop using highmem for extent_buffersChris Mason2011-07-271-69/+31
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-2/+2
* Btrfs: Fix sparse endian warnings in struct-funcs.cChris Mason2008-12-021-5/+12
* Btrfs: add and improve commentsChris Mason2008-09-291-0/+21
* Btrfs: unaligned access fixesDavid Miller2008-09-251-16/+14
* Fix recursive KM_USER1 usage in btrfs_realloc_nodeChris Mason2008-09-251-0/+16
* Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason2008-09-251-0/+97