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
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
knfsd: clean up EX_RDONLY
J. Bruce Fields
2007-07-19
2
-11
/
+5
*
knfsd: move EX_RDONLY out of header
J. Bruce Fields
2007-07-19
1
-0
/
+12
*
nfsd: remove unnecessary NULL checks from nfsd_cross_mnt
J. Bruce Fields
2007-07-19
1
-2
/
+2
*
nfsd: return errors, not NULL, from export functions
J. Bruce Fields
2007-07-19
1
-4
/
+4
*
nfsd: fix possible read-ahead cache and export table corruption
J. Bruce Fields
2007-07-19
1
-1
/
+1
*
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
2007-07-19
3
-14
/
+5
*
coda: update module information
Jan Harkes
2007-07-19
1
-9
/
+8
*
coda: remove statistics counters from /proc/fs/coda
Jan Harkes
2007-07-19
7
-252
/
+15
*
coda: remove struct coda_sb_info
Jan Harkes
2007-07-19
3
-69
/
+47
*
coda: cleanup downcall handler
Jan Harkes
2007-07-19
1
-65
/
+54
*
coda: cleanup coda_lookup, use dsplice_alias
Jan Harkes
2007-07-19
1
-35
/
+22
*
coda: ignore returned values when upcalls return errors
Jan Harkes
2007-07-19
1
-32
/
+27
*
coda: replace upc_alloc/upc_free with kmalloc/kfree
Jan Harkes
2007-07-19
2
-11
/
+6
*
coda: avoid lockdep warning in coda_readdir
Jan Harkes
2007-07-19
1
-44
/
+54
*
coda: block signals during upcall processing
Jan Harkes
2007-07-19
1
-21
/
+60
*
coda: cleanup for upcall handling path
Jan Harkes
2007-07-19
1
-63
/
+58
*
coda: cleanup /dev/cfs open and close handling
Jan Harkes
2007-07-19
2
-38
/
+32
*
coda: use ilookup5
Jan Harkes
2007-07-19
1
-6
/
+1
*
coda: coda doesn't track atime
Jan Harkes
2007-07-19
1
-8
/
+8
*
coda: allow removal of busy directories
Jan Harkes
2007-07-19
1
-14
/
+9
*
coda: fix nlink updates for directories
Jan Harkes
2007-07-19
1
-46
/
+60
*
coda: correctly invalidate cached access rights
Jan Harkes
2007-07-19
1
-1
/
+1
*
coda: do not grab an uninitialized fd when the open upcall returns an error
Jan Harkes
2007-07-19
3
-8
/
+12
*
fix ext4/JBD2 build warnings
Mingming Cao
2007-07-19
2
-4
/
+4
*
coredump masking: ELF-FDPIC: enable core dump filtering
Kawai, Hidehiro
2007-07-19
1
-17
/
+35
*
coredump masking: ELF-FDPIC: remove an unused argument
Kawai, Hidehiro
2007-07-19
1
-4
/
+4
*
coredump masking: ELF: enable core dump filtering
Kawai, Hidehiro
2007-07-19
1
-9
/
+21
*
coredump masking: add an interface for core dump filter
Kawai, Hidehiro
2007-07-19
1
-0
/
+89
*
coredump masking: reimplementation of dumpable using two flags
Kawai, Hidehiro
2007-07-19
2
-7
/
+57
*
fs: remove path_walk export
Josef 'Jeff' Sipek
2007-07-19
1
-2
/
+1
*
fs: mark link_path_walk static
Josef 'Jeff' Sipek
2007-07-19
1
-1
/
+3
*
nfsctl: use vfs_path_lookup
Josef 'Jeff' Sipek
2007-07-19
1
-10
/
+6
*
fs: introduce vfs_path_lookup
Josef 'Jeff' Sipek
2007-07-19
1
-0
/
+32
*
mm: variable length argument support
Ollie Wild
2007-07-19
6
-308
/
+478
*
audit: rework execve audit
Peter Zijlstra
2007-07-19
1
-0
/
+3
*
readahead: split ondemand readahead interface into two functions
Rusty Russell
2007-07-19
3
-7
/
+7
*
readahead: pass real splice size
Fengguang Wu
2007-07-19
1
-7
/
+5
*
readahead: move synchronous readahead call out of splice loop
Fengguang Wu
2007-07-19
1
-5
/
+6
*
readahead: convert ext3/ext4 invocations
Fengguang Wu
2007-07-19
2
-12
/
+16
*
readahead: convert splice invocations
Fengguang Wu
2007-07-19
1
-11
/
+7
*
eCryptfs: ecryptfs_setattr() bugfix
Michael Halcrow
2007-07-19
1
-2
/
+3
*
Avoid too many remote cpu references due to /proc/stat
Ravikiran G Thirumalai
2007-07-19
1
-3
/
+12
*
unregister_chrdev() return void
Akinobu Mita
2007-07-19
1
-2
/
+1
*
UDF: coding style conversion - lindent
Cyrill Gorcunov
2007-07-19
23
-3649
/
+3801
*
mm: fault feedback #2
Nick Piggin
2007-07-19
1
-3
/
+8
*
mm: fault feedback #1
Nick Piggin
2007-07-19
5
-69
/
+62
*
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
2007-07-19
7
-52
/
+53
*
mm: fix fault vs invalidate race for linear mappings
Nick Piggin
2007-07-19
5
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2007-07-18
38
-3156
/
+3440
|
\
|
*
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Steve French
2007-07-19
416
-13374
/
+20865
|
|
\
[next]