index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4: Fix the nfsv4 readlink reply buffer alignment
Trond Myklebust
2007-07-19
1
-10
/
+11
*
NFSv4: Fix the readdir reply buffer alignment
Trond Myklebust
2007-07-19
1
-13
/
+14
*
NFSv4: More NFSv4 xdr cleanups
Trond Myklebust
2007-07-19
1
-74
/
+134
*
NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_open
Trond Myklebust
2007-07-19
2
-5
/
+10
*
NFSv4: 'constify' lookup arguments.
Trond Myklebust
2007-07-19
2
-6
/
+6
*
NFSv4: Don't fail nfs4_xdr_dec_open if decode_restorefh() failed
Trond Myklebust
2007-07-19
1
-1
/
+1
*
NFSv4: Fix open state recovery
Trond Myklebust
2007-07-19
1
-12
/
+24
*
NFSD/SUNRPC: Fix the automatic selection of RPCSEC_GSS
Trond Myklebust
2007-07-19
1
-1
/
+1
*
afs build fix
Andrew Morton
2007-07-19
1
-1
/
+2
*
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
[next]