linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-02 13:54:29 to 2022-03-18 14:19:35 UTC [more...]

[PATCH][SMB3] fix multiuser mount regression
 2022-03-18 14:19 UTC  (8+ messages)

Failure to access cifs mount of samba share after resume from sleep with 5.17-rc5
 2022-03-18 14:05 UTC  (19+ messages)

[PATCH v3 00/20] netfs: Prep for write helpers
 2022-03-18 13:56 UTC  (31+ messages)
` [PATCH v3 01/20] fscache: export fscache_end_operation()
` [PATCH v3 02/20] netfs: Generate enums from trace symbol mapping lists
` [PATCH v3 03/20] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH v3 04/20] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH v3 05/20] netfs: Split netfs_io_* object handling out
` [PATCH v3 06/20] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH v3 07/20] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH v3 08/20] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH v3 09/20] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v3 10/20] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v3 11/20] netfs: Change ->init_request() to return an error code
` [PATCH v3 12/20] ceph: Make ceph_init_request() check caps on readahead
` [PATCH v3 13/20] netfs: Add a netfs inode context
` [PATCH v3 14/20] netfs: Add a function to consolidate beginning a read
` [PATCH v3 15/20] netfs: Prepare to split read_helper.c
` [PATCH v3 16/20] netfs: Rename read_helper.c to io.c
` [PATCH v3 17/20] netfs: Split fs/netfs/read_helper.c
` [PATCH v3 18/20] netfs: Split some core bits out into their own file
` [PATCH v3 19/20] netfs: Keep track of the actual remote file size
` [PATCH v3 20/20] afs: Maintain netfs_i_context::remote_i_size
` [PATCH v4 13/20] netfs: Add a netfs inode context

cifs conversion to netfslib
 2022-03-18  2:52 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 97add482e9033a9386baa8824fbea34d0cbfe663
 2022-03-18  0:53 UTC 

multiuser mount option regression
 2022-03-17 15:43 UTC  (7+ messages)

[PATCH] cifs: fix KASAN warning in parse_server_interfaces() during mount
 2022-03-15  4:33 UTC  (2+ messages)

[PATCH 0/6] use kzalloc
 2022-03-15  4:15 UTC  (4+ messages)
` [PATCH 1/6] cifs: "

[PATCH] cifs: we do not need a spinlock around the tree access during umount
 2022-03-15  3:49 UTC  (2+ messages)

[PATCH] cachefiles: Fix volume coherency attribute
 2022-03-11 16:02 UTC 

[PATCH] cifs: add a break after finding a new iface
 2022-03-10 11:37 UTC 

Invalid wait context in umount
 2022-03-10 11:01 UTC 

[PATCH 0/9] Unify all programs into a single binary "ksmbdctl"
 2022-03-10  2:19 UTC  (13+ messages)
` [PATCH 1/9] ksmbd-tools: rename dirs to reflect new commands
` [PATCH 2/9] ksmbd-tools: move control functions to daemon
` [PATCH 3/9] ksmbd-tools: use quotes for local includes
` [PATCH 4/9] share: introduce share_cmd
` [PATCH 5/9] user: introduce user_cmd
` [PATCH 6/9] daemon: introduce daemon_cmd
` [PATCH 7/9] daemon/rpc_samr: drop unused function rpc_samr_remove_domain_entry()
` [PATCH 8/9] Unify all programs into a single binary "ksmbdctl"
` [PATCH 9/9] README: change to markdown, updates for ksmbdctl

[PATCH v2 00/19] netfs: Prep for write helpers
 2022-03-10  1:40 UTC  (40+ messages)
` [PATCH v2 01/19] fscache: export fscache_end_operation()
` [PATCH v2 02/19] netfs: Generate enums from trace symbol mapping lists
` [PATCH v2 03/19] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH v2 04/19] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH v2 05/19] netfs: Split netfs_io_* object handling out
` [PATCH v2 06/19] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH v2 07/19] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH v2 08/19] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH v2 09/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v2 10/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v2 11/19] netfs: Change ->init_request() to return an error code
` [PATCH v2 12/19] netfs: Add a netfs inode context
` [PATCH v2 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH v2 14/19] netfs: Prepare to split read_helper.c
` [PATCH v2 15/19] netfs: Rename read_helper.c to io.c
` [PATCH v2 16/19] netfs: Split fs/netfs/read_helper.c
` [PATCH v2 17/19] netfs: Split some core bits out into their own file
` [PATCH v2 18/19] netfs: Keep track of the actual remote file size
` [PATCH v2 19/19] afs: Maintain netfs_i_context::remote_i_size

[LSF/MM/BPF TOPIC] Netfs support library
 2022-03-09 21:25 UTC 

[PATCH] [CIFS]: Add clamp_length support
 2022-03-09 12:58 UTC  (9+ messages)

[PATCH] cachefiles: Fix volume coherency attribute
 2022-03-09  1:03 UTC  (2+ messages)

DFS tests failing in buildbot
 2022-03-08 15:26 UTC  (2+ messages)

[PATCH][SMB3]Adjust cifssb maximum read size
 2022-03-07 19:33 UTC  (4+ messages)

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-07 15:26 UTC  (5+ messages)
` [PATCH 6/6] treewide: remove check of list iterator against head "
  ` [Intel-gfx] "

[PATCH 1/4] ksmbd: remove internal.h include
 2022-03-06  1:10 UTC  (4+ messages)
` [PATCH v2 2/4] ksmbd: remove filename in ksmbd_file
` [PATCH v4 3/4] ksmbd: fix racy issue from using ->d_parent and ->d_name
` [PATCH v2 4/4] ksmbd: increment reference count of parent fp

[PATCH] cifs: fix handlecache and multiuser
 2022-03-04 17:11 UTC  (3+ messages)

[PATCH] cifs: do not skip link targets when an I/O fails
 2022-03-04 16:22 UTC 

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-04  6:59 UTC  (13+ messages)
          ` [Kgdb-bugreport] "

Possible regression: unable to mount CIFS 1.0 shares from older machines since 76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
 2022-03-04  6:43 UTC  (16+ messages)

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 10:56 UTC  (15+ messages)

[PATCH] ksmbd: use netif_is_bridge_port
 2022-03-03  0:12 UTC  (2+ messages)

[PATCH 1/4] ksmbd-tools: Fix function name typo
 2022-03-03  0:00 UTC  (2+ messages)

[PATCH 00/19] netfs: Prep for write helpers
 2022-03-02 14:09 UTC  (20+ messages)
` [PATCH 01/19] fscache: export fscache_end_operation()
` [PATCH 02/19] netfs: Generate enums from trace symbol mapping lists
` [PATCH 03/19] netfs: Add a netfs inode context
` [PATCH 04/19] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH 05/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH 06/19] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH 07/19] netfs: Split netfs_io_* object handling out
` [PATCH 08/19] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH 09/19] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH 10/19] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH 11/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH 12/19] netfs: Prepare to split read_helper.c
` [PATCH 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH 14/19] netfs: Split fs/netfs/read_helper.c
` [PATCH 15/19] netfs: Split some core bits out into their own file
` [PATCH 16/19] netfs: Rename rename read_helper.c to io.c
` [PATCH 17/19] netfs: Change ->init_rreq() to return an error code
` [PATCH 18/19] netfs: Keep track of the actual remote file size
` [PATCH 19/19] afs: Maintain netfs_i_context::remote_i_size

[RFC][RFC PATCH 0/7] cifs: In-progress conversion to use iov_iters and netfslib
 2022-03-02 13:51 UTC  (9+ messages)
` [RFC PATCH 7/7] cifs: Use netfslib to handle reads


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).