index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-10
vfs: swap names of {do,vfs}_clone_file_range()
Amir Goldstein
1
-1
/
+1
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
[next]