messages from 2024-01-16 19:47:22 to 2024-01-27 06:43:11 UTC [more...]
[PATCH 0/2] smb: client: fix "df: Resource temporarily unavailable" on 5.10 stable kernel
2024-01-27 6:42 UTC (5+ messages)
` [PATCH 1/2] stddef: Introduce DECLARE_FLEX_ARRAY() helper
` [PATCH 2/2] smb3: Replace smb2pdu 1-element arrays with flex-arrays
[GIT PULL] smb3 client fixes
2024-01-26 22:25 UTC
[REGRESSION 6.1.70] system calls with CIFS mounts failing with "Resource temporarily unavailable"
2024-01-26 19:13 UTC (2+ messages)
[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
2024-01-25 23:58 UTC (46+ messages)
` [PATCH v2 01/41] filelock: rename some fields in tracepoints
` [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status
` [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock
` [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck
` [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock
` [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock
` [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker
` [PATCH v2 09/41] filelock: drop the IS_* macros
` [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
` [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to "
` [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
` [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
` [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
` [PATCH v2 22/41] filelock: clean up locks_delete_block internals
` [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to "
` [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core
` [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock
` [PATCH v2 30/41] afs: "
` [PATCH v2 31/41] ceph: "
` [PATCH v2 32/41] dlm: "
` [PATCH v2 33/41] gfs2: "
` [PATCH v2 34/41] lockd: "
` [PATCH v2 35/41] nfs: "
` [PATCH v2 36/41] nfsd: "
` [PATCH v2 37/41] ocfs2: "
` [PATCH v2 38/41] smb/client: "
` [PATCH v2 39/41] smb/server: "
` [PATCH v2 40/41] filelock: remove temporary compatability macros
` [PATCH v2 41/41] filelock: split leases out of struct file_lock
Roadmap for netfslib and local caching (cachefiles)
2024-01-25 19:28 UTC (7+ messages)
[PATCH] smb: Work around Clang __bdos() type confusion
2024-01-25 18:28 UTC (4+ messages)
[LSF/MM TOPIC] QUIC kernel driver and use by kernel FS
2024-01-25 5:51 UTC
multiuser mount not working in CentOS 9
2024-01-24 17:17 UTC
[PATCH 1/7] cifs: handle servers that still advertise multichannel after disabling
2024-01-24 2:27 UTC (13+ messages)
` [PATCH 2/7] cifs: cifs_pick_channel should try selecting active channels
` [PATCH 3/7] cifs: smb2_close_getattr should also update i_size
` [PATCH 4/7] cifs: translate network errors on send to -ECONNABORTED
` [PATCH 5/7] cifs: helper function to check replayable error codes
` [PATCH 6/7] cifs: commands that are retried should have replay flag set
` [PATCH 7/7] cifs: set replay flag for retries of write command
[PATCH] fs/smb/server: fix off-by-one in ksmbd_nl_policy
2024-01-24 1:37 UTC (2+ messages)
[PATCH] smb: client: delete "true", "false" defines
2024-01-23 18:46 UTC (2+ messages)
[PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
2024-01-23 15:03 UTC (20+ messages)
` [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
` [PATCH 02/10] afs: "
` [PATCH 03/10] cifs: "
` [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH 07/10] afs: Hide silly-rename files from userspace
` [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock
[PATCH] cifs: fix stray unlock in cifs_chan_skip_or_disable
2024-01-23 5:46 UTC (2+ messages)
[PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
2024-01-23 1:32 UTC (12+ messages)
` [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions
` [PATCH v2 02/10] afs: "
` [PATCH v2 03/10] cifs: "
` [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH v2 07/10] afs: Hide silly-rename files from userspace
` [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock
[PATCH 14/82] smb: client: Refactor intentional wrap-around calculation
2024-01-23 0:27 UTC (2+ messages)
` [PATCH 45/82] cifs: Refactor intentional wrap-around test
cifs: integrate with netfs updates patch series
2024-01-22 21:50 UTC (3+ messages)
[PATCH AUTOSEL 6.1 51/53] ksmbd: set v2 lease version on lease upgrade
2024-01-22 15:08 UTC (3+ messages)
` [PATCH AUTOSEL 6.1 52/53] ksmbd: fix potential circular locking issue in smb2_set_ea()
` [PATCH AUTOSEL 6.1 53/53] ksmbd: send lease break notification on FILE_RENAME_INFORMATION
[PATCH AUTOSEL 6.6 71/73] ksmbd: set v2 lease version on lease upgrade
2024-01-22 15:02 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 72/73] ksmbd: fix potential circular locking issue in smb2_set_ea()
` [PATCH AUTOSEL 6.6 73/73] ksmbd: send lease break notification on FILE_RENAME_INFORMATION
[PATCH] keys, dns: Fix size check of V1 server-list header
2024-01-22 15:02 UTC (6+ messages)
[PATCH AUTOSEL 6.7 86/88] ksmbd: set v2 lease version on lease upgrade
2024-01-22 14:52 UTC (3+ messages)
` [PATCH AUTOSEL 6.7 87/88] ksmbd: fix potential circular locking issue in smb2_set_ea()
` [PATCH AUTOSEL 6.7 88/88] ksmbd: send lease break notification on FILE_RENAME_INFORMATION
[PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
2024-01-22 14:43 UTC (4+ messages)
` [PATCH 1/2] netfs, cachefiles: Change mailing list
` [PATCH 2/2] netfs: Add Jeff Layton as reviewer
[PATCH v1] ksmbd: fix global oob in ksmbd_nl_policy
2024-01-21 8:24 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2024-01-21 0:59 UTC (2+ messages)
[PATCH -next] smb: Fix some kernel-doc comments
2024-01-20 3:44 UTC (2+ messages)
[GIT PULL] ksmbd server fixes
2024-01-19 18:03 UTC (2+ messages)
lightly updated versions of Shyam's recent multichannel patches
2024-01-19 11:41 UTC (2+ messages)
[PATCH][SMB3 client] show beginning time for per share stats
2024-01-19 6:06 UTC (2+ messages)
[PATCH 1/4] smb: client: fix parsing of SMB3.1.1 POSIX create context
2024-01-19 4:45 UTC (5+ messages)
` [PATCH 2/4] smb: client: parse owner/group when creating reparse points
` [PATCH 3/4] smb: client: get rid of smb311_posix_query_path_info()
` [PATCH 4/4] smb: client: don't clobber ->i_rdev from cached reparse points
linux-next: build warning after merge of the cifs tree
2024-01-19 3:03 UTC (3+ messages)
` Fwd: "
[PATCH 0/1] cifs.upcall: enable ccache init from keytab for multiuser mount sessions
2024-01-18 11:22 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] fs: smb: client: Reset password pointer to NULL
2024-01-18 7:43 UTC
[PATCH] minor updates to todo and usage for cifs.ko
2024-01-18 0:13 UTC
[PATCH 02/20] filelock: add coccinelle scripts to move fields to struct file_lock_core
2024-01-17 18:59 UTC (36+ messages)
` [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
` [PATCH 01/20] filelock: split common fields into struct file_lock_core
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes
` [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg
` [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core
` [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks "
` [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH 14/20] filelock: convert fl_blocker to file_lock_core
` [PATCH 15/20] filelock: clean up locks_delete_block internals
` [PATCH 16/20] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH 17/20] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH 18/20] filelock: convert locks_wake_up_blocks to "
` [PATCH 19/20] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH 20/20] filelock: split leases out of struct file_lock
[PATCH 1/2] smb: client: reuse file lease key in compound operations
2024-01-17 14:15 UTC (13+ messages)
` [PATCH 2/2] smb: client: retry compound request without reusing lease
Details of the order
2024-01-17 9:00 UTC
[PATCH][next] cifs: remove redundant variable tcon_exist
2024-01-17 2:37 UTC (3+ messages)
[PATCH AUTOSEL 6.1 09/14] smb: client: Fix minor whitespace errors and warnings
2024-01-16 20:48 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).