index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-01
fs: remove vfs_ioctl export
Greg Kroah-Hartman
1
-2
/
+1
2025-08-29
fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()
Xichao Zhao
1
-1
/
+1
2025-07-01
fs: split fileattr related helpers into separate file
Andrey Albershteyn
1
-309
/
+0
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
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
[next]