| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-28 | 1 | -0/+1 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-12 | 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-07 | 1 | -0/+29 |
* | | compat_ioctl: don't pass fd around when not needed | Al Viro | 2016-01-08 | 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-16 | 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-24 | 1 | -2/+2 |
* | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -6/+6 |
* | switch simple cases of fget_light to fdget | Al Viro | 2012-09-26 | 1 | -16/+9 |
* | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-02-28 | 1 | -1/+1 |
* | vfs: fix up ENOIOCTLCMD error handling | Linus Torvalds | 2012-01-05 | 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-02 | 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-19 | 1 | -39/+0 |
|\ |
|
| * | fs: Do not dispatch FITRIM through separate super_operation | Lukas Czerner | 2010-11-19 | 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-27 | 1 | -0/+39 |
* | bkl: Remove locked .ioctl file operation | Arnd Bergmann | 2010-08-14 | 1 | -14/+4 |
* | Introduce freeze_super and thaw_super for the fsfreeze ioctl | Josef Bacik | 2010-05-21 | 1 | -13/+2 |
* | Cleanup generic block based fiemap | Josef Bacik | 2010-04-23 | 1 | -39/+53 |
* | __generic_block_fiemap(): fix for files bigger than 4GB | Mike Hommey | 2009-11-12 | 1 | -1/+1 |
* | vfs: explicitly cast s_maxbytes in fiemap_check_ranges | Jeff Layton | 2009-09-24 | 1 | -4/+5 |
* | fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io... | Ankit Jain | 2009-06-24 | 1 | -0/+35 |
* | No instance of ->bmap() needs BKL | Al Viro | 2009-06-17 | 1 | -2/+0 |
* | vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypes | Aneesh Kumar K.V | 2009-05-13 | 1 | -4/+10 |
* | fiemap: fix problem with setting FIEMAP_EXTENT_LAST | Josef Bacik | 2009-05-06 | 1 | -20/+55 |
* | Rationalize fasync return values | Jonathan Corbet | 2009-03-16 | 1 | -1/+1 |
* | Move FASYNC bit handling to f_op->fasync() | Jonathan Corbet | 2009-03-16 | 1 | -12/+1 |
* | Use f_lock to protect f_flags | Jonathan Corbet | 2009-03-16 | 1 | -3/+4 |
* | [CVE-2009-0029] System call wrappers part 15 | Heiko Carstens | 2009-01-14 | 1 | -1/+1 |
* | filesystem freeze: implement generic freeze feature | Takashi Sato | 2009-01-09 | 1 | -0/+46 |
* | GFS2: Support for FIEMAP ioctl | Steven Whitehouse | 2009-01-05 | 1 | -10/+34 |
* | Fix a race condition in FASYNC handling | Jonathan Corbet | 2008-12-05 | 1 | -4/+8 |
* | provide generic_block_fiemap() only with BLOCK=y | Adrian Bunk | 2008-10-12 | 1 | -0/+4 |
* | generic block based fiemap implementation | Josef Bacik | 2008-10-03 | 1 | -0/+118 |
* | vfs: vfs-level fiemap interface | Mark Fasheh | 2008-10-08 | 1 | -0/+155 |
* | make vfs_ioctl() static | Adrian Bunk | 2008-04-29 | 1 | -2/+2 |
* | fix up kerneldoc in fs/ioctl.c a little bit | Christoph Hellwig | 2008-02-09 | 1 | -4/+4 |
* | VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls | Erez Zadok | 2008-02-07 | 1 | -54/+75 |
* | VFS: swap do_ioctl and vfs_ioctl names | Erez Zadok | 2008-02-07 | 1 | -8/+20 |