Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-09-18 11:42:22 to 2023-09-26 23:13:57 UTC [more...]

[PATCH v3] NFSD: convert write_threads, write_maxblksize and write_maxconn to netlink commands
 2023-09-26 22:13 UTC 

split up ->kill_sb
 2023-09-26 21:25 UTC  (20+ messages)
` [PATCH 01/19] fs: reflow deactivate_locked_super
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
` [PATCH 06/19] qibfs: use simple_release_fs
` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex
` [PATCH 15/19] kernfs: split ->kill_sb

Random operation not permitted / NFS4ERR_ENOENT messages
 2023-09-26 17:48 UTC 

[PATCH 1/2] NFSv4: Fix a nfs4_state_manager() race
 2023-09-26 14:55 UTC  (15+ messages)
` [PATCH 2/2] NFSv4: Fix a state manager thread deadlock regression

[PATCH v8 0/5] fs: multigrain timestamps for XFS's change_cookie
 2023-09-26 14:29 UTC  (26+ messages)
` [PATCH v8 1/5] fs: add infrastructure for multigrain timestamps
` [PATCH v8 2/5] fs: optimize away some fine-grained timestamp updates
` [PATCH v8 3/5] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 4/5] fs: add timestamp_truncate_to_gran helper
` [PATCH v8 5/5] xfs: switch to multigrain timestamps

Data corruption with 5.10.x client -> 6.5.x server
 2023-09-26 13:57 UTC  (9+ messages)

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-26 11:15 UTC  (5+ messages)
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook

Fwd: kernel 6.4/6.5 nfs 4.1 unresponsive
 2023-09-26  0:49 UTC  (2+ messages)

[PATCH v2] NFSD: convert write_threads, write_maxblksize and write_maxconn to netlink commands
 2023-09-25 14:31 UTC  (3+ messages)

[PATCH v1 0/8] Clean up XDR encoders for pNFS operations
 2023-09-25 13:28 UTC  (9+ messages)
` [PATCH v1 1/8] NFSD: Add nfsd4_encode_count4()
` [PATCH v1 2/8] NFSD: Clean up nfsd4_encode_stateid()
` [PATCH v1 3/8] NFSD: Make @lgp parameter of ->encode_layoutget a const pointer
` [PATCH v1 4/8] NFSD: Clean up nfsd4_encode_layoutget()
` [PATCH v1 5/8] NFSD: Clean up nfsd4_encode_layoutcommit()
` [PATCH v1 6/8] NFSD: Clean up nfsd4_encode_layoutreturn()
` [PATCH v1 7/8] NFSD: Make @gdev parameter of ->encode_getdeviceinfo a const pointer
` [PATCH v1 8/8] NFSD: Clean up nfsd4_encode_getdeviceinfo()

[PATCH nfsd-next] NFSD: simplify error paths in nfsd_svc()
 2023-09-25 13:22 UTC  (3+ messages)

[PATCH] Remove extraneous words left behind by commit 522837f
 2023-09-25 12:55 UTC  (2+ messages)

[PATCH v2] NFSv4: Fix a state manager thread deadlock regression
 2023-09-24 17:14 UTC 

[PATCH] NFSD: convert write_threads and write_v4_end_grace to netlink commands
 2023-09-22 20:49 UTC  (11+ messages)

[PATCH v1 00/52] Modernize nfsd4_encode_fattr()
 2023-09-22 19:20 UTC  (54+ messages)
` [PATCH v1 01/52] NFSD: Add simple u32, u64, and bool encoders
` [PATCH v1 02/52] NFSD: Rename nfsd4_encode_bitmap()
` [PATCH v1 03/52] NFSD: Clean up nfsd4_encode_setattr()
` [PATCH v1 04/52] NFSD: Add struct nfsd4_fattr_args
` [PATCH v1 05/52] NFSD: Add nfsd4_encode_fattr4__true()
` [PATCH v1 06/52] NFSD: Add nfsd4_encode_fattr4__false()
` [PATCH v1 07/52] NFSD: Add nfsd4_encode_fattr4_supported_attrs()
` [PATCH v1 08/52] NFSD: Add nfsd4_encode_fattr4_type()
` [PATCH v1 09/52] NFSD: Add nfsd4_encode_fattr4_fh_expire_type()
` [PATCH v1 10/52] NFSD: Add nfsd4_encode_fattr4_change()
` [PATCH v1 11/52] NFSD: Add nfsd4_encode_fattr4_size()
` [PATCH v1 12/52] NFSD: Add nfsd4_encode_fattr4_fsid()
` [PATCH v1 13/52] NFSD: Add nfsd4_encode_fattr4_lease_time()
` [PATCH v1 14/52] NFSD: Add nfsd4_encode_fattr4_rdattr_error()
` [PATCH v1 15/52] NFSD: Add nfsd4_encode_fattr4_aclsupport()
` [PATCH v1 16/52] NFSD: Add nfsd4_encode_nfsace4()
` [PATCH v1 17/52] NFSD: Add nfsd4_encode_fattr4_acl()
` [PATCH v1 18/52] NFSD: Add nfsd4_encode_fattr4_filehandle()
` [PATCH v1 19/52] NFSD: Add nfsd4_encode_fattr4_fileid()
` [PATCH v1 20/52] NFSD: Add nfsd4_encode_fattr4_files_avail()
` [PATCH v1 21/52] NFSD: Add nfsd4_encode_fattr4_files_free()
` [PATCH v1 22/52] NFSD: Add nfsd4_encode_fattr4_files_total()
` [PATCH v1 23/52] NFSD: Add nfsd4_encode_fattr4_fs_locations()
` [PATCH v1 24/52] NFSD: Add nfsd4_encode_fattr4_maxfilesize()
` [PATCH v1 25/52] NFSD: Add nfsd4_encode_fattr4_maxlink()
` [PATCH v1 26/52] NFSD: Add nfsd4_encode_fattr4_maxname()
` [PATCH v1 27/52] NFSD: Add nfsd4_encode_fattr4_maxread()
` [PATCH v1 28/52] NFSD: Add nfsd4_encode_fattr4_maxwrite()
` [PATCH v1 29/52] NFSD: Add nfsd4_encode_fattr4_mode()
` [PATCH v1 30/52] NFSD: Add nfsd4_encode_fattr4_numlinks()
` [PATCH v1 31/52] NFSD: Add nfsd4_encode_fattr4_owner()
` [PATCH v1 32/52] NFSD: Add nfsd4_encode_fattr4_owner_group()
` [PATCH v1 33/52] NFSD: Add nfsd4_encode_fattr4_rawdev()
` [PATCH v1 34/52] NFSD: Add nfsd4_encode_fattr4_space_avail()
` [PATCH v1 35/52] NFSD: Add nfsd4_encode_fattr4_space_free()
` [PATCH v1 36/52] NFSD: Add nfsd4_encode_fattr4_space_total()
` [PATCH v1 37/52] NFSD: Add nfsd4_encode_fattr4_space_used()
` [PATCH v1 38/52] NFSD: Add nfsd4_encode_fattr4_time_access()
` [PATCH v1 39/52] NFSD: Add nfsd4_encode_fattr4_time_create()
` [PATCH v1 40/52] NFSD: Add nfsd4_encode_fattr4_time_delta()
` [PATCH v1 41/52] NFSD: Add nfsd4_encode_fattr4_time_metadata()
` [PATCH v1 42/52] NFSD: Add nfsd4_encode_fattr4_time_modify()
` [PATCH v1 43/52] NFSD: Add nfsd4_encode_fattr4_mounted_on_fileid()
` [PATCH v1 44/52] NFSD: Add nfsd4_encode_fattr4_fs_layout_types()
` [PATCH v1 45/52] NFSD: Add nfsd4_encode_fattr4_layout_types()
` [PATCH v1 46/52] NFSD: Add nfsd4_encode_fattr4_layout_blksize()
` [PATCH v1 47/52] NFSD: Add nfsd4_encode_fattr4_suppattr_exclcreat()
` [PATCH v1 48/52] NFSD: Add nfsd4_encode_fattr4_sec_label()
` [PATCH v1 49/52] NFSD: Add nfsd4_encode_fattr4_xattr_support()
` [PATCH v1 50/52] NFSD: Copy FATTR4 bit number definitions from RFCs
` [PATCH v1 51/52] NFSD: Use a bitmask loop to encode FATTR4 results
` [PATCH v1 52/52] NFSD: Rename nfsd4_encode_fattr()

[PATCH v1] SUNRPC: Remove BUG_ON call sites
 2023-09-22 19:19 UTC  (5+ messages)

[ANNOUNCE] ktls-utils 0.10
 2023-09-21 14:54 UTC 

bad info in NFS context
 2023-09-21 14:38 UTC  (5+ messages)

[PATCH] generic/471: add a test to check move in mountpoints of the same export
 2023-09-21 14:20 UTC  (2+ messages)

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20 15:45 UTC  (28+ messages)
` [PATCH v7 12/13] ext4: switch to "

Poptávka
 2023-09-20  7:51 UTC 

[PATCH v1] SUNRPC: Remove BUG_ON call sites
 2023-09-19 22:11 UTC  (2+ messages)

[PATCH v2] SUNRPC: Fail quickly when server does not recognize TLS
 2023-09-19 18:33 UTC  (4+ messages)

[PATCH] nfs: decrement nrequests counter before releasing the req
 2023-09-19 13:17 UTC 

[PATCH] nfs/super: check NFS_CAP_ACLS instead of the NFS version
 2023-09-19  8:18 UTC 

Pytanie o samochód
 2023-09-19  7:35 UTC 

[PATCH v4 1/1] nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op
 2023-09-19  6:30 UTC 

[PATCH] NFSv4: fairly test all delegations on a SEQ4_ revocation
 2023-09-18 21:58 UTC  (5+ messages)
` [PATCH v2] "

[GIT PULL] NFS Client Bugfixes for Linux 6.6
 2023-09-18 20:20 UTC  (2+ messages)

[PATCH v3 1/1] nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op
 2023-09-18 18:49 UTC  (2+ messages)
` Fwd: "

[PATCH] nfs: fix the typo of rfc number about xattr in NFSv4
 2023-09-18 13:33 UTC  (2+ messages)

[PATCH v2 0/2] NFSD: use CB_GETATTR to handle GETATTR conflict with write delegation
 2023-09-18 15:42 UTC  (2+ messages)

[PATCH v2] netfs: Only call folio_start_fscache() one time for each folio
 2023-09-18 13:17 UTC 


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