开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
falloc.h
Age
Commit message (
Expand
)
Author
2024-08-28
fs: sort out the fallocate mode vs flag mess
Christoph Hellwig
2020-01-03
compat_ioctl: simplify the implementation
Arnd Bergmann
2019-12-02
Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-10-28
fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers
Christoph Hellwig
2019-10-23
compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.c
Al Viro
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-10-03
vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks
Darrick J. Wong
2015-03-25
fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-09-27
fs: reserve fallocate flag codepoint
Theodore Ts'o
2011-01-12
fs: add hole punching to fallocate
Josef Bacik
2009-06-24
fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...
Ankit Jain
2007-07-17
sys_fallocate() implementation on i386, x86_64 and powerpc
Amit Arora