aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/xattr.c
Commit message (Expand)AuthorAge
* ext2: fix block range in ext2_data_block_valid()Chengguang Xu2019-07-31
* ext2: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-03
* ext2: optimize ext2_xattr_get()Chengguang Xu2019-05-28
* ext2: introduce new helper for xattr entry comparisonChengguang Xu2019-05-28
* ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu2019-05-28
* ext2: Strengthen xattr block checksJan Kara2019-05-20
* ext2: Merge loops in ext2_xattr_set()Jan Kara2019-05-20
* ext2: introduce helper for xattr entry validationChengguang Xu2019-05-20
* ext2: introduce helper for xattr header validationChengguang Xu2019-05-20
* ext2: Set superblock revision when enabling xattr featureJan Kara2019-01-22
* Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-27
|\
| * ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu2018-11-15
* | ext2: fix potential use after freePan Bian2018-11-27
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-22
* mbcache: make mbcache naming more genericTahsin Erdogan2017-06-22
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
* ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-05
* mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-22
* mbcache2: rename to mbcacheJan Kara2016-02-22
* ext2: convert to mbcache2Jan Kara2016-02-22
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-06
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-13
|/
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-13
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong2013-01-21
* Ext2: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-21
* ext2: Remove s_dirt handlingJan Kara2012-04-11
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-09
* ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui2011-07-22
* Fix common misspellingsLucas De Marchi2011-03-31
* ext2: remove dead code in ext2_xattr_getWang Sheng-Hui2011-01-10
* ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui2011-01-10
* fs: add sync_inode_metadataChristoph Hellwig2010-10-25
* mbcache: Remove unused featuresAndreas Gruenbacher2010-08-09
* Don't dirty the victim in ext2_xattr_delete_inode()Al Viro2010-08-09
* Take dirtying the inode to callers of ext2_free_blocks()Al Viro2010-08-09
* ext2: switch to dquot_free_block_nodirty()Al Viro2010-08-09
* ext2: constify xattr_handlerStephen Hemminger2010-05-21
* ext2: Add ext2_sb_info s_lock spinlockJan Blunck2010-05-21
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-04
* sanitize xattr handler prototypesChristoph Hellwig2009-12-16
* ext2: Use lowercase names of quota functionsJan Kara2009-03-25
* ext2: use ext2_group_first_block_no()Akinobu Mita2008-04-28
* ext2: le*_add_cpu conversionMarcin Slusarz2008-04-28
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-15
* ext2 reservationsMartin J. Bligh2007-10-17
* [PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher2006-12-07