summaryrefslogtreecommitdiffstats
path: root/fs/ext2/ioctl.c
AgeCommit message (Expand)AuthorLines
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner-2/+2
2023-07-13ext2: convert to ctime accessor functionsJeff Layton-2/+2
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner-1/+1
2021-04-12ext2: convert to fileattrMiklos Szeredi-56/+32
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner-3/+3
2019-10-24ext2: return error when fail to allocating memory in ioctlChengguang Xu-1/+4
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong-12/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-04-19ext2: Remove ext2_get_inode_flags()Jan Kara-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro-6/+6
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-01-11ext2: protect inode changes in the SETVERSION and SETFLAGS ioctlsDjalal Harouni-6/+16
2012-01-03vfs: mnt_drop_write_file()Al Viro-3/+3
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro-3/+3
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn-3/+3
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-1/+0
2009-01-08ext2: tighten restrictions on inode flagsDuane Griffin-2/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen-20/+37
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen-9/+3
2007-11-14Forbid user to change file flags on quota filesJan Kara-0/+5
2007-10-17ext2 reservationsMartin J. Bligh-0/+45
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma-2/+2
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara-0/+1
2006-12-08[PATCH] ext2: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek-1/+1
2006-12-07[PATCH] protect ext2 ioctl modifying append_only immutable etc with i_mutexAndrew Morton-1/+5
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...David Howells-0/+32
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+81