Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7fc1bbb1d02be20ba9e1c4c6551e58db0bf6fa52
/
fs
/
nfsd
3967cf7
nfsd: map the ENOKEY to nfserr_perm for avoiding warning
by Kinglong Mee
· 8 years ago
a3c6cbc
nfsd: special case truncates some more
by Christoph Hellwig
· 8 years ago
9bdd39c
nfsd: minor nfsd_setattr cleanup
by Christoph Hellwig
· 8 years ago
743146d3
NFSD: Fix a null reference case in find_or_create_lock_stateid()
by Kinglong Mee
· 8 years ago
f46c445
nfsd: Fix general protection fault in release_lock_stateid()
by Chuck Lever
· 8 years ago
0cc11a6
nfsd: move blocked lock handling under a dedicated spinlock
by Jeff Layton
· 8 years ago
2778556
Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e55f1d1
Merge remote-tracking branch 'jk/vfs' into work.misc
by Al Viro
· 8 years ago
81243ea
cred: simpler, 1D supplementary groups
by Alexey Dobriyan
· 8 years ago
29ae7f9
NFSD: Implement the COPY call
by Anna Schumaker
· 8 years ago
42e6161
nfsd: handle EUCLEAN
by J. Bruce Fields
· 8 years ago
ff30f08
nfsd: only WARN once on unmapped errors
by J. Bruce Fields
· 8 years ago
c2050a4
fs: Replace current_fs_time() with current_time()
by Deepa Dinamani
· 8 years ago
7d22fc1
nfsd4: setclientid_confirm with unmatched verifier should fail
by J. Bruce Fields
· 8 years ago
ebd7c72
nfsd: randomize SETCLIENTID reply to help distinguish servers
by J. Bruce Fields
· 8 years ago
19e4c34
nfsd: set the MAY_NOTIFY_LOCK flag in OPEN replies
by Jeff Layton
· 8 years ago
7919d0a
nfsd: add a LRU list for blocked locks
by Jeff Layton
· 8 years ago
76d348f
nfsd: have nfsd4_lock use blocking locks for v4.1+ locks
by Jeff Layton
· 8 years ago
a188620e
nfsd: plumb in a CB_NOTIFY_LOCK operation
by Jeff Layton
· 8 years ago
1eca45f
NFSD: fix corruption in notifier registration
by Vasily Averin
· 8 years ago
bec782b
nfsd: fix dprintk in nfsd4_encode_getdeviceinfo
by Jeff Layton
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
89dfdc9
nfsd: eliminate cb_minorversion field
by Jeff Layton
· 8 years ago
1983a66
nfsd: don't set a FL_LAYOUT lease for flexfiles layouts
by Jeff Layton
· 8 years ago
dd25793
nfsd: don't return an unhashed lock stateid after taking mutex
by Jeff Layton
· 8 years ago
4269139
nfsd: Fix race between FREE_STATEID and LOCK
by Chuck Lever
· 8 years ago
502aa0a
nfsd: fix dentry refcounting on create
by Josef Bacik
· 8 years ago
a71e360
Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
2b11885
nfsd: remove some dead code in nfsd_create_locked()
by Dan Carpenter
· 8 years ago
fa08139
nfsd: drop unnecessary MAY_EXEC check from create
by J. Bruce Fields
· 8 years ago
71423274
nfsd: clean up bad-type check in nfsd_create_locked
by J. Bruce Fields
· 8 years ago
d03d9fe
nfsd: remove unnecessary positive-dentry check
by J. Bruce Fields
· 8 years ago
b44061d
nfsd: reorganize nfsd_create
by J. Bruce Fields
· 8 years ago
e75b23f
nfsd: check d_can_lookup in fh_verify of directories
by J. Bruce Fields
· 8 years ago
12391d0
nfsd: remove redundant zero-length check from create
by J. Bruce Fields
· 8 years ago
7eed34f
nfsd: Make creates return EEXIST instead of EACCES
by Oleg Drokin
· 8 years ago
a867d73
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
0e6acf0
Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
8a4c392
nfsd: allow nfsd to advertise multiple layout types
by Jeff Layton
· 8 years ago
8858481
nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
by Chuck Lever
· 8 years ago
dd51db1
nfsd/blocklayout: Make sure calculate signature/designator length aligned
by Kinglong Mee
· 8 years ago
15d66ac
xfs: abstract block export operations from nfsd layouts
by Benjamin Coddington
· 8 years ago
d28c442
nfsd: Fix some indent inconsistancy
by Christophe JAILLET
· 8 years ago
93f580a
nfsd: Correct a comment for NFSD_MAY_ defines location
by Oleg Drokin
· 8 years ago
9b9960a
nfsd: Add a super simple flex file server
by Tom Haynes
· 8 years ago
d7c920d
nfsd: flex file device id encoding will need the server address
by Tom Haynes
· 8 years ago
ed94164
nfsd: implement machine credential support for some operations
by Andrew Elble
· 8 years ago
dedeb13
nfsd: allow mach_creds_match to be used more broadly
by Andrew Elble
· 8 years ago
b223f4e2
Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc
by Al Viro
· 8 years ago
9996537
nfsd: check permissions when setting ACLs
by Ben Hutchings
· 8 years ago
d91ee87
vfs: Pass data, ns, and ns->userns to mount_ns
by Eric W. Biederman
· 8 years ago
199a31c
fs: move struct iomap from exportfs.h to a separate header
by Christoph Hellwig
· 8 years ago
8c7245ab
nfsd: Make init_open_stateid() a bit more whole
by Oleg Drokin
· 8 years ago
5cc1fb2
nfsd: Extend the mutex holding region around in nfsd4_process_open2()
by Oleg Drokin
· 8 years ago
feb9dad
nfsd: Always lock state exclusively.
by Oleg Drokin
· 8 years ago
d50039e
nfsd4/rpc: move backchannel create logic into rpc code
by J. Bruce Fields
· 8 years ago
eee9301
nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfix
by Geert Uytterhoeven
· 9 years ago
84c60b1
drop redundant ->owner initializations
by Al Viro
· 8 years ago
5d22c5a
Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
6625d09
svcrdma: Do not add XDR padding to xdr_buf page vector
by Chuck Lever
· 9 years ago
14b7f4a
nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateid
by Jeff Layton
· 9 years ago
24368aa
nfsd: use RWF_SYNC
by Christoph Hellwig
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
8b306a2
Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
5b1e167
Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
ac503e4
nfsd: use short read as well as i_size to set eof
by Benjamin Coddington
· 9 years ago
4b15da4
nfsd: better layoutupdate bounds-checking
by J. Bruce Fields
· 9 years ago
3c2de27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
10c4de1
nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK
by Christoph Hellwig
· 9 years ago
f99d4fb
nfsd: add SCSI layout support
by Christoph Hellwig
· 9 years ago
368248e
nfsd: move some blocklayout code
by Christoph Hellwig
· 9 years ago
81c3932
nfsd: add a new config option for the block layout driver
by Christoph Hellwig
· 9 years ago
956ccef
nfsd: recover: fix memory leak
by Sudip Mukherjee
· 9 years ago
2f6fc05
nfsd: fix deadlock secinfo+readdir compound
by J. Bruce Fields
· 9 years ago
793b80e
vfs: pass a flags argument to vfs_readv/vfs_writev
by Christoph Hellwig
· 9 years ago
0f1738a
nfsd4: resfh unused in nfsd4_secinfo
by J. Bruce Fields
· 9 years ago
4500632
nfsd: Lower NFSv4.1 callback message size limit
by Chuck Lever
· 9 years ago
4ce85c8
nfsd: Update NFS server comments related to RDMA support
by Chuck Lever
· 9 years ago
8edf4b0
nfsd: Fix a memory leak when meeting unsupported state_protect_how4
by Kinglong Mee
· 9 years ago
4aed9c46
nfsd4: fix bad bounds checking
by J. Bruce Fields
· 9 years ago
1edb82d
nfsd: Use shash
by Herbert Xu
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
cc80fe0
Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
6e8b50d
nfsd: add new io class tracepoint
by Jeff Layton
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
fce205e
Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
bbddca8
nfsd: don't hold i_mutex over userspace upcalls
by NeilBrown
· 9 years ago
6b9b210
nfsd: give up on CB_LAYOUTRECALLs after two lease periods
by Jeff Layton
· 9 years ago
691412b
nfsd: Fix nfsd leaks sunrpc module references
by Kinglong Mee
· 9 years ago
2a29745
lockd: constify nlmsvc_binding structure
by Julia Lawall
· 9 years ago
2e55f3a
nfsd: use to_delayed_work
by Geliang Tang
· 9 years ago
3668499
nfsd: Register callbacks on the inetaddr_chain and inet6addr_chain
by Scott Mayhew
· 9 years ago
d4f72cb
nfsd: don't base cl_cb_status on stale information
by J. Bruce Fields
· 9 years ago
be20aa0
nfsd: don't hold ls_mutex across a layout recall
by Jeff Layton
· 9 years ago
ffa0160
nfsd: implement the NFSv4.2 CLONE operation
by Christoph Hellwig
· 9 years ago
aa0d6ae
nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
by Anna Schumaker
· 9 years ago
Next »