Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
85ff872d3f4a62d076d698bd1fa15ca2a4d7c100
/
fs
/
nfsd
7420a8c
Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
c5b1f0d
locks/nfsd: allocate file lock outside of spinlock
by Arnd Bergmann
· 14 years ago
763641d
lockd: push lock_flocks down
by Arnd Bergmann
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
4390110
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
a4dd8dc
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
c3765016
fs: add sync_inode_metadata
by Christoph Hellwig
· 14 years ago
a663bdd
nfsd4: fix connection allocation in sequence()
by J. Bruce Fields
· 14 years ago
3c9101a
NFSD: remove duplicate NFS4_STATEID_SIZE
by Andy Adamson
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
5704e44
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
5d18c1c
nfsd4: only require krb5 principal for NFSv4.0 callbacks
by J. Bruce Fields
· 14 years ago
8323c3b
nfsd4: move minorversion to client
by J. Bruce Fields
· 14 years ago
792c95d
nfsd4: delay session removal till free_client
by J. Bruce Fields
· 14 years ago
5a3c9d7
nfsd4: separate callback change and callback probe
by J. Bruce Fields
· 14 years ago
8b5ce5c
nfsd4: callback program number is per-session
by J. Bruce Fields
· 14 years ago
d29c374
nfsd4: track backchannel connections
by J. Bruce Fields
· 14 years ago
86c3e16
nfsd4: confirm only on succesful create_session
by J. Bruce Fields
· 14 years ago
ac7c46f
nfsd4: make backchannel sequence number per-session
by J. Bruce Fields
· 14 years ago
90c8145
nfsd4: use client pointer to backchannel session
by J. Bruce Fields
· 14 years ago
edd7678
nfsd4: move callback setup into session init code
by J. Bruce Fields
· 14 years ago
cd5b814
nfsd4: don't cache seq_misordered replies
by J. Bruce Fields
· 14 years ago
6de5bd1
BKL: introduce CONFIG_BKL.
by Arnd Bergmann
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
b1e86db
nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink
by J. Bruce Fields
· 14 years ago
ecec6e3
nfsd4: expire clients more promptly
by J. Bruce Fields
· 14 years ago
b89f432
fs/locks.c: prepare for BKL removal
by Arnd Bergmann
· 14 years ago
3351514
nfsd4: return expired on unfound stateid's
by J. Bruce Fields
· 14 years ago
328ead2
nfsd4: add new connections to session
by J. Bruce Fields
· 14 years ago
db90681
nfsd4: refactor connection allocation
by J. Bruce Fields
· 14 years ago
19cf5c0
nfsd4: use callbacks on svc_xprt_deletion
by J. Bruce Fields
· 14 years ago
c766251
nfsd4: keep per-session list of connections
by J. Bruce Fields
· 14 years ago
5b6feee
nfsd4: clean up session allocation
by J. Bruce Fields
· 14 years ago
dd93842
nfsd4: fix alloc_init_session return type
by J. Bruce Fields
· 14 years ago
c23753d
nfsd4: fix alloc_init_session BUILD_BUG_ON()
by J. Bruce Fields
· 14 years ago
6ff8da0
nfsd4: Move callback setup to callback queue
by J. Bruce Fields
· 14 years ago
fb00392
nfsd4: remove separate cb_args struct
by J. Bruce Fields
· 14 years ago
cee277d
nfsd4: use generic callback code in null case
by J. Bruce Fields
· 14 years ago
5878453
nfsd4: generic callback code
by J. Bruce Fields
· 14 years ago
1c85560
nfsd4: rename nfs4_rpc_args->nfsd4_cb_args
by J. Bruce Fields
· 14 years ago
586f367
nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence
by J. Bruce Fields
· 14 years ago
07263f1
nfsd4: minor variable renaming (cb -> conn)
by J. Bruce Fields
· 14 years ago
c653ce3
sunrpc: Add net to rpc_create_args
by Pavel Emelyanov
· 14 years ago
fc5d00b
sunrpc: Add net argument to svc_create_xprt
by Pavel Emelyanov
· 14 years ago
2b44f1b
nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap length
by Benny Halevy
· 14 years ago
352114f
sunrpc: Add net to pure API calls
by Pavel Emelyanov
· 14 years ago
74ec1e1
nfsd: fix /proc/net/rpc/nfsd.export/content display
by J. Bruce Fields
· 14 years ago
049ef27
nfsd: Export get_task_comm for nfsd
by Pavel Emelyanov
· 14 years ago
1e14056
nfsd: allow deprecated interface to be compiled out.
by NeilBrown
· 14 years ago
c67874f
nfsd: formally deprecate legacy nfsd syscall interface
by NeilBrown
· 14 years ago
839049a
nfsd/idmap: drop special request deferal in favour of improved default.
by NeilBrown
· 14 years ago
8ff30fa
nfsd: disable deferral for NFSv4
by NeilBrown
· 14 years ago
c88739b
Merge remote branch 'trond/bugfixes' into for-2.6.37
by J. Bruce Fields
· 14 years ago
827e345
SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies
by Trond Myklebust
· 14 years ago
4f63e3c
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
c5b29f8
sunrpc: use seconds since boot in expiry cache
by NeilBrown
· 14 years ago
17cebf6
sunrpc: extract some common sunrpc_cache code from nfsd
by NeilBrown
· 14 years ago
1132b26
nfsd: remove duplicate NFS4_STATEID_SIZE declaration
by Andy Adamson
· 14 years ago
8f34a43
nfsd4: mask out non-access bits in nfs4_access_to_omode
by J. Bruce Fields
· 14 years ago
2547d1d
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
f6360ef
nfsd: fix NULL dereference in nfsd_statfs()
by Takashi Iwai
· 14 years ago
f632265
Merge commit 'v2.6.36-rc1' into HEAD
by J. Bruce Fields
· 14 years ago
7d94784
nfsd4: fix downgrade/lock logic
by J. Bruce Fields
· 14 years ago
18608ad
nfsd4: typo fix in find_any_file
by J. Bruce Fields
· 14 years ago
30c0e1e
nfsd4: bad BUG() in preprocess_stateid_op
by J. Bruce Fields
· 14 years ago
763008c
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
df486a2
NFS: Fix the selection of security flavours in Kconfig
by Trond Myklebust
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
ebabe9a
pass a struct path to vfs_statfs
by Christoph Hellwig
· 14 years ago
0d9f9e1
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
998db52
nfsd4: fix file open accounting for RDWR opens
by J. Bruce Fields
· 14 years ago
7fa53cc
nfsd: don't allow setting maxblksize after svc created
by J. Bruce Fields
· 14 years ago
e844a7b
nfsd: initialize nfsd versions before creating svc
by J. Bruce Fields
· 14 years ago
c18c821
nfsd41: Fix a crash when a callback is retried
by Boaz Harrosh
· 14 years ago
774f8bb
nfsd: fix startup/shutdown order bug
by J. Bruce Fields
· 14 years ago
039a87c
nfsd: minor nfsd read api cleanup
by J. Bruce Fields
· 14 years ago
6904996
gcc-4.6: nfsd: fix initialized but not read warnings
by Andi Kleen
· 14 years ago
f9d7562
nfsd4: share file descriptors between stateid's
by J. Bruce Fields
· 14 years ago
0292191
nfsd4: fix openmode checking on IO using lock stateid
by J. Bruce Fields
· 14 years ago
21fb401
nfsd4: miscellaneous process_open2 cleanup
by J. Bruce Fields
· 14 years ago
c3e4808
nfsd4: don't pretend to support write delegations
by J. Bruce Fields
· 14 years ago
2a12a9d
fsnotify: pass a file instead of an inode to open, read, and write
by Eric Paris
· 15 years ago
fa0a212
nfsd: bypass readahead cache when have struct file
by J. Bruce Fields
· 14 years ago
af4718f
nfsd: minor nfsd_svc() cleanup
by J. Bruce Fields
· 14 years ago
59db4a0
nfsd: move more into nfsd_startup()
by J. Bruce Fields
· 14 years ago
ac77efb
nfsd: just keep single lockd reference for nfsd
by Jeff Layton
· 14 years ago
628b368
nfsd: clean up nfsd_create_serv error handling
by Jeff Layton
· 14 years ago
0cd14a0
nfsd: fix error handling in __write_ports_addxprt
by Jeff Layton
· 14 years ago
78a8d7c
nfsd: fix error handling when starting nfsd with rpcbind down
by Jeff Layton
· 14 years ago
4ad9a34
nfsd4: fix v4 state shutdown error paths
by Jeff Layton
· 14 years ago
55b1335
nfsd: remove unused assignment from nfsd_link
by J. Bruce Fields
· 14 years ago
43a9aa6
NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIR
by Chuck Lever
· 14 years ago
6a85d6c
nfsd4: comment nitpick
by J. Bruce Fields
· 14 years ago
cba9ba4
nfsd4: fix delegation recall race use-after-free
by J. Bruce Fields
· 14 years ago
ac94bf5
nfsd4: fix deleg leak on callback error
by J. Bruce Fields
· 14 years ago
ec8acac
nfsd4: remove some debugging code
by J. Bruce Fields
· 14 years ago
9303bbd
nfsd: nfs4callback encode_stateid helper function
by Benny Halevy
· 14 years ago
4731030
nfsd4: translate memory errors to delay, not serverfault
by J. Bruce Fields
· 14 years ago
Next »