| Commit message (Expand) | Author | Age | Files | Lines |
* | net: remove netx ethernet driver | Arnd Bergmann | 2019-09-22 | 1 | -13/+0 |
* | ipv4: Revert removal of rt_uses_gateway | David Ahern | 2019-09-21 | 1 | -1/+2 |
* | Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-09-19 | 1 | -0/+2 |
|\ |
|
| * | fs: Export generic_fadvise() | Jan Kara | 2019-08-31 | 1 | -0/+2 |
* | | Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-09-19 | 1 | -0/+11 |
|\ \ |
|
| * | | vfs: don't allow writes to swap files | Darrick J. Wong | 2019-08-20 | 1 | -0/+11 |
* | | | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2019-09-19 | 3 | -13/+12 |
|\ \ \ |
|
| * | | | btrfs: turn checksum type define into an enum | Johannes Thumshirn | 2019-09-09 | 1 | -1/+3 |
| * | | | btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should go | Anand Jain | 2019-09-09 | 1 | -5/+0 |
| * | | | btrfs: add a flush step for delayed iputs | Josef Bacik | 2019-09-09 | 1 | -0/+1 |
| * | | | btrfs: clarify btrfs_ioctl_get_dev_stats padding | Hans van Kranenburg | 2019-09-09 | 1 | -1/+6 |
| * | | | btrfs: use common vfs LABEL ioctl definitions | Eric Sandeen | 2019-09-09 | 1 | -4/+2 |
| * | | | btrfs: Remove unused locking functions | Nikolay Borisov | 2019-09-09 | 1 | -2/+0 |
* | | | | Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-09-19 | 1 | -1/+13 |
|\ \ \ \ |
|
| * | | | | afs: Provide an RCU-capable key lookup | David Howells | 2019-09-02 | 1 | -1/+13 |
| * | | | | Merge remote-tracking branch 'net/master' into afs-next | David Howells | 2019-09-02 | 4 | -32/+33 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc... | Linus Torvalds | 2019-09-19 | 4 | -0/+263 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs-verity: add SHA-512 support | Eric Biggers | 2019-08-13 | 1 | -0/+1 |
| * | | | | | | fs-verity: implement FS_IOC_MEASURE_VERITY ioctl | Eric Biggers | 2019-08-13 | 1 | -0/+11 |
| * | | | | | | fs-verity: implement FS_IOC_ENABLE_VERITY ioctl | Eric Biggers | 2019-08-13 | 1 | -0/+66 |
| * | | | | | | fs-verity: add data verification hooks for ->readpages() | Eric Biggers | 2019-07-29 | 1 | -0/+56 |
| * | | | | | | fs-verity: add the hook for file ->setattr() | Eric Biggers | 2019-07-29 | 1 | -0/+7 |
| * | | | | | | fs-verity: add the hook for file ->open() | Eric Biggers | 2019-07-29 | 1 | -0/+71 |
| * | | | | | | fs-verity: add inode and superblock fields | Eric Biggers | 2019-07-29 | 1 | -0/+11 |
| * | | | | | | fs: uapi: define verity bit for FS_IOC_GETFLAGS | Eric Biggers | 2019-07-29 | 1 | -0/+1 |
| * | | | | | | fs-verity: add UAPI header | Eric Biggers | 2019-07-29 | 1 | -0/+39 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2019-09-19 | 4 | -54/+237 |
|\ \ \ \ \ \ |
|
| * | | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl | Eric Biggers | 2019-08-13 | 2 | -0/+9 |
| * | | | | | | fscrypt: allow unprivileged users to add/remove keys for v2 policies | Eric Biggers | 2019-08-13 | 1 | -1/+5 |
| * | | | | | | fscrypt: v2 encryption policy support | Eric Biggers | 2019-08-13 | 2 | -9/+57 |
| * | | | | | | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl | Eric Biggers | 2019-08-13 | 2 | -0/+22 |
| * | | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl | Eric Biggers | 2019-08-13 | 2 | -0/+21 |
| * | | | | | | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl | Eric Biggers | 2019-08-13 | 3 | -10/+54 |
| * | | | | | | fscrypt: rename keyinfo.c to keysetup.c | Eric Biggers | 2019-08-13 | 1 | -2/+2 |
| * | | | | | | fscrypt: use FSCRYPT_* definitions, not FS_* | Eric Biggers | 2019-08-13 | 1 | -0/+2 |
| * | | | | | | fscrypt: use FSCRYPT_ prefix for uapi constants | Eric Biggers | 2019-08-13 | 1 | -23/+42 |
| * | | | | | | fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h> | Eric Biggers | 2019-08-13 | 3 | -51/+65 |
* | | | | | | | Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-09-18 | 1 | -7/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | locks: revise generic_add_lease tracepoint | Jeff Layton | 2019-07-22 | 1 | -7/+7 |
* | | | | | | | | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-09-18 | 2 | -1/+14 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | mtd: Provide fs_context-aware mount_mtd() replacement | David Howells | 2019-09-05 | 1 | -0/+3 |
| * | | | | | | | | vfs: Create fs_context-aware mount_bdev() replacement | David Howells | 2019-09-05 | 1 | -0/+5 |
| * | | | | | | | | new helper: get_tree_keyed() | Al Viro | 2019-09-05 | 1 | -1/+6 |
* | | | | | | | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2019-09-18 | 2 | -59/+25 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | fs/namei.c: keep track of nd->root refcount status | Al Viro | 2019-09-03 | 1 | -0/+1 |
| * | | | | | | | | | kill the last users of user_{path,lpath,path_dir}() | Al Viro | 2019-08-31 | 1 | -16/+0 |
| * | | | | | | | | | namei.h: get the comments on LOOKUP_... in sync with reality | Al Viro | 2019-08-31 | 1 | -27/+17 |
| * | | | | | | | | | kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h | Al Viro | 2019-08-31 | 2 | -3/+0 |
| * | | | | | | | | | audit_inode(): switch to passing AUDIT_INODE_... | Al Viro | 2019-07-22 | 1 | -13/+7 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-09-18 | 154 | -982/+2726 |
|\ \ \ \ \ \ \ \ \ |
|