aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/ubifs.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsGravatar Xiaolei Li 1-1/+1
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsGravatar Richard Weinberger 1-0/+2
2017-07-14ubifs: Correctly evict xattr inodesGravatar Richard Weinberger 1-0/+1
2017-07-14ubifs: Unexport ubifs_inode_slabGravatar Richard Weinberger 1-1/+0
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-2/+12
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsGravatar Hyunchul Lee 1-2/+12
2017-04-20ubifs: Convert to separately allocated bdiGravatar Jan Kara 1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+2
2017-02-08fscrypt: constify struct fscrypt_operationsGravatar Eric Biggers 1-1/+1
2017-02-06fscrypt: split supp and notsupp declarations into their own headersGravatar Eric Biggers 1-23/+5
2016-12-13ubifs: Use fscrypt ioctl() helpersGravatar Richard Weinberger 1-2/+2
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONGravatar Richard Weinberger 1-0/+3
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHGravatar Richard Weinberger 1-0/+2
2016-12-12ubifs: Use a random number for cookiesGravatar Richard Weinberger 1-0/+1
2016-12-12ubifs: Add full hash lookup supportGravatar Richard Weinberger 1-0/+2
2016-12-12ubifs: Implement encrypted filenamesGravatar Richard Weinberger 1-10/+14
2016-12-12ubifs: Implement encrypt/decrypt for all IOGravatar Richard Weinberger 1-2/+29
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Gravatar Richard Weinberger 1-1/+6
2016-12-12ubifs: Add skeleton for fscryptoGravatar Richard Weinberger 1-1/+36
2016-12-12ubifs: Export xattr get and set functionsGravatar Richard Weinberger 1-0/+4
2016-12-12ubifs: Export ubifs_check_dir_empty()Gravatar Richard Weinberger 1-0/+1
2016-12-12ubifs: Use dirty_writeback_interval value for wbuf timerGravatar Rafał Miłecki 1-4/+0
2016-12-12ubifs: Drop softlimit and delta fields from struct ubifs_wbufGravatar Rafał Miłecki 1-5/+0
2016-10-02ubifs: Implement RENAME_EXCHANGEGravatar Richard Weinberger 1-0/+4
2016-10-02ubifs: Implement RENAME_WHITEOUTGravatar Richard Weinberger 1-1/+3
2016-07-29ubifs: Update comment for ubifs_errcGravatar Daniel Golle 1-2/+2
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+2
2016-05-17ubifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-5/+2
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-20ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warnGravatar Joe Perches 1-24/+17
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2015-11-13ubifs: Remove unused security xattr handlerGravatar Andreas Gruenbacher 1-1/+0
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsGravatar Dongsheng Yang 1-0/+3
2015-10-03UBIFS: fix a typo in comment of ubifs_budget_reqGravatar Dongsheng Yang 1-2/+2
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-11/+15
2015-03-25UBIFS: Fix trivial typos in commentsGravatar Yannick Guerrini 1-7/+7
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSGravatar Subodh Nijsure 1-0/+4
2014-07-19UBIFS: remove mst_mutexGravatar Artem Bityutskiy 1-2/+0
2014-07-19UBIFS: remove useless @ecc in struct ubifs_scan_lebGravatar hujianyang 1-2/+0
2014-06-02UBIFS: respect MS_SILENT mount flagGravatar Daniel Golle 1-0/+11
2013-09-10fs: convert fs shrinkers to new scan/count APIGravatar Dave Chinner 1-1/+4
2013-02-04UBIFS: fix double free of ubifs_orphan objectsGravatar Adam Thomas 1-0/+2
2013-02-04UBIFS: fix use of freed ubifs_orphan objectsGravatar Adam Thomas 1-1/+3
2012-10-26UBIFS: introduce categorized lprops counterGravatar Artem Bityutskiy 1-0/+3
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-7/+6
2012-09-21userns: Convert ubifs to use kuid/kgidGravatar Eric W. Biederman 1-2/+2
2012-08-31UBIFS: use pr_ helper instead of printkGravatar Artem Bityutskiy 1-7/+6
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-10/+5