Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1e73fde581e2d34c4ff04eb10671711845c79bad
/
fs
/
nfsd
0b48d42
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
57eccf1
Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
d8c9584
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
by Al Viro
· 13 years ago
7a6ef8c
nfsd4: nfsd4_create_clid_dir return value is unused
by J. Bruce Fields
· 13 years ago
9b4146e
NFSD: Change name of extended attribute containing junction
by Chuck Lever
· 13 years ago
b854889
nfsd4: be forgiving in the absence of the recovery directory
by J. Bruce Fields
· 13 years ago
68c9715
SUNRPC: Clean up the RPCSEC_GSS service ticket requests
by Trond Myklebust
· 13 years ago
175a4eb
fs: propagate umode_t, misc bits
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
bad0dcf
new helpers: fh_{want,drop}_write()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
aec3968
nfsd4: fix spurious 4.1 post-reboot failures
by J. Bruce Fields
· 13 years ago
2d3475c
NFSD: forget_delegations should use list_for_each_entry_safe
by Bryan Schumaker
· 13 years ago
39c4cc0
NFSD: Only reinitilize the recall_lru list under the recall lock
by Bryan Schumaker
· 13 years ago
f32f3c2
nfsd4: initialize special stateid's at compile time
by J. Bruce Fields
· 13 years ago
f5c8593b
NFSd: use network-namespace-aware cache registering routines
by Stanislav Kinsbursky
· 13 years ago
0cf99b9
nfsd41: allow non-reclaim open-by-fh's in 4.1
by Mi Jinlong
· 13 years ago
b2ea70a
nfsd: Fix oops when parsing a 0 length export
by Sasha Levin
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
67114fe
nfsd4: Use kmemdup rather than duplicating its implementation
by Thomas Meyer
· 13 years ago
009673b
nfsd4: add a separate (lockowner, inode) lookup
by J. Bruce Fields
· 13 years ago
353de31
nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error
by J. Bruce Fields
· 13 years ago
16bfdaaf
nfsd4: share open and lock owner hash tables
by J. Bruce Fields
· 13 years ago
06f1f86
nfsd4: hash lockowners to simplify RELEASE_LOCKOWNER
by J. Bruce Fields
· 13 years ago
c7e8472
NFSD: Remove unnecessary whitespace
by Bryan Schumaker
· 13 years ago
7208339
NFSD: Call nfsd4_init_slabs() from init_nfsd()
by Bryan Schumaker
· 13 years ago
65178db
NFSD: Added fault injection
by Bryan Schumaker
· 13 years ago
64a284d
nfsd4: maintain one seqid stream per (lockowner, file)
by J. Bruce Fields
· 13 years ago
684e563
nfsd4: cleanup lock clientid handling in sessions case
by J. Bruce Fields
· 13 years ago
b93d87c
nfsd4: fix lockowner matching
by J. Bruce Fields
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
6736c04
Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
31cbecb
Merge branch 'osd-devel' into nfs-for-next
by Trond Myklebust
· 13 years ago
fc0d14f
nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_access
by Benny Halevy
· 13 years ago
143cb49
fs: add module.h to files that were implicitly using it
by Paul Gortmaker
· 13 years ago
afeacc8
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
by Paul Gortmaker
· 13 years ago
16d0587
NFSd: call svc rpcbind cleanup explicitly
by Stanislav Kinsbursky
· 13 years ago
345c284
nfs41: implement DESTROY_CLIENTID operation
by Mi Jinlong
· 13 years ago
92bac8c
nfsd4: typo logical vs bitwise negate for want_mask
by Benny Halevy
· 13 years ago
c668fc6
nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED
by Benny Halevy
· 13 years ago
fc0c3dd
nfsd4: seq->status_flags may be used unitialized
by Benny Halevy
· 13 years ago
5423732
nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid
by Benny Halevy
· 13 years ago
8b289b2
nfsd4: implement new 4.1 open reclaim types
by J. Bruce Fields
· 13 years ago
a8d86cd
nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaround
by J. Bruce Fields
· 13 years ago
856121b
nfsd4: warn on open failure after create
by J. Bruce Fields
· 13 years ago
4cdc951
nfsd4: preallocate open stateid in process_open1()
by J. Bruce Fields
· 13 years ago
996e093
nfsd4: do idr preallocation with stateid allocation
by J. Bruce Fields
· 13 years ago
32513b4
nfsd4: preallocate nfs4_file in process_open1()
by J. Bruce Fields
· 13 years ago
d29b20c
nfsd4: clean up open owners on OPEN failure
by J. Bruce Fields
· 13 years ago
bcf130f
nfsd4: simplify process_open1 logic
by J. Bruce Fields
· 13 years ago
3557e43
nfsd4: make is_open_owner boolean
by J. Bruce Fields
· 13 years ago
a50d2ad
nfsd4: centralize renew_client() calls
by J. Bruce Fields
· 13 years ago
01cd4af
nfsd4: typo logical vs bitwise negate
by Dan Carpenter
· 13 years ago
b6d2f1c
nfsd4: more robust ignoring of WANT bits in OPEN
by J. Bruce Fields
· 13 years ago
a084daf
nfsd4: move name-length checks to xdr
by J. Bruce Fields
· 13 years ago
04f9e66
nfsd4: move access/deny validity checks to xdr code
by J. Bruce Fields
· 13 years ago
c30e92d
nfsd4: ignore WANT bits in open downgrade
by J. Bruce Fields
· 13 years ago
b31b30e
nfsd4: cleanup state.h comments
by J. Bruce Fields
· 13 years ago
6409a5a
nfsd4: clean up downgrading code
by J. Bruce Fields
· 13 years ago
71c3bcd
nfsd4: fix state lock usage in LOCKU
by J. Bruce Fields
· 13 years ago
38c2f4b
nfsd4: look up stateid's per clientid
by J. Bruce Fields
· 13 years ago
36279ac
nfsd4: assume test_stateid always has session
by J. Bruce Fields
· 13 years ago
6136d2b
nfsd4: use idr for stateid's
by J. Bruce Fields
· 13 years ago
2a74aba
nfsd4: move client * to nfs4_stateid, add init_stid helper
by J. Bruce Fields
· 13 years ago
c856694
nfsd4: make op_cacheresult another flag
by J. Bruce Fields
· 13 years ago
3d02fa2
nfsd4: fix open downgrade, again
by J. Bruce Fields
· 13 years ago
f7a4d87
nfsd4: hash closed stateid's like any other
by J. Bruce Fields
· 13 years ago
d3b313a
nfsd4: construct stateid from clientid and counter
by J. Bruce Fields
· 13 years ago
2da1cec
nfsd4: simplify free_stateid
by J. Bruce Fields
· 13 years ago
38c387b
nfsd4: match close replays on stateid, not open owner id
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
849a1cf
SUNRPC: Replace svc_addr_u by sockaddr_storage
by Mi Jinlong
· 13 years ago
11fcee0
NFSD: Add a cache for fs_locations information
by Trond Myklebust
· 13 years ago
2f1ddda
NFSD: Remove the ex_pathname field from struct svc_export
by Trond Myklebust
· 13 years ago
ed748aa
NFSD: Cleanup for nfsd4_path()
by Trond Myklebust
· 13 years ago
ee626a7
nfsd4: better stateid hashing
by J. Bruce Fields
· 13 years ago
69064a2
nfsd4: use deleg changes to cleanup preprocess_stateid_op
by J. Bruce Fields
· 13 years ago
97b7e3b
nfsd4: fix test_stateid for delegation stateid's
by J. Bruce Fields
· 13 years ago
f459e45
nfsd4: hash deleg stateid's like any other
by J. Bruce Fields
· 13 years ago
36d44c6
nfsd4: share common stid-hashing helper function
by J. Bruce Fields
· 13 years ago
d5477a8
nfsd4: add common dl_stid field to delegation
by J. Bruce Fields
· 13 years ago
dcef041
nfsd4: move some of nfs4_stateid into a separate structure
by J. Bruce Fields
· 13 years ago
91a8c04
nfsd4: remove redundant stateid initialization
by J. Bruce Fields
· 13 years ago
881ea2b
nfsd4: rename init_stateid
by J. Bruce Fields
· 13 years ago
2288d0e
nfsd4: pass around typemask instead of flags
by J. Bruce Fields
· 13 years ago
c0a5d93
nfsd4: split preprocess_seqid, cleanup
by J. Bruce Fields
· 13 years ago
4d71ab8
nfsd4: split up find_stateid
by J. Bruce Fields
· 13 years ago
4581d14
nfsd4: rearrange to avoid a forward reference
by J. Bruce Fields
· 13 years ago
4665e2b
nfsd4: split out some free_generic_stateid code
by J. Bruce Fields
· 13 years ago
fe0750e
nfsd4: split stateowners into open and lockowners
by J. Bruce Fields
· 13 years ago
f4dee24
nfsd4: move CLOSE_STATE special case to caller
by J. Bruce Fields
· 13 years ago
68b66e8
nfsd4: move double-confirm test to open_confirm
by J. Bruce Fields
· 13 years ago
77eaae8
nfsd4: simplify check_open logic
by J. Bruce Fields
· 13 years ago
7a8711c
nfsd4: share common seqid checks
by J. Bruce Fields
· 13 years ago
16d2594
nfsd4: eliminate unused lt_stateowner
by J. Bruce Fields
· 13 years ago
7c13f34
nfsd4: drop most stateowner refcounting
by J. Bruce Fields
· 13 years ago
fff6ca9
nfsd4: eliminate impossible open replay case
by J. Bruce Fields
· 13 years ago
5ec094c
nfsd4: extend state lock over seqid replay logic
by J. Bruce Fields
· 13 years ago
Next »