| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-02-08 | 1 | -4/+7 |
|\ |
|
| * | compat_ioctl: fix FIONREAD on devices | Arnd Bergmann | 2020-02-08 | 1 | -4/+7 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2020-02-08 | 1 | -10/+23 |
|\ \
| |/
|/| |
|
| * | fibmap: Reject negative block numbers | Carlos Maiolino | 2020-02-03 | 1 | -0/+3 |
| * | fibmap: Use bmap instead of ->bmap method in ioctl_fibmap | Carlos Maiolino | 2020-02-03 | 1 | -10/+20 |
* | | compat_ioctl: simplify the implementation | Arnd Bergmann | 2020-01-03 | 1 | -93/+64 |
* | | compat_ioctl: move sys_compat_ioctl() to ioctl.c | Arnd Bergmann | 2020-01-03 | 1 | -0/+90 |
|/ |
|
* | Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-12-02 | 1 | -5/+11 |
|\ |
|
| * | fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers | Christoph Hellwig | 2019-10-28 | 1 | -3/+9 |
* | | compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.c | Al Viro | 2019-10-23 | 1 | -0/+29 |
* | | do_vfs_ioctl(): use saner types | Al Viro | 2019-10-23 | 1 | -8/+8 |
* | | compat_ioctl: add compat_ptr_ioctl() | Arnd Bergmann | 2019-10-23 | 1 | -0/+35 |
|/ |
|
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -1/+1 |
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2018-11-02 | 1 | -1/+9 |
|\ |
|
| * | vfs: plumb remap flags through the vfs clone functions | Darrick J. Wong | 2018-10-30 | 1 | -1/+1 |
| * | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong | 2018-10-30 | 1 | -1/+9 |
* | | vfs: fix FIGETBSZ ioctl on an overlayfs file | Amir Goldstein | 2018-10-26 | 1 | -0/+3 |
|/ |
|
* | vfs: swap names of {do,vfs}_clone_file_range() | Amir Goldstein | 2018-09-24 | 1 | -1/+1 |
* | vfs: export vfs_ioctl() to modules | Miklos Szeredi | 2018-07-18 | 1 | -0/+1 |
* | fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems | Seth Forshee | 2018-05-24 | 1 | -2/+2 |
* | fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() | Dominik Brodowski | 2018-04-02 | 1 | -1/+6 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | vfs: call vfs_clone_file_range() under freeze protection | Amir Goldstein | 2016-12-16 | 1 | -1/+1 |
* | vfs: allow vfs_clone_file_range() across mount points | Amir Goldstein | 2016-12-16 | 1 | -0/+4 |
* | vfs: cap dedupe request structure size at PAGE_SIZE | Darrick J. Wong | 2016-09-15 | 1 | -0/+4 |
* | vfs: fix return type of ioctl_file_dedupe_range | Darrick J. Wong | 2016-09-15 | 1 | -1/+1 |
* | vfs: ioctl: prevent double-fetch in dedupe ioctl | Scott Bauer | 2016-07-29 | 1 | -0/+1 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -2/+2 |
* | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-13 | 1 | -0/+67 |
|\ |
|
| * | vfs: hoist the btrfs deduplication ioctl to the vfs | Darrick J. Wong | 2016-01-01 | 1 | -0/+38 |
| * | vfs: pull btrfs clone API to vfs layer | Christoph Hellwig | 2015-12-08 | 1 | -0/+29 |
* | | compat_ioctl: don't pass fd around when not needed | Al Viro | 2016-01-09 | 1 | -2/+2 |
|/ |
|
* | fsioctl.c: make generic_block_fiemap() signal-tolerant | Dmitry Monakhov | 2015-02-10 | 1 | -0/+5 |
* | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-12-17 | 1 | -1/+1 |
|\ |
|
| * | VFS: Rename do_fallocate() to vfs_fallocate() | Anna Schumaker | 2014-11-07 | 1 | -1/+1 |
* | | fs: add freeze_super/thaw_super fs hooks | Benjamin Marzinski | 2014-11-17 | 1 | -1/+5 |
|/ |
|
* | file->f_op is never NULL... | Al Viro | 2013-10-25 | 1 | -2/+2 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -6/+6 |
* | switch simple cases of fget_light to fdget | Al Viro | 2012-09-27 | 1 | -16/+9 |
* | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-02-29 | 1 | -1/+1 |
* | vfs: fix up ENOIOCTLCMD error handling | Linus Torvalds | 2012-01-06 | 1 | -1/+1 |
* | vfs: cleanup do_vfs_ioctl() | Namhyung Kim | 2011-03-21 | 1 | -13/+8 |
* | fs: make block fiemap mapping length at least blocksize long | Josef Bacik | 2011-02-03 | 1 | -0/+7 |
* | fs: fix address space warnings in ioctl_fiemap() | Namhyung Kim | 2011-01-17 | 1 | -5/+5 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2010-11-20 | 1 | -39/+0 |
|\ |
|
| * | fs: Do not dispatch FITRIM through separate super_operation | Lukas Czerner | 2010-11-20 | 1 | -39/+0 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
|/ |
|
* | fs: Add FITRIM ioctl | Lukas Czerner | 2010-10-28 | 1 | -0/+39 |
* | bkl: Remove locked .ioctl file operation | Arnd Bergmann | 2010-08-14 | 1 | -14/+4 |