Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-09-29 14:54:39 to 2015-10-06 14:58:53 UTC [more...]

[PATCH v2 00/16] NFS/RDMA patches for merging into v4.4
 2015-10-06 14:58 UTC  (3+ messages)
` [PATCH v2 01/16] xprtrdma: Enable swap-on-NFS/RDMA
` [PATCH v2 02/16] xprtrdma: Re-arm after missed events

[RFC PATCH 1/3] SUNRPC: Refactor TCP receive
 2015-10-06 14:58 UTC  (8+ messages)
` [RFC PATCH 2/3] SUNRPC: Move TCP receive data path into a workqueue context
  ` [RFC PATCH 3/3] SUNRPC: Allow TCP to replace the bh-safe lock in receive path

Fwd: Gss context refresh failure due to clock skew
 2015-10-06 14:53 UTC  (7+ messages)
    `  "

[PATCH v8 00/41] Richacls
 2015-10-06 13:12 UTC  (15+ messages)

[PATCH v9 00/43] Richacls
 2015-10-06 12:40 UTC  (46+ messages)
` [PATCH v9 01/43] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v9 02/43] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v9 03/43] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v9 04/43] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v9 05/43] vfs: Add permission flags for setting file attributes
` [PATCH v9 06/43] richacl: In-memory representation and helper functions
` [PATCH v9 07/43] richacl: Permission mapping functions
` [PATCH v9 08/43] richacl: Compute maximum file masks from an acl
` [PATCH v9 09/43] richacl: Permission check algorithm
` [PATCH v9 10/43] vfs: Cache base_acl objects in inodes
` [PATCH v9 11/43] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v9 12/43] vfs: Cache richacl in struct inode
` [PATCH v9 13/43] richacl: Update the file masks in chmod()
` [PATCH v9 14/43] richacl: Check if an acl is equivalent to a file mode
` [PATCH v9 15/43] richacl: Create-time inheritance
` [PATCH v9 16/43] richacl: Automatic Inheritance
` [PATCH v9 17/43] richacl: xattr mapping functions
` [PATCH v9 18/43] richacl: Add richacl xattr handler
` [PATCH v9 19/43] vfs: Add richacl permission checking
` [PATCH v9 20/43] ext4: Add richacl support
` [PATCH v9 21/43] ext4: Add richacl feature flag
` [PATCH v9 22/43] richacl: acl editing helper functions
` [PATCH v9 23/43] richacl: Move everyone@ aces down the acl
` [PATCH v9 24/43] richacl: Propagate everyone@ permissions to other aces
` [PATCH v9 25/43] richacl: Set the owner permissions to the owner mask
` [PATCH v9 26/43] richacl: Set the other permissions to the other mask
` [PATCH v9 27/43] richacl: Isolate the owner and group classes
` [PATCH v9 28/43] richacl: Apply the file masks to a richacl
` [PATCH v9 29/43] richacl: Create richacl from mode values
` [PATCH v9 30/43] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v9 31/43] nfsd: Use richacls as internal acl representation
` [PATCH v9 32/43] nfsd: Add richacl support
` [PATCH v9 33/43] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v9 34/43] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v9 35/43] richacl: Add support for unmapped identifiers
` [PATCH v9 36/43] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v9 37/43] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v9 38/43] sunrpc: Add xdr_init_encode_pages
` [PATCH v9 39/43] nfs: Fix GETATTR bitmap verification
` [PATCH v9 40/43] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v9 41/43] nfs: Add richacl support
` [PATCH v9 42/43] nfs: Add support for the v4.1 dacl attribute
` [PATCH v9 43/43] richacl: uapi header split

[PATCH v5 00/20] nfsd: open file caching
 2015-10-06 11:43 UTC  (23+ messages)
` [PATCH v5 01/20] list_lru: add list_lru_rotate
` [PATCH v5 02/20] fs: have flush_delayed_fput flush the workqueue job
` [PATCH v5 03/20] fs: add a kerneldoc header to fput
` [PATCH v5 04/20] fs: add fput_queue
` [PATCH v5 05/20] fs: export flush_delayed_fput
` [PATCH v5 06/20] fsnotify: export several symbols
` [PATCH v5 07/20] locks: create a new notifier chain for lease attempts
` [PATCH v5 08/20] nfsd: move include of state.h from trace.c to trace.h
` [PATCH v5 09/20] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH v5 10/20] nfsd: add a new struct file caching facility to nfsd
` [PATCH v5 11/20] nfsd: keep some rudimentary stats on nfsd_file cache
` [PATCH v5 12/20] nfsd: allow filecache open to skip fh_verify check
` [PATCH v5 13/20] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH v5 14/20] nfsd: hook up nfsd_read to the "
` [PATCH v5 15/20] nfsd: hook nfsd_commit up "
` [PATCH v5 16/20] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v5 17/20] nfsd: have nfsd_test_lock use the nfsd_file cache
` [PATCH v5 18/20] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
` [PATCH v5 19/20] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH v5 20/20] nfsd: rip out the raparms cache

[PATCH rdma-rc] xprtrdma: Don't require LOCAL_DMA_LKEY support for fasterg
 2015-10-06  9:48 UTC 

[PATCH v1 00/24] New fast registration API
 2015-10-06  8:37 UTC  (11+ messages)

[PATCH] svcrdma: Fix NFS server crash triggered by 1MB NFS WRITE
 2015-10-06  1:47 UTC  (5+ messages)

[PATCH] NFS: Fix a tracepoint NULL-pointer dereference
 2015-10-05 20:43 UTC 

[PATCH 0/3] make BTRFS, UDF, NILFS2 work with NFSv2
 2015-10-05 14:32 UTC  (5+ messages)
` [PATCH 1/3] BTRFS: support NFSv2 export

[PATCH] gssd: Improve scalability by not waiting for child processes
 2015-10-05 11:50 UTC  (3+ messages)
` [systemd-devel] "

[PATCH v2 0/4] fs: allow userland tasks to use delayed_fput infrastructure
 2015-10-04 13:35 UTC  (3+ messages)
` [PATCH v2 1/4] fs: have flush_delayed_fput flush the workqueue job

[PATCH] nfsd: use a multithreaded workqueue for nfsd4_callbacks
 2015-10-03 12:38 UTC 

[PATCH] NFSv4: Fix a nograce recovery hang
 2015-10-02 19:54 UTC  (2+ messages)

[RFC PATCH] nfs4: clear delegation from open states when returning delegation voluntarily
 2015-10-02 19:53 UTC  (3+ messages)
` [PATCH v2] nfs4: reset states to use open_stateid "

[PATCH] NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FH
 2015-10-02 16:39 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] NFSv4: Don't try to reclaim unused state owners
 2015-10-02 15:22 UTC 

[PATCH] NFS: Fix up page writeback accounting
 2015-10-02 14:57 UTC 

[PATCH Version 2 00/16] NFSv4.2: Add support for inter-server to server COPY
 2015-10-02 14:45 UTC  (2+ messages)

4.1.6 nfs client crash
 2015-10-02 14:00 UTC  (2+ messages)

[PATCH] lockd: create NSM handles per net namespace
 2015-10-02  9:16 UTC  (5+ messages)

[PATCH] NFS: Fix a write performance regression
 2015-10-01 23:23 UTC  (2+ messages)

Is UNSTABLE ever sent in client writes?
 2015-10-01 19:12 UTC  (5+ messages)

[PATCH v1 00/18] RFC NFS/RDMA patches for merging into v4.4
 2015-10-01 18:38 UTC  (14+ messages)
` [PATCH v1 03/18] xprtrdma: Remove completion polling budgets

[PATCH v2 00/26] New fast registration API
 2015-10-01 18:10 UTC  (3+ messages)
` [PATCH v2 16/26] IB/srp: Convert to new "

[PATCH] nfsd: serialize state seqid morphing operations
 2015-10-01 17:51 UTC  (8+ messages)

[PATCH] nfsd: add a spinlock to nfs4_stid
 2015-10-01 17:47 UTC  (3+ messages)

[nfs-utils PATCH] gssd: Don't assume the machine account will be in uppercase
 2015-10-01 17:31 UTC 

Monthly Linux NFS Town Hall meeting: Tomorrow - Thur Oct 1
 2015-10-01 16:50 UTC  (2+ messages)

NFS / FuseFS Kernel Hangs Bug
 2015-10-01 15:25 UTC 

[PATCH] nfsd: ensure that seqid morphing operations are atomic wrt to copies
 2015-10-01 12:56 UTC 

[PATCH] mm, fs: Obey gfp_mapping for add_to_page_cache
 2015-10-01 11:30 UTC  (3+ messages)

[PATCH] mm: swap: Use swap_lock to prevent parallel swapon activations instead of i_mutex
 2015-09-30 21:15 UTC  (2+ messages)

[PATCH v2] nfsd: eliminate sending duplicate delegations
 2015-09-30 17:48 UTC  (2+ messages)

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-09-30 17:26 UTC  (11+ messages)
` [PATCH v5 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v5 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH v5 3/9] btrfs: add .copy_file_range file operation
` [PATCH v5 4/9] vfs: Copy should check len after file open mode
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v5 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v5 10/9] copy_file_range.2: New page documenting copy_file_range()

[PATCH v4 0/9] VFS: In-kernel copy system call
 2015-09-30 12:55 UTC  (13+ 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 v4 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v4 10/9] copy_file_range.2: New page documenting copy_file_range()

[GIT PULL] Please pull an NFSoRDMA client bugfix
 2015-09-29 20:57 UTC 

[PATCH 1/2] nfsd: move svc_fh->fh_maxsize to just after fh_handle
 2015-09-29 20:48 UTC  (3+ messages)
` [PATCH 2/2] nfsd: switch unsigned char flags in svc_fh to bools

[PATCH 1/3] xprtrdma: disconnect and flush cqs before freeing buffers
 2015-09-29 15:40 UTC  (6+ 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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox