index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext2
/
xattr.c
Age
Commit message (
Expand
)
Author
2019-07-31
ext2: fix block range in ext2_data_block_valid()
Chengguang Xu
2019-07-03
ext2: Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-05-28
ext2: optimize ext2_xattr_get()
Chengguang Xu
2019-05-28
ext2: introduce new helper for xattr entry comparison
Chengguang Xu
2019-05-28
ext2: merge xattr next entry check to ext2_xattr_entry_valid()
Chengguang Xu
2019-05-20
ext2: Strengthen xattr block checks
Jan Kara
2019-05-20
ext2: Merge loops in ext2_xattr_set()
Jan Kara
2019-05-20
ext2: introduce helper for xattr entry validation
Chengguang Xu
2019-05-20
ext2: introduce helper for xattr header validation
Chengguang Xu
2019-01-22
ext2: Set superblock revision when enabling xattr feature
Jan Kara
2018-12-27
Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-11-27
ext2: fix potential use after free
Pan Bian
2018-11-15
ext2: change reusable parameter to true when calling mb_cache_entry_create()
Chengguang Xu
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-22
ext2, ext4: make mb block cache names more explicit
Tahsin Erdogan
2017-06-22
mbcache: make mbcache naming more generic
Tahsin Erdogan
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-07-05
ext2: fix filesystem deadlock while reading corrupted xattr block
Carlos Maiolino
2016-02-22
mbcache: add reusable flag to cache entries
Andreas Gruenbacher
2016-02-22
mbcache2: rename to mbcache
Jan Kara
2016-02-22
ext2: convert to mbcache2
Jan Kara
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-01-06
fs: use block_device name vsprintf helper
Dmitry Monakhov
2015-12-13
xattr handlers: Simplify list operation
Andreas Gruenbacher
2015-11-13
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2014-01-25
ext2/3/4: use generic posix ACL infrastructure
Christoph Hellwig
2013-01-21
Ext2: return ENOMEM rather than EIO if sb_getblk fails
Wang Shilong
2013-01-21
Ext2: use unlikely to improve the efficiency of the kernel
Wang Shilong
2012-04-11
ext2: Remove s_dirt handling
Jan Kara
2012-01-09
ext2/3/4: delete unneeded includes of module.h
Paul Gortmaker
2011-07-22
ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_get
Wang Sheng-Hui
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-10
ext2: remove dead code in ext2_xattr_get
Wang Sheng-Hui
2011-01-10
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
Wang Sheng-Hui
2010-10-25
fs: add sync_inode_metadata
Christoph Hellwig
2010-08-09
mbcache: Remove unused features
Andreas Gruenbacher
2010-08-09
Don't dirty the victim in ext2_xattr_delete_inode()
Al Viro
2010-08-09
Take dirtying the inode to callers of ext2_free_blocks()
Al Viro
2010-08-09
ext2: switch to dquot_free_block_nodirty()
Al Viro
2010-05-21
ext2: constify xattr_handler
Stephen Hemminger
2010-05-21
ext2: Add ext2_sb_info s_lock spinlock
Jan Blunck
2010-03-05
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
2009-12-16
sanitize xattr handler prototypes
Christoph Hellwig
2009-03-26
ext2: Use lowercase names of quota functions
Jan Kara
2008-04-28
ext2: use ext2_group_first_block_no()
Akinobu Mita
2008-04-28
ext2: le*_add_cpu conversion
Marcin Slusarz
2008-04-15
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
Jan Kara
2007-10-17
ext2 reservations
Martin J. Bligh
2006-12-07
[PATCH] Remove superfluous lock_super() in extN xattr code
Andreas Gruenbacher
[next]