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
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-03
nfsd: remove some unneeded checks
Dan Carpenter
1
-1
/
+1
2012-01-31
SUNRPC: constify the rpc_program
Trond Myklebust
1
-3
/
+3
2012-01-31
SUNRPC: search for service transports in network namespace context
Stanislav Kinsbursky
1
-2
/
+2
2012-01-31
SUNRPC: register service stats /proc entries in passed network namespace context
Stanislav Kinsbursky
1
-2
/
+3
2012-01-31
SUNRPC: unregister service on creation in current network namespace
Stanislav Kinsbursky
1
-2
/
+2
2012-01-31
SUNRPC: parametrize rpc_uaddr2sockaddr() by network context
Stanislav Kinsbursky
1
-1
/
+1
2012-01-31
SUNRPC: parametrize rpc_pton() by network context
Stanislav Kinsbursky
1
-1
/
+1
2012-01-31
SUNRPC: handle RPC client pipefs dentries by network namespace aware routines
Stanislav Kinsbursky
1
-1
/
+1
2012-01-14
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
14
-130
/
+433
2012-01-10
Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2012-01-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-01-06
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
1
-1
/
+1
2012-01-05
nfsd4: nfsd4_create_clid_dir return value is unused
J. Bruce Fields
2
-7
/
+5
2012-01-05
NFSD: Change name of extended attribute containing junction
Chuck Lever
1
-3
/
+14
2012-01-05
nfsd4: be forgiving in the absence of the recovery directory
J. Bruce Fields
1
-2
/
+3
2012-01-05
SUNRPC: Clean up the RPCSEC_GSS service ticket requests
Trond Myklebust
1
-1
/
+1
2012-01-03
fs: propagate umode_t, misc bits
Al Viro
4
-6
/
+6
2012-01-03
vfs: mnt_drop_write_file()
Al Viro
1
-3
/
+3
2012-01-03
new helpers: fh_{want,drop}_write()
Al Viro
3
-19
/
+29
2012-01-03
switch a bunch of places to mnt_want_write_file()
Al Viro
1
-3
/
+3
2012-01-02
nfsd4: fix spurious 4.1 post-reboot failures
J. Bruce Fields
1
-1
/
+8
2011-12-14
NFSD: forget_delegations should use list_for_each_entry_safe
Bryan Schumaker
1
-4
/
+5
2011-12-13
NFSD: Only reinitilize the recall_lru list under the recall lock
Bryan Schumaker
1
-3
/
+0
2011-12-12
nfsd4: initialize special stateid's at compile time
J. Bruce Fields
1
-5
/
+12
2011-12-07
NFSd: use network-namespace-aware cache registering routines
Stanislav Kinsbursky
2
-10
/
+11
2011-12-06
nfsd41: allow non-reclaim open-by-fh's in 4.1
Mi Jinlong
1
-4
/
+3
2011-12-06
nfsd: Fix oops when parsing a 0 length export
Sasha Levin
1
-1
/
+1
2011-12-02
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
1
-1
/
+1
2011-11-25
nfsd4: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2
-4
/
+2
2011-11-15
nfsd4: add a separate (lockowner, inode) lookup
J. Bruce Fields
2
-6
/
+24
2011-11-15
nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error
J. Bruce Fields
1
-1
/
+1
2011-11-08
nfsd4: share open and lock owner hash tables
J. Bruce Fields
1
-39
/
+32
2011-11-07
nfsd4: hash lockowners to simplify RELEASE_LOCKOWNER
J. Bruce Fields
1
-28
/
+14
2011-11-07
NFSD: Remove unnecessary whitespace
Bryan Schumaker
1
-7
/
+7
2011-11-07
NFSD: Call nfsd4_init_slabs() from init_nfsd()
Bryan Schumaker
3
-10
/
+9
2011-11-07
NFSD: Added fault injection
Bryan Schumaker
6
-0
/
+252
2011-11-07
nfsd4: maintain one seqid stream per (lockowner, file)
J. Bruce Fields
1
-20
/
+38
2011-11-07
nfsd4: cleanup lock clientid handling in sessions case
J. Bruce Fields
1
-5
/
+9
2011-11-07
nfsd4: fix lockowner matching
J. Bruce Fields
1
-2
/
+15
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-0
/
+3
2011-11-04
Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+2
2011-11-02
Merge branch 'osd-devel' into nfs-for-next
Trond Myklebust
13
-1327
/
+1645
2011-11-01
nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_access
Benny Halevy
1
-1
/
+1
2011-10-31
fs: add module.h to files that were implicitly using it
Paul Gortmaker
2
-0
/
+2
2011-10-31
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
1
-0
/
+1
2011-10-25
NFSd: call svc rpcbind cleanup explicitly
Stanislav Kinsbursky
1
-0
/
+2
2011-10-24
nfs41: implement DESTROY_CLIENTID operation
Mi Jinlong
4
-2
/
+61
2011-10-24
nfsd4: typo logical vs bitwise negate for want_mask
Benny Halevy
1
-1
/
+1
2011-10-24
nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...
Benny Halevy
1
-0
/
+2
2011-10-24
nfsd4: seq->status_flags may be used unitialized
Benny Halevy
1
-2
/
+4
[prev]
[next]