index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
xattr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
erofs_buf: store address_space instead of inode
Al Viro
2024-04-25
1
-1
/
+1
*
erofs: switch erofs_bread() to passing offset instead of block number
Al Viro
2024-04-07
1
-22
/
+13
*
erofs: move erofs_xattr_handlers and xattr_handler_map to .rodata
Wedson Almeida Filho
2023-10-09
1
-1
/
+1
*
erofs: boost negative xattr lookup with bloom filter
Jingbo Xu
2023-08-11
1
-0
/
+14
*
erofs: use separate xattr parsers for listxattr/getxattr
Jingbo Xu
2023-06-18
1
-234
/
+137
*
erofs: unify inline/shared xattr iterators for listxattr/getxattr
Jingbo Xu
2023-06-18
1
-117
/
+73
*
erofs: make the size of read data stored in buffer_ofs
Jingbo Xu
2023-06-18
1
-3
/
+3
*
erofs: unify xattr_iter structures
Jingbo Xu
2023-06-18
1
-84
/
+62
*
erofs: use absolute position in xattr iterator
Jingbo Xu
2023-06-18
1
-97
/
+65
*
erofs: convert erofs_read_metabuf() to erofs_bread() for xattr
Jingbo Xu
2023-06-18
1
-14
/
+11
*
erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_init
Jingbo Xu
2023-05-23
1
-1
/
+1
*
Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-24
1
-63
/
+161
|
\
|
*
erofs: handle long xattr name prefixes properly
Jingbo Xu
2023-04-16
1
-12
/
+56
|
*
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
2023-04-16
1
-0
/
+56
|
*
erofs: simplify erofs_xattr_generic_get()
Jingbo Xu
2023-04-16
1
-14
/
+3
|
*
erofs: rename init_inode_xattrs with erofs_ prefix
Jingbo Xu
2023-04-16
1
-3
/
+3
|
*
erofs: move several xattr helpers into xattr.c
Jingbo Xu
2023-04-16
1
-19
/
+29
|
*
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
2023-04-16
1
-21
/
+19
*
|
fs: simplify ->listxattr() implementation
Christian Brauner
2023-03-06
1
-6
/
+2
*
|
fs: drop unused posix acl handlers
Christian Brauner
2023-03-06
1
-4
/
+0
|
/
*
erofs: simplify iloc()
Gao Xiang
2023-02-15
1
-13
/
+7
*
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
2022-12-07
1
-4
/
+4
*
erofs: use meta buffers for xattr operations
Gao Xiang
2022-01-04
1
-94
/
+41
*
erofs: decouple basic mount options from fs_context
Gao Xiang
2021-10-17
1
-2
/
+2
*
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
1
-1
/
+4
*
erofs: clean up file headers & footers
Gao Xiang
2021-06-07
1
-2
/
+0
*
erofs: initialized fields can only be observed after bit is set
Gao Xiang
2021-02-11
1
-1
/
+9
*
erofs: avoid duplicated permission check for "trusted." xattrs
Gao Xiang
2020-09-18
1
-2
/
+0
*
erofs: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-03
1
-1
/
+1
*
erofs: convert to use the new mount fs_context api
Chao Yu
2020-05-29
1
-2
/
+2
*
erofs: zero out when listxattr is called with no xattr
Gao Xiang
2019-12-04
1
-0
/
+2
*
erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}
Gao Xiang
2019-09-05
1
-3
/
+5
*
erofs: kill prio and nofail of erofs_get_meta_page()
Gao Xiang
2019-09-05
1
-7
/
+6
*
erofs: use erofs_inode naming
Gao Xiang
2019-09-05
1
-9
/
+9
*
erofs: some macros are much more readable as a function
Gao Xiang
2019-09-05
1
-1
/
+1
*
erofs: remove all likely/unlikely annotations
Gao Xiang
2019-08-30
1
-6
/
+6
*
erofs: move erofs out of staging
Gao Xiang
2019-08-24
1
-0
/
+703