summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-078-62/+164
|\
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-05-311-0/+1
| * fuse: fix control dir setup and teardownMiklos Szeredi2018-05-311-3/+10
| * fuse: fix congested state leak on aborted connectionsTejun Heo2018-05-311-2/+1
| * fuse: Allow fully unprivileged mountsEric W. Biederman2018-05-311-1/+1
| * fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-313-0/+51
| * fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi2018-03-201-2/+9
| * fuse: honor AT_STATX_DONT_SYNCMiklos Szeredi2018-03-201-4/+5
| * fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee2018-03-201-1/+1
| * fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-206-27/+43
| * fuse: Fail all requests with invalid uids or gidsEric W. Biederman2018-03-201-9/+13
| * fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman2018-03-201-6/+0
| * fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-205-12/+23
| * fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-03-201-1/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-074-24/+419
|\ \
| * | rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-041-0/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-034-17/+15
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2727-129/+162
| |\ \ \
| * | | | umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-231-9/+29
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2131-272/+494
| |\ \ \ \
| * | | | | vmcore: move get_vmcore_size out of __initRahul Lakkireddy2018-05-211-2/+2
| * | | | | vmcore: append device dumps to vmcore as elf notesRahul Lakkireddy2018-05-141-4/+243
| * | | | | vmcore: add API to collect hardware dump in second kernelRahul Lakkireddy2018-05-142-9/+141
* | | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+1
|\ \ \ \ \ \
| * | | | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* | | | | | | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-063-16/+24
|\ \ \ \ \ \ \
| * | | | | | | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-181-2/+5
| * | | | | | | proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo2018-05-183-14/+19
* | | | | | | | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-063-13/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | debugfs: inode: debugfs_create_dir uses mode permission from parentThomas Richter2018-05-141-1/+3
| * | | | | | | | debugfs: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-141-8/+2
| * | | | | | | | Merge 4.17-rc3 into driver-core-nextGreg Kroah-Hartman2018-04-3051-203/+465
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fs: kernfs: Adding new return type vm_fault_tSouptick Joarder2018-04-231-4/+4
* | | | | | | | | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-068-186/+233
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fscrypt: log the crypto algorithm implementationsEric Biggers2018-05-201-34/+68
| * | | | | | | | | | fscrypt: add Speck128/256 supportEric Biggers2018-05-202-0/+6
| * | | | | | | | | | fscrypt: only derive the needed portion of the keyEric Biggers2018-05-201-23/+16
| * | | | | | | | | | fscrypt: separate key lookup from key derivationEric Biggers2018-05-201-48/+74
| * | | | | | | | | | fscrypt: use a common logging functionEric Biggers2018-05-205-21/+57
| * | | | | | | | | | fscrypt: remove internal key size constantsEric Biggers2018-05-202-20/+7
| * | | | | | | | | | fscrypt: remove unnecessary check for non-logon key typeEric Biggers2018-05-201-6/+0
| * | | | | | | | | | fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-05-204-24/+4
| * | | | | | | | | | fscrypt: drop empty name check from fname_decrypt()Eric Biggers2018-05-201-3/+0
| * | | | | | | | | | fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers2018-05-201-5/+2
| * | | | | | | | | | fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers2018-05-201-1/+1
| * | | | | | | | | | fscrypt: don't clear flags on crypto transformEric Biggers2018-05-201-1/+0
| * | | | | | | | | | fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers2018-05-201-1/+0
| * | | | | | | | | | fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers2018-05-202-13/+3
| * | | | | | | | | | fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers2018-05-201-2/+2
| * | | | | | | | | | fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers2018-05-202-1/+1