summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-081-3/+4
|\
| * of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-05-011-2/+2
| * of: use correct function prototype for of_overlay_fdt_apply()Chris Packham2019-04-101-1/+2
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-082-8/+6
|\ \
| * | random: move rand_initialize() earlierKees Cook2019-04-201-0/+1
| * | random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2019-04-171-8/+5
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-082-23/+53
|\ \ \
| * | | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-171-0/+5
| * | | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-171-10/+20
| * | | fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers2019-04-171-0/+16
| * | | fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-04-171-4/+5
| * | | fscrypt: clean up and improve dentry revalidationEric Biggers2019-04-172-5/+3
| * | | fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-171-1/+2
| * | | fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-171-3/+2
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-082-0/+32
|\ \ \
| * | | ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-251-0/+2
| * | | unicode: implement higher level API for string handlingGabriel Krisman Bertazi2019-04-251-0/+30
* | | | Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-082-5/+381
|\ \ \ \
| * | | | afs: implement acl settingJoe Gorse2019-05-071-0/+1
| * | | | afs: Get an AFS3 ACL as an xattrDavid Howells2019-05-071-0/+1
| * | | | afs: Provide mount-time configurable byte-range file locking emulationDavid Howells2019-04-251-0/+35
| * | | | afs: Add more tracepointsDavid Howells2019-04-251-3/+143
| * | | | afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-2/+32
| * | | | afs: Add directory reload tracepointDavid Howells2019-04-251-0/+17
| * | | | afs: Handle lock rpc ops failing on a file that got deletedDavid Howells2019-04-251-1/+6
| * | | | afs: Add file locking tracepointsDavid Howells2019-04-252-0/+147
* | | | | Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-05-081-1/+0
|\ \ \ \ \
| * | | | | fs: drop unused fput_atomic definitionLukas Bulwahn2019-04-131-1/+0
* | | | | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-088-9/+128
|\ \ \ \ \ \
| * | | | | | vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-202-0/+9
| * | | | | | vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-202-0/+19
| * | | | | | vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-202-0/+16
| * | | | | | vfs: Implement logging through fs_contextDavid Howells2019-03-202-7/+21
| * | | | | | vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-203-0/+22
| * | | | | | vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-204-0/+27
| * | | | | | vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-204-2/+14
* | | | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-083-10/+9
|\ \ \ \ \ \ \
| * | | | | | | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-1/+1
| * | | | | | | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-262-7/+7
| * | | | | | | switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro2019-04-261-2/+2
| * | | | | | | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-262-2/+2
| * | | | | | | unexport d_alloc_pseudo()Al Viro2019-04-101-1/+0
* | | | | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-084-2/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | ntp: Audit NTP parameters adjustmentOndrej Mosnacek2019-04-162-0/+62
| * | | | | | | | timekeeping: Audit clock adjustmentsOndrej Mosnacek2019-04-162-0/+15
| * | | | | | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-2/+3
| * | | | | | | | unicore32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+1
| * | | | | | | | Move EM_UNICORE to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-0/+1
| * | | | | | | | nios2: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+1
| * | | | | | | | nds32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+2