linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-13 15:49:40 to 2023-09-10 03:18:15 UTC [more...]

[GIT PULL] smb3 client fixes
 2023-09-10  3:17 UTC  (2+ messages)

[GIT PULL] ksmbd fix
 2023-09-09  5:05 UTC  (2+ messages)

[PATCH][SMB3] Trivial typo fix
 2023-09-08 23:48 UTC  (2+ messages)

Add missing OID for SPNEGO Extended Negotiation
 2023-09-08 21:43 UTC 

[PATCH v6 00/11] io_uring getdents
 2023-09-08  0:29 UTC  (27+ messages)
` [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 11/11] io_uring: add support for getdents

Wydłużony termin płatności za kupowane towary
 2023-09-07  9:00 UTC 

Possible bug report: kernel 6.5.0/6.5.1 high load when CIFS share is mounted (cifsd-cfid-laundromat in"D" state)
 2023-09-07  3:40 UTC  (4+ messages)

[PATCH][SMB3] add dynamic tracepoint for smb3_qfs_done
 2023-09-06  7:40 UTC  (2+ messages)

Prezentacja
 2023-09-04  7:40 UTC 

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime

[PATCH][SMB3] allow controlling length of time directory entries are cached with dir leases
 2023-09-04  3:57 UTC  (9+ messages)

wrong errno for chown etc. privilege failures in Linux CIFS client
 2023-09-02 19:02 UTC 

[PATCH v2 0/2] Fix some bug in cifs
 2023-09-01 16:49 UTC  (5+ messages)
` [PATCH v2 2/2] cifs: Move the in_send statistic to __smb_send_rqst()

[PATCH][SMB3] add mount parm to allow controlling maximum number of cached directories
 2023-09-01  7:20 UTC 

[GIT PULL] ksmb server fixes
 2023-08-31 22:42 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2023-08-31 10:30 UTC  (5+ messages)

Proszę o kontakt
 2023-08-31  8:05 UTC 

Fwd: [PATCH][SMB client] send ChannelSequence number after reconnect
 2023-08-30 14:06 UTC  (5+ messages)
  `  "

WARNING: CPU: 5 PID: 60057 at fs/smb/client/connect.c:2417 cifs_put_tcon.part.0+0x281/0x290
 2023-08-30 12:20 UTC 

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-30  1:22 UTC  (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr

[PATCH v2 0/8] fs: add some missing ctime updates
 2023-08-30  0:08 UTC  (2+ messages)

[PATCH] smb: propagate error code of extract_sharename()
 2023-08-29 23:23 UTC  (2+ messages)

SMB3.1.1 QUIC mounts from Linux kernel
 2023-08-29 15:05 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 05/15] smb/client: print "Unknown" instead of bogus link speed value
 2023-08-29 13:32 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 06/15] cifs: fix sockaddr comparison in iface_cmp
` [PATCH AUTOSEL 6.1 07/15] cifs: fix max_credits implementation
` [PATCH AUTOSEL 6.1 09/15] cifs: add a warning when the in-flight count goes negative

[PATCH] ksmbd: add missing calling smb2_set_err_rsp() on error
 2023-08-29 10:38 UTC 

Prezentacja
 2023-08-29  8:15 UTC 

[PATCH v2 0/4] dedupe smb unicode files
 2023-08-27 23:14 UTC  (7+ messages)

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (39+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents

[PATCH 1/3] ksmbd: fix wrong DataOffset validation of create context
 2023-08-25 14:48 UTC  (3+ messages)
` [PATCH 2/3] ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
` [PATCH 3/3] ksmbd: replace one-element array with flex-array member in struct smb2_ea_info

[PATCH -next] ksmbd: Fix one kernel-doc comment
 2023-08-25 14:36 UTC  (2+ messages)

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-08-25  7:55 UTC 

[PATCH][SMB3 client] rename CIFS_SERVER_IS_CHAN to avoid confusion
 2023-08-25  4:52 UTC 

Re; Interest,
 2023-08-22 23:31 UTC 

where to get the patches for samba over quic support
 2023-08-22 23:33 UTC  (2+ messages)

[PATCH] cifs: update desired access while requesting for directory lease
 2023-08-22 15:09 UTC  (3+ messages)

Nested NTFS volumes within Windows SMB share may result in inode collisions in linux client
 2023-08-21 18:57 UTC  (2+ messages)

[PATCH] ksmbd: reduce descriptor size if remaining bytes is less than request size
 2023-08-21 13:51 UTC 

[PATCH][ksmbd] fix UAF in ksmbd_alloc_work_struct
 2023-08-21  2:43 UTC 

[PATCH v2] ksmbd: add support for read compound
 2023-08-19 11:32 UTC 

[PATCH v5 0/4] dedupe smb unicode files
 2023-08-19  4:35 UTC  (6+ messages)
` [PATCH v5 1/4] fs/smb: Remove unicode 'lower' tables
` [PATCH v5 2/4] fs/smb: Swing unicode common code from smb->NLS
` [PATCH v5 3/4] fs/smb/client: Use common code in client
` [PATCH v5 4/4] fs/jfs: Use common ucs2 upper case table

[PATCH 00/17] cifs.ko fixes
 2023-08-19  3:37 UTC  (21+ messages)
` [PATCH 01/17] smb: client: introduce DFS_CACHE_TGT_LIST()
` [PATCH 02/17] smb: client: ensure to try all targets when finding nested links
` [PATCH 03/17] smb: client: move some params to cifs_open_info_data
` [PATCH 04/17] smb: client: make smb2_compound_op() return resp buffer on success
` [PATCH 05/17] smb: client: rename cifs_dfs_ref.c to namespace.c
` [PATCH 06/17] smb: client: get rid of dfs naming in automount code
` [PATCH 07/17] smb: client: get rid of dfs code dep in namespace.c
` [PATCH 08/17] smb: client: parse reparse point flag in create response
` [PATCH 09/17] smb: client: do not query reparse points twice on symlinks
  ` Fwd: "
` [PATCH 10/17] smb: client: query reparse points in older dialects
` [PATCH 11/17] smb: cilent: set reparse mount points as automounts
` [PATCH 12/17] smb: client: reduce stack usage in cifs_try_adding_channels()
` [PATCH 13/17] smb: client: reduce stack usage in cifs_demultiplex_thread()
` [PATCH 14/17] smb: client: reduce stack usage in smb_send_rqst()
` [PATCH 15/17] smb: client: reduce stack usage in smb2_set_ea()
` [PATCH 16/17] smb: client: reduce stack usage in smb2_query_info_compound()
` [PATCH 17/17] smb: client: reduce stack usage in smb2_query_reparse_point()

[GIT PULL] smb3 client fix
 2023-08-18 17:48 UTC  (2+ messages)

Nowa strona www
 2023-08-18  9:10 UTC 

W sprawie samochodu
 2023-08-18  7:40 UTC 

[PATCH 0/3] Fix some bug in cifs
 2023-08-18  3:56 UTC  (4+ messages)
` [PATCH 1/3] cifs: Fix wrong return value checking when GETFLAGS

[PATCH] smb: client: fix null auth
 2023-08-16  5:28 UTC  (3+ messages)

[GIT PULL] SMB3 client fixes
 2023-08-15 20:04 UTC  (2+ messages)

[PATCH] cifs: missing null pointer check in cifs_mount
 2023-08-15 18:35 UTC  (11+ messages)

[PATCH 1/2] ksmbd: add support for read compound
 2023-08-14 15:19 UTC  (2+ messages)
` [PATCH 2/2] ksmbd: fix wrong interim response on compound

[PATCH v4 3/4] fs/smb/client: Use common code in client
 2023-08-14 13:47 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 09/47] ksmbd: fix out of bounds in smb3_decrypt_req()
 2023-08-13 15:59 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 10/47] ksmbd: validate session id and tree id in compound request
` [PATCH AUTOSEL 6.1 11/47] ksmbd: no response from compound read
` [PATCH AUTOSEL 6.1 12/47] ksmbd: fix out of bounds in init_smb2_rsp_hdr()

[PATCH AUTOSEL 6.4 01/54] ksmbd: Fix unsigned expression compared with zero
 2023-08-13 15:49 UTC  (6+ messages)
` [PATCH AUTOSEL 6.4 11/54] ksmbd: fix out of bounds in smb3_decrypt_req()
` [PATCH AUTOSEL 6.4 12/54] ksmbd: validate session id and tree id in compound request
` [PATCH AUTOSEL 6.4 13/54] ksmbd: no response from compound read
` [PATCH AUTOSEL 6.4 14/54] ksmbd: fix out of bounds in init_smb2_rsp_hdr()
` [PATCH AUTOSEL 6.4 27/54] cifs: fix charset issue in reconnection


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 NNTP newsgroup(s).