aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-28treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2021-08-02block: add ioctl to read the disk sequence numberMatteo Croce1-0/+1
2021-05-10block: uapi: fix comment about block device ioctlDamien Le Moal1-1/+1
2020-05-28fs/ext4: Introduce DAX inode flagIra Weiny1-0/+1
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+1
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+1
2019-08-23fs: Reserve flag for casefoldingDaniel Rosenberg1-0/+1
2019-08-12fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers1-51/+3
2019-07-28fs: uapi: define verity bit for FS_IOC_GETFLAGSEric Biggers1-0/+1
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein1-0/+3
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-1/+3
2019-01-06fscrypt: add Adiantum supportEric Biggers1-1/+3
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-51/+5
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-2/+2
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-0/+2
2018-05-20fscrypt: add Speck128/256 supportEric Biggers1-0/+2
2018-05-16fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfsEric Sandeen1-2/+6
2018-01-25fs: add RWF_APPENDJürg Billeter1-1/+5
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-31annotate RWF_... flagsChristoph Hellwig1-8/+20
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-0/+2
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter1-0/+2
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues1-1/+3
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues1-0/+2
2017-04-30fscrypt: Remove __packed from fscrypt_policyJoe Richey1-1/+1
2017-04-30fscrypt: Move key structure and constants to uapiJoe Richey1-0/+13
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-0/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+14
2016-12-11fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o1-0/+14
2016-10-18blk-zoned: implement ioctlsShaun Tancheff1-0/+4
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-1/+3
2016-10-03vfs: support FS_XFLAG_COWEXTSIZE and get/set of CoW extent size hintDarrick J. Wong1-1/+3
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi1-0/+1
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+0
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams1-1/+0
2016-05-01fs: add RWF_DSYNC aand RWF_SYNCChristoph Hellwig1-0/+2
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+18
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro1-0/+3
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+18
2016-03-04vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig1-0/+3
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams1-1/+0
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+27
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+33
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+2
2016-01-09block: enable dax for raw block devicesDan Williams1-0/+2
2016-01-08fs: clean up the flags definition in uapi/linux/fs.hTheodore Ts'o1-4/+27
2016-01-04xfs: introduce per-inode DAX enablementDave Chinner1-0/+1
2016-01-04fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotionDave Chinner1-0/+32
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong1-0/+30
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-0/+9