aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li1-9/+8
2017-07-14ubifs: Correctly evict xattr inodesRichard Weinberger1-0/+22
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+6
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani1-3/+3
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee1-0/+6
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger1-23/+23
2016-12-12ubifs: Massage assert in ubifs_xattr_set() wrt. fscryptoRichard Weinberger1-1/+7
2016-12-12ubifs: Massage ubifs_listxattr() for encryption contextRichard Weinberger1-4/+15
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-0/+10
2016-12-12ubifs: Export xattr get and set functionsRichard Weinberger1-17/+18
2016-10-20ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2016-10-02ubifs: fix host xattr_len when changing xattrPascal Eberhard1-2/+4
2016-08-23ubifs: Fix xattr generic handler usageRichard Weinberger1-1/+4
2016-07-29ubifs: Make xattr structures staticBen Dooks1-3/+3
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+3
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher1-76/+67
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-3/+3
2016-03-20ubifs: Remove unused headerAndreas Gruenbacher1-1/+0
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-10ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger1-2/+2
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-40/+0
2015-11-13ubifs: Remove unused security xattr handlerAndreas Gruenbacher1-40/+0
2015-11-10Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-3/+9
2015-11-07ubifs: make ubifs_[get|set]xattr atomicDongsheng Yang1-3/+9
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger1-3/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-8/+10
2015-01-28UBIFS: add ubifs_err() to print error reasonSubodh Nijsure1-4/+13
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure1-0/+78
2015-01-28UBIFS: Add xattr support for symlinksSubodh Nijsure1-5/+12
2013-10-24ubifs: switch to %pdAl Viro1-8/+8
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+2
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy1-2/+2
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-3/+3
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-05-13UBIFS: make xattr operations names consistentSedat Dilek1-4/+4
2011-04-05fs: export empty_aopsJens Axboe1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-08-22UBIFS: constify file and inode operationsArtem Bityutskiy1-2/+2
2009-06-24helpers for acl caching + switch to thoseAl Viro1-1/+1
2008-09-30UBIFS: remove unneeded unlikely()Hirofumi Nakagawa1-1/+1
2008-08-14UBIFS: xattr bugfixesArtem Bityutskiy1-27/+17
2008-08-13UBIFS: fix budgeting request alignment in xattr codeZoltan Sogor1-5/+5
2008-08-13UBIFS: align inode data to eightArtem Bityutskiy1-2/+2
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+581