Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
2025-05-09 | super: add filesystem freezing helpers for suspend and hibernate | Christian Brauner | 1 | -4/+4 |
2025-04-21 | fs: add S_ANON_INODE | Christian Brauner | 1 | -3/+4 |
2025-02-21 | ioctl: Fix return type of several functions from long to int | Yuichiro Tsuji | 1 | -5/+5 |
2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -15/+8 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -15/+15 |
2024-05-13 | fs/ioctl: Add a comment to keep the logic in sync with LSM policies | Günther Noack | 1 | -0/+3 |
2024-04-09 | fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH fail | Günther Noack | 1 | -2/+2 |
2024-02-12 | fs: add FS_IOC_GETFSSYSFSPATH | Kent Overstreet | 1 | -0/+17 |
2024-02-08 | fs: FS_IOC_GETUUID | Kent Overstreet | 1 | -0/+16 |
2023-12-24 | lsm: new security_file_ioctl_compat() hook | Alfred Piccioni | 1 | -2/+1 |
2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+4 |
2023-08-19 | fs: Fix kernel-doc warnings | Matthew Wilcox (Oracle) | 1 | -3/+7 |
2023-07-17 | fs: distinguish between user initiated freeze and kernel initiated freeze | Darrick J. Wong | 1 | -4/+4 |
2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -8/+8 |
2022-04-01 | Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2022-03-30 | fs: fix an infinite loop in iomap_fiemap | Guo Xuenan | 1 | -1/+1 |
2022-03-14 | fs: allow cross-vfsmount reflink/dedupe | Josef Bacik | 1 | -4/+0 |
2022-01-15 | fs/ioctl: remove unnecessary __user annotation | Amit Daniel Kachhap | 1 | -1/+1 |
2021-08-31 | Merge tag 'vfs-5.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -0/+8 |
2021-08-03 | fs: forbid invalid project ID | Wang Shilong | 1 | -0/+8 |
2021-07-27 | fs: remove generic_block_fiemap | Christoph Hellwig | 1 | -203/+0 |
2021-04-12 | vfs: add fileattr ops | Miklos Szeredi | 1 | -0/+325 |
2020-07-31 | fs: remove ksys_ioctl | Christoph Hellwig | 1 | -6/+1 |
2020-06-03 | fs: remove the access_ok() check in ioctl_fiemap | Christoph Hellwig | 1 | -5/+1 |
2020-06-03 | fs: handle FIEMAP_FLAG_SYNC in fiemap_prep | Christoph Hellwig | 1 | -4/+6 |
2020-06-03 | fs: move fiemap range validation into the file systems instances | Christoph Hellwig | 1 | -39/+24 |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
2020-06-03 | fs: mark __generic_block_fiemap static | Christoph Hellwig | 1 | -3/+1 |
2020-04-30 | fibmap: Warn and return an error in case of block > INT_MAX | Ritesh Harjani | 1 | -0/+8 |
2020-02-08 | Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+7 |
2020-02-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -10/+23 |
2020-02-08 | compat_ioctl: fix FIONREAD on devices | Arnd Bergmann | 1 | -4/+7 |
2020-02-03 | fibmap: Reject negative block numbers | Carlos Maiolino | 1 | -0/+3 |
2020-02-03 | fibmap: Use bmap instead of ->bmap method in ioctl_fibmap | Carlos Maiolino | 1 | -10/+20 |
2020-01-03 | compat_ioctl: simplify the implementation | Arnd Bergmann | 1 | -93/+64 |
2020-01-03 | compat_ioctl: move sys_compat_ioctl() to ioctl.c | Arnd Bergmann | 1 | -0/+90 |
2020-01-03 | compat_ioctl: move cdrom commands into cdrom.c | Arnd Bergmann | 0 | -0/+0 |
2019-12-02 | Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -5/+11 |
2019-10-28 | fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers | Christoph Hellwig | 1 | -3/+9 |
2019-10-23 | compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.c | Al Viro | 1 | -0/+29 |
2019-10-23 | do_vfs_ioctl(): use saner types | Al Viro | 1 | -8/+8 |
2019-10-23 | compat_ioctl: add compat_ptr_ioctl() | Arnd Bergmann | 1 | -0/+35 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2018-11-02 | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+9 |
2018-10-30 | vfs: plumb remap flags through the vfs clone functions | Darrick J. Wong | 1 | -1/+1 |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong | 1 | -1/+9 |
2018-10-26 | vfs: fix FIGETBSZ ioctl on an overlayfs file | Amir Goldstein | 1 | -0/+3 |
2018-09-24 | vfs: swap names of {do,vfs}_clone_file_range() | Amir Goldstein | 1 | -1/+1 |
2018-07-18 | vfs: export vfs_ioctl() to modules | Miklos Szeredi | 1 | -0/+1 |
2018-05-24 | fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems | Seth Forshee | 1 | -2/+2 |
2018-04-02 | fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() | Dominik Brodowski | 1 | -1/+6 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 1 | -0/+2 |
2016-12-16 | vfs: call vfs_clone_file_range() under freeze protection | Amir Goldstein | 1 | -1/+1 |
2016-12-16 | vfs: allow vfs_clone_file_range() across mount points | Amir Goldstein | 1 | -0/+4 |
2016-09-15 | vfs: cap dedupe request structure size at PAGE_SIZE | Darrick J. Wong | 1 | -0/+4 |
2016-09-15 | vfs: fix return type of ioctl_file_dedupe_range | Darrick J. Wong | 1 | -1/+1 |
2016-07-28 | vfs: ioctl: prevent double-fetch in dedupe ioctl | Scott Bauer | 1 | -0/+1 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
2016-01-12 | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+67 |
2016-01-08 | compat_ioctl: don't pass fd around when not needed | Al Viro | 1 | -2/+2 |
2016-01-01 | vfs: hoist the btrfs deduplication ioctl to the vfs | Darrick J. Wong | 1 | -0/+38 |
2015-12-07 | vfs: pull btrfs clone API to vfs layer | Christoph Hellwig | 1 | -0/+29 |
2015-02-10 | fsioctl.c: make generic_block_fiemap() signal-tolerant | Dmitry Monakhov | 1 | -0/+5 |
2014-12-16 | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2014-11-17 | fs: add freeze_super/thaw_super fs hooks | Benjamin Marzinski | 1 | -1/+5 |
2014-11-07 | VFS: Rename do_fallocate() to vfs_fallocate() | Anna Schumaker | 1 | -1/+1 |
2013-10-24 | file->f_op is never NULL... | Al Viro | 1 | -2/+2 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -6/+6 |
2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -16/+9 |
2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
2012-01-05 | vfs: fix up ENOIOCTLCMD error handling | Linus Torvalds | 1 | -1/+1 |
2011-03-21 | vfs: cleanup do_vfs_ioctl() | Namhyung Kim | 1 | -13/+8 |
2011-02-02 | fs: make block fiemap mapping length at least blocksize long | Josef Bacik | 1 | -0/+7 |
2011-01-17 | fs: fix address space warnings in ioctl_fiemap() | Namhyung Kim | 1 | -5/+5 |
2010-11-19 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -39/+0 |
2010-11-19 | fs: Do not dispatch FITRIM through separate super_operation | Lukas Czerner | 1 | -39/+0 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
2010-10-27 | fs: Add FITRIM ioctl | Lukas Czerner | 1 | -0/+39 |
2010-08-14 | bkl: Remove locked .ioctl file operation | Arnd Bergmann | 1 | -14/+4 |
2010-05-21 | Introduce freeze_super and thaw_super for the fsfreeze ioctl | Josef Bacik | 1 | -13/+2 |
2010-04-23 | Cleanup generic block based fiemap | Josef Bacik | 1 | -39/+53 |
2009-11-12 | __generic_block_fiemap(): fix for files bigger than 4GB | Mike Hommey | 1 | -1/+1 |
2009-09-24 | vfs: explicitly cast s_maxbytes in fiemap_check_ranges | Jeff Layton | 1 | -4/+5 |
2009-06-24 | fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io... | Ankit Jain | 1 | -0/+35 |
2009-06-17 | No instance of ->bmap() needs BKL | Al Viro | 1 | -2/+0 |
2009-05-13 | vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypes | Aneesh Kumar K.V | 1 | -4/+10 |
2009-05-06 | fiemap: fix problem with setting FIEMAP_EXTENT_LAST | Josef Bacik | 1 | -20/+55 |
2009-03-16 | Rationalize fasync return values | Jonathan Corbet | 1 | -1/+1 |
2009-03-16 | Move FASYNC bit handling to f_op->fasync() | Jonathan Corbet | 1 | -12/+1 |
2009-03-16 | Use f_lock to protect f_flags | Jonathan Corbet | 1 | -3/+4 |
2009-01-14 | [CVE-2009-0029] System call wrappers part 15 | Heiko Carstens | 1 | -1/+1 |
2009-01-09 | filesystem freeze: implement generic freeze feature | Takashi Sato | 1 | -0/+46 |
2009-01-05 | GFS2: Support for FIEMAP ioctl | Steven Whitehouse | 1 | -10/+34 |
2008-12-05 | Fix a race condition in FASYNC handling | Jonathan Corbet | 1 | -4/+8 |
2008-10-12 | provide generic_block_fiemap() only with BLOCK=y | Adrian Bunk | 1 | -0/+4 |
2008-10-03 | generic block based fiemap implementation | Josef Bacik | 1 | -0/+118 |
2008-10-08 | vfs: vfs-level fiemap interface | Mark Fasheh | 1 | -0/+155 |
2008-04-29 | make vfs_ioctl() static | Adrian Bunk | 1 | -2/+2 |
2008-02-09 | fix up kerneldoc in fs/ioctl.c a little bit | Christoph Hellwig | 1 | -4/+4 |
2008-02-07 | VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls | Erez Zadok | 1 | -54/+75 |
2008-02-07 | VFS: swap do_ioctl and vfs_ioctl names | Erez Zadok | 1 | -8/+20 |
2008-02-07 | VFS: apply coding standards to fs/ioctl.c | Erez Zadok | 1 | -80/+84 |
2007-07-16 | drop obsolete sys_ioctl export | Christoph Hellwig | 1 | -8/+0 |
2007-07-16 | revert "vanishing ioctl handler debugging" | Andrew Morton | 1 | -11/+3 |
2007-06-04 | vanishing ioctl handler debugging | Andrew Morton | 1 | -3/+11 |
2007-05-08 | vfs: remove superflous sb == NULL checks | Christoph Hellwig | 1 | -2/+0 |
2006-12-08 | [PATCH] VFS: change struct file to use struct path | Josef "Jeff" Sipek | 1 | -7/+7 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-01-11 | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 1 | -0/+1 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+186 |