summaryrefslogtreecommitdiff
path: root/fs/erofs/xattr.c
AgeCommit message (Expand)Author
2023-10-09erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataWedson Almeida Filho
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu
2023-06-18erofs: use separate xattr parsers for listxattr/getxattrJingbo Xu
2023-06-18erofs: unify inline/shared xattr iterators for listxattr/getxattrJingbo Xu
2023-06-18erofs: make the size of read data stored in buffer_ofsJingbo Xu
2023-06-18erofs: unify xattr_iter structuresJingbo Xu
2023-06-18erofs: use absolute position in xattr iteratorJingbo Xu
2023-06-18erofs: convert erofs_read_metabuf() to erofs_bread() for xattrJingbo Xu
2023-05-23erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_initJingbo Xu
2023-04-24Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-17erofs: handle long xattr name prefixes properlyJingbo Xu
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu
2023-04-17erofs: simplify erofs_xattr_generic_get()Jingbo Xu
2023-04-17erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu
2023-04-17erofs: move several xattr helpers into xattr.cJingbo Xu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-02-15erofs: simplify iloc()Gao Xiang
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang
2022-01-04erofs: use meta buffers for xattr operationsGao Xiang
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-06-08erofs: clean up file headers & footersGao Xiang
2021-02-11erofs: initialized fields can only be observed after bit is setGao Xiang
2020-09-18erofs: avoid duplicated permission check for "trusted." xattrsGao Xiang
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu
2019-12-04erofs: zero out when listxattr is called with no xattrGao Xiang
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang
2019-09-05erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang
2019-09-05erofs: use erofs_inode namingGao Xiang
2019-09-05erofs: some macros are much more readable as a functionGao Xiang
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang
2019-08-24erofs: move erofs out of stagingGao Xiang