Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
778df3f0feaeb03ebf9f370cba8437491ffa889f
/
fs
778df3f
nfsd4: return "real" sequence id in confirmed case
by J. Bruce Fields
· 13 years ago
0f1ba0e
nfsd4: fix exchange_id to return confirm flag
by J. Bruce Fields
· 13 years ago
7447758
nfsd4: clarify that renewing expired client is a bug
by J. Bruce Fields
· 13 years ago
90d700b
nfsd4: simpler ordering of setclientid_confirm checks
by J. Bruce Fields
· 13 years ago
f3d03b9
nfsd4: setclientid: remove pointless assignment
by J. Bruce Fields
· 13 years ago
8695b90
nfsd4: fix error return in non-matching-creds case
by J. Bruce Fields
· 13 years ago
788c1eb
nfsd4: fix setclientid_confirm same_cred check
by J. Bruce Fields
· 13 years ago
34b232b
nfsd4: merge 3 setclientid cases to 2
by J. Bruce Fields
· 13 years ago
8f93071
nfsd4: pull out common code from setclientid cases
by J. Bruce Fields
· 13 years ago
ad72aae
nfsd4: merge last two setclientid cases
by J. Bruce Fields
· 13 years ago
63db463
nfsd4: setclientid/confirm comment cleanup
by J. Bruce Fields
· 13 years ago
e98479b
nfsd4: setclientid remove unnecessary terms from a logical expression
by J. Bruce Fields
· 13 years ago
d5497fc
nfsd4: move rq_flavor into svc_cred
by J. Bruce Fields
· 13 years ago
8fbba96
nfsd4: stricter cred comparison for setclientid/exchange_id
by J. Bruce Fields
· 13 years ago
03a4e1f
nfsd4: move principal name into svc_cred
by J. Bruce Fields
· 13 years ago
631fc9e
nfsd4: allow removing clients not holding state
by J. Bruce Fields
· 13 years ago
136e658
nfsd4: rearrange exchange_id logic to simplify
by J. Bruce Fields
· 13 years ago
2dbb269
nfsd4: exchange_id cleanup: comments
by J. Bruce Fields
· 13 years ago
83e08fd
nfsd4: exchange_id cleanup: local shorthands for repeated tests
by J. Bruce Fields
· 13 years ago
1a30811
nfsd4: allow an EXCHANGE_ID to kill a 4.0 client
by J. Bruce Fields
· 13 years ago
ea236d0
nfsd4: exchange_id: check creds before killing confirmed client
by J. Bruce Fields
· 13 years ago
2786cc3
nfsd4: exchange_id error cleanup
by J. Bruce Fields
· 13 years ago
11ae681
nfsd4: exchange_id has a pointless copy
by J. Bruce Fields
· 13 years ago
5fb35a3
nfsd: return 0 on reads of fault injection files
by Weston Andros Adamson
· 13 years ago
ce0fc43
nfsd: wrap all accesses to st_deny_bmap
by Jeff Layton
· 13 years ago
82c5ff1
nfsd: wrap accesses to st_access_bmap
by Jeff Layton
· 13 years ago
3a32861
nfsd: make test_share a bool return
by Jeff Layton
· 13 years ago
5ae037e
nfsd: consolidate set_access and set_deny
by Jeff Layton
· 13 years ago
f07ea10
NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too often
by Chuck Lever
· 13 years ago
8dbf28e
LockD: add debug message to start and stop functions
by Stanislav Kinsbursky
· 13 years ago
3d1221d
LockD: service start function introduced
by Stanislav Kinsbursky
· 13 years ago
7d13ec7
LockD: move global usage counter manipulation from error path
by Stanislav Kinsbursky
· 13 years ago
2445223
LockD: service creation function introduced
by Stanislav Kinsbursky
· 13 years ago
dbf9b5d7
LockD: use existing per-net data function on service creation
by Stanislav Kinsbursky
· 13 years ago
4db7769
LockD: pass service to per-net up and down functions
by Stanislav Kinsbursky
· 13 years ago
786185b
SUNRPC: move per-net operations from svc_destroy()
by Stanislav Kinsbursky
· 13 years ago
9793f7c
SUNRPC: new svc_bind() routine introduced
by Stanislav Kinsbursky
· 13 years ago
e7a0444
nfsd: add IPv6 addr escaping to fs_location hosts
by Weston Andros Adamson
· 13 years ago
45eaa1c
nfsd4: fix change attribute endianness
by J. Bruce Fields
· 13 years ago
d1829b3
nfsd4: fix free_stateid return endianness
by J. Bruce Fields
· 13 years ago
57b7b43
nfsd4: int/__be32 fixes
by J. Bruce Fields
· 13 years ago
bc1b542
nfsd4: preserve __user annotation on cld downcall msg
by J. Bruce Fields
· 13 years ago
2355c59
nfsd4: fix missing "static"
by J. Bruce Fields
· 13 years ago
bfa4b36
nfsd: state.c should include current_stateid.h
by J. Bruce Fields
· 13 years ago
b108fe6
nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseek
by Jeff Layton
· 13 years ago
f69adb2
nfsd: allocate id-to-name and name-to-id caches in per-net operations.
by Stanislav Kinsbursky
· 13 years ago
9e75a4d
nfsd: make name-to-id cache allocated per network namespace context
by Stanislav Kinsbursky
· 13 years ago
c2e76ef
nfsd: make id-to-name cache allocated per network namespace context
by Stanislav Kinsbursky
· 13 years ago
43ec1a2
nfsd: pass network context to idmap init/exit functions
by Stanislav Kinsbursky
· 13 years ago
5717e01
nfsd: allocate export and expkey caches in per-net operations.
by Stanislav Kinsbursky
· 13 years ago
e5f06f7
nfsd: make expkey cache allocated per network namespace context
by Stanislav Kinsbursky
· 13 years ago
b3853e0
nfsd: make export cache allocated per network namespace context
by Stanislav Kinsbursky
· 13 years ago
2a75cfa
nfsd: pass pointer to export cache down to stack wherever possible.
by Stanislav Kinsbursky
· 13 years ago
b89109b
nfsd: pass network context to export caches init/shutdown routines
by Stanislav Kinsbursky
· 13 years ago
e3f70ea
Lockd: pass network namespace to creation and destruction routines
by Stanislav Kinsbursky
· 13 years ago
f890edb
NFSd: remove hard-coded dereferences to name-to-id and id-to-name caches
by Stanislav Kinsbursky
· 13 years ago
c89172e
nfsd: pass pointer to expkey cache down to stack wherever possible.
by Stanislav Kinsbursky
· 13 years ago
83e0ed70
nfsd: use hash table from cache detail in nfsd export seq ops
by Stanislav Kinsbursky
· 13 years ago
f2c7ea1
nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops
by Stanislav Kinsbursky
· 13 years ago
a09581f
nfsd: use exp_put() for svc_export_cache put
by Stanislav Kinsbursky
· 13 years ago
db3a353
nfsd: add link to owner cache detail to svc_export structure
by Stanislav Kinsbursky
· 13 years ago
d4bb527e
nfsd: use passed cache_detail pointer expkey_parse()
by Stanislav Kinsbursky
· 13 years ago
33dcc48
nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_end
by Jeff Layton
· 13 years ago
03af42c
nfsd: trivial: remove unused variable from nfsd4_lock
by Jeff Layton
· 13 years ago
9dc4e6c
nfsd: don't fail unchecked creates of non-special files
by J. Bruce Fields
· 13 years ago
f68e556
Make the "word-at-a-time" helper functions more commonly usable
by Linus Torvalds
· 13 years ago
23f347e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
35f9c09
tcp: tcp_sendpages() should call tcp_push() once
by Eric Dumazet
· 13 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
20955e8
libfs: add simple_open()
by Stephen Boyd
· 13 years ago
7563ec4
hugetlbfs: remove unregister_filesystem() when initializing module
by Hillf Danton
· 13 years ago
44c8249
fs/xattr.c:setxattr(): improve handling of allocation failures
by Andrew Morton
· 13 years ago
0d08d7b
fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failed
by Andrew Morton
· 13 years ago
703bf2d
fs/xattr.c: suppress page allocation failure warnings from sys_listxattr()
by Dave Jones
· 13 years ago
99663be
proc: fix mount -t proc -o AAA
by Vasiliy Kulikov
· 13 years ago
43f63c8
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
66cfb32
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
e4b41fb
Fix UNC parsing on mount
by Sachin Prabhu
· 13 years ago
1023807
Remove unnecessary check for NULL in password parser
by Sachin Prabhu
· 13 years ago
66189be
CIFS: Fix VFS lock usage for oplocked files
by Pavel Shilovsky
· 13 years ago
9ebb389
Revert "CIFS: Fix VFS lock usage for oplocked files"
by Steve French
· 13 years ago
2545e07
cifs: writing past end of struct in cifs_convert_address()
by Dan Carpenter
· 13 years ago
b2a3ad9
cifs: silence compiler warnings showing up with gcc-4.7.0
by Jeff Layton
· 13 years ago
b5efb97
CIFS: Fix VFS lock usage for oplocked files
by Pavel Shilovsky
· 13 years ago
8bb1f22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
c0d0259
vfs: fix out-of-date dentry_unhash() comment
by J. Bruce Fields
· 13 years ago
bad6118
vfs: split __lookup_hash
by Miklos Szeredi
· 13 years ago
81e6f52
untangling do_lookup() - take __lookup_hash()-calling case out of line.
by Al Viro
· 13 years ago
a325554
untangling do_lookup() - switch to calling __lookup_hash()
by Al Viro
· 13 years ago
a6ecdfc
untangling do_lookup() - merge d_alloc_and_lookup() callers
by Al Viro
· 13 years ago
ec335e9
untangling do_lookup() - merge failure exits in !dentry case
by Al Viro
· 13 years ago
d774a05
untangling do_lookup() - massage !dentry case towards __lookup_hash()
by Al Viro
· 13 years ago
08b0ab7
untangling do_lookup() - get rid of need_reval in !dentry case
by Al Viro
· 13 years ago
acc9cb3
untangling do_lookup() - eliminate a loop.
by Al Viro
· 13 years ago
37c17e1
untangling do_lookup() - expand the area under ->i_mutex
by Al Viro
· 13 years ago
3f6c7c7
untangling do_lookup() - isolate !dentry stuff from the rest of it.
by Al Viro
· 13 years ago
cda309d
vfs: move MAY_EXEC check from __lookup_hash()
by Miklos Szeredi
· 13 years ago
3637c05
vfs: don't revalidate just looked up dentry
by Miklos Szeredi
· 13 years ago
fa4ee15
vfs: fix d_need_lookup/d_revalidate order in do_lookup
by Miklos Szeredi
· 13 years ago
Next »