index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
unfuck binfmt_misc.c (broken by commit e6084d4)
Al Viro
2014-12-17
1
-4
/
+3
*
vm_area_operations: kill ->migrate()
Al Viro
2014-12-17
5
-60
/
+0
*
new helper: iter_is_iovec()
Al Viro
2014-12-17
3
-2
/
+7
*
move_extent_per_page(): get rid of unused w_flags
Al Viro
2014-12-17
1
-4
/
+0
*
lustre: get rid of playing with ->fs
Al Viro
2014-12-17
3
-41
/
+2
*
btrfs: filp_open() returns ERR_PTR() on failure, not NULL...
Al Viro
2014-12-17
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-12-16
36
-430
/
+416
|
\
|
*
coda_venus_readdir(): use file_inode()
Al Viro
2014-12-11
1
-3
/
+1
|
*
fs/namei.c: fold link_path_walk() call into path_init()
Al Viro
2014-12-11
1
-21
/
+6
|
*
path_init(): don't bother with LOOKUP_PARENT in argument
Al Viro
2014-12-11
1
-4
/
+4
|
*
fs/namei.c: new helper (path_cleanup())
Al Viro
2014-12-11
1
-17
/
+13
|
*
path_init(): store the "base" pointer to file in nameidata itself
Al Viro
2014-12-11
1
-14
/
+13
|
*
make default ->i_fop have ->open() fail with ENXIO
Al Viro
2014-12-10
6
-61
/
+8
|
*
make nameidata completely opaque outside of fs/namei.c
Al Viro
2014-12-10
2
-22
/
+27
|
*
Merge branch 'nsfs' into for-next
Al Viro
2014-12-10
27
-297
/
+353
|
|
\
|
|
*
kill proc_ns completely
Al Viro
2014-12-10
3
-11
/
+5
|
|
*
take the targets of /proc/*/ns/* symlinks to separate fs
Al Viro
2014-12-10
10
-161
/
+208
|
|
*
bury struct proc_ns in fs/proc
Al Viro
2014-12-04
6
-27
/
+15
|
|
*
copy address of proc_ns_ops into ns_common
Al Viro
2014-12-04
13
-10
/
+34
|
|
*
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
2014-12-04
7
-13
/
+16
|
|
*
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
2014-12-04
9
-65
/
+28
|
|
*
switch the rest of proc_ns_operations to working with &...->ns
Al Viro
2014-12-04
4
-22
/
+36
|
|
*
netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns
Al Viro
2014-12-04
1
-6
/
+10
|
|
*
make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns
Al Viro
2014-12-04
1
-8
/
+13
|
|
*
common object embedded into various struct ....ns
Al Viro
2014-12-04
17
-29
/
+43
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2014-12-16
2
-0
/
+9
|
\
\
\
|
*
|
|
isofs: Fix infinite looping over CE entries
Jan Kara
2014-12-15
1
-0
/
+6
|
*
|
|
reiserfs: destroy allocated commit workqueue
Jiri Slaby
2014-12-12
1
-0
/
+3
*
|
|
|
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-12-16
27
-269
/
+525
|
\
\
\
\
|
*
|
|
|
nfsd4: fix xdr4 count of server in fs_location4
Benjamin Coddington
2014-12-09
1
-1
/
+1
|
*
|
|
|
nfsd4: fix xdr4 inclusion of escaped char
Benjamin Coddington
2014-12-09
1
-0
/
+3
|
*
|
|
|
sunrpc/cache: convert to use string_escape_str()
Andy Shevchenko
2014-12-09
1
-20
/
+6
|
*
|
|
|
sunrpc: only call test_bit once in svc_xprt_received
Jeff Layton
2014-12-09
1
-2
/
+4
|
*
|
|
|
fs: nfsd: Fix signedness bug in compare_blob
Rasmus Villemoes
2014-12-09
1
-8
/
+7
|
*
|
|
|
sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt
Jeff Layton
2014-12-09
2
-7
/
+109
|
*
|
|
|
sunrpc: convert to lockless lookup of queued server threads
Jeff Layton
2014-12-09
4
-103
/
+132
|
*
|
|
|
sunrpc: fix potential races in pool_stats collection
Jeff Layton
2014-12-09
2
-9
/
+9
|
*
|
|
|
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
Jeff Layton
2014-12-09
3
-5
/
+10
|
*
|
|
|
sunrpc: require svc_create callers to pass in meaningful shutdown routine
Jeff Layton
2014-12-09
2
-4
/
+1
|
*
|
|
|
sunrpc: have svc_wake_up only deal with pool 0
Jeff Layton
2014-12-09
1
-21
/
+16
|
*
|
|
|
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
2014-12-09
2
-5
/
+6
|
*
|
|
|
sunrpc: move rq_cachetype field to better optimize space
Jeff Layton
2014-12-09
1
-1
/
+1
|
*
|
|
|
sunrpc: move rq_splice_ok flag into rq_flags
Jeff Layton
2014-12-09
7
-12
/
+13
|
*
|
|
|
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
2014-12-09
5
-9
/
+9
|
*
|
|
|
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
2014-12-09
5
-9
/
+10
|
*
|
|
|
sunrpc: move rq_local field to rq_flags
Jeff Layton
2014-12-09
4
-5
/
+9
|
*
|
|
|
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
2014-12-09
5
-10
/
+22
|
*
|
|
|
Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch
J. Bruce Fields
2014-12-09
271
-1021
/
+2556
|
|
\
\
\
\
|
*
|
|
|
|
nfsd: minor off by one checks in __write_versions()
Dan Carpenter
2014-12-01
1
-3
/
+3
|
*
|
|
|
|
sunrpc: release svc_pool_map reference when serv allocation fails
Jeff Layton
2014-12-01
1
-5
/
+7
[next]