summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-04-048-764/+735
|\
| * Merge branch 'old.dcache' into work.dcacheAl Viro2018-04-041-2/+2
| |\
| | * constify more dcache.h inlined helpers.NeilBrown2017-10-201-2/+2
| * | d_genocide: move export to definitionAl Viro2018-03-291-2/+2
| * | fold dentry_lock_for_move() into its sole caller and clean it upAl Viro2018-03-291-26/+23
| * | make non-exchanging __d_move() copy ->d_parent rather than swap themAl Viro2018-03-291-63/+30
| * | oprofilefs: don't oops on allocation failureAl Viro2018-03-291-0/+3
| * | lustre: get rid of pointless casts to struct dentry *Al Viro2018-03-291-3/+3
| * | debugfs_lookup(): switch to lookup_one_len_unlocked()Al Viro2018-03-291-4/+1
| * | fold lookup_real() into __lookup_hash()Al Viro2018-03-291-24/+17
| * | take out orphan externs (empty_string/slash_string)Al Viro2018-03-291-2/+0
| * | split d_path() and friends into a separate fileAl Viro2018-03-293-467/+472
| * | dcache.c: trim includesAl Viro2018-03-291-3/+0
| * | fs/dcache: Avoid a try_lock loop in shrink_dentry_list()John Ogness2018-03-291-31/+10
| * | get rid of trylock loop around dentry_kill()Al Viro2018-03-291-7/+27
| * | handle move to LRU in retain_dentry()Al Viro2018-03-291-13/+6
| * | dput(): consolidate the "do we need to retain it?" into an inlined helperAl Viro2018-03-291-19/+23
| * | split the slow part of lock_parent() offAl Viro2018-03-291-6/+12
| * | now lock_parent() can't run into killed dentryAl Viro2018-03-291-10/+3
| * | get rid of trylock loop in locking dentries on shrink listAl Viro2018-03-291-37/+67
| * | d_delete(): get rid of trylock loopAl Viro2018-03-121-19/+9
| * | fs/dcache: Move dentry_kill() below lock_parent()John Ogness2018-03-121-31/+31
| * | fs/dcache: Remove stale comment from dentry_kill()John Ogness2018-03-121-1/+0
| * | take write_seqcount_invalidate() into __d_drop()Al Viro2018-03-121-22/+22
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-0415-455/+346
|\ \ \
| * | | ipc/shm: Fix pid freeing.Eric W. Biederman2018-03-281-2/+2
| * | | ipc/shm: fix up for struct file no longer being available in shm.hStephen Rothwell2018-03-281-0/+2
| * | | ipc/smack: Tidy up from the change in type of the ipc security hooksEric W. Biederman2018-03-271-139/+58
| * | | ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-273-27/+3
| * | | ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman2018-03-271-10/+12
| * | | ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman2018-03-271-10/+13
| * | | ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman2018-03-271-10/+15
| * | | ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman2018-03-242-0/+20
| * | | ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman2018-03-242-2/+1
| * | | msg: Move struct msg_queue into ipc/msg.cEric W. Biederman2018-03-242-18/+17
| * | | shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman2018-03-242-22/+22
| * | | sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman2018-03-232-39/+35
| * | | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-236-65/+62
| * | | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-236-56/+52
| * | | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-236-57/+53
| * | | pidns: simpler allocation of pid_* cachesAlexey Dobriyan2018-03-211-43/+24
* | | | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-045-34/+93
|\ \ \ \
| * | | | workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-201-1/+0
| * | | | workqueue: fix the comments of nr_idleLai Jiangshan2018-03-201-3/+2
| * | | | fs/aio: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-15/+6
| * | | | cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-192-15/+8
| * | | | RCU, workqueue: Implement rcu_workTejun Heo2018-03-192-0/+77
* | | | | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-04-0423-135/+995
|\ \ \ \ \
| * | | | | ahci: imx: add the imx8qm ahci sata supportRichard Zhu2018-03-291-0/+332
| * | | | | libata: ensure host is free'd on error exit pathsColin Ian King2018-03-271-1/+3