summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+2
* Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-181-0/+2
|\
| * fs: Export generic_fadvise()Jan Kara2019-08-301-0/+2
* | Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-181-0/+11
|\ \
| * | vfs: don't allow writes to swap filesDarrick J. Wong2019-08-201-0/+11
* | | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-183-13/+12
|\ \ \
| * | | btrfs: turn checksum type define into an enumJohannes Thumshirn2019-09-091-1/+3
| * | | btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain2019-09-091-5/+0
| * | | btrfs: add a flush step for delayed iputsJosef Bacik2019-09-091-0/+1
| * | | btrfs: clarify btrfs_ioctl_get_dev_stats paddingHans van Kranenburg2019-09-091-1/+6
| * | | btrfs: use common vfs LABEL ioctl definitionsEric Sandeen2019-09-091-4/+2
| * | | btrfs: Remove unused locking functionsNikolay Borisov2019-09-091-2/+0
* | | | Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-181-1/+13
|\ \ \ \
| * | | | afs: Provide an RCU-capable key lookupDavid Howells2019-09-021-1/+13
| * | | | Merge remote-tracking branch 'net/master' into afs-nextDavid Howells2019-09-024-32/+33
| |\ \ \ \
* | \ \ \ \ Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-184-0/+263
|\ \ \ \ \ \
| * | | | | | fs-verity: add SHA-512 supportEric Biggers2019-08-121-0/+1
| * | | | | | fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers2019-08-121-0/+11
| * | | | | | fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-121-0/+66
| * | | | | | fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-281-0/+56
| * | | | | | fs-verity: add the hook for file ->setattr()Eric Biggers2019-07-281-0/+7
| * | | | | | fs-verity: add the hook for file ->open()Eric Biggers2019-07-281-0/+71
| * | | | | | fs-verity: add inode and superblock fieldsEric Biggers2019-07-281-0/+11
| * | | | | | fs: uapi: define verity bit for FS_IOC_GETFLAGSEric Biggers2019-07-281-0/+1
| * | | | | | fs-verity: add UAPI headerEric Biggers2019-07-281-0/+39
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-184-54/+237
|\ \ \ \ \ \
| * | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-122-0/+9
| * | | | | | fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-121-1/+5
| * | | | | | fscrypt: v2 encryption policy supportEric Biggers2019-08-122-9/+57
| * | | | | | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-122-0/+22
| * | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-122-0/+21
| * | | | | | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-123-10/+54
| * | | | | | fscrypt: rename keyinfo.c to keysetup.cEric Biggers2019-08-121-2/+2
| * | | | | | fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-121-0/+2
| * | | | | | fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers2019-08-121-23/+42
| * | | | | | fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers2019-08-123-51/+65
* | | | | | | Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-181-7/+7
|\ \ \ \ \ \ \
| * | | | | | | locks: revise generic_add_lease tracepointJeff Layton2019-07-221-7/+7
* | | | | | | | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-182-1/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells2019-09-051-0/+3
| * | | | | | | | vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2019-09-051-0/+5
| * | | | | | | | new helper: get_tree_keyed()Al Viro2019-09-051-1/+6
* | | | | | | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-182-59/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs/namei.c: keep track of nd->root refcount statusAl Viro2019-09-031-0/+1
| * | | | | | | | | kill the last users of user_{path,lpath,path_dir}()Al Viro2019-08-301-16/+0
| * | | | | | | | | namei.h: get the comments on LOOKUP_... in sync with realityAl Viro2019-08-301-27/+17
| * | | | | | | | | kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hAl Viro2019-08-302-3/+0
| * | | | | | | | | audit_inode(): switch to passing AUDIT_INODE_...Al Viro2019-07-211-13/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18154-982/+2726
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-172-2/+25
| |\ \ \ \ \ \ \ \ \