messages from 2015-08-27 06:16:11 to 2015-09-05 10:28:26 UTC [more...]
[RFC v7 00/41] Richacls
2015-09-05 10:27 UTC (26+ messages)
` [RFC v7 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v7 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v7 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v7 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v7 05/41] vfs: Add permission flags for setting file attributes
` [RFC v7 06/41] richacl: In-memory representation and helper functions
` [RFC v7 07/41] richacl: Permission mapping functions
` [RFC v7 08/41] richacl: Compute maximum file masks from an acl
` [RFC v7 09/41] richacl: Update the file masks in chmod()
` [RFC v7 10/41] richacl: Permission check algorithm
` [RFC v7 11/41] vfs: Cache base_acl objects in inodes
` [RFC v7 12/41] vfs: Cache richacl in struct inode
` [RFC v7 13/41] richacl: Check if an acl is equivalent to a file mode
` [RFC v7 14/41] richacl: Create-time inheritance
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 16/41] richacl: xattr mapping functions
` [RFC v7 17/41] vfs: Add richacl permission checking
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 19/41] ext4: Add richacl feature flag
` [RFC v7 20/41] richacl: acl editing helper functions
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
` [RFC v7 24/41] richacl: Set the other permissions to the other mask
` [RFC v7 25/41] richacl: Isolate the owner and group classes
[PATCH v1 0/8] VFS: In-kernel copy system call
2015-09-05 8:33 UTC (17+ messages)
` [PATCH v1 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v1 2/8] x86: add sys_copy_file_range to syscall tables
` [PATCH v1 3/8] btrfs: add .copy_file_range file operation
` [PATCH v1 4/8] btrfs: Add mountpoint checking during btrfs_copy_file_range
` [PATCH v1 5/8] vfs: Remove copy_file_range mountpoint checks
` [PATCH v1 6/8] vfs: Copy should check len after file open mode
` [PATCH v1 7/8] vfs: Copy should use file_out rather than file_in
` [PATCH v1 8/8] vfs: Fall back on splice if no copy function defined
` [PATCH v1 9/8] copy_file_range.2: New page documenting copy_file_range()
[PATCH v2 1/2] NFS: Optimise away the close-to-open getattr if there is no cached data
2015-09-04 21:14 UTC (3+ messages)
` [PATCH v2 2/2] Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"
[PATCH 1/2] NFS: Optimise away the close-to-open getattr if there is no cached data
2015-09-04 20:39 UTC (4+ messages)
` [PATCH 2/2] Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"
[GIT PULL] nfsd changes for 4.3
2015-09-04 20:09 UTC
async CLOSE creates a race with a DELEGRETURN followed by a REMOVE
2015-09-04 19:08 UTC (8+ messages)
[PATCH v1 0/5] NFS: Add READ_PLUS support
2015-09-04 19:07 UTC (6+ messages)
` [PATCH v1 1/5] SUNRPC: Split out a function for setting current page
` [PATCH v1 2/5] SUNRPC: Add the ability to expand holes in data pages
` [PATCH v1 3/5] NFS: Add basic READ_PLUS support
` [PATCH v1 4/5] SUNRPC: Add the ability to shift data to a specific offset
` [PATCH v1 5/5] NFS: Add support for decoding multiple segments
[PATCH v1 0/3] NFSD: Add READ_PLUS support
2015-09-04 19:07 UTC (4+ messages)
` [PATCH v1 1/3] NFSD: nfsd4_encode_read{v}() should encode eof and maxcount
` [PATCH v1 2/3] NFSD: Add basic READ_PLUS support
` [PATCH v1 3/3] NFSD: Add support for encoding multiple segments
[PATCH Version 2 00/16] NFSv4.2: Add support for inter-server to server COPY
2015-09-04 17:29 UTC (17+ messages)
` [PATCH Version 2 01/16] VFS: Separate cross fs check from vfs_copy_file_range
` [PATCH Version 2 02/16] BTRFS: Use VFS copy offload helper
` [PATCH Version 2 03/16] VFS SQUASH use file_out instead of file_in for copy_file_range
` [PATCH Version 2 04/16] NFS COPY xdr changes
` [PATCH Version 2 05/16] NFS add same file check and flush source and destination for COPY
` [PATCH Version 2 06/16] NFS add inter ssc functions to nfs42proc
` [PATCH Version 2 07/16] NFS add COPY_NOTIFY operation
` [PATCH Version 2 08/16] NFSD add ca_source_server<> to COPY
` [PATCH Version 2 09/16] NFSD add COPY_NOTIFY operation
` [PATCH Version 2 10/16] NFS add ca_source_server<> to COPY
` [PATCH Version 2 11/16] NFSD generalize nfsd4_compound_state flag names
` [PATCH Version 2 12/16] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH Version 2 13/16] NFSD add nfs4 inter ssc to nfsd4_copy
` [PATCH Version 2 14/16] NFS in copy use stateid returned by copy_notify
` [PATCH Version 2 15/16] NFS always use openstateid in COPY_NOTIFY
` [PATCH Version 2 16/16] NFSD: extra stateid checking in read for interserver copy
[PATCH] nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
2015-09-04 16:27 UTC
[PATCH] exportfs: add support for "nowcc" option
2015-09-04 10:41 UTC (10+ messages)
[PATCH] nfsd: add a new nowcc export option to disable WCC attrs in v3 replies
2015-09-03 20:35 UTC (7+ messages)
[PATCH v2] xprtrdma: take HCA driver refcount at client
2015-09-03 20:25 UTC (4+ messages)
Monthly Linux NFS Town Hall meeting: Tomorrow - Thur Sept 3
2015-09-03 16:48 UTC (2+ messages)
[NFSv4.1] Deadlock on writes - RHEL 7.1 kernel - nfs_pageio_doio?
2015-09-03 15:54 UTC (3+ messages)
[RFC PATCH] nfs: avoid swap-over-NFS deadlock
2015-09-03 14:01 UTC (8+ messages)
[PATCH 1/2] NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()
2015-09-02 22:34 UTC (2+ messages)
` [PATCH 2/2] NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb
[RFC v6 00/40] Richacls
2015-09-02 20:38 UTC (26+ messages)
` [RFC v6 01/40] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v6 03/40] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v6 08/40] richacl: Compute maximum file masks from an acl
` [RFC v6 09/40] richacl: Update the file masks in chmod()
` [RFC v6 10/40] richacl: Permission check algorithm
[PATCH v2 1/3] NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()
2015-09-01 22:11 UTC (3+ messages)
` [PATCH v2 2/3] NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid
` [PATCH v2 3/3] NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid
[PATCH v2] NFSv4.1/flexfiles: Fix freeing of mirrors
2015-09-01 19:19 UTC
[PATCH] NFSv4.1/flexfiles: Fix freeing of mirrors
2015-09-01 19:14 UTC
[PATCH] nfsd: deal with DELEGRETURN racing with CB_RECALL
2015-09-01 18:08 UTC (6+ messages)
NFSv4 mount fails on Sun Solaris 10 after reboot of client
2015-09-01 17:43 UTC (14+ messages)
[PATCH] NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid
2015-09-01 8:17 UTC
[PATCH 00/16] NFSv4.2: Add support for inter-server to server COPY
2015-08-31 19:50 UTC (17+ messages)
` [PATCH 01/16] VFS: Separate cross fs check from vfs_copy_file_range
` [PATCH 02/16] BTRFS: Use VFS copy offload helper
` [PATCH 03/16] VFS SQUASH use file_out instead of file_in for copy_file_range
` [PATCH 04/16] NFS COPY xdr changes
` [PATCH 05/16] NFS add same file check and flush source and destination for COPY
` [PATCH 06/16] NFS add inter ssc functions to nfs42proc
` [PATCH 07/16] NFS add COPY_NOTIFY operation
` [PATCH 08/16] NFSD add ca_source_server<> to COPY
` [PATCH 09/16] NFSD add COPY_NOTIFY operation
` [PATCH 10/16] NFS add ca_source_server<> to COPY
` [PATCH 11/16] NFSD generalize nfsd4_compound_state flag names
` [PATCH 12/16] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH 13/16] NFSD add nfs4 inter ssc to nfsd4_copy
` [PATCH 14/16] NFS in copy use stateid returned by copy_notify
` [PATCH 15/16] NFS always use openstateid in COPY_NOTIFY
` [PATCH 16/16] NFSD: extra stateid checking in read for interserver copy
[PATCH v3 00/20] nfsd: open file caching
2015-08-31 16:50 UTC (8+ messages)
` [PATCH v3 14/20] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
[PATCH] nfs: Get lock context by fl_owner/fl_pid when unlocking file
2015-08-31 9:09 UTC
[PATCH v2 1/3] NFSv4.1/pnfs: Don't ask for a read layout for an empty file
2015-08-31 9:08 UTC (3+ messages)
` [PATCH v2 2/3] NFSv4.1/pnfs: Handle LAYOUTGET return values correctly
` [PATCH v2 3/3] NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file
[PATCH 1/2] NFSv4.1/pnfs: Don't ask for a read layout for an empty file
2015-08-31 8:32 UTC (2+ messages)
` [PATCH 2/2] NFSv4.1/pnfs: Handle LAYOUTGET return values correctly
[PATCH 2/2] nfs: Remove unneeded checking of the return value from scnprintf
2015-08-31 2:53 UTC
[PATCH 1/2] nfs: Fix truncated client owner id without proto type
2015-08-31 2:53 UTC
[PATCH] NFSv4.1: Fix a protocol issue with CLOSE stateids
2015-08-31 1:47 UTC
[PATCH] NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errors
2015-08-30 20:10 UTC
[PATCH] SUNRPC: Prevent SYN+SYNACK+RST storms
2015-08-30 20:08 UTC
[PATCH] SUNRPC: xs_reset_transport must mark the connection as disconnected
2015-08-29 20:39 UTC
[PATCH-RFC-RESEND 0/9] NFS/NFSD: add NFSv42 CLONE operation support
2015-08-28 3:09 UTC (14+ messages)
` [PATCH-RFC-RESEND 1/9] vfs: pull btrfs clone API to vfs layer
` [PATCH-RFC-RESEND 2/9] vfs/btrfs: add .clone_range file operation
` [PATCH-RFC-RESEND 5/9] nfs42: add .copy_range "
[PATCH 1/2] NFSv4.1/flexfiles: Fix a protocol error in layoutreturn
2015-08-28 0:45 UTC (2+ messages)
` [PATCH 2/2] NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload
[PATCH] NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return
2015-08-27 23:27 UTC
[PATCH 0/6 v9] NFSD: Pin to vfsmount for nfsd exports cache
2015-08-27 23:15 UTC (8+ messages)
` [PATCH 4/6 v9] fs: New helper legitimize_mntget() for getting a legitimize mnt
` [PATCH 6/6 v9] nfsd: Allows user un-mounting filesystem where nfsd exports base on
All Users
2015-08-27 22:41 UTC
[PATCH V3] net: sunrpc: fix tracepoint Warning: unknown op '->'
2015-08-27 18:16 UTC (2+ 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