messages from 2015-01-08 18:34:52 to 2015-01-14 16:45:25 UTC [more...]
[PATCH v4 00/50] Add Flexfile Layout Module
2015-01-14 16:44 UTC (12+ messages)
` [PATCH v4 01/50] pnfs: Prepare for flexfiles by pulling out common code
` [PATCH v4 02/50] pnfs: Do not grab the commit_info lock twice when rescheduling writes
` [PATCH v4 03/50] nfs41: pull data server cache from file layout to generic pnfs
` [PATCH v4 04/50] nfs41: pull decode_ds_addr "
` [PATCH v4 05/50] nfs41: pull nfs4_ds_connect "
` [PATCH v4 06/50] nfs41: allow LD to choose DS connection auth flavor
` [PATCH v4 07/50] nfs41: move file layout macros to generic pnfs
` [PATCH v4 08/50] nfsv3: introduce nfs3_set_ds_client
` [PATCH v4 09/50] nfs41: allow LD to choose DS connection version/minor_version
` [PATCH v4 10/50] nfs41: create NFSv3 DS connection if specified
` [PATCH v4 11/50] pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
[PATCH] nfs: fix dio deadlock when O_DIRECT flag is flipped
2015-01-14 16:21 UTC (3+ messages)
[PATCH 0/3] Miscellaneous systemd changes (v2)
2015-01-14 15:46 UTC (4+ messages)
` [PATCH 1/3] systemd: Bind rpc.idmapd to the nfs-server service
` [PATCH 2/3] systemd: Bind the nfs-mountd service "
` [PATCH 3/3] start-statd: Use the canonical to check if systemd is running
[PATCH] nfs: don't call blocking operations while !TASK_RUNNING
2015-01-14 15:32 UTC
backing_dev_info cleanups & lifetime rule fixes V2
2015-01-14 14:05 UTC (23+ messages)
` [PATCH 01/12] fs: deduplicate noop_backing_dev_info
` [PATCH 02/12] fs: kill BDI_CAP_SWAP_BACKED
` [PATCH 03/12] fs: introduce f_op->mmap_capabilities for nommu mmap support
` [PATCH 04/12] block_dev: only write bdev inode on close
` [PATCH 05/12] block_dev: get bdev inode bdi directly from the block device
` [PATCH 06/12] nilfs2: set up s_bdi like the generic mount_bdev code
` [PATCH 07/12] fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
` [PATCH 08/12] fs: remove mapping->backing_dev_info
` [PATCH 09/12] ceph: remove call to bdi_unregister
` [PATCH 10/12] nfs: don't call bdi_unregister
` [PATCH 11/12] fs: don't reassign dirty inodes to default_backing_dev_info
` [PATCH 12/12] fs: remove default_backing_dev_info
[PATCH v3 00/49] *** Add Flexfile Layout Module ***
2015-01-14 13:40 UTC (27+ messages)
` [PATCH v3 01/49] pnfs: Prepare for flexfiles by pulling out common code
` [PATCH v3 03/49] nfs41: pull data server cache from file layout to generic pnfs
` [PATCH v3 04/49] nfs41: pull decode_ds_addr "
` [PATCH v3 11/49] pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
` [PATCH v3 34/49] pnfs: pass ds_commit_idx through the commit path
` [PATCH v3 42/49] nfs41: add range to layoutreturn args
[PATCH 0/3] Miscellaneous systemd changes
2015-01-14 13:26 UTC (6+ messages)
` [PATCH 1/3] systemd: Bind rpc.idmapd to the nfs-server service
` [systemd-devel] "
` [PATCH 2/3] systemd: Bind the nfs-mountd service "
` [PATCH 3/3] start-statd: Use the canonical to check if systemd is running
a simple and scalable pNFS block layout server
2015-01-14 10:08 UTC (36+ messages)
` [PATCH 03/18] nfsd: factor out a helper to decode nfstime4 values
` [PATCH 09/18] nfsd: implement pNFS operations
` rfc5661 errata 3901, was: "
` [PATCH 14/18] nfsd: pNFS block layout driver
` [PATCH 17/18] xfs: implement pnfs export operations
[PATCH] pnfs/objlayout: wire up .alloc_device_id_node
2015-01-14 8:59 UTC
[PATCH v2 0/5] clean up and generalize swap-over-NFS
2015-01-14 3:18 UTC (2+ messages)
[PATCH] locks: fix NULL-deref in generic_delete_lease
2015-01-13 12:04 UTC (2+ messages)
[PATCH] nfsd: nfs4state: Remove unused function
2015-01-13 20:57 UTC
[PATCH v2 00/20] NFS/RDMA client for 3.20
2015-01-13 17:44 UTC (22+ messages)
` [PATCH v2 01/20] xprtrdma: human-readable completion status
` [PATCH v2 02/20] xprtrdma: Modernize htonl and ntohl
` [PATCH v2 03/20] xprtrdma: Display XIDs in host byte order
` [PATCH v2 04/20] xprtrdma: Clean up hdrlen
` [PATCH v2 05/20] xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt
` [PATCH v2 06/20] xprtrdma: Remove rpcrdma_ep::rep_ia
` [PATCH v2 07/20] xprtrdma: Remove rl_mr field, and the mr_chunk union
` [PATCH v2 08/20] xprtrdma: Move credit update to RPC reply handler
` [PATCH v2 09/20] xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt
` [PATCH v2 10/20] xprtrdma: Free the pd if ib_query_qp() fails
` [PATCH v2 11/20] xprtrdma: Take struct ib_device_attr off the stack
` [PATCH v2 12/20] xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr "
` [PATCH v2 13/20] xprtrdma: Simplify synopsis of rpcrdma_buffer_create()
` [PATCH v2 14/20] xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()
` [PATCH v2 15/20] xprtrdma: Add struct rpcrdma_regbuf and helpers
` [PATCH v2 16/20] xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req
` [PATCH v2 17/20] xprtrdma: Allocate RPC/RDMA "
` [PATCH v2 18/20] xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep
` [PATCH v2 19/20] xprtrdma: Allocate zero pad separately from rpcrdma_buffer
` [PATCH v2 20/20] xprtrdma: Clean up after adding regbuf management
[PATCH v2 00/10] NFS/RDMA server for 3.20
2015-01-13 17:31 UTC (12+ messages)
` [PATCH v2 01/10] svcrdma: Clean up dprintk
` [PATCH v2 02/10] svcrdma: Remove unused variable
` [PATCH v2 03/10] svcrdma: Clean up read chunk counting
` [PATCH v2 04/10] svcrdma: Scrub BUG_ON() and WARN_ON() call sites
` [PATCH v2 05/10] svcrdma: Find rmsgp more reliably
` [PATCH v2 06/10] svcrdma: Plant reader function in struct svcxprt_rdma
` [PATCH v2 07/10] svcrdma: rc_position sanity checking
` [PATCH v2 08/10] svcrdma: Support RDMA_NOMSG requests
` [PATCH v2 09/10] svcrdma: Move read list XDR round-up logic
` [PATCH v2 10/10] svcrdma: Handle additional inline content
nfs client stat() performance degradation
2015-01-13 16:36 UTC
[PATCH v1 00/10] NFS/RDMA server for 3.20
2015-01-13 15:40 UTC (31+ messages)
` [PATCH v1 01/10] svcrdma: Clean up dprintk
` [PATCH v1 02/10] svcrdma: Remove unused variable
` [PATCH v1 03/10] svcrdma: Clean up read chunk counting
` [PATCH v1 04/10] svcrdma: Scrub BUG_ON() and WARN_ON() call sites
` [PATCH v1 05/10] svcrdma: Find rmsgp more reliably
` [PATCH v1 06/10] svcrdma: Plant reader function in struct svcxprt_rdma
` [PATCH v1 07/10] svcrdma: rc_position sanity checking
` [PATCH v1 08/10] svcrdma: Support RDMA_NOMSG requests
` [PATCH v1 09/10] Move read list XDR round-up logic
` [PATCH v1 10/10] svcrdma: Handle additional inline content
[PATCH v2 00/17] locks: internal lease API overhaul
2015-01-13 2:14 UTC (5+ messages)
` [PATCH v2 05/17] locks: generic_delete_lease doesn't need a file_lock at all
Re:Investment
2015-01-12 18:32 UTC
[PATCH] nfs: correct typo in nfs Kconfig
2015-01-12 23:03 UTC (2+ messages)
[PATCH] lockd: xdr: Remove unused function
2015-01-12 21:24 UTC (2+ messages)
[PATCH] pnfs: Update documentation on the Layout Drivers
2015-01-12 19:53 UTC
[PATCH RESEND] nfs: prevent truncate on active swapfile
2015-01-12 19:43 UTC (3+ messages)
[PATCH] nfs: objlayout: objio_osd: Remove unused function
2015-01-12 12:37 UTC (2+ messages)
backing_dev_info cleanups & lifetime rule fixes
2015-01-12 12:36 UTC (23+ messages)
` [PATCH 01/12] fs: deduplicate noop_backing_dev_info
` [PATCH 02/12] fs: kill BDI_CAP_SWAP_BACKED
` [PATCH 03/12] fs: introduce f_op->mmap_capabilities for nommu mmap support
` [PATCH 04/12] block_dev: only write bdev inode on close
` [PATCH 05/12] block_dev: get bdev inode bdi directly from the block device
` [PATCH 06/12] nilfs2: set up s_bdi like the generic mount_bdev code
` [PATCH 07/12] fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
` [PATCH 08/12] fs: remove mapping->backing_dev_info
` [PATCH 11/12] fs: don't reassign dirty inodes to default_backing_dev_info
` [PATCH 12/12] fs: remove default_backing_dev_info
A couple systemd questions
2015-01-12 12:27 UTC (3+ messages)
[PATCH v2 00/10] locks: saner method for managing file locks
2015-01-09 17:21 UTC (15+ messages)
` [PATCH v2 02/10] locks: have locks_release_file use flock_lock_file to release generic flock locks
` [PATCH v2 04/10] locks: move flock locks to file_lock_context
` [PATCH v2 05/10] locks: convert posix "
` [PATCH v2 06/10] locks: convert lease handling "
` [PATCH v2 07/10] locks: remove i_flock field from struct inode
` [PATCH v2 08/10] locks: add a dedicated spinlock to protect i_flctx lists
` [PATCH v2 09/10] locks: clean up the lm_change prototype
` [PATCH v2 10/10] locks: keep a count of locks on the flctx lists
nfsd bugfixes for 3.19
2015-01-08 19:29 UTC
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