aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-28fs/ext4: Introduce DAX inode flagGravatar Ira Weiny 1-0/+1
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-0/+1
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Gravatar Linus Torvalds 1-0/+1
2019-08-23fs: Reserve flag for casefoldingGravatar Daniel Rosenberg 1-0/+1
2019-08-12fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Gravatar Eric Biggers 1-51/+3
2019-07-28fs: uapi: define verity bit for FS_IOC_GETFLAGSGravatar Eric Biggers 1-0/+1
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackGravatar Amir Goldstein 1-0/+3
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+3
2019-01-06fscrypt: add Adiantum supportGravatar Eric Biggers 1-1/+3
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-51/+5
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 1-2/+2
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2018-05-20fscrypt: add Speck128/256 supportGravatar Eric Biggers 1-0/+2
2018-05-16fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfsGravatar Eric Sandeen 1-2/+6
2018-01-25fs: add RWF_APPENDGravatar Jürg Billeter 1-1/+5
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 1-0/+1
2017-08-31annotate RWF_... flagsGravatar Christoph Hellwig 1-8/+20
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2017-06-23fscrypt: add support for AES-128-CBCGravatar Daniel Walter 1-0/+2
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGravatar Goldwyn Rodrigues 1-1/+3
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGravatar Goldwyn Rodrigues 1-0/+2
2017-04-30fscrypt: Remove __packed from fscrypt_policyGravatar Joe Richey 1-1/+1
2017-04-30fscrypt: Move key structure and constants to uapiGravatar Joe Richey 1-0/+13
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-0/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+14
2016-12-11fscrypt: move the policy flags and encryption mode definitions to uapi headerGravatar Theodore Ts'o 1-0/+14
2016-10-18blk-zoned: implement ioctlsGravatar Shaun Tancheff 1-0/+4
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+3
2016-10-03vfs: support FS_XFLAG_COWEXTSIZE and get/set of CoW extent size hintGravatar Darrick J. Wong 1-1/+3
2016-09-16locks: fix file locking on overlayfsGravatar Miklos Szeredi 1-0/+1
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2016-05-20Revert "block: enable dax for raw block devices"Gravatar Dan Williams 1-1/+0
2016-05-01fs: add RWF_DSYNC aand RWF_SYNCGravatar Christoph Hellwig 1-0/+2
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-0/+18
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextGravatar Al Viro 1-0/+3
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoGravatar Jaegeuk Kim 1-0/+18
2016-03-04vfs: add the RWF_HIPRI flag for preadv2/pwritev2Gravatar Christoph Hellwig 1-0/+3
2016-01-30block: revert runtime dax control of the raw block deviceGravatar Dan Williams 1-1/+0
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+27
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+33
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2016-01-09block: enable dax for raw block devicesGravatar Dan Williams 1-0/+2
2016-01-08fs: clean up the flags definition in uapi/linux/fs.hGravatar Theodore Ts'o 1-4/+27
2016-01-04xfs: introduce per-inode DAX enablementGravatar Dave Chinner 1-0/+1
2016-01-04fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotionGravatar Dave Chinner 1-0/+32
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsGravatar Darrick J. Wong 1-0/+30
2015-12-07vfs: pull btrfs clone API to vfs layerGravatar Christoph Hellwig 1-0/+9
2015-10-17ext4: reserve code points for the project quota featureGravatar Theodore Ts'o 1-0/+1
2015-02-05vfs: add support for a lazytime mount optionGravatar Theodore Ts'o 1-1/+3
2014-10-24vfs: add RENAME_WHITEOUTGravatar Miklos Szeredi 1-0/+1