index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
struct-funcs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-07
btrfs: use unaligned helpers for stack and header set/get helpers
David Sterba
1
-10
/
+0
2020-05-25
btrfs: update documentation of set/get helpers
David Sterba
1
-13
/
+17
2020-05-25
btrfs: optimize split page write in btrfs_set_token_##bits
David Sterba
1
-5
/
+7
2020-05-25
btrfs: optimize split page write in btrfs_set_##bits
David Sterba
1
-5
/
+9
2020-05-25
btrfs: optimize split page read in btrfs_get_token_##bits
David Sterba
1
-7
/
+9
2020-05-25
btrfs: optimize split page read in btrfs_get_##bits
David Sterba
1
-7
/
+10
2020-05-25
btrfs: constify extent_buffer in the API functions
David Sterba
1
-1
/
+1
2020-05-25
btrfs: speed up btrfs_set_token_##bits helpers
David Sterba
1
-24
/
+16
2020-05-25
btrfs: speed up btrfs_set_##bits helpers
David Sterba
1
-17
/
+10
2020-05-25
btrfs: speed up btrfs_get_token_##bits helpers
David Sterba
1
-27
/
+16
2020-05-25
btrfs: speed up btrfs_get_##bits helpers
David Sterba
1
-19
/
+10
2020-05-25
btrfs: add separate bounds checker for set/get helpers
David Sterba
1
-0
/
+25
2020-05-25
btrfs: preset set/get token with first page and drop condition
David Sterba
1
-4
/
+4
2020-05-25
btrfs: drop eb parameter from set/get token helpers
David Sterba
1
-8
/
+4
2020-05-25
btrfs: use the token::eb for all set/get helpers
David Sterba
1
-4
/
+4
2019-09-09
btrfs: tie extent buffer and it's token together
David Sterba
1
-4
/
+2
2019-09-09
btrfs: assume valid token for btrfs_set/get_token helpers
David Sterba
1
-12
/
+12
2019-09-09
btrfs: define separate btrfs_set/get_XX helpers
David Sterba
1
-0
/
+51
2018-08-06
btrfs: prune unused includes
David Sterba
1
-1
/
+0
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2017-08-16
btrfs: struct-funcs, constify readers
Jeff Mahoney
1
-4
/
+5
2016-05-25
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
1
-1
/
+1
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
1
-2
/
+2
2012-07-24
Btrfs: rewrite BTRFS_SETGET_FUNCS
Li Zefan
1
-97
/
+99
2012-03-27
Btrfs: add the ability to cache a pointer into the eb
Chris Mason
1
-7
/
+46
2011-07-27
Btrfs: stop using highmem for extent_buffers
Chris Mason
1
-69
/
+31
2009-01-06
Btrfs: Fix checkpatch.pl warnings
Chris Mason
1
-2
/
+2
2008-12-02
Btrfs: Fix sparse endian warnings in struct-funcs.c
Chris Mason
1
-5
/
+12
2008-09-29
Btrfs: add and improve comments
Chris Mason
1
-0
/
+21
2008-09-25
Btrfs: unaligned access fixes
David Miller
1
-16
/
+14
2008-09-25
Fix recursive KM_USER1 usage in btrfs_realloc_node
Chris Mason
1
-0
/
+16
2008-09-25
Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.
Chris Mason
1
-0
/
+97