index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-04-04
8
-764
/
+735
|
\
|
*
Merge branch 'old.dcache' into work.dcache
Al Viro
2018-04-04
1
-2
/
+2
|
|
\
|
|
*
constify more dcache.h inlined helpers.
NeilBrown
2017-10-20
1
-2
/
+2
|
*
|
d_genocide: move export to definition
Al Viro
2018-03-29
1
-2
/
+2
|
*
|
fold dentry_lock_for_move() into its sole caller and clean it up
Al Viro
2018-03-29
1
-26
/
+23
|
*
|
make non-exchanging __d_move() copy ->d_parent rather than swap them
Al Viro
2018-03-29
1
-63
/
+30
|
*
|
oprofilefs: don't oops on allocation failure
Al Viro
2018-03-29
1
-0
/
+3
|
*
|
lustre: get rid of pointless casts to struct dentry *
Al Viro
2018-03-29
1
-3
/
+3
|
*
|
debugfs_lookup(): switch to lookup_one_len_unlocked()
Al Viro
2018-03-29
1
-4
/
+1
|
*
|
fold lookup_real() into __lookup_hash()
Al Viro
2018-03-29
1
-24
/
+17
|
*
|
take out orphan externs (empty_string/slash_string)
Al Viro
2018-03-29
1
-2
/
+0
|
*
|
split d_path() and friends into a separate file
Al Viro
2018-03-29
3
-467
/
+472
|
*
|
dcache.c: trim includes
Al Viro
2018-03-29
1
-3
/
+0
|
*
|
fs/dcache: Avoid a try_lock loop in shrink_dentry_list()
John Ogness
2018-03-29
1
-31
/
+10
|
*
|
get rid of trylock loop around dentry_kill()
Al Viro
2018-03-29
1
-7
/
+27
|
*
|
handle move to LRU in retain_dentry()
Al Viro
2018-03-29
1
-13
/
+6
|
*
|
dput(): consolidate the "do we need to retain it?" into an inlined helper
Al Viro
2018-03-29
1
-19
/
+23
|
*
|
split the slow part of lock_parent() off
Al Viro
2018-03-29
1
-6
/
+12
|
*
|
now lock_parent() can't run into killed dentry
Al Viro
2018-03-29
1
-10
/
+3
|
*
|
get rid of trylock loop in locking dentries on shrink list
Al Viro
2018-03-29
1
-37
/
+67
|
*
|
d_delete(): get rid of trylock loop
Al Viro
2018-03-12
1
-19
/
+9
|
*
|
fs/dcache: Move dentry_kill() below lock_parent()
John Ogness
2018-03-12
1
-31
/
+31
|
*
|
fs/dcache: Remove stale comment from dentry_kill()
John Ogness
2018-03-12
1
-1
/
+0
|
*
|
take write_seqcount_invalidate() into __d_drop()
Al Viro
2018-03-12
1
-22
/
+22
*
|
|
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-04-04
15
-455
/
+346
|
\
\
\
|
*
|
|
ipc/shm: Fix pid freeing.
Eric W. Biederman
2018-03-28
1
-2
/
+2
|
*
|
|
ipc/shm: fix up for struct file no longer being available in shm.h
Stephen Rothwell
2018-03-28
1
-0
/
+2
|
*
|
|
ipc/smack: Tidy up from the change in type of the ipc security hooks
Eric W. Biederman
2018-03-27
1
-139
/
+58
|
*
|
|
ipc: Directly call the security hook in ipc_ops.associate
Eric W. Biederman
2018-03-27
3
-27
/
+3
|
*
|
|
ipc/sem: Fix semctl(..., GETPID, ...) between pid namespaces
Eric W. Biederman
2018-03-27
1
-10
/
+12
|
*
|
|
ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespaces
Eric W. Biederman
2018-03-27
1
-10
/
+13
|
*
|
|
ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.
Eric W. Biederman
2018-03-27
1
-10
/
+15
|
*
|
|
ipc/util: Helpers for making the sysvipc operations pid namespace aware
Eric W. Biederman
2018-03-24
2
-0
/
+20
|
*
|
|
ipc: Move IPCMNI from include/ipc.h into ipc/util.h
Eric W. Biederman
2018-03-24
2
-2
/
+1
|
*
|
|
msg: Move struct msg_queue into ipc/msg.c
Eric W. Biederman
2018-03-24
2
-18
/
+17
|
*
|
|
shm: Move struct shmid_kernel into ipc/shm.c
Eric W. Biederman
2018-03-24
2
-22
/
+22
|
*
|
|
sem: Move struct sem and struct sem_array into ipc/sem.c
Eric W. Biederman
2018-03-23
2
-39
/
+35
|
*
|
|
msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
Eric W. Biederman
2018-03-23
6
-65
/
+62
|
*
|
|
shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks
Eric W. Biederman
2018-03-23
6
-56
/
+52
|
*
|
|
sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
Eric W. Biederman
2018-03-23
6
-57
/
+53
|
*
|
|
pidns: simpler allocation of pid_* caches
Alexey Dobriyan
2018-03-21
1
-43
/
+24
*
|
|
|
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2018-04-04
5
-34
/
+93
|
\
\
\
\
|
*
|
|
|
workqueue: remove the comment about the old manager_arb mutex
Lai Jiangshan
2018-03-20
1
-1
/
+0
|
*
|
|
|
workqueue: fix the comments of nr_idle
Lai Jiangshan
2018-03-20
1
-3
/
+2
|
*
|
|
|
fs/aio: Use rcu_work instead of explicit rcu and work item
Tejun Heo
2018-03-19
1
-15
/
+6
|
*
|
|
|
cgroup: Use rcu_work instead of explicit rcu and work item
Tejun Heo
2018-03-19
2
-15
/
+8
|
*
|
|
|
RCU, workqueue: Implement rcu_work
Tejun Heo
2018-03-19
2
-0
/
+77
*
|
|
|
|
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
2018-04-04
23
-135
/
+995
|
\
\
\
\
\
|
*
|
|
|
|
ahci: imx: add the imx8qm ahci sata support
Richard Zhu
2018-03-29
1
-0
/
+332
|
*
|
|
|
|
libata: ensure host is free'd on error exit paths
Colin Ian King
2018-03-27
1
-1
/
+3
[next]