Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
581df35afb9aef266f3d90178675274abdd10cd4
/
fs
/
nfsd
/
nfs4proc.c
c6f5c93
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
96f6f98
nfsd: fix b0rken error value for setattr on read-only mount
by Al Viro
· 13 years ago
9dc4e6c
nfsd: don't fail unchecked creates of non-special files
by J. Bruce Fields
· 13 years ago
a52d726
nfsd: convert nfs4_client->cl_cb_flags to a generic flags field
by Jeff Layton
· 13 years ago
ab4684d
NFSD: Fix nfs4_verifier memory alignment
by Chuck Lever
· 13 years ago
8f199b8
NFSD: Fix warnings when NFSD_DEBUG is not defined
by Trond Myklebust
· 13 years ago
59deeb9
nfsd4: reduce do_open_lookup() stack usage
by J. Bruce Fields
· 13 years ago
41fd1e4
nfsd4: delay setting current filehandle till success
by J. Bruce Fields
· 13 years ago
2c8bd7e
nfsd41: split out share_access want and signal flags while decoding
by Benny Halevy
· 13 years ago
37c593c
nfsd41: use current stateid by value
by Tigran Mkrtchyan
· 13 years ago
9428fe1
nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADE
by Tigran Mkrtchyan
· 13 years ago
1e97b51
nfsd41: handle current stateid in SETATTR and FREE_STATEID
by Tigran Mkrtchyan
· 13 years ago
d147105
nfsd41: mark LOOKUP, LOOKUPP and CREATE to invalidate current stateid
by Tigran Mkrtchyan
· 13 years ago
8307111
nfsd41: save and restore current stateid with current fh
by Tigran Mkrtchyan
· 13 years ago
80e01cc
nfsd41: mark PUTFH, PUTPUBFH and PUTROOTFH to clear current stateid
by Tigran Mkrtchyan
· 13 years ago
30813e2
nfsd41: consume current stateid on read and write
by Tigran Mkrtchyan
· 13 years ago
62cd4a5
nfsd41: handle current stateid on lock and locku
by Tigran Mkrtchyan
· 13 years ago
8b70484
nfsd41: handle current stateid in open and close
by Tigran Mkrtchyan
· 13 years ago
0b48d42
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
bad0dcf
new helpers: fh_{want,drop}_write()
by Al Viro
· 13 years ago
0cf99b9
nfsd41: allow non-reclaim open-by-fh's in 4.1
by Mi Jinlong
· 13 years ago
345c284
nfs41: implement DESTROY_CLIENTID operation
by Mi Jinlong
· 13 years ago
8b289b2
nfsd4: implement new 4.1 open reclaim types
by J. Bruce Fields
· 13 years ago
856121b
nfsd4: warn on open failure after create
by J. Bruce Fields
· 13 years ago
d29b20c
nfsd4: clean up open owners on OPEN failure
by J. Bruce Fields
· 13 years ago
b6d2f1c
nfsd4: more robust ignoring of WANT bits in OPEN
by J. Bruce Fields
· 13 years ago
c856694
nfsd4: make op_cacheresult another flag
by J. Bruce Fields
· 13 years ago
dad1c06
nfsd4: replace oo_confirmed by flag bit
by J. Bruce Fields
· 13 years ago
58e7b33
nfsd41: try to check reply size before operation
by Mi Jinlong
· 13 years ago
fe0750e
nfsd4: split stateowners into open and lockowners
by J. Bruce Fields
· 13 years ago
7c13f34
nfsd4: drop most stateowner refcounting
by J. Bruce Fields
· 13 years ago
5ec094c
nfsd4: extend state lock over seqid replay logic
by J. Bruce Fields
· 13 years ago
3e77246
nfsd4: stop using nfserr_resource for transitory errors
by J. Bruce Fields
· 13 years ago
a043226
nfsd4: permit read opens of executable-only files
by J. Bruce Fields
· 13 years ago
75c096f
nfsd4: it's OK to return nfserr_symlink
by J. Bruce Fields
· 13 years ago
aadab6c
nfsd4: return nfserr_symlink on v4 OPEN of non-regular file
by J. Bruce Fields
· 13 years ago
832023b
nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()
by Bernd Schubert
· 13 years ago
1091006
nfsd: turn on reply cache for NFSv4
by J. Bruce Fields
· 14 years ago
3e98abf
nfsd4: call nfsd4_release_compoundargs from pc_release
by J. Bruce Fields
· 13 years ago
ab1350b
nfsd41: Deny new lock before RECLAIM_COMPLETE done
by Mi Jinlong
· 13 years ago
1745680
NFSD: Added TEST_STATEID operation
by Bryan Schumaker
· 13 years ago
e1ca12d
NFSD: added FREE_STATEID operation
by Bryan Schumaker
· 13 years ago
094b5d7
NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUND
by Benny Halevy
· 13 years ago
ac6721a
nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly
by Mi Jinlong
· 14 years ago
68d9318
nfsd4: fix wrongsec handling for PUTFH + op cases
by J. Bruce Fields
· 14 years ago
29a78a3
nfsd4: make fh_verify responsibility of nfsd_lookup_dentry caller
by J. Bruce Fields
· 14 years ago
22b0321
nfsd4: introduce OPDESC helper
by J. Bruce Fields
· 14 years ago
5ece3ca
nfsd41: modify the members value of nfsd4_op_flags
by Mi Jinlong
· 14 years ago
1d1bc8f
nfsd4: support BIND_CONN_TO_SESSION
by J. Bruce Fields
· 14 years ago
da165dd
nfsd: remove some unnecessary dropit handling
by J. Bruce Fields
· 14 years ago
04f4ad1
nfsd4: implement secinfo_no_name
by J. Bruce Fields
· 14 years ago
0ff7ab4
nfsd4: move guts of nfsd4_lookupp into helper
by J. Bruce Fields
· 14 years ago
56560b9
nfsd4: 4.1 SECINFO should consume filehandle
by J. Bruce Fields
· 14 years ago
8ff30fa
nfsd: disable deferral for NFSv4
by NeilBrown
· 14 years ago
4dc6ec0
nfsd4: implement reclaim_complete
by J. Bruce Fields
· 15 years ago
5306293
Merge commit 'v2.6.34-rc6'
by J. Bruce Fields
· 15 years ago
26c0c75
nfsd4: fix unlikely race in session replay case
by J. Bruce Fields
· 15 years ago
5771635
nfsd4: complete enforcement of 4.1 op ordering
by J. Bruce Fields
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
7663dac
nfsd: remove pointless paths in file headers
by J. Bruce Fields
· 15 years ago
9a74af2
nfsd: Move private headers to source directory
by Boaz Harrosh
· 15 years ago
341eb18
nfsd: Source files #include cleanups
by Boaz Harrosh
· 15 years ago
57ecb34
nfsd4: fix share mode permissions
by J. Bruce Fields
· 15 years ago
0a3adad
nfsd: make fs/nfsd/vfs.h for common includes
by J. Bruce Fields
· 15 years ago
a06b126
NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attribute
by Trond Myklebust
· 15 years ago
abfabf8
nfsd41: encode replay sequence from the slot values
by Andy Adamson
· 15 years ago
c864794
nfsd41: rename nfsd4_enc_uncached_replay
by Andy Adamson
· 15 years ago
49557cc
nfsd41: Use separate DRC for setclientid
by Andy Adamson
· 15 years ago
9208faf
NFSv4: ACL in operations 'open' and 'create' should be used
by Yu Zhiguo
· 15 years ago
0a93a47
NFSv4: kill off complicated macro 'PROC'
by Yu Zhiguo
· 15 years ago
3c8e031
NFSv4: do exact check about attribute specified
by Yu Zhiguo
· 15 years ago
79fb54a
nfsd41: CREATE_EXCLUSIVE4_1
by Benny Halevy
· 16 years ago
7e70570
nfsd41: support for 3-word long attribute bitmask
by Andy Adamson
· 16 years ago
95ec28c
nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verify
by Benny Halevy
· 16 years ago
8daf220
nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versions
by Benny Halevy
· 16 years ago
d87a8ad
nfsd41: access_valid
by Andy Adamson
· 16 years ago
60adfc5
nfsd41: clientid handling
by Andy Adamson
· 16 years ago
6668958
nfsd41: stateid handling
by Andy Adamson
· 16 years ago
dd453df
nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_op
by Benny Halevy
· 16 years ago
bf864a3
nfsd41: non-page DRC for solo sequence responses
by Andy Adamson
· 16 years ago
da3846a
nfsd41: nfsd DRC logic
by Andy Adamson
· 16 years ago
f9bb94c
nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion != 0 only.
by Andy Adamson
· 16 years ago
069b6ad
nfsd41: proc stubs
by Andy Adamson
· 16 years ago
2f42587
nfsd: don't use the deferral service, return NFS4ERR_DELAY
by Andy Adamson
· 16 years ago
2076601
nfsd: remove nfsd4_ops array size
by Benny Halevy
· 16 years ago
e354d57
nfsd: embed nfsd4_current_state in nfsd4_compoundres
by Andy Adamson
· 16 years ago
5cb031b
nfsd4: remove redundant check from nfsd4_open
by J. Bruce Fields
· 16 years ago
a1c8c4d
nfsd4: support putpubfh operation
by J. Bruce Fields
· 16 years ago
31dec25
Short write in nfsd becomes a full write to the client
by David Shaw
· 16 years ago
6150ef0
nfsd4: remove unused CHECK_FH flag
by J. Bruce Fields
· 16 years ago
a4773c0
nfsd4: use helper for copying filehandles for replay
by J. Bruce Fields
· 16 years ago
13024b7
nfsd4: fix misplaced comment
by J. Bruce Fields
· 16 years ago
99f8872
nfsd: clarify exclusive create bitmask result.
by J. Bruce Fields
· 16 years ago
0407717
nfsd: dprint each op status in nfsd4_proc_compound
by Benny Halevy
· 16 years ago
af558e3
nfsd: common grace period control
by J. Bruce Fields
· 17 years ago
c228c24
nfsd: fix compound state allocation error handling
by Andy Adamson
· 16 years ago
f1c7f79
[NFSD] uninline nfsd4_op_name()
by Adrian Bunk
· 16 years ago
b001a1b
nfsd: dprint operation names
by Benny Halevy
· 16 years ago
8837abc
nfsd: rename MAY_ flags
by Miklos Szeredi
· 16 years ago
3b12cd9
nfsd: add dprintk of compound return
by J. Bruce Fields
· 17 years ago
Next »