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
2007-01-30
[PATCH] Remove warning: VFS is out of sync with lock manager
Neil Brown
1
-2
/
+3
2007-01-24
[PATCH] NFS: Fix races in nfs_revalidate_mapping()
Trond Myklebust
3
-32
/
+71
2007-01-11
[PATCH] NFS: Fix race in nfs_release_page()
Trond Myklebust
1
-8
/
+8
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-08
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
1
-1
/
+1
2006-12-08
[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
8
-29
/
+29
2006-12-07
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
Trond Myklebust
5
-12
/
+12
2006-12-07
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
Trond Myklebust
4
-8
/
+9
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
5
-6
/
+6
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
3
-3
/
+3
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
2
-3
/
+3
2006-12-06
NFS: Clean up calls to mark_inode_dirty() part 2
Trond Myklebust
1
-2
/
+2
2006-12-06
NFS: Fix up writeback_control->nr_to_write accounting
Trond Myklebust
1
-9
/
+1
2006-12-06
NFS: Fix up the dirty page accounting
Trond Myklebust
2
-2
/
+0
2006-12-06
NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all()
Trond Myklebust
1
-0
/
+3
2006-12-06
NFS: Fix nfs_release_page
Trond Myklebust
1
-6
/
+7
2006-12-06
NFS: Ensure we only call set_page_writeback() under the page lock
Trond Myklebust
2
-15
/
+29
2006-12-06
NFS: Make nfs_updatepage() mark the page as dirty.
Trond Myklebust
1
-17
/
+56
2006-12-06
NFS: Ensure that nfs_wb_page() calls writepage when necessary.
Trond Myklebust
1
-4
/
+30
2006-12-06
NFS: Add nfs_set_page_dirty()
Trond Myklebust
2
-14
/
+37
2006-12-06
NFS: Remove nfs_writepage_sync()
Trond Myklebust
5
-256
/
+10
2006-12-06
NFS: More cleanups of fs/nfs/write.c
Trond Myklebust
1
-44
/
+24
2006-12-06
NFS: Remove call to igrab() from nfs_writepage()
Trond Myklebust
1
-15
/
+1
2006-12-06
NFS: Cleanup: add common helper nfs_page_length()
Trond Myklebust
3
-63
/
+31
2006-12-06
NFS: Store pointer to the nfs_page in page->private
Trond Myklebust
1
-33
/
+33
2006-12-06
NFS: cleanup of nfs_sync_inode_wait()
Trond Myklebust
3
-16
/
+88
2006-12-06
NFS: Clean up nfs_scan_dirty()
Trond Myklebust
2
-63
/
+67
2006-12-06
NFS: Clean up nfs_flush_inode()
Trond Myklebust
1
-10
/
+10
2006-12-06
NFS: Remove use of the Big Kernel Lock around nfs calls to readlink
Frank Filz
1
-2
/
+0
2006-12-06
NFS: Remove use of the Big Kernel Lock around calls to rpc_call_sync
Frank Filz
3
-8
/
+0
2006-12-06
NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.
Frank Filz
3
-10
/
+0
2006-12-06
NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)
Trond Myklebust
1
-2
/
+4
2006-12-06
NFS: Fix missing page_unlock() in nfs_readpage
Trond Myklebust
1
-4
/
+6
2006-12-06
NFS: Fix asynchronous read error handling
Trond Myklebust
1
-71
/
+69
2006-12-06
NFS Exclusive open not supported bug
Andy Ryan
1
-1
/
+1
2006-12-06
SUNRPC: Fix a potential race in rpc_wake_up_task()
Trond Myklebust
2
-5
/
+23
2006-12-06
Fix a second potential rpc_wakeup race...
Trond Myklebust
1
-6
/
+6
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-7
/
+6
2006-12-02
[NET]: ipconfig and nfsroot annotations
Al Viro
1
-7
/
+6
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
4
-9
/
+9
2006-11-22
WorkStruct: Separate delayable and non-delayable events.
David Howells
2
-2
/
+3
2006-11-06
[PATCH] sysctl: implement CTL_UNNUMBERED
Eric W. Biederman
1
-5
/
+0
2006-10-21
[PATCH] NFS: Cache invalidation fixup
Trond Myklebust
1
-0
/
+6
2006-10-21
[PATCH] VFS: Make d_materialise_unique() enforce directory uniqueness
Trond Myklebust
1
-1
/
+6
2006-10-20
[PATCH] xdr annotations: mount_clnt
Al Viro
1
-3
/
+3
2006-10-20
[PATCH] nfs: verifier is network-endian
Al Viro
2
-4
/
+4
2006-10-20
[PATCH] xdr annotations: fs/nfs/callback*
Al Viro
2
-24
/
+24
2006-10-20
[PATCH] fs/nfs/callback* passes error values big-endian
Al Viro
3
-36
/
+36
2006-10-20
[PATCH] xdr annotations: NFS readdir entries
Al Viro
7
-14
/
+14
2006-10-20
[PATCH] xdr annotations: NFSv4
Al Viro
1
-177
/
+181
[next]