messages from 2015-09-24 14:01:09 to 2015-09-29 18:05:35 UTC [more...]
[PATCH v4 0/9] VFS: In-kernel copy system call
2015-09-29 18:05 UTC (9+ messages)
` [PATCH v4 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v4 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH v4 3/9] btrfs: add .copy_file_range file operation
` [PATCH v4 4/9] vfs: Copy should check len after file open mode
` [PATCH v4 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v4 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v4 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v4 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
[PATCH 1/3] xprtrdma: disconnect and flush cqs before freeing buffers
2015-09-29 15:40 UTC (10+ messages)
` [PATCH 2/3] svcrdma: handle rdma read with a non-zero initial page offset
[nfs-utils PATCH] Allow gssd and svcgssd to set the libtirpc debug level
2015-09-29 15:36 UTC
[nfs-utils PATCH] close the syslog fd in daemon_init()
2015-09-29 15:36 UTC
[PATCH v8 00/41] Richacls
2015-09-29 14:54 UTC (52+ messages)
` [PATCH v8 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v8 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v8 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v8 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v8 05/41] vfs: Add permission flags for setting file attributes
` [PATCH v8 06/41] richacl: In-memory representation and helper functions
` [PATCH v8 07/41] richacl: Permission mapping functions
` [PATCH v8 08/41] richacl: Compute maximum file masks from an acl
` [PATCH v8 09/41] richacl: Update the file masks in chmod()
` [PATCH v8 10/41] richacl: Permission check algorithm
` [PATCH v8 11/41] vfs: Cache base_acl objects in inodes
` [PATCH v8 12/41] vfs: Cache richacl in struct inode
` [PATCH v8 13/41] richacl: Check if an acl is equivalent to a file mode
` [PATCH v8 14/41] richacl: Create-time inheritance
` [PATCH v8 15/41] richacl: Automatic Inheritance
` [PATCH v8 16/41] richacl: xattr mapping functions
` [PATCH v8 17/41] vfs: Add richacl permission checking
` [PATCH v8 18/41] ext4: Add richacl support
` [PATCH v8 19/41] ext4: Add richacl feature flag
` [PATCH v8 20/41] richacl: acl editing helper functions
` [PATCH v8 21/41] richacl: Move everyone@ aces down the acl
` [PATCH v8 22/41] richacl: Propagate everyone@ permissions to other aces
` [PATCH v8 23/41] richacl: Set the owner permissions to the owner mask
` [PATCH v8 24/41] richacl: Set the other permissions to the other mask
` [PATCH v8 25/41] richacl: Isolate the owner and group classes
` [PATCH v8 26/41] richacl: Apply the file masks to a richacl
` [PATCH v8 27/41] richacl: Create richacl from mode values
` [PATCH v8 28/41] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v8 29/41] nfsd: Use richacls as internal acl representation
` [PATCH v8 30/41] nfsd: Add richacl support
` [PATCH v8 31/41] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v8 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v8 33/41] richacl: Add support for unmapped identifiers
` [PATCH v8 34/41] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v8 35/41] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v8 36/41] sunrpc: Add xdr_init_encode_pages
` [PATCH v8 37/41] nfs: Fix GETATTR bitmap verification
` [PATCH v8 38/41] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v8 39/41] nfs: Add richacl support
` [PATCH v8 40/41] nfs: Add support for the v4.1 dacl attribute
` [PATCH v8 41/41] richacl: uapi header split
[PATCH] mm: swap: Use swap_lock to prevent parallel swapon activations instead of i_mutex
2015-09-29 14:23 UTC
[PATCH v1 00/24] New fast registration API
2015-09-29 6:49 UTC (9+ messages)
` [PATCH v1 01/24] IB/core: Introduce new "
[PATCH RESEND] svcrdma: handle rdma read with a non-zero initial page offset
2015-09-28 21:46 UTC
[PATCH v3 0/9] VFS: In-kernel copy system call
2015-09-28 20:42 UTC (19+ messages)
` [PATCH v3 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v3 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH v3 3/9] btrfs: add .copy_file_range file operation
` [PATCH v3 4/9] vfs: Copy should check len after file open mode
` [PATCH v3 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v3 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v3 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v3 8/9] vfs: copy_file_range() can do a pagecache copy with splice
` [PATCH v3 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v3 10/9] copy_file_range.2: New page documenting copy_file_range()
[PATCH v2 00/26] New fast registration API
2015-09-28 19:32 UTC (33+ messages)
` [PATCH v2 01/26] IB/core: Introduce new "
` [PATCH v2 02/26] IB/mlx5: Remove dead fmr code
` [PATCH v2 03/26] IB/mlx5: Support the new memory registration API
` [PATCH v2 04/26] IB/mlx4: "
` [PATCH v2 05/26] RDMA/ocrdma: "
` [PATCH v2 06/26] RDMA/cxgb3: "
` [PATCH v2 07/26] iw_cxgb4: "
` [PATCH v2 08/26] IB/qib: "
` [PATCH v2 09/26] RDMA/nes: "
` [PATCH v2 10/26] IB/iser: Port to new fast "
` [PATCH v2 11/26] iser-target: Port to new memory "
` [PATCH v2 12/26] xprtrdma: "
` [PATCH v2 13/26] svcrdma: "
` [PATCH v2 14/26] RDS/IW: Convert "
` [PATCH v2 15/26] IB/srp: Split srp_map_sg
` [PATCH v2 16/26] IB/srp: Convert to new registration API
` [PATCH v2 17/26] IB/srp: Dont allocate a page vector when using fast_reg
` [PATCH v2 18/26] IB/mlx5: Remove old FRWR API support
` [PATCH v2 19/26] IB/mlx4: "
` [PATCH v2 20/26] RDMA/ocrdma: Remove old FRWR API
` [PATCH v2 21/26] RDMA/cxgb3: "
` [PATCH v2 22/26] iw_cxgb4: "
` [PATCH v2 23/26] IB/qib: "
` [PATCH v2 24/26] RDMA/nes: "
` [PATCH v2 25/26] IB/hfi1: Remove Old fast registraion API support
` [PATCH v2 26/26] IB/core: Remove old fast registration API
[PATCH v2 0/9] VFS: In-kernel copy system call
2015-09-28 17:23 UTC (6+ messages)
` [PATCH v2 10/9] copy_file_range.2: New page documenting copy_file_range()
[PATCH 13/17] fs/nfs: remove unnecessary new_valid_dev check
2015-09-28 14:30 UTC
[PATCH 0/6] nfs: add NFSv42 CLONE support
2015-09-28 6:07 UTC (8+ messages)
` [PATCH 1/6] nfs42: add CLONE xdr functions
` [PATCH 2/6] nfs42: add CLONE proc functions
` [PATCH 3/6] nfs42: add NFS_IOC_CLONE ioctl
` [PATCH 4/6] nfs: get clone_blksize when probing fsinfo
` [PATCH 5/6] nfs42: respect clone_blksize
` [PATCH 6/6] nfs42: add NFS_IOC_CLONE_RANGE ioctl
v4.3-rc2, fault in sock_release via nfs_put_client
2015-09-28 2:27 UTC (3+ messages)
[PATCH v2 01/26] IB/core: Introduce new fast registration API
2015-09-27 7:23 UTC (29+ messages)
` [PATCH v2 02/26] IB/mlx5: Remove dead fmr code
` [PATCH v2 03/26] IB/mlx5: Support the new memory registration API
` [PATCH v2 04/26] IB/mlx4: "
` [PATCH v2 05/26] RDMA/ocrdma: "
` [PATCH v2 06/26] RDMA/cxgb3: "
` [PATCH v2 07/26] iw_cxgb4: "
` [PATCH v2 08/26] IB/qib: "
` [PATCH v2 09/26] RDMA/nes: "
` [PATCH v2 10/26] IB/iser: Port to new fast "
` [PATCH v2 11/26] iser-target: Port to new memory "
` [PATCH v2 12/26] xprtrdma: "
` [PATCH v2 13/26] svcrdma: "
` [PATCH v2 14/26] RDS/IW: Convert "
` [PATCH v2 15/26] IB/srp: Split srp_map_sg
` [PATCH v2 16/26] IB/srp: Convert to new registration API
` [PATCH v2 17/26] IB/srp: Dont allocate a page vector when using fast_reg
` [PATCH v2 18/26] IB/mlx5: Remove old FRWR API support
` [PATCH v2 19/26] IB/mlx4: "
` [PATCH v2 20/26] RDMA/ocrdma: Remove old FRWR API
` [PATCH v2 21/26] RDMA/cxgb3: "
` [PATCH v2 22/26] iw_cxgb4: "
` [PATCH v2 23/26] IB/qib: "
` [PATCH v2 24/26] RDMA/nes: "
` [PATCH v2 25/26] IB/hfi1: Remove Old fast registraion API support
` [PATCH v2 26/26] IB/core: Remove old fast registration API
ANNOUNCE: nfs-utils-1.3.3 released
2015-09-26 17:39 UTC
[PATCH] gssd: Improve scalability by not waiting for child processes
2015-09-26 13:59 UTC (5+ messages)
Tool or module to test NFSv3 server scalability
2015-09-25 22:00 UTC (3+ messages)
"Lock reclaim failed!" after cluster fail over
2015-09-25 21:21 UTC
[PATCH 01/19] SUNRPC: fix variable type
2015-09-25 20:25 UTC (2+ messages)
[RFC v7 00/41] Richacls
2015-09-25 20:17 UTC (29+ messages)
` [RFC v7 25/41] richacl: Isolate the owner and group classes
` [RFC v7 26/41] richacl: Apply the file masks to a richacl
` [PATCH] richacl: Possible other write-through fix
` [RFC v7 29/41] nfsd: Use richacls as internal acl representation
` [RFC v7 30/41] nfsd: Add richacl support
` [RFC v7 31/41] nfsd: Add support for the v4.1 dacl attribute
` [RFC v7 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
[GIT PULL] Please pull NFS client bugfixes
2015-09-25 15:14 UTC
[PATCH] mm, fs: Obey gfp_mapping for add_to_page_cache
2015-09-25 15:04 UTC
Fwd: Tool to simulate multiple NFS clients
2015-09-25 11:06 UTC
SDIF
2015-09-25 0:27 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;
as well as URLs for NNTP newsgroup(s).