summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-0/+25
|\
| * fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet2024-02-121-0/+10
| * fs: FS_IOC_GETUUIDKent Overstreet2024-02-081-0/+15
* | vfs: add RWF_NOAPPEND flag for pwritev2Rich Felker2024-01-221-1/+4
|/
* fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin2023-12-101-0/+1
* fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-181-0/+59
* treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-281-1/+1
* block: add ioctl to read the disk sequence numberMatteo Croce2021-08-021-0/+1
* block: uapi: fix comment about block device ioctlDamien Le Moal2021-05-101-1/+1
* fs/ext4: Introduce DAX inode flagIra Weiny2020-05-281-0/+1
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-0/+1
|\
| * fs: Reserve flag for casefoldingDaniel Rosenberg2019-08-231-0/+1
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-181-0/+1
|\ \
| * | fs: uapi: define verity bit for FS_IOC_GETFLAGSEric Biggers2019-07-281-0/+1
| |/
* / fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers2019-08-121-51/+3
|/
* fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein2019-05-141-0/+3
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-061-1/+3
|\
| * fscrypt: add Adiantum supportEric Biggers2019-01-061-1/+3
* | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-51/+5
|/
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-2/+2
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-051-0/+2
|\
| * fscrypt: add Speck128/256 supportEric Biggers2018-05-201-0/+2
* | fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfsEric Sandeen2018-05-161-2/+6
|/
* fs: add RWF_APPENDJürg Billeter2018-01-251-1/+5
* License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-021-0/+1
* annotate RWF_... flagsChristoph Hellwig2017-08-311-8/+20
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-0/+2
|\
| * fscrypt: add support for AES-128-CBCDaniel Walter2017-06-231-0/+2
* | fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2017-06-201-1/+3
* | fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues2017-06-201-0/+2
|/
* fscrypt: Remove __packed from fscrypt_policyJoe Richey2017-04-301-1/+1
* fscrypt: Move key structure and constants to uapiJoe Richey2017-04-301-0/+13
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-0/+14
|\
| * fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o2016-12-111-0/+14
* | blk-zoned: implement ioctlsShaun Tancheff2016-10-181-0/+4
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-131-1/+3
|\
| * vfs: support FS_XFLAG_COWEXTSIZE and get/set of CoW extent size hintDarrick J. Wong2016-10-031-1/+3
* | locks: fix file locking on overlayfsMiklos Szeredi2016-09-161-0/+1
|/
* Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-1/+0
|\
| * Revert "block: enable dax for raw block devices"Dan Williams2016-05-201-1/+0
* | fs: add RWF_DSYNC aand RWF_SYNCChristoph Hellwig2016-05-011-0/+2
|/
* Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-03-211-0/+18
|\
| * fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-171-0/+18
| |
| \
*-. \ Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-181-0/+3
|\ \ \ | |_|/ |/| |
| | * vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig2016-03-041-0/+3
| |/
* / block: revert runtime dax control of the raw block deviceDan Williams2016-01-301-1/+0
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-01-221-4/+27
|\
| * fs: clean up the flags definition in uapi/linux/fs.hTheodore Ts'o2016-01-081-4/+27
* | Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-221-0/+33
|\ \