aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-15ubifs: Convert xattr inum to host orderGravatar Richard Weinberger 1-1/+1
2019-05-07ubifs: Limit number of xattrs per inodeGravatar Richard Weinberger 1-7/+64
2018-09-20Revert "ubifs: xattr: Don't operate on deleted inodes"Gravatar Richard Weinberger 1-24/+0
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-8/+8
2018-08-15ubifs: xattr: Don't operate on deleted inodesGravatar Richard Weinberger 1-0/+24
2018-06-07ubifs, xattr: remove misguided quota flagsGravatar Wang Shilong 1-1/+1
2018-01-18ubifs: remove error message in ubifs_xattr_getGravatar Rock Lee 1-2/+0
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagGravatar Eric Biggers 1-0/+1
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsGravatar Xiaolei Li 1-9/+8
2017-07-14ubifs: Correctly evict xattr inodesGravatar Richard Weinberger 1-0/+22
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-0/+6
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeGravatar Deepa Dinamani 1-3/+3
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsGravatar Hyunchul Lee 1-0/+6
2016-12-12ubifs: Implement encrypted filenamesGravatar Richard Weinberger 1-23/+23
2016-12-12ubifs: Massage assert in ubifs_xattr_set() wrt. fscryptoGravatar Richard Weinberger 1-1/+7
2016-12-12ubifs: Massage ubifs_listxattr() for encryption contextGravatar Richard Weinberger 1-4/+15
2016-12-12ubifs: Add skeleton for fscryptoGravatar Richard Weinberger 1-0/+10
2016-12-12ubifs: Export xattr get and set functionsGravatar Richard Weinberger 1-17/+18
2016-10-20ubifs: Fix xattr_names length in exit pathsGravatar Richard Weinberger 1-0/+2
2016-10-02ubifs: fix host xattr_len when changing xattrGravatar Pascal Eberhard 1-2/+4
2016-08-23ubifs: Fix xattr generic handler usageGravatar Richard Weinberger 1-1/+4
2016-07-29ubifs: Make xattr structures staticGravatar Ben Dooks 1-3/+3
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-4/+3
2016-05-17ubifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-76/+67
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-3/+3
2016-03-20ubifs: Remove unused headerGravatar Andreas Gruenbacher 1-1/+0
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-10ubifs: Use XATTR_*_PREFIX_LENGravatar Richard Weinberger 1-2/+2
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-40/+0
2015-11-13ubifs: Remove unused security xattr handlerGravatar Andreas Gruenbacher 1-40/+0
2015-11-10Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-3/+9
2015-11-07ubifs: make ubifs_[get|set]xattr atomicGravatar Dongsheng Yang 1-3/+9
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityGravatar Richard Weinberger 1-3/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-5/+5
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-8/+10
2015-01-28UBIFS: add ubifs_err() to print error reasonGravatar Subodh Nijsure 1-4/+13
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSGravatar Subodh Nijsure 1-0/+78
2015-01-28UBIFS: Add xattr support for symlinksGravatar Subodh Nijsure 1-5/+12
2013-10-24ubifs: switch to %pdGravatar Al Viro 1-8/+8
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-2/+2
2012-05-16UBIFS: get rid of dbg_errGravatar Artem Bityutskiy 1-2/+2
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryGravatar Linus Torvalds 1-3/+3
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-4/+2
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-05-13UBIFS: make xattr operations names consistentGravatar Sedat Dilek 1-4/+4
2011-04-05fs: export empty_aopsGravatar Jens Axboe 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-22const: mark remaining address_space_operations constGravatar Alexey Dobriyan 1-1/+1