linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-10 20:21:25 to 2018-05-01 14:29:12 UTC [more...]

[PATCH 00/24] VFS: Introduce filesystem context [ver #7]
 2018-05-01 14:29 UTC  (31+ messages)
` [PATCH 01/24] vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion "
` [PATCH 02/24] VFS: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 03/24] VFS: Introduce the structs and doc for a filesystem context "
` [PATCH 04/24] VFS: Add LSM hooks for "
` [PATCH 05/24] apparmor: Implement security hooks for the new mount API "
` [PATCH 06/24] tomoyo: "
` [PATCH 07/24] smack: Implement filesystem context security hooks "
` [PATCH 09/24] VFS: Implement a filesystem superblock creation/configuration context "
` [PATCH 10/24] VFS: Remove unused code after filesystem context changes "
` [PATCH 11/24] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 12/24] proc: Add fs_context support to procfs "
` [PATCH 13/24] ipc: Convert mqueue fs to fs_context "
` [PATCH 14/24] cpuset: Use "
` [PATCH 15/24] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 16/24] hugetlbfs: Convert to "
` [PATCH 17/24] VFS: Remove kern_mount_data() "
` [PATCH 18/24] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 19/24] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 20/24] afs: Fix server record deletion "
` [PATCH 21/24] net: Export get_proc_net() "
` [PATCH 22/24] afs: Add fs_context support "
` [PATCH 23/24] afs: Implement namespacing "
` [PATCH 24/24] afs: Use fs_context to pass parameters over automount "

Patches: fix non-standard getaddrinfo usage, minor fixups (fix w/musl)
 2018-05-01 14:22 UTC  (2+ messages)

[PATCH 0/4 V2] Avoid quadratic search when freeing delegations
 2018-05-01 14:14 UTC  (12+ messages)
` [PATCH 3/4] rculist: add list_for_each_entry_from_rcu()
          ` [PATCH 3/4 v2] "
` [PATCH 2/4] NFS: use cond_resched() when restarting walk of delegation list
` [PATCH 1/4] NFS: slight optimization for walking list for delegations
` [PATCH 4/4] NFS: Avoid quadratic search when freeing delegations

SGID loss with nfsv3
 2018-04-30 20:16 UTC  (2+ messages)

KASAN: use-after-free Read in perf_trace_rpc_stats_latency
 2018-04-30 15:39 UTC  (2+ messages)

[PATCH] NFS: Avoid quadratic search when freeing delegations
 2018-04-30  2:27 UTC  (3+ messages)

[PATCH v8 0/9] NFSD support for async COPY
 2018-04-27 23:11 UTC  (40+ messages)
` [PATCH v8 1/9] NFSD CB_OFFLOAD xdr
` [PATCH v8 2/9] NFSD OFFLOAD_STATUS xdr
` [PATCH v8 3/9] NFSD OFFLOAD_CANCEL xdr
` [PATCH v8 4/9] NFSD xdr callback stateid in async COPY reply
` [PATCH v8 5/9] NFSD introduce async copy feature
` [PATCH v8 6/9] NFSD create new stateid for async copy
` [PATCH v8 7/9] NFSD handle OFFLOAD_CANCEL op
` [PATCH v8 8/9] NFSD support OFFLOAD_STATUS
` [PATCH v8 9/9] NFSD stop ongoing async copies on client shutdown

patch for flex file layout client driver
 2018-04-25 23:23 UTC 

vmalloc with GFP_NOFS
 2018-04-25 16:56 UTC  (18+ messages)

Do You Need A Hand?
 2018-04-25  0:25 UTC 

[PATCH] Args need to be the same for replay cache
 2018-04-24 22:16 UTC  (4+ messages)

Greetings to you,
 2018-04-24 19:34 UTC 

[RESEND PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2018-04-23 22:38 UTC  (2+ messages)

[PATCH 0/7] nfs-utils: nfsconf cli tool and code tests
 2018-04-23 15:35 UTC  (8+ messages)
` [PATCH 1/7] nfs-utils: Fix minor memory leaks
` [PATCH 2/7] nfs-utils: Make config includes relative to current config
` [PATCH 3/7] nfs-utils: Use config file name in error messages
` [PATCH 4/7] nfs-utils: Indicate if config file was missing
` [PATCH 5/7] nfs-utils: tidy up output of conf_report
` [PATCH 6/7] nfs-utils: Add nfsconftool cli
` [PATCH 7/7] nfs-utils: use nfsconftool cli to test library function

Google Winner-Werbeaktion
 2018-04-22  3:36 UTC 

Google Winner-Werbeaktion
 2018-04-21 22:50 UTC 

[PATCH] [pynfs] remove redundant nfs4.0/nfs4.x and nfs4.0/lib/ops_gen.py
 2018-04-21 13:12 UTC 

Representative Needed
 2018-04-20 22:25 UTC 

[PATCH v8 00/13] NFS support for async intra COPY
 2018-04-20 17:30 UTC  (15+ messages)
` [PATCH v8 01/13] fs: Don't copy beyond the end of the file
` [PATCH v8 02/13] NFS CB_OFFLOAD xdr
` [PATCH v8 03/13] NFS OFFLOAD_STATUS xdr
` [PATCH v8 04/13] NFS OFFLOAD_STATUS op
` [PATCH v8 05/13] NFS OFFLOAD_CANCEL xdr
` [PATCH v8 06/13] NFS COPY xdr handle async reply
` [PATCH v8 07/13] NFS add support for asynchronous COPY
` [PATCH v8 08/13] NFS handle COPY reply CB_OFFLOAD call race
` [PATCH v8 09/13] NFS export nfs4_async_handle_error
` [PATCH v8 10/13] NFS send OFFLOAD_CANCEL when COPY killed
` [PATCH v8 11/13] NFS handle COPY ERR_OFFLOAD_NO_REQS
` [PATCH v8 12/13] NFS add a simple sync nfs4_proc_commit after async COPY
` [PATCH v8 13/13] NFS recover from destination server reboot for copies

[PATCH] nfsd: Set default minor versions
 2018-04-20 15:03 UTC  (4+ messages)

nfsd issue with a kerberized callback
 2018-04-19 15:52 UTC  (6+ messages)

understanding the need for 2 SETCLIENTIDs on the client
 2018-04-19 15:11 UTC 

[PATCH] nfsd: fix error handling in nfs4_set_delegation()
 2018-04-18 21:04 UTC 

pynfs blocking lock test
 2018-04-18 15:54 UTC  (2+ messages)

Survey invitation
 2018-04-18 14:56 UTC 

general protection fault in encode_rpcb_string
 2018-04-17 21:54 UTC  (3+ messages)

[PATCH] Fix possible stack smash in nfs_idmap_read_and_verify_message
 2018-04-17 20:11 UTC 

Tasks blocked uninterruptibly with NFSv4.0 and Kerberos
 2018-04-17 12:11 UTC 

Proposal
 2018-04-16 21:16 UTC 

Fwd: Questions on pynfs:st_lock.py:testLongPoll
 2018-04-16  8:56 UTC 

[PATCH] [pynfs] remove redundant nfs4.0/nfs4.x and nfs4.0/lib/ops_gen.py
 2018-04-16  8:00 UTC 

4.9.82 (Debian): rcu_sched self-detected stall on CPU
 2018-04-16  6:46 UTC  (2+ messages)

[PATCH] fs: nfs: Adding new return type vm_fault_t
 2018-04-14 19:44 UTC 

3% Darlehensangebot
 2018-04-13  2:40 UTC 

3% Darlehensangebot
 2018-04-13  2:25 UTC 

[PATCH v7 00/10] NFSD support for asynchronous COPY
 2018-04-12 20:06 UTC  (10+ messages)
` [PATCH v7 10/10] NFSD stop queued async copies on client shutdown

[GIT PULL] Please pull NFS client updates for 4.17
 2018-04-12 18:22 UTC  (4+ messages)

[PATCH] clnt_create: Restore using reserve ports for client connections
 2018-04-12 14:26 UTC  (4+ messages)

[PATCH] clnt_com_create: Restore backwards compatibility with the legacy glibc code
 2018-04-11 15:09 UTC  (10+ messages)

[PATCH v5 1/3] locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches
 2018-04-11 14:21 UTC 

[PATCH] mount.nfs: Fix auto protocol negotiation
 2018-04-11 14:18 UTC  (2+ messages)

[PATCH 1/2] Restore using reserve ports for client connections
 2018-04-11 14:09 UTC  (10+ messages)
` [PATCH 2/2] Restore creating listening connection to server connections
` [Libtirpc-devel] [PATCH 1/2] Restore using reserve ports for client connections


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).