index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-06
nfs: Avoid overrun when copying client IP address string
Ben Hutchings
1
-1
/
+1
2009-09-23
NFS: Propagate 'fsc' mount option through automounts
David Howells
1
-0
/
+1
2009-09-23
NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flags
Trond Myklebust
1
-3
/
+9
2009-09-23
seq_file: constify seq_operations
James Morris
1
-2
/
+2
2009-09-21
nfs: initialize the backing_dev_info when creating the server
Jens Axboe
1
-4
/
+6
2009-09-11
Merge branch 'nfs-for-2.6.32'
Trond Myklebust
1
-10
/
+5
2009-09-11
writeback: add name to backing_dev_info
Jens Axboe
1
-0
/
+1
2009-08-10
nfs: remove superfluous BUG_ON()s
Bartlomiej Zolnierkiewicz
1
-8
/
+0
2009-08-09
NFSv4: Add 'server capability' flags for NFSv4 recommended attributes
Trond Myklebust
1
-2
/
+5
2009-07-21
NFSv4: Fix an NFSv4 mount regression
Trond Myklebust
1
-15
/
+3
2009-06-18
Merge branch 'devel-for-2.6.31' into for-2.6.31
Trond Myklebust
1
-3
/
+6
2009-06-17
NFS: Return error code from nfs_callback_up() to user space
Chuck Lever
1
-4
/
+8
2009-06-17
nfs41: Setup the backchannel
Andy Adamson
1
-0
/
+9
2009-06-17
nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
Andy Adamson
1
-1
/
+1
2009-06-17
nfs41: minorversion support for nfs4_{init,destroy}_callback
Benny Halevy
1
-14
/
+7
2009-06-17
nfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0
Benny Halevy
1
-9
/
+37
2009-06-17
nfs41: recover lease in _nfs4_lookup_root
Benny Halevy
1
-0
/
+16
2009-06-17
nfs41: add session setup to the state manager
Andy Adamson
1
-4
/
+6
2009-06-17
nfs41: use session attributes for rsize and wsize
Andy Adamson
1
-0
/
+17
2009-06-17
nfs41: introduce nfs4_call_sync
Andy Adamson
1
-0
/
+5
2009-06-17
nfs41: sessions client infrastructure
Andy Adamson
1
-0
/
+60
2009-06-17
nfs41: Use mount minorversion option
Benny Halevy
1
-1
/
+6
2009-06-17
nfs41: nfs_client.cl_minorversion
Benny Halevy
1
-3
/
+6
2009-04-03
NFS: Add mount options to enable local caching on NFS
David Howells
1
-0
/
+2
2009-04-03
NFS: Display local caching state
David Howells
1
-3
/
+4
2009-04-03
NFS: Define and create server-level objects
David Howells
1
-0
/
+5
2009-04-01
Merge branch 'devel' into for-linus
Trond Myklebust
1
-64
/
+52
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-12
NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...
Trond Myklebust
1
-29
/
+39
2009-03-10
Bug 11061, NFS mounts dropped
Ian Dall
1
-1
/
+62
2008-12-23
NFSv4: Fix up delegation callbacks
Trond Myklebust
1
-19
/
+38
2008-12-23
NFSv4: Remove nfs_client->cl_sem
Trond Myklebust
1
-1
/
+0
2008-12-23
NLM: allow lockd requests from an unprivileged port
Chuck Lever
1
-0
/
+2
2008-12-23
NFS: add "[no]resvport" mount option
Chuck Lever
1
-4
/
+7
2008-12-23
NFS: move nfs_server flag initialization
Chuck Lever
1
-8
/
+8
2008-12-23
NFS: expand flags passed to nfs_create_rpc_client()
Chuck Lever
1
-4
/
+8
2008-10-07
NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts
Trond Myklebust
1
-2
/
+2
2008-10-06
NFS: Clean up nfs_sb_active/nfs_sb_deactive
Trond Myklebust
1
-1
/
+0
2008-07-09
NFS: set transport defaults after mount option parsing is finished
Trond Myklebust
1
-5
/
+8
2008-05-16
nfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-04-29
nfs: use proc_create to setup de->proc_fops
Denis V. Lunev
1
-8
/
+6
2008-04-29
proc: remove proc_root_fs
Alexey Dobriyan
1
-3
/
+3
2008-04-19
NFSv4: Reintroduce machine creds
Trond Myklebust
1
-0
/
+7
2008-03-19
NFS: Save the values of the "mount*=" mount options
Chuck Lever
1
-0
/
+10
2008-03-19
NFS: Save the value of the "port=" mount option
Chuck Lever
1
-0
/
+4
2008-02-28
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
Trond Myklebust
1
-0
/
+2
2008-02-01
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+1
2008-01-30
NFSv4: Iterate through all nfs_clients when the server recalls a delegation
Trond Myklebust
1
-0
/
+35
2008-01-30
NLM: Introduce an arguments structure for nlmclnt_init()
Chuck Lever
1
-7
/
+10
[next]