Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2022-04-01 15:54:34 to 2022-04-26 19:03:11 UTC [more...]

[PATCH AUTOSEL 5.10 6/9] cifs: destage any unwritten data to the server before calling copychunk_write
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.15 05/15] ksmbd: increment reference count of parent fp
 2022-04-26 19:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 06/15] ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
` [PATCH AUTOSEL 5.15 10/15] cifs: destage any unwritten data to the server before calling copychunk_write

[PATCH AUTOSEL 5.17 10/22] ksmbd: increment reference count of parent fp
 2022-04-26 19:01 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 11/22] ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
` [PATCH AUTOSEL 5.17 16/22] cifs: destage any unwritten data to the server before calling copychunk_write

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-04-26 15:58 UTC  (21+ messages)
` [PATCH RFC 1/5] net: Add distinct sk_psock field
` [PATCH RFC 2/5] tls: build proto after context has been initialized
` [PATCH RFC 3/5] net/tls: Add an AF_TLSH address family
` [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)
` [PATCH RFC 5/5] net/tls: Add observability for AF_TLSH sockets

[PATCH 5.17 070/146] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-26  8:21 UTC 

[PATCH 5.15 061/124] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-26  8:21 UTC 

[PATCH 5.10 40/86] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-26  8:21 UTC 

[PATCH 5.4 28/62] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-26  8:21 UTC 

[PATCH 4.19 22/53] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-26  8:21 UTC 

[PATCH 4.14 17/43] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-26  8:20 UTC 

[PATCH 4.9 12/24] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-26  8:21 UTC 

[PATCH 00/14] cifs: Iterators, netfslib and folios
 2022-04-25 12:30 UTC  (20+ messages)
` [PATCH 01/14] cifs: Add some helper functions
` [PATCH 02/14] cifs: Add a function to read into an iter from a socket
` [PATCH 03/14] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
` [PATCH 04/14] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH 05/14] cifs: Remove unused code
` [PATCH 06/14] cifs: Use netfslib to handle reads
` [PATCH 07/14] cifs: Share server EOF pos with netfslib
` [PATCH 08/14] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH 09/14] cifs: Put credits into cifs_io_subrequest, not on the stack
` [PATCH 10/14] cifs: Hold the open file on netfs_io_request, not netfs_io_subrequest
` [PATCH 11/14] cifs: Clamp length according to credits and rsize
` [PATCH 12/14] cifs: Expose netfs subrequest debug ID and index in read tracepoints
` [PATCH 13/14] cifs: Split the smb3_add_credits tracepoint
` [PATCH 14/14] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache

[PATCH v3 1/4] ksmbd: smbd: change prototypes of RDMA read/write related functions
 2022-04-25  6:27 UTC  (8+ messages)
` [PATCH v3 2/4] ksmbd: smbd: introduce read/write credits for RDMA read/write
` [PATCH v3 3/4] ksmbd: smbd: simplify tracking pending packets
` [PATCH v3 4/4] ksmbd: smbd: handle multiple Buffer descriptors

[PATCH] cifs: flush all dirty pages to server before read/write
 2022-04-24  9:54 UTC  (2+ messages)

cifsFileInfo leak when doing cifs_atomic_open on a symlink file
 2022-04-24  9:53 UTC 

[GIT PULL] ksmbd server fixes
 2022-04-24  0:32 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2022-04-22 20:46 UTC  (2+ messages)

[Bug 15051] New: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op
 2022-04-22 15:05 UTC 

[PATCH] cifs: destage any unwritten data to the server before calling copychunk_write
 2022-04-21  3:57 UTC  (2+ messages)

[PATCH 1/2] cifs: fix NULL ptr dereference in refresh_mounts()
 2022-04-21  3:56 UTC  (6+ messages)
` [PATCH 2/2] cifs: use correct lock type in cifs_reconnect()

[PATCH RFC 00/15] Prototype implementation of RPC-with-TLS
 2022-04-20  0:34 UTC  (27+ messages)
` [PATCH RFC 01/15] SUNRPC: Replace dprintk() call site in xs_data_ready
` [PATCH RFC 02/15] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH RFC 03/15] SUNRPC: Capture cmsg metadata on client-side receive
` [PATCH RFC 04/15] SUNRPC: Fail faster on bad verifier
` [PATCH RFC 05/15] SUNRPC: Widen rpc_task::tk_flags
` [PATCH RFC 06/15] SUNRPC: Add RPC client support for the RPC_AUTH_TLS authentication flavor
` [PATCH RFC 07/15] SUNRPC: Refactor rpc_call_null_helper()
` [PATCH RFC 08/15] SUNRPC: Add RPC_TASK_CORK flag
` [PATCH RFC 09/15] SUNRPC: Add a cl_xprtsec_policy field
` [PATCH RFC 10/15] SUNRPC: Expose TLS policy via the rpc_create() API
` [PATCH RFC 11/15] SUNRPC: Add infrastructure for async RPC_AUTH_TLS probe
` [PATCH RFC 12/15] SUNRPC: Add FSM machinery to handle RPC_AUTH_TLS on reconnect
` [PATCH RFC 13/15] NFS: Replace fs_context-related dprintk() call sites with tracepoints
` [PATCH RFC 14/15] NFS: Have struct nfs_client carry a TLS policy field
` [PATCH RFC 15/15] NFS: Add an "xprtsec=" NFS mount option

[PATCH AUTOSEL 5.4 06/14] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-19 18:14 UTC 

[PATCH AUTOSEL 4.19 06/12] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-19 18:15 UTC 

[PATCH AUTOSEL 4.14 5/9] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-19 18:15 UTC 

[PATCH AUTOSEL 4.9 5/7] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-19 18:16 UTC 

[PATCH AUTOSEL 5.10 07/18] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-19 18:13 UTC 

[PATCH AUTOSEL 5.15 09/27] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-19 18:12 UTC 

[PATCH AUTOSEL 5.17 13/34] cifs: Check the IOCB_DIRECT flag, not O_DIRECT
 2022-04-19 18:10 UTC 

[PATCH] cifs: Use kzalloc instead of kmalloc/memset
 2022-04-18 10:26 UTC 

buildbot tests pass to current ksmbd
 2022-04-15 13:39 UTC 

[GIT PULL] smb3 client fixes
 2022-04-14 23:25 UTC  (2+ messages)

Failure to access cifs mount of samba share after resume from sleep with 5.17-rc5
 2022-04-14 16:07 UTC  (15+ messages)

Message Received by ShowMyWeather.com
 2022-04-14 14:05 UTC 

[PATCH] cifs: verify that tcon is valid before dereference in cifs_kill_sb
 2022-04-14 13:41 UTC  (3+ messages)

Problem on mounting Windows share on CentOs7
 2022-04-14  7:32 UTC 

[PATCH v2] ksmbd: remove filename in ksmbd_file
 2022-04-14  5:40 UTC  (2+ messages)

[PATCH RESEND] ksmbd: remove filename in ksmbd_file
 2022-04-14  0:29 UTC  (3+ messages)

[PATCH RESEND] ksmbd: increment reference count of parent fp
 2022-04-13 23:31 UTC  (2+ messages)

[PATCH] ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
 2022-04-13 14:31 UTC  (5+ messages)

[PATCH v2] cifs: potential buffer overflow in handling symlinks
 2022-04-13 11:42 UTC 

[Bug 15025] New: CVE-2022-27239: Buffer overflow in mount.cifs options parser
 2022-04-13  9:01 UTC  (2+ messages)
` [Bug 15025] "

[PATCH v2] ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
 2022-04-12 23:32 UTC 

LOAN FUNDING
 2022-04-12 17:41 UTC 

[PATCH] cifs: potential buffer overflow in handling symlinks
 2022-04-12  4:38 UTC 

[PATCH v2] cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
 2022-04-08 22:13 UTC  (3+ messages)

[PATCH v2] RDMA: Split kernel-only global device caps from uverbs device caps
 2022-04-08 16:45 UTC  (11+ messages)

[PATCH v2] fs: remove unnecessary conditional
 2022-04-08 13:58 UTC  (2+ messages)

Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32)
 2022-04-08 10:08 UTC 

[Samba] samba-ad linux clients random access denied to network share
 2022-04-08  9:09 UTC  (2+ messages)

[GIT PULL] cifs client fixes
 2022-04-08  5:38 UTC  (2+ messages)

cross mount reflink and xfstest generic/373
 2022-04-08  2:01 UTC  (3+ messages)

[PATCH AUTOSEL 5.17 21/31] smb3: cleanup and clarify status of tree connections
 2022-04-07  1:10 UTC 

[PATCH v2] ksmbd: smbd: handle multiple Buffer Decriptors
 2022-04-07  0:48 UTC  (3+ messages)

[PATCH] RDMA: Split kernel-only global device caps from uvers device caps
 2022-04-06 17:30 UTC  (5+ messages)

[PATCH] cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
 2022-04-05 15:54 UTC  (4+ messages)

[PATCH] mount.cifs.rst: add FIPS information
 2022-04-04 16:23 UTC  (7+ messages)

[PATCH] ksmbd: smbd: handle multiple Buffer Decriptors
 2022-04-04  3:22 UTC  (2+ messages)

[PATCH] fscache: Expose fscache_end_operation() helper
 2022-04-02  9:32 UTC 

[PATCH 1/2] cifs: prevent bad output lengths in smb2_ioctl_query_info()
 2022-04-02  9:20 UTC  (2+ messages)

[PATCH 1/2] cifs: replace unnecessary use of list iterator variable with head
 2022-04-01 22:57 UTC  (3+ messages)

[GIT PULL] ksmbd server fixes
 2022-04-01 21:45 UTC  (3+ messages)

[GIT PULL] cifs/smb3 fixes
 2022-04-01 21:45 UTC  (2+ messages)

[PATCH 1/2] cifs: fix potential race with cifsd thread
 2022-04-01 16:51 UTC  (9+ messages)
` [PATCH 2/2] cifs: force new session setup and tcon for dfs
  ` [PATCH v2] "

[PATCH] cifs: disable dns caching in kernel keyring
 2022-04-01 15:51 UTC 


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