aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-10ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2021-04-12ubifs: convert to fileattrMiklos Szeredi1-42/+36
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-09-17ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng1-1/+0
2020-03-19ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers1-0/+4
2020-01-16ubifs: Add support for FS_ENCRYPT_FLEric Biggers1-3/+10
2020-01-16ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2
2019-08-12ubifs: wire up new fscrypt ioctlsEric Biggers1-0/+20
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-10/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer1-4/+0
2019-05-07ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers1-6/+1
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-0/+8
2019-02-24ubifs: Reject unsupported ioctl flags explicitlyHou Tao1-0/+8
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-2/+2
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers1-1/+4
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-3/+3
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani1-1/+1
2017-05-08ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee1-3/+3
2017-01-17ubifs: allow encryption ioctls in compat modeEric Biggers1-0/+3
2016-12-13ubifs: Use fscrypt ioctl() helpersRichard Weinberger1-22/+2
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger1-0/+5
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-0/+35
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2008-12-31UBIFS: fix writing uncompressed filesArtem Bityutskiy1-0/+2
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+204