index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext2
/
xattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()
Jan Kara
2024-01-23
1
-1
/
+1
*
ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodata
Wedson Almeida Filho
2023-10-09
1
-2
/
+2
*
Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2023-08-30
1
-2
/
+5
|
\
|
*
ext2: fix race between setxattr and write back
Ye Bin
2023-08-16
1
-1
/
+2
|
*
ext2: introduce new flags argument for ext2_new_blocks()
Ye Bin
2023-08-16
1
-1
/
+1
|
*
ext2: remove ext2_new_block()
Ye Bin
2023-08-16
1
-1
/
+3
|
*
ext2: fix datatype of block number in ext2_xattr_set2()
Georg Ottinger
2023-08-16
1
-2
/
+2
*
|
ext2: convert to ctime accessor functions
Jeff Layton
2023-07-13
1
-1
/
+1
|
/
*
Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-26
1
-1
/
+0
|
\
|
*
ext2: remove redundant assignment to pointer end
Colin Ian King
2023-03-21
1
-1
/
+0
*
|
fs: rename generic posix acl handlers
Christian Brauner
2023-03-06
1
-2
/
+2
*
|
fs: simplify ->listxattr() implementation
Christian Brauner
2023-03-06
1
-7
/
+10
*
|
fs: drop unused posix acl handlers
Christian Brauner
2023-03-06
1
-4
/
+0
|
/
*
ext2: avoid deleting xattr block that is being reused
Jan Kara
2022-08-02
1
-29
/
+29
*
ext2: unindent codeblock in ext2_xattr_set()
Jan Kara
2022-08-02
1
-16
/
+16
*
ext2: factor our freeing of xattr block reference
Jan Kara
2022-08-02
1
-52
/
+38
*
ext2: initialize quota info in ext2_xattr_set()
Chengguang Xu
2020-07-09
1
-0
/
+3
*
ext2: fix improper assignment for e_value_offs
Chengguang Xu
2020-07-09
1
-1
/
+2
*
ext2: fix empty body warnings when -Wextra is used
Randy Dunlap
2020-03-23
1
-2
/
+3
*
ext2: fix debug reference to ext2_xattr_cache
Jan Kara
2020-03-17
1
-2
/
+1
*
ext2: Silence lockdep warning about reclaim under xattr_sem
Jan Kara
2020-02-26
1
-1
/
+9
*
ext2: fix block range in ext2_data_block_valid()
Chengguang Xu
2019-07-31
1
-1
/
+1
*
ext2: Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-03
1
-2
/
+1
*
ext2: optimize ext2_xattr_get()
Chengguang Xu
2019-05-28
1
-4
/
+8
*
ext2: introduce new helper for xattr entry comparison
Chengguang Xu
2019-05-28
1
-7
/
+18
*
ext2: merge xattr next entry check to ext2_xattr_entry_valid()
Chengguang Xu
2019-05-28
1
-20
/
+16
*
ext2: Strengthen xattr block checks
Jan Kara
2019-05-20
1
-12
/
+10
*
ext2: Merge loops in ext2_xattr_set()
Jan Kara
2019-05-20
1
-22
/
+19
*
ext2: introduce helper for xattr entry validation
Chengguang Xu
2019-05-20
1
-11
/
+21
*
ext2: introduce helper for xattr header validation
Chengguang Xu
2019-05-20
1
-11
/
+20
*
ext2: Set superblock revision when enabling xattr feature
Jan Kara
2019-01-22
1
-0
/
+1
*
Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-12-27
1
-1
/
+2
|
\
|
*
ext2: change reusable parameter to true when calling mb_cache_entry_create()
Chengguang Xu
2018-11-15
1
-1
/
+2
*
|
ext2: fix potential use after free
Pan Bian
2018-11-27
1
-1
/
+1
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
ext2, ext4: make mb block cache names more explicit
Tahsin Erdogan
2017-06-22
1
-17
/
+19
*
mbcache: make mbcache naming more generic
Tahsin Erdogan
2017-06-22
1
-9
/
+9
*
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-1
/
+1
*
ext2: fix filesystem deadlock while reading corrupted xattr block
Carlos Maiolino
2016-07-05
1
-0
/
+9
*
mbcache: add reusable flag to cache entries
Andreas Gruenbacher
2016-02-22
1
-1
/
+1
*
mbcache2: rename to mbcache
Jan Kara
2016-02-22
1
-24
/
+24
*
ext2: convert to mbcache2
Jan Kara
2016-02-22
1
-76
/
+67
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-01-12
1
-4
/
+2
|
\
|
*
fs: use block_device name vsprintf helper
Dmitry Monakhov
2016-01-06
1
-4
/
+2
*
|
xattr handlers: Simplify list operation
Andreas Gruenbacher
2015-12-13
1
-5
/
+10
|
/
*
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
2015-11-13
1
-4
/
+3
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-2
/
+2
*
ext2/3/4: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-25
1
-4
/
+4
*
Ext2: return ENOMEM rather than EIO if sb_getblk fails
Wang Shilong
2013-01-21
1
-1
/
+1
*
Ext2: use unlikely to improve the efficiency of the kernel
Wang Shilong
2013-01-21
1
-1
/
+1
[next]