messages from 2008-01-25 23:18:22 to 2008-02-05 01:56:41 UTC [more...]
[PATCH 4/5] NFSD: Remove NFSD_TCP kernel build option
2008-02-05 1:55 UTC (5+ messages)
[PATCH 5/5] NFSD: Use "depends on" for PROC_FS dependency
2008-02-05 0:37 UTC (4+ messages)
[PATCH 1/5] NFS: Update help text for CONFIG_NFS_FS
2008-02-05 0:40 UTC (4+ messages)
[PATCH 2/5] NFSD: Update help text for CONFIG_NFSD
2008-02-05 0:22 UTC (2+ messages)
[PATCH 3/5] SUNRPC: Update help Kconfig text
2008-02-05 0:04 UTC
[PATCH 0/5] RFC: NFS Kconfig clean up
2008-02-05 0:04 UTC
nfs server patches for 2.6.25
2008-02-04 23:24 UTC (152+ messages)
` [PATCH 001/100] nfsd4: probe callback channel only once
` [PATCH 002/100] nfsd: move callback rpc_client creation into separate thread
` [PATCH 003/100] Fix incorrect assignment
` [PATCH 004/100] knfsd: fix broken length check in nfs4idmap.c
` [PATCH 005/100] SUNRPC: Prevent length underflow in read_flush()
` [PATCH 006/100] SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace
` [PATCH 007/100] NLM: Fix sign of length of NLM variable length strings
` [PATCH 008/100] NFSD: Use unsigned length argument for decode_filename
` [PATCH 009/100] NFSD: File name length signage in nfsd request argument structures
` [PATCH 010/100] NFSD: Adjust filename length argument of nfsd_lookup
` [PATCH 011/100] NFSD: Use unsigned length argument for decode_pathname
` [PATCH 012/100] NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargs
` [PATCH 013/100] NFSD: Path name length signage in nfsd request argument structures
` [PATCH 014/100] knfsd: fix cache.c comment
` [PATCH 015/100] nfsd: Fix handling of negative lengths in read_buf()
` [PATCH 016/100] knfsd: cleanup nfsd4 properly on module init failure
` [PATCH 017/100] nfsd: cleanup nfsd module initialization cleanup
` [PATCH 018/100] nfsd: fail module init on reply cache init failure
` [PATCH 019/100] knfsd: cache unregistration needn't return error
` [PATCH 020/100] nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases
` [PATCH 021/100] nfsd: fail init on /proc/fs/nfs/exports creation failure
` [PATCH 022/100] nfsd: move cache proc (un)registration to separate function
` [PATCH 023/100] knfsd: allow cache_register to return error on failure
` [PATCH 024/100] nfsd: move nfsd/auth.h into fs/nfsd
` [PATCH 025/100] nfsd: minor fs/nfsd/auth.h cleanup
` [PATCH 026/100] nfsd4: kill some unneeded setclientid comments
` [PATCH 027/100] nfsd: eliminate final bogus case from setclientid logic
` [PATCH 028/100] nfsd: uniquify cl_confirm values
` [PATCH 029/100] nfsd4: kill unnecessary same_name() in setclientid_confirm
` [PATCH 030/100] nfsd4: remove unnecessary cl_verifier check from setclientid_confirm
` [PATCH 031/100] nfsd4: kill unneeded cl_confirm check
` [PATCH 032/100] nfsd: fix encode_entryplus_baggage() indentation
` [PATCH 033/100] nfsd4: make current_clientid local
` [PATCH 034/100] nfsd4: miscellaneous nfs4state.c style fixes
` [PATCH 035/100] nfsd4: recognize callback channel failure earlier
` [PATCH 036/100] lockd: fix reference count leaks in async locking case
` [PATCH 037/100] nfsd4: fix bad seqid on lock request incompatible with open mode
` [PATCH 038/100] nfsd: Allow AIX client to read dir containing mountpoints
` [PATCH 039/100] lockd: fix a leak in nlmsvc_testlock asynchronous request handling
` [PATCH 040/100] nfsd: allow root to set uid and gid on create
` [PATCH 041/100] nfsd: fix rsi_cache reference count leak
` [PATCH 042/100] knfsd: change mailing list for nfsd in MAINTAINERS
` [PATCH 043/100] sunrpc: gss: simplify rsi_parse logic
` [PATCH 044/100] nfsd4: clean up access_valid, deny_valid checks
` [PATCH 045/100] Leak in nlmsvc_testlock for async GETFL case
` [PATCH 046/100] svcrpc: ensure gss DESTROY tokens free contexts from cache
` [PATCH 047/100] svc: Add an svc transport class
` [PATCH 048/100] svc: Make svc_sock the tcp/udp transport
` [PATCH 049/100] svc: Change the svc_sock in the rqstp structure to a transport
` [PATCH 050/100] svc: Add a max payload value to the transport
` [PATCH 051/100] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
` [PATCH 052/100] svc: Add transport specific xpo_release function
` [PATCH 053/100] svc: Add per-transport delete functions
` [PATCH 054/100] svc: Add xpo_prep_reply_hdr
` [PATCH 055/100] svc: Add a transport function that checks for write space
` [PATCH 056/100] svc: Move close processing to a single place
` [PATCH 057/100] svc: Add xpo_accept transport function
` [PATCH 058/100] svc: Remove unnecessary call to svc_sock_enqueue
` [PATCH 059/100] svc: Move connection limit checking to its own function
` [PATCH 060/100] svc: Add a generic transport svc_create_xprt function
` [PATCH 061/100] svc: Change services to use new svc_create_xprt service
` [PATCH 062/100] svc: Change sk_inuse to a kref
` [PATCH 063/100] svc: Move sk_flags to the svc_xprt structure
` [PATCH 064/100] svc: Move sk_server and sk_pool to svc_xprt
` [PATCH 065/100] svc: Make close transport independent
` [PATCH 066/100] svc: Move sk_reserved to svc_xprt
` [PATCH 067/100] svc: Make the enqueue service transport neutral and export it
` [PATCH 068/100] svc: Make svc_send transport neutral
` [PATCH 069/100] svc: Change svc_sock_received to svc_xprt_received and export it
` [PATCH 070/100] svc: Move accept call to svc_xprt_received to common code
` [PATCH 071/100] svc: Remove sk_lastrecv
` [PATCH 072/100] svc: Move the authinfo cache to svc_xprt
` [PATCH 073/100] svc: Make deferral processing xprt independent
` [PATCH 074/100] svc: Move the sockaddr information to svc_xprt
` [PATCH 075/100] svc: Make svc_sock_release svc_xprt_release
` [PATCH 076/100] svc: Make svc_recv transport neutral
` [PATCH 077/100] svc: Make svc_age_temp_sockets svc_age_temp_transports
` [PATCH 078/100] svc: Move create logic to common code
` [PATCH 079/100] svc: Removing remaining references to rq_sock in rqstp
` [PATCH 080/100] svc: Make svc_check_conn_limits xprt independent
` [PATCH 081/100] svc: Move the xprt independent code to the svc_xprt.c file
` [PATCH 082/100] svc: Add transport hdr size for defer/revisit
` [PATCH 083/100] svc: Add /proc/sys/sunrpc/transport files
` [PATCH 084/100] svc: Add svc API that queries for a transport instance
` [PATCH 085/100] knfsd: Support adding transports by writing portlist file
` [PATCH 086/100] svc: Add svc_xprt_names service to replace svc_sock_names
` [PATCH 087/100] rdma: SVCRMDA Header File
` [PATCH 088/100] rdma: SVCRDMA Transport Module
` [PATCH 089/100] rdma: SVCRDMA Core Transport Services
` [PATCH 090/100] rdma: SVCRDMA recvfrom
` [PATCH 091/100] rdma: SVCRDMA sendto
` [PATCH 092/100] rdma: ONCRPC RDMA protocol marshalling
` [PATCH 093/100] rdma: makefile
` [PATCH 094/100] SUNRPC: spin svc_rqst initialization to its own function
` [PATCH 095/100] SUNRPC: export svc_sock_update_bufs
` [PATCH 096/100] NLM: Convert lockd to use kthreads
` [PATCH 097/100] NLM: have nlm_shutdown_hosts kill off all NLM RPC tasks
` [PATCH 098/100] knfsd: don't bother mapping putrootfh enoent to eperm
` [PATCH 099/100] lockd: minor log message fix
` [PATCH 100/100] nfsd: more careful input validation in nfsctl write methods
` nfs server patches not in 2.6.25
[PATCH 2/3] enhanced ESTALE error handling
2008-02-04 19:02 UTC (11+ messages)
` [PATCH 2/3] enhanced syscall ESTALE error handling (v2)
[PATCH] SUNRPC xptrdma: simplify build configuration
2008-02-04 14:45 UTC (3+ messages)
file locking patches
2008-02-04 0:25 UTC
Kernel oops, RHEL 4
2008-02-02 0:09 UTC (4+ messages)
nfsd patches for 2.6.25
2008-02-01 23:28 UTC
[PATCH 3/3] enhanced ESTALE error handling
2008-02-01 21:29 UTC (4+ messages)
` [PATCH 3/3] enhanced NFS ESTALE error handling (v2)
[PATCH 0/3] enhanced ESTALE error handling
2008-02-01 20:57 UTC (2+ messages)
` [PATCH 0/3] enhanced ESTALE error handling (v2)
[PATCH 1/3] enhanced ESTALE error handling
2008-02-01 20:57 UTC (2+ messages)
` [PATCH 1/3] enhanced lookup ESTALE error handling (v2)
[PATCH 1/3] NLM add resume procfs file
2008-02-01 17:24 UTC (5+ messages)
[PATCH 0/3] NLM per-ip base grace period
2008-01-31 22:39 UTC (2+ messages)
` [Cluster-devel] "
kernel exports table flushes out on running exportfs -a over mips
2008-01-31 22:08 UTC (3+ messages)
[PATCH 4/5] NFS: Save the values of the "mount*=" mount options
2008-01-31 20:00 UTC
[PATCH 5/5] NFS: Show most mount options via nfs_show_options()
2008-01-31 20:00 UTC
[PATCH 2/5] NFS: Fix up data types of fields in nfs_parsed_mount_options
2008-01-31 20:00 UTC
[PATCH 3/5] NFS: Save the value of the "port=" mount option
2008-01-31 20:00 UTC
[PATCH 0/5] Provide complete NFS mount option reporting
2008-01-31 20:00 UTC
[PATCH 1/5] NFS: numeric mount parameters are unsigned
2008-01-31 20:00 UTC
[NFS] [PATCH] nfs-utils: fix CROSSMOUNT test in utils/mountd/cache.c
2008-01-31 19:19 UTC
[PATCH 4/4] NFS: Show most mount options via nfs_show_options()
2008-01-30 21:58 UTC (3+ messages)
NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9
2008-01-30 21:01 UTC (15+ messages)
[NFS] [PATCH] Make UDF exportable
2008-01-30 20:53 UTC
nfsd module refcount is out of control
2008-01-30 14:23 UTC
atimes not updated over NFS
2008-01-30 12:13 UTC (22+ messages)
[GIT] Please pull NFS client changes for 2.6.25
2008-01-30 7:27 UTC
[NFS] Where is Tom Tucker's git tree gone?
2008-01-30 6:17 UTC (2+ messages)
[PATCH 3/3] NLM enable per-ip base grace period
2008-01-30 0:23 UTC (2+ messages)
[PATCH 2/3] NLM per-ip grace period - core
2008-01-30 0:14 UTC (6+ messages)
[PATCH 3/4] NFS: Save "mount*=" mount options
2008-01-30 0:13 UTC
[PATCH 2/4] NFS: Fix up data types of fields in nfs_parsed_mount_options
2008-01-30 0:13 UTC
[PATCH 1/4] NFS: numeric mount parameters are unsigned
2008-01-30 0:13 UTC
[PATCH 0/4] Display all NFS mount options via nfs_show_options
2008-01-30 0:13 UTC
[PATCH 0/2] fixes for 2.6.25
2008-01-29 21:56 UTC (4+ messages)
` [PATCH 1/2] SUNRPC: spin svc_rqst initialization to its own function
` [PATCH 2/2] NLM: tear down RPC clients in nlm_shutdown_hosts
NFS over TCP idle timeout
2008-01-29 21:53 UTC (5+ messages)
[PATCH 0/2] NLM: fix use after free in lockd
2008-01-29 14:41 UTC (13+ messages)
` [PATCH 1/2] NLM: tear down RPC clients in nlm_shutdown_hosts
` [PATCH 2/2] NLM: break out of nlmsvc_retry_blocked if lockd is coming down
nfs2/3 ESTALE bug on mount point (v2.6.24-rc8)
2008-01-29 3:48 UTC (6+ messages)
` [NFS] "
[PATCH 1/2] NLM failover unlock commands
2008-01-28 17:06 UTC (14+ messages)
` "
` [Cluster-devel] "
[NFS] Q: directory renames and cache coherency in NFS?
2008-01-27 18:42 UTC (4+ messages)
` "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox