Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0667b1e9d8a7c0a315da8bd7f454ef4361ceb3ac
/
fs
0667b1e
nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
by Trond Myklebust
· 10 years ago
2585fc7
nfsd: nfsd4_open_confirm() must reference the open stateid
by Trond Myklebust
· 10 years ago
8a0b589
nfsd: Prepare nfsd4_close() for open stateid referencing
by Trond Myklebust
· 10 years ago
d6f2bc5
nfsd: nfsd4_process_open2() must reference the open stateid
by Trond Myklebust
· 10 years ago
dcd94cc
nfsd: nfsd4_process_open2() must reference the delegation stateid
by Trond Myklebust
· 10 years ago
67cb127
nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
by Trond Myklebust
· 10 years ago
858cc57
nfsd: nfsd4_locku() must reference the lock stateid
by Trond Myklebust
· 10 years ago
3d0fabd
nfsd: Add reference counting to lock stateids
by Trond Myklebust
· 10 years ago
1af71cc
nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
by Jeff Layton
· 10 years ago
356a95e
nfsd: clean up races in lock stateid searching and creation
by Jeff Layton
· 10 years ago
1c755dc
nfsd: Add locking to protect the state owner lists
by Jeff Layton
· 10 years ago
b49e084
nfsd: do filp_close in sc_free callback for lock stateids
by Jeff Layton
· 10 years ago
4770d72
nfsd4: use cl_lock to synchronize all stateid idr calls
by Jeff Layton
· 10 years ago
11b9164
nfsd: Add a struct nfs4_file field to struct nfs4_stid
by Trond Myklebust
· 10 years ago
6011695
nfsd: Add reference counting to the lock and open stateids
by Trond Myklebust
· 10 years ago
b3fbfe0
nfsd: print status when nfsd4_open fails to open file it just created
by Jeff Layton
· 10 years ago
650ecc8f
nfsd: remove dl_fh field from struct nfs4_delegation
by Jeff Layton
· 10 years ago
f54fe96
nfsd: give block_delegation and delegation_blocked its own spinlock
by Jeff Layton
· 10 years ago
0b26693
nfsd: clean up nfs4_set_delegation
by Jeff Layton
· 10 years ago
4cf5922
nfsd: clean up arguments to nfs4_open_delegation
by Jeff Layton
· 10 years ago
f9416e2
nfsd: drop unused stp arg to alloc_init_deleg
by Jeff Layton
· 10 years ago
02a3508
nfsd: Convert delegation counter to an atomic_long_t type
by Trond Myklebust
· 10 years ago
2d4a532
nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
by Jeff Layton
· 10 years ago
4269067
nfsd: fully unhash delegations when revoking them
by Jeff Layton
· 10 years ago
f833883
nfsd: simplify stateid allocation and file handling
by Trond Myklebust
· 10 years ago
f9c00c3
nfsd: Do not let nfs4_file pin the struct inode
by Jeff Layton
· 10 years ago
b07c54a
nfsd: nfs4_check_fh - make it actually check the filehandle
by Trond Myklebust
· 10 years ago
ca94321
nfsd: Use the filehandle to look up the struct nfs4_file instead of inode
by Trond Myklebust
· 10 years ago
e2cf80d
nfsd: Store the filehandle with the struct nfs4_file
by Trond Myklebust
· 10 years ago
fc8e5a6
nfsd4: convert comma to semicolon
by Himangi Saraogi
· 10 years ago
2f6ce8e
nfsd: ensure that st_access_bmap and st_deny_bmap are initialized to 0
by Jeff Layton
· 10 years ago
d55a166
nfsd: bump dl_time when unhashing delegation
by Jeff Layton
· 10 years ago
72c0b0f
nfsd: Move the delegation reference counter into the struct nfs4_stid
by Trond Myklebust
· 10 years ago
417c662
nfsd: fix race that grants unrecallable delegation
by Jeff Layton
· 10 years ago
57a3714
nfsd4: CREATE_SESSION should update backchannel immediately
by J. Bruce Fields
· 10 years ago
3c45ddf
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
by Chuck Lever
· 10 years ago
5d6031c
nfsd4: zero op arguments beyond the 8th compound op
by J. Bruce Fields
· 10 years ago
ae4b884
nfsd: silence sparse warning about accessing credentials
by Jeff Layton
· 10 years ago
b0fc29d
nfsd: Ensure stateids remain unique until they are freed
by Trond Myklebust
· 10 years ago
d564fbe
nfsd: nfs4_alloc_init_lease should take a nfs4_file arg
by Jeff Layton
· 10 years ago
02e1215
nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
by Jeff Layton
· 10 years ago
e8051c8
nfsd: eliminate nfsd4_init_callback
by Jeff Layton
· 10 years ago
d5d5c30
NFSD: Fix bad checking of space for padding in splice read
by Kinglong Mee
· 10 years ago
35e634b
NFSD: Check acl returned from get_acl/posix_acl_from_mode
by Kinglong Mee
· 10 years ago
a46cb7f
nfsd: cleanup and rename nfs4_check_open
by Jeff Layton
· 10 years ago
baeb4ff
nfsd: make deny mode enforcement more efficient and close races in it
by Jeff Layton
· 10 years ago
7214e86
nfsd: always hold the fi_lock when bumping fi_access refcounts
by Jeff Layton
· 10 years ago
3b84240
nfsd: clean up reset_union_bmap_deny
by Jeff Layton
· 10 years ago
6eb3a1d
nfsd: set stateid access and deny bits in nfs4_get_vfs_file
by Jeff Layton
· 10 years ago
c11c591
nfsd: shrink st_access_bmap and st_deny_bmap
by Jeff Layton
· 10 years ago
6d338b5
nfsd: remove nfs4_file_put_fd
by Jeff Layton
· 10 years ago
1265965
nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
by Jeff Layton
· 10 years ago
e20fcf1
nfsd: clean up helper __release_lock_stateid
by Trond Myklebust
· 10 years ago
de18643
nfsd: Add locking to the nfs4_file->fi_fds[] array
by Trond Myklebust
· 10 years ago
1d31a25
nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
by Trond Myklebust
· 10 years ago
d6c249b
nfsd: reduce some spinlocking in put_client_renew
by Jeff Layton
· 10 years ago
dff1399
nfsd: close potential race between delegation break and laundromat
by Jeff Layton
· 10 years ago
01529e3
NFSD: Fix memory leak in encoding denied lock
by Kinglong Mee
· 10 years ago
0fe492d
nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
by Trond Myklebust
· 11 years ago
2d91e89
nfsd: Always use lookup_clientid() in nfsd4_process_open1
by Trond Myklebust
· 11 years ago
13d6f66
nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
by Trond Myklebust
· 11 years ago
4b24ca7
nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
by Jeff Layton
· 11 years ago
62814d6
nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig
by Jeff Layton
· 10 years ago
722b620
nfsd: properly convert return from commit_metadata to __be32
by Jeff Layton
· 10 years ago
2dd6e45
nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
by Trond Myklebust
· 11 years ago
d4e19e70
nfsd: Don't get a session reference without a client reference
by Trond Myklebust
· 11 years ago
fd44907
nfsd: clean up nfsd4_release_lockowner
by Jeff Layton
· 11 years ago
b3c32bc
nfsd: NFSv4 lock-owners are not associated to a specific file
by Trond Myklebust
· 11 years ago
c53530d
nfsd: Allow lockowners to hold several stateids
by Jeff Layton
· 11 years ago
3c87b9b
nfsd: lock owners are not per open stateid
by Trond Myklebust
· 11 years ago
acf9295
nfsd: clean up nfsd4_close_open_stateid
by Trond Myklebust
· 11 years ago
db24b3b
nfsd: declare v4.1+ openowners confirmed on creation
by Jeff Layton
· 11 years ago
b607664
nfsd: Cleanup nfs4svc_encode_compoundres
by Trond Myklebust
· 11 years ago
e17f99b
nfsd: nfs4_preprocess_seqid_op should only set *stpp on success
by Trond Myklebust
· 11 years ago
5b8db00
nfsd: add a new /proc/fs/nfsd/max_connections file
by Jeff Layton
· 10 years ago
0f3a24b
nfsd: Ensure that nfsd_create_setattr commits files to stable storage
by Trond Myklebust
· 11 years ago
1e444f5
NFSD: Remove iattr parameter from nfsd_symlink()
by Kinglong Mee
· 11 years ago
950e011
nfsd: Protect addition to the file_hashtbl
by Trond Myklebust
· 11 years ago
7e6a72e
nfsd: fix file access refcount leak when nfsd4_truncate fails
by Christoph Hellwig
· 11 years ago
1055414
NFSD: Avoid warning message when compile at i686 arch
by Kinglong Mee
· 11 years ago
d5e2338
nfsd4: replace defer_free by svcxdr_tmpalloc
by J. Bruce Fields
· 11 years ago
bcaab95
nfsd4: remove nfs4_acl_new
by J. Bruce Fields
· 11 years ago
29c353b
nfsd4: define svcxdr_dupstr to share some common code
by J. Bruce Fields
· 11 years ago
ce043ac
nfsd4: remove unused defer_free argument
by J. Bruce Fields
· 11 years ago
7fb8430
nfsd4: rename cr_linkname->cr_data
by J. Bruce Fields
· 11 years ago
52ee043
nfsd: let nfsd_symlink assume null-terminated data
by J. Bruce Fields
· 11 years ago
0aeae33
nfsd: make NFSv2 null terminate symlink data
by J. Bruce Fields
· 11 years ago
b829e91
nfsd: fix rare symlink decoding bug
by J. Bruce Fields
· 11 years ago
d4c8e34
nfsd: properly handle embedded newlines in fault_injection input
by Jeff Layton
· 11 years ago
f7ce5d2
nfsd: fix return of nfs4_acl_write_who
by Jeff Layton
· 11 years ago
94ec938
nfsd: add appropriate __force directives to filehandle generation code
by Jeff Layton
· 11 years ago
e2afc81
nfsd: nfsd_splice_read and nfsd_readv should return __be32
by Jeff Layton
· 11 years ago
b3d8d12
nfsd: clean up sparse endianness warnings in nfscache.c
by Jeff Layton
· 11 years ago
f419992
nfsd: add __force to opaque verifier field casts
by Jeff Layton
· 11 years ago
bf18f16
NFSD: Using exp_get for export getting
by Kinglong Mee
· 11 years ago
0da22a9
NFSD: Using path_get when assigning path for export
by Kinglong Mee
· 11 years ago
f15a5cf
SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok
by Kinglong Mee
· 11 years ago
3c7aa15
NFSD: Using min/max/min_t/max_t for calculate
by Kinglong Mee
· 11 years ago
2dfded82
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 11 years ago
e13d100
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
Next »