public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-03 07:07:43 to 2023-08-27 15:33:10 UTC [more...]

SMB3.1.1 QUIC mounts from Linux kernel
 2023-08-27 15:32 UTC  (2+ messages)

[PATCH v6 00/11] io_uring getdents
 2023-08-27 13:28 UTC  (12+ 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

[PATCH][SMB3] allow controlling length of time directory entries are cached with dir leases
 2023-08-27  5:12 UTC 

[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 

Fwd: [PATCH][SMB client] send ChannelSequence number after reconnect
 2023-08-25  4:55 UTC  (2+ messages)
  `  "

[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  (12+ messages)

[PATCH] smb: propagate error code of extract_sharename()
 2023-08-15 13:38 UTC 

[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 0/4] dedupe smb unicode files
 2023-08-14 13:47 UTC  (6+ messages)
` [PATCH v4 1/4] fs/smb: Remove unicode 'lower' tables
` [PATCH v4 2/4] fs/smb: Swing unicode common code from smb->NLS
` [PATCH v4 3/4] fs/smb/client: Use common code in client
` [PATCH v4 4/4] fs/jfs: Use common ucs2 upper case table

[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

[PATCH v2 0/4] dedupe smb unicode files
 2023-08-13  3:11 UTC  (12+ messages)

[PATCH][SMB3] display network namespace in debug information
 2023-08-11  2:55 UTC 

[PATCH] ksmbd: fix `force create mode' and `force directory mode'
 2023-08-11  1:45 UTC  (2+ messages)

[PATCH v1 0/1] cifs: Release folio lock on fscache read hit
 2023-08-10  7:19 UTC  (2+ messages)
` [PATCH v1 1/1] "

[GIT PULL] ksmbd server fixes
 2023-08-10  5:02 UTC  (2+ messages)

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH] ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()
 2023-08-05 23:51 UTC 

[GIT PULL] SMB3 DFS Fix
 2023-08-05 20:45 UTC  (2+ messages)

[PATCH AUTOSEL 6.4 2/7] cifs: fix session state transition to avoid use-after-free issue
 2023-08-03 13:03 UTC 

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03  7:07 UTC  (5+ messages)
` [PATCH v6 2/7] fs: add infrastructure for "


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