summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: convert to fileattrMiklos Szeredi2021-04-121-42/+36
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng2020-09-171-1/+0
* ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers2020-03-191-0/+4
* ubifs: Add support for FS_ENCRYPT_FLEric Biggers2020-01-161-3/+10
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-01-161-1/+2
* ubifs: wire up new fscrypt ioctlsEric Biggers2019-08-121-0/+20
* vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-10/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer2019-05-071-4/+0
* ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers2019-05-071-6/+1
* Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-131-0/+8
|\
| * ubifs: Reject unsupported ioctl flags explicitlyHou Tao2019-02-241-0/+8
* | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-2/+2
|/
* fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-181-1/+4
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-131-3/+3
|\
| * ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee2017-05-081-3/+3
* | fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-081-1/+1
|/
* ubifs: allow encryption ioctls in compat modeEric Biggers2017-01-171-0/+3
* ubifs: Use fscrypt ioctl() helpersRichard Weinberger2016-12-131-22/+2
* ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger2016-12-121-0/+5
* ubifs: Add skeleton for fscryptoRichard Weinberger2016-12-121-0/+35
* UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-1/+1
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* UBIFS: fix writing uncompressed filesArtem Bityutskiy2008-12-311-0/+2
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+204