aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/struct-funcs.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: add special case to setget helpers for 64k pagesGravatar David Sterba 1-4/+4
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsGravatar Qu Wenruo 1-8/+10
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersGravatar David Sterba 1-10/+0
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: constify extent_buffer in the API functionsGravatar David Sterba 1-1/+1
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 1-4/+4
2020-05-25btrfs: drop eb parameter from set/get token helpersGravatar David Sterba 1-8/+4
2020-05-25btrfs: use the token::eb for all set/get helpersGravatar David Sterba 1-4/+4
2019-09-09btrfs: tie extent buffer and it's token togetherGravatar David Sterba 1-4/+2
2019-09-09btrfs: assume valid token for btrfs_set/get_token helpersGravatar David Sterba 1-12/+12
2019-09-09btrfs: define separate btrfs_set/get_XX helpersGravatar David Sterba 1-0/+51
2018-08-06btrfs: prune unused includesGravatar David Sterba 1-1/+0
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2017-08-16btrfs: struct-funcs, constify readersGravatar Jeff Mahoney 1-4/+5
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2012-07-23Btrfs: rewrite BTRFS_SETGET_FUNCSGravatar Li Zefan 1-97/+99
2012-03-26Btrfs: add the ability to cache a pointer into the ebGravatar Chris Mason 1-7/+46
2011-07-27Btrfs: stop using highmem for extent_buffersGravatar Chris Mason 1-69/+31
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-2/+2
2008-12-02Btrfs: Fix sparse endian warnings in struct-funcs.cGravatar Chris Mason 1-5/+12
2008-09-29Btrfs: add and improve commentsGravatar Chris Mason 1-0/+21
2008-09-25Btrfs: unaligned access fixesGravatar David Miller 1-16/+14
2008-09-25Fix recursive KM_USER1 usage in btrfs_realloc_nodeGravatar Chris Mason 1-0/+16
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Gravatar Chris Mason 1-0/+97