index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-11
fsioctl.c: make generic_block_fiemap() signal-tolerant
Dmitry Monakhov
1
-0
/
+5
2014-12-17
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-08
VFS: Rename do_fallocate() to vfs_fallocate()
Anna Schumaker
1
-1
/
+1
2013-10-25
file->f_op is never NULL...
Al Viro
1
-2
/
+2
2013-02-23
new helper: file_inode(file)
Al Viro
1
-6
/
+6
2012-09-27
switch simple cases of fget_light to fdget
Al Viro
1
-16
/
+9
2012-02-29
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-01-06
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-03
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-20
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-39
/
+0
2010-11-20
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-28
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-22
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-14
vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypes
Aneesh Kumar K.V
1
-4
/
+10
2009-05-07
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-10
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-06
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-04
generic block based fiemap implementation
Josef Bacik
1
-0
/
+118
2008-10-09
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-05
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-12
[PATCH] capable/capability.h (fs/)
Randy Dunlap
1
-0
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+186