Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-06-06 20:47:36 to 2022-06-16 01:03:57 UTC [more...]

[PATCH RFC 00/12] Allow concurrent directory updates
 2022-06-16  0:55 UTC  (18+ messages)
` [PATCH 01/12] VFS: support parallel updates in the one directory
` [PATCH 03/12] VFS: move want_write checks into lookup_hash_update()
` [PATCH 02/12] VFS: move EEXIST and ENOENT tests "
` [PATCH 04/12] VFS: move dput() and mnt_drop_write() into done_path_update()
` [PATCH 05/12] VFS: export done_path_update()
` [PATCH 09/12] nfsd: support concurrent renames
` [PATCH 12/12] nfsd: discard fh_locked flag and fh_lock/fh_unlock
` [PATCH 08/12] nfsd: allow parallel creates from nfsd
` [PATCH 07/12] NFS: support parallel updates in the one directory
` [PATCH 06/12] VFS: support concurrent renames
` [PATCH 10/12] nfsd: reduce locking in nfsd_lookup()
` [PATCH 11/12] nfsd: use (un)lock_inode instead of fh_(un)lock

[PATCH 1/2] nfs4lib.py: enhance open_file to work with courteous server
 2022-06-15 19:48 UTC  (4+ messages)
` [PATCH 2/2] environment.py: enhance open_create_file "

[PATCH] NFSv4: Directly use ida_alloc()/free()
 2022-06-15 19:23 UTC  (2+ messages)

[RPC] nfsd: NFSv4 close a file completely
 2022-06-15 18:57 UTC  (5+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-15 15:55 UTC  (16+ messages)

Question about reporting unexpected wb err in nfs write()/flush()
 2022-06-15 13:41 UTC  (3+ messages)

[PATCH v15] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-15 13:00 UTC 

[PATCH -next,v2] NFS: report and clear ENOSPC/EFBIG/EDQUOT writeback error on close() file
 2022-06-15 11:55 UTC  (6+ messages)

[vfs] 0b398f980a: ltp.copy_file_range01.fail
 2022-06-15 10:20 UTC 

[PATCH] SUNRPC: Directly use ida_alloc()/free()
 2022-06-15  8:20 UTC 

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-15  8:11 UTC  (34+ messages)
` [PATCH v2 01/19] secretmem: Remove isolate_page
` [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations
` [PATCH v2 03/19] fs: Add aops->migrate_folio
` [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio
` [PATCH v2 06/19] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH v2 09/19] nfs: Convert "
` [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio()
` [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH v2 13/19] ubifs: Convert to filemap_migrate_folio()
` [PATCH v2 14/19] f2fs: "
  ` [f2fs-dev] "
` [PATCH v2 15/19] aio: Convert to migrate_folio
` [PATCH v2 16/19] hugetlb: "
` [PATCH v2 17/19] secretmem: "
` [PATCH v2 18/19] fs: Remove aops->migratepage()
` [PATCH v2 19/19] mm/folio-compat: Remove migration compatibility functions

[PATCH] nfs: remove unnecessary (void*) conversions
 2022-06-15  5:39 UTC 

[PATCH v3 0/5] Ensure mapping errors are reported only once
 2022-06-15  2:36 UTC  (5+ messages)
` [PATCH v3 1/5] NFS: Do not report EINTR/ERESTARTSYS as mapping errors
  ` [PATCH v3 2/5] NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS
    ` [PATCH v3 3/5] NFS: Don't report ENOSPC write errors twice

[PATCH -next] NFS: report and clear ENOSPC/EFBIG/EDQUOT writeback error on close() file
 2022-06-14 15:13 UTC 

[PATCH] binddynport.c honor ip_local_reserved_ports
 2022-06-14 14:25 UTC 

[PATCH] NLM: Defend against file_lock changes after vfs_test_lock()
 2022-06-13 18:31 UTC  (2+ messages)

[GIT PULL] nfsd fixes for 5.19
 2022-06-11  0:38 UTC  (2+ messages)

[RFC][PATCH 0/3] netfs, afs: Cleanups
 2022-06-10 23:19 UTC  (5+ messages)
` [PATCH 1/3] afs: Fix some checker issues
` [PATCH 2/3] netfs: Further cleanups after struct netfs_inode wrapper introduced
` [PATCH 3/3] netfs: Rename the netfs_io_request cleanup op and give it an op pointer

[PATCH] NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file
 2022-06-10  0:46 UTC 

[PATCH v36 15/33] LSM: Ensure the correct LSM context releaser
 2022-06-09 23:01 UTC  (2+ messages)
` [PATCH v36 17/33] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH 0/9] shell: nfs: $TST_ALL_FILESYSTEMS (.all_filesystems)
 2022-06-09 21:42 UTC  (10+ messages)
` [PATCH v2 1/9] tst_test.sh: Add $TST_MOUNT_DEVICE
` [PATCH v2 2/9] df01.sh: Use TST_MOUNT_DEVICE=1
` [PATCH v2 3/9] tst_test.sh: allow ' in pattern for allowed variables
` [PATCH v2 4/9] shell: Add test for TST_MOUNT_DEVICE=1
` [PATCH v2 5/9] tst_test.sh: Add $TST_ALL_FILESYSTEMS
` [PATCH v2 6/9] tst_device: Remove unnecessary braces
` [PATCH v2 7/9] tst_device: Add clear command
` [PATCH v2 8/9] shell: Add test for TST_ALL_FILESYSTEMS=1
` [RFC][PATCH v2 9/9] nfs: Use TST_ALL_FILESYSTEMS=1

[PATCH] binddynport.c honor ip_local_reserved_ports
 2022-06-09  9:26 UTC 

[PATCH 1/3] cifs-utils/svcgssd: Fix use-after-free bug (config variables)
 2022-06-08 16:59 UTC  (4+ messages)
` [PATCH 2/3] cifs-utils/svcgssd: Display principal if set
` [PATCH 3/3] cifs-utils/svcgssd: Add (undocumented) config options to man page

[PATCH v2 0/5] Fix NFSv3 READDIRPLUS failures
 2022-06-08 16:35 UTC  (8+ messages)
` [PATCH v2 1/5] SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()
` [PATCH v2 2/5] SUNRPC: Optimize xdr_reserve_space()
` [PATCH v2 3/5] SUNRPC: Clean up xdr_commit_encode()
` [PATCH v2 4/5] SUNRPC: Clean up xdr_get_next_encode_buffer()
` [PATCH v2 5/5] SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 13:06 UTC  (47+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 11/20] ubifs: Convert to filemap_migrate_folio()
` [PATCH 12/20] f2fs: "
` [PATCH 13/20] aio: Convert to migrate_folio
` [PATCH 14/20] hugetlb: "
` [PATCH 15/20] balloon: "
` [PATCH 16/20] secretmem: "
` [PATCH 17/20] z3fold: "
` [PATCH 18/20] zsmalloc: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

Napływ Klientów ze strony
 2022-06-08  8:15 UTC 

[PATCH nfs-utils] Apply all sysctl settings when NFS-related modules are loaded
 2022-06-07 20:52 UTC  (2+ messages)

[PATCH nfs-utils v2] Update autoconfig files to work with v2.71
 2022-06-07 20:52 UTC  (4+ messages)
` [PATCH nfs-utils] autoconf: change tirpc to check for a file, not for an include

[PATCH] sunrpc: set cl_max_connect when cloning an rpc_clnt
 2022-06-07 17:18 UTC  (4+ messages)

[PATCH v14] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-07 14:22 UTC  (3+ messages)

[PATCH v1 0/5] Fix NFSv3 READDIRPLUS failures
 2022-06-07 14:16 UTC  (21+ messages)
` [PATCH v1 1/5] SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()
` [PATCH v1 2/5] SUNRPC: Optimize xdr_reserve_space()
` [PATCH v1 3/5] SUNRPC: Clean up xdr_commit_encode()
` [PATCH v1 4/5] SUNRPC: Clean up xdr_get_next_encode_buffer()
` [PATCH v1 5/5] SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()

[PATCH net-next] SUNRPC: use max_t() to simplify open code
 2022-06-07  7:32 UTC 


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