summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-114-2/+39
|\
| * arch: wire-up clone3() syscallChristian Brauner2019-06-091-1/+3
| * fork: add clone3Christian Brauner2019-06-093-1/+36
* | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-113-1/+7
|\ \
| * | arch: wire-up pidfd_open()Christian Brauner2019-06-281-1/+3
| * | pid: add pidfd_open()Christian Brauner2019-06-281-0/+1
| * | pidfd: add polling supportJoel Fernandes (Google)2019-06-281-0/+3
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-113-75/+68
|\ \
| * | binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.cChristoph Hellwig2019-06-241-6/+0
| * | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-1/+1
| * | binfmt_flat: provide an asm-generic/flat.hChristoph Hellwig2019-06-241-0/+26
| * | binfmt_flat: use fixed size type for the on-disk formatChristoph Hellwig2019-06-241-22/+22
| * | binfmt_flat: consolidate two version of flat_v2_reloc_tChristoph Hellwig2019-06-241-4/+2
| * | binfmt_flat: remove the unused OLD_FLAT_FLAG_RAM definitionChristoph Hellwig2019-06-241-3/+0
| * | binfmt_flat: remove the uapi <linux/flat.h> headerChristoph Hellwig2019-06-242-63/+41
* | | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-115-2/+13
|\ \ \
| * | | nfsd: create xdr_netobj_dup helperJ. Bruce Fields2019-07-031-0/+7
| * | | nfsd: escape high characters in binary dataJ. Bruce Fields2019-07-032-0/+4
| * | | locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-031-2/+0
| * | | lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington2019-07-031-0/+2
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-113-1/+27
|\ \ \ \
| * | | | jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o2019-06-201-1/+0
| * | | | jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-06-201-0/+22
| * | | | mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-06-201-0/+2
| * | | | ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-201-0/+3
| |/ / /
* | | | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-111-0/+132
|\ \ \ \
| * | | | afs: Trace afs_server usageDavid Howells2019-06-201-0/+63
| * | | | afs: Add some callback management tracepointsDavid Howells2019-06-201-0/+69
| | |_|/ | |/| |
* | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-07-111-30/+66
|\ \ \ \
| * | | | fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers2019-05-281-6/+6
| * | | | fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers2019-05-281-0/+11
| * | | | fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers2019-05-281-8/+9
| * | | | fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers2019-05-281-0/+13
| * | | | fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers2019-05-281-5/+2
| * | | | fscrypt: simplify bounce page handlingEric Biggers2019-05-281-12/+26
| | |/ / | |/| |
* | | | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-111-0/+9
|\ \ \ \
| * | | | vfs: introduce file_modified() helperAmir Goldstein2019-06-091-0/+2
| * | | | vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-091-0/+3
| * | | | vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-091-0/+1
| * | | | vfs: introduce generic_copy_file_range()Dave Chinner2019-06-091-0/+3
* | | | | Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-111-0/+1
|\ \ \ \ \
| * | | | | iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2019-06-281-0/+1
| |/ / / /
* | | | | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-113-4/+27
|\ \ \ \ \
| * | | | | fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-202-8/+2
| * | | | | fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein2019-06-201-0/+2
| * | | | | fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+26
| * | | | | fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-07-112-2/+37
|\ \ \ \ \
| * | | | | locks: eliminate false positive conflicts for write leaseAmir Goldstein2019-06-191-2/+2
| * | | | | locks: Add trace_leases_conflictIra Weiny2019-06-191-0/+35