index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-26
NFSv4: Fix the case where NFSv4 renewal fails
Trond Myklebust
1
-6
/
+3
2009-05-26
nfs: fix build error in nfsroot with initconst
Sam Ravnborg
1
-1
/
+1
2009-05-18
nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.
Frank Filz
1
-1
/
+2
2009-05-09
Convert obvious places to deactivate_locked_super()
Al Viro
1
-10
/
+5
2009-05-09
vfs: umount_begin BKL pushdown
Alessio Igor Bogani
1
-1
/
+6
2009-05-02
NFS: Close page_mkwrite() races
Trond Myklebust
1
-3
/
+3
2009-04-21
NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs
Trond Myklebust
1
-1
/
+2
2009-04-07
NFS: Fix the return value in nfs_page_mkwrite()
Trond Myklebust
1
-2
/
+0
2009-04-06
NFS: Fix a double free in nfs_parse_mount_options()
Trond Myklebust
1
-1
/
+1
2009-04-03
NFS: Add mount options to enable local caching on NFS
David Howells
3
-0
/
+28
2009-04-03
NFS: Display local caching state
David Howells
2
-3
/
+19
2009-04-03
NFS: Store pages from an NFS inode into a local cache
David Howells
3
-0
/
+49
2009-04-03
NFS: Read pages from FS-Cache into an NFS inode
David Howells
3
-0
/
+177
2009-04-03
NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching
David Howells
1
-2
/
+2
2009-04-03
NFS: Add read context retention for FS-Cache to call back with
David Howells
1
-0
/
+26
2009-04-03
NFS: FS-Cache page management
David Howells
3
-4
/
+101
2009-04-03
NFS: Add some new I/O counters for FS-Cache doing things for NFS
David Howells
2
-0
/
+29
2009-04-03
NFS: Invalidate FsCache page flags when cache removed
David Howells
1
-0
/
+40
2009-04-03
NFS: Use local disk inode cache
David Howells
3
-0
/
+181
2009-04-03
NFS: Define and create inode-level cache objects
David Howells
2
-0
/
+124
2009-04-03
NFS: Define and create superblock-level objects
David Howells
5
-2
/
+209
2009-04-03
NFS: Define and create server-level objects
David Howells
5
-1
/
+133
2009-04-03
NFS: Register NFS for caching and retrieve the top-level index
David Howells
4
-0
/
+93
2009-04-03
NFS: Permit local filesystem caching to be enabled for NFS
David Howells
1
-0
/
+8
2009-04-03
NFS: Add comment banners to some NFS functions
David Howells
1
-0
/
+26
2009-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-4
/
+4
2009-04-01
Merge branch 'devel' into for-linus
Trond Myklebust
18
-343
/
+549
2009-04-01
mm: page_mkwrite change prototype to match fault
Nick Piggin
1
-1
/
+4
2009-03-31
New helper - current_umask()
Al Viro
2
-4
/
+4
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-2
/
+0
2009-03-28
NFS: Simplify logic to compare socket addresses in client.c
Chuck Lever
1
-64
/
+52
2009-03-28
Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into devel
Trond Myklebust
1
-29
/
+39
2009-03-28
NFS: Start PF_INET6 callback listener only if IPv6 support is available
Chuck Lever
3
-2
/
+21
2009-03-28
NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
Chuck Lever
1
-12
/
+2
2009-03-28
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
Chuck Lever
1
-2
/
+1
2009-03-28
SUNRPC: Change svc_create_xprt() to take a @family argument
Chuck Lever
1
-2
/
+2
2009-03-27
constify dentry_operations: NFS
Al Viro
2
-3
/
+3
2009-03-19
NFS: Optimise NFS close()
Trond Myklebust
6
-21
/
+46
2009-03-19
NFS: Fix the notifications when renaming onto an existing file
Trond Myklebust
1
-5
/
+4
2009-03-19
NFS: Fix up a mismerged patch
Trond Myklebust
1
-1
/
+1
2009-03-12
NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...
Trond Myklebust
1
-29
/
+39
2009-03-11
NFS: load the rpc/rdma transport module automatically
Tom Talpey
1
-1
/
+3
2009-03-11
NFS: Kill the "defined but not used" compile error on nommu machines
Trond Myklebust
1
-7
/
+5
2009-03-11
NFS: Throttle page dirtying while we're flushing to disk
Trond Myklebust
6
-29
/
+42
2009-03-11
NFS: cleanup - remove struct nfs_inode->ncommit
Trond Myklebust
2
-10
/
+16
2009-03-11
NFSv4: Simplify some cache consistency post-op GETATTRs
Trond Myklebust
1
-5
/
+8
2009-03-11
NFSv4: A referral is assumed to always point to a directory.
Trond Myklebust
1
-0
/
+14
2009-03-11
NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decoded
Trond Myklebust
1
-19
/
+73
2009-03-11
NFSv4: Clean up decode_getfattr()
Trond Myklebust
1
-21
/
+57
2009-03-11
NFS: Fix the type of struct nfs_fattr->mode
Trond Myklebust
4
-45
/
+37
[next]