| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-24 | 3 | -9/+10 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-08 | 1 | -2/+3 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-01 | 31 | -172/+393 |
| |\ \ |
|
| * | | | net: af_unix: implement splice for stream af_unix sockets | Hannes Frederic Sowa | 2015-05-25 | 1 | -0/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 17 | -38/+144 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-13 | 30 | -331/+483 |
| |\ \ \ \ |
|
| * | | | | | net: Add a struct net parameter to sock_create_kern | Eric W. Biederman | 2015-05-11 | 2 | -9/+9 |
* | | | | | | Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2015-06-23 | 2 | -28/+6 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'v4.1-rc4' into MTD's -next | Brian Norris | 2015-05-18 | 45 | -441/+734 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | jffs2: fix unbalanced locking | Brian Norris | 2015-05-07 | 2 | -28/+6 |
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-22 | 1 | -8/+8 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | seqcount: Rename write_seqcount_barrier() | Peter Zijlstra | 2015-06-19 | 1 | -8/+8 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-06-22 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 2015-05-19 | 1 | -3/+3 |
* | | | | | | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-06-22 | 68 | -1376/+1065 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| * | | | | | | | | turn user_{path_at,path,lpath,path_dir}() into static inlines | Al Viro | 2015-05-15 | 1 | -7/+1 |
| * | | | | | | | | namei: move saved_nd pointer into struct nameidata | Al Viro | 2015-05-15 | 1 | -22/+24 |
| * | | | | | | | | inline user_path_create() | Al Viro | 2015-05-15 | 1 | -1/+1 |
| * | | | | | | | | inline user_path_parent() | Al Viro | 2015-05-15 | 1 | -1/+1 |
| * | | | | | | | | namei: trim do_last() arguments | Al Viro | 2015-05-15 | 1 | -6/+6 |
| * | | | | | | | | namei: stash dfd and name into nameidata | Al Viro | 2015-05-15 | 1 | -50/+46 |
| * | | | | | | | | namei: fold path_cleanup() into terminate_walk() | Al Viro | 2015-05-15 | 1 | -12/+4 |
| * | | | | | | | | namei: saner calling conventions for filename_parentat() | Al Viro | 2015-05-15 | 1 | -38/+22 |
| * | | | | | | | | namei: saner calling conventions for filename_create() | Al Viro | 2015-05-15 | 1 | -16/+10 |
| * | | | | | | | | namei: shift nameidata down into filename_parentat() | Al Viro | 2015-05-15 | 1 | -41/+43 |
| * | | | | | | | | namei: make filename_lookup() reject ERR_PTR() passed as name | Al Viro | 2015-05-15 | 1 | -20/+10 |
| * | | | | | | | | namei: shift nameidata inside filename_lookup() | Al Viro | 2015-05-15 | 1 | -16/+14 |
| * | | | | | | | | namei: move putname() call into filename_lookup() | Al Viro | 2015-05-15 | 1 | -23/+15 |
| * | | | | | | | | namei: pass the struct path to store the result down into path_lookupat() | Al Viro | 2015-05-15 | 1 | -38/+34 |
| * | | | | | | | | namei: uninline set_root{,_rcu}() | Al Viro | 2015-05-15 | 1 | -2/+2 |
| * | | | | | | | | namei: be careful with mountpoint crossings in follow_dotdot_rcu() | Al Viro | 2015-05-15 | 1 | -30/+21 |
| * | | | | | | | | get rid of assorted nameidata-related debris | Al Viro | 2015-05-15 | 4 | -7/+4 |
| * | | | | | | | | namei: unlazy_walk() doesn't need to mess with current->fs anymore | Al Viro | 2015-05-15 | 1 | -7/+4 |
| * | | | | | | | | namei: handle absolute symlinks without dropping out of RCU mode | Al Viro | 2015-05-15 | 1 | -11/+20 |
| * | | | | | | | | enable passing fast relative symlinks without dropping out of RCU mode | Al Viro | 2015-05-15 | 1 | -5/+8 |
| * | | | | | | | | VFS/namei: make the use of touch_atime() in get_link() RCU-safe. | NeilBrown | 2015-05-15 | 2 | -12/+30 |
| * | | | | | | | | namei: don't unlazy until get_link() | Al Viro | 2015-05-15 | 1 | -11/+26 |
| * | | | | | | | | namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link | Al Viro | 2015-05-15 | 1 | -38/+100 |
| * | | | | | | | | namei: store seq numbers in nd->stack[] | Al Viro | 2015-05-11 | 1 | -0/+2 |
| * | | | | | | | | new helper: __legitimize_mnt() | Al Viro | 2015-05-11 | 2 | -8/+20 |
| * | | | | | | | | namei: make may_follow_link() safe in RCU mode | Al Viro | 2015-05-11 | 1 | -0/+3 |
| * | | | | | | | | namei: make put_link() RCU-safe | Al Viro | 2015-05-11 | 1 | -1/+2 |
| * | | | | | | | | new helper: free_page_put_link() | Al Viro | 2015-05-11 | 4 | -18/+9 |
| * | | | | | | | | switch ->put_link() from dentry to inode | Al Viro | 2015-05-11 | 10 | -19/+20 |
| * | | | | | | | | security: make inode_follow_link RCU-walk aware | NeilBrown | 2015-05-11 | 1 | -2/+3 |
| * | | | | | | | | namei: pick_link() callers already have inode | Al Viro | 2015-05-11 | 1 | -7/+11 |
| * | | | | | | | | VFS: Handle lower layer dentry/inode in pathwalk | David Howells | 2015-05-11 | 2 | -6/+6 |
| * | | | | | | | | namei: store inode in nd->stack[] | Al Viro | 2015-05-11 | 1 | -3/+5 |
| * | | | | | | | | namei: don't mangle nd->seq in lookup_fast() | Al Viro | 2015-05-11 | 1 | -15/+23 |
| * | | | | | | | | namei: explicitly pass seq number to unlazy_walk() when dentry != NULL | Al Viro | 2015-05-11 | 1 | -7/+8 |