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
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-31
NFS: add nfs_sb_deactive_async to avoid deadlock
Weston Andros Adamson
1
-0
/
+1
2012-10-31
nfs: Show original device name verbatim in /proc/*/mount{s,info}
Ben Hutchings
1
-2
/
+3
2012-10-08
NFS41: send real write size in layoutget
Peng Tao
1
-0
/
+1
2012-10-01
NFS: Discover NFSv4 server trunking when mounting
Chuck Lever
1
-0
/
+6
2012-10-01
NFS: nfs_parsed_mount_options can use unsigned int
Chuck Lever
1
-4
/
+4
2012-07-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-3
/
+4
2012-07-31
nfs: teach the NFS client how to treat PG_swapcache pages
Mel Gorman
1
-3
/
+4
2012-07-30
NFS: Convert v4 into a module
Bryan Schumaker
1
-4
/
+4
2012-07-30
NFS: Convert v3 into a module
Bryan Schumaker
1
-1
/
+1
2012-07-30
NFS: Split out remaining NFS v4 inode functions
Bryan Schumaker
1
-3
/
+1
2012-07-30
NFS: Pass super operations and xattr handlers in the nfs_subversion
Bryan Schumaker
1
-0
/
+1
2012-07-30
NFS: Only initialize the ACL client in the v3 case
Bryan Schumaker
1
-5
/
+10
2012-07-30
NFS: Create a try_mount rpc op
Bryan Schumaker
1
-0
/
+2
2012-07-30
NFS: Add version registering framework
Bryan Schumaker
1
-4
/
+6
2012-07-17
NFS: Split out the NFS v4 filesystem types
Bryan Schumaker
1
-0
/
+29
2012-07-17
NFS: Split out NFS v4 server creating code
Bryan Schumaker
1
-0
/
+25
2012-07-17
NFS: Initialize the NFS v4 client from init_nfs_v4()
Bryan Schumaker
1
-0
/
+1
2012-07-17
NFS: Split out NFS v4 file operations
Bryan Schumaker
1
-0
/
+17
2012-07-17
NFS: Split out NFS v2 inode operations
Bryan Schumaker
1
-0
/
+9
2012-06-29
NFS: Create an write_pageio_init() function
Bryan Schumaker
1
-1
/
+1
2012-06-29
NFS: Create an read_pageio_init() function
Bryan Schumaker
1
-1
/
+1
2012-06-29
NFS: Create an alloc_client rpc_op
Bryan Schumaker
1
-0
/
+1
2012-06-29
NFS: Create a free_client rpc_op
Bryan Schumaker
1
-0
/
+1
2012-05-31
NFS: Ensure that setattr and getattr wait for O_DIRECT write completion
Trond Myklebust
1
-0
/
+4
2012-05-23
NFSv4: Fix a race in the net namespace mount notification
Trond Myklebust
1
-0
/
+1
2012-05-23
NFSv4.1: Fix session initialisation races
Trond Myklebust
1
-2
/
+1
2012-05-22
NFS: Add nfs_client behavior flags
Chuck Lever
1
-4
/
+2
2012-05-22
NFS: Refactor nfs_get_client(): initialize nfs_client
Chuck Lever
1
-2
/
+2
2012-05-19
NFSv4.1 remove nfs4_reset_write and nfs4_reset_read
Andy Adamson
1
-2
/
+0
2012-05-19
NFSv4.1 data server timeo and retrans module parameters
Andy Adamson
1
-1
/
+3
2012-05-19
NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
Andy Adamson
1
-3
/
+3
2012-05-14
NFS: Create an NFS v3 stat_to_errno()
Bryan Schumaker
1
-1
/
+0
2012-05-14
NFS: Create a single function for text mount data
Bryan Schumaker
1
-0
/
+1
2012-05-01
NFSv2/v3: Simulate the change attribute
Trond Myklebust
1
-0
/
+12
2012-04-27
NFS: Create a submount rpc_op
Bryan Schumaker
1
-11
/
+4
2012-04-27
NFS: Remove secinfo knowledge out of the generic client
Bryan Schumaker
1
-3
/
+0
2012-04-27
NFS: rewrite directio write to use async coalesce code
Fred Isaman
1
-2
/
+16
2012-04-27
NFS: create nfs_commit_completion_ops
Fred Isaman
1
-3
/
+2
2012-04-27
NFS: create struct nfs_commit_info
Fred Isaman
1
-3
/
+9
2012-04-27
NFS: rewrite directio read to use async coalesce code
Fred Isaman
1
-2
/
+3
2012-04-27
NFS: create completion structure to pass into page_init functions
Fred Isaman
1
-6
/
+5
2012-04-27
NFS: merge _full and _partial write rpc_ops
Fred Isaman
1
-2
/
+6
2012-04-27
NFS: merge _full and _partial read rpc_ops
Fred Isaman
1
-4
/
+11
2012-04-27
NFS: create struct nfs_page_array
Fred Isaman
1
-0
/
+1
2012-04-27
NFS: create common nfs_pgio_header for both read and write
Fred Isaman
1
-0
/
+4
2012-04-27
NFS: reverse arg order in nfs_initiate_[read|write]
Fred Isaman
1
-3
/
+4
2012-04-27
NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
Fred Isaman
1
-6
/
+7
2012-04-27
NFS: Honor the authflavor set in the clone mount data
Bryan Schumaker
1
-1
/
+2
2012-04-27
NFS: Fix following referral mount points with different security
Bryan Schumaker
1
-2
/
+2
2012-04-27
NFS: Do secinfo as part of lookup
Bryan Schumaker
1
-1
/
+0
[next]