aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-12ubifs: convert to fileattrGravatar Miklos Szeredi 1-42/+36
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-09-17ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsGravatar Zhihao Cheng 1-1/+0
2020-03-19ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEGravatar Eric Biggers 1-0/+4
2020-01-16ubifs: Add support for FS_ENCRYPT_FLGravatar Eric Biggers 1-3/+10
2020-01-16ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagGravatar Eric Biggers 1-1/+2
2019-08-12ubifs: wire up new fscrypt ioctlsGravatar Eric Biggers 1-0/+20
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-10/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONGravatar Sascha Hauer 1-4/+0
2019-05-07ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Gravatar Eric Biggers 1-6/+1
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+8
2019-02-24ubifs: Reject unsupported ioctl flags explicitlyGravatar Hou Tao 1-0/+8
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-2/+2
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagGravatar Eric Biggers 1-1/+4
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-3/+3
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeGravatar Deepa Dinamani 1-1/+1
2017-05-08ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlGravatar Rock Lee 1-3/+3
2017-01-17ubifs: allow encryption ioctls in compat modeGravatar Eric Biggers 1-0/+3
2016-12-13ubifs: Use fscrypt ioctl() helpersGravatar Richard Weinberger 1-22/+2
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONGravatar Richard Weinberger 1-0/+5
2016-12-12ubifs: Add skeleton for fscryptoGravatar Richard Weinberger 1-0/+35
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Gravatar Al Viro 1-1/+1
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2008-12-31UBIFS: fix writing uncompressed filesGravatar Artem Bityutskiy 1-0/+2
2008-07-15UBIFS: add new flash file systemGravatar Artem Bityutskiy 1-0/+204