linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-25 07:06:40 to 2023-07-16 15:00:21 UTC [more...]

[GIT PULL] smb3 client fixes
 2023-07-16 14:59 UTC 

[PATCH] ksmbd: check if a mount point is crossed during path lookup
 2023-07-14 16:53 UTC  (7+ messages)

[PATCH 1/2] cifs: fix mid leak during reconnection after timeout threshold
 2023-07-14 16:30 UTC  (4+ messages)
` [PATCH 2/2] cifs: is_network_name_deleted should return a bool

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-13 23:00 UTC  (9+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

[PATCH 1/4] smb: client: fix parsing of source mount option
 2023-07-13 21:48 UTC  (11+ messages)
` [PATCH 2/4] smb: client: fix shared DFS root mounts with different prefixes
` [PATCH 3/4] smb: client: fix broken file attrs with nodfs mounts
` [PATCH 4/4] smb: client: improve DFS mount check

[PATCH] smb: client: Fix -Wstringop-overflow issues
 2023-07-13  0:01 UTC  (3+ messages)

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

[PATCH] smb: client: fix missed ses refcounting
 2023-07-12 16:00 UTC  (2+ messages)

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-07-12 15:31 UTC  (3+ messages)
  ` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

Prezentacja
 2023-07-10  8:10 UTC 

[PATCH] cifs: if deferred close is disabled then close files immediately
 2023-07-10  6:20 UTC  (2+ messages)

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

[PATCH v1] fs:smb:Fix unsigned expression compared with zero
 2023-07-09  0:40 UTC  (4+ messages)

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-07 19:23 UTC  (11+ messages)
` [PATCH v7 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
  ` [Linux-cachefs] "
    ` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0

[PATCH] cifs: Add a laundromat thread for cached directories
 2023-07-07 16:17 UTC  (7+ messages)

[PATCH v2 06/92] cifs: update the ctime on a partial page write
 2023-07-06 15:28 UTC  (6+ messages)
  ` [PATCH v2 74/92] smb: convert to ctime accessor functions

[PATCH v1] fs:smb:Fix unsigned expression compared with zero
 2023-07-06  3:24 UTC  (5+ messages)
  ` 回复: [PATCH] fs: smb: Fix unsigned expression compared with zero in ksmbd_vfs_stream_write()

[PATCH 0/9] fs: add some missing ctime updates
 2023-07-05 23:19 UTC  (7+ messages)
` [PATCH 7/9] gfs2: update ctime when quota is updated

[PATCH] smb: add missing create options for O_DIRECT and O_SYNC flags
 2023-07-05 13:28 UTC  (4+ messages)

W sprawie samochodu
 2023-07-05  7:50 UTC 

[PATCH 0/3] cifs: fix session state checks to avoid use-after-free issues
 2023-07-03  3:06 UTC  (25+ messages)
` [PATCH 1/3] cifs: fix session state transition to avoid use-after-free issue
` [PATCH 2/3] cifs: fix session state check in reconnect "
` [PATCH 3/3] cifs: fix session state check in smb2_find_smb_ses

[PATCH] smb: client: remove unused variable 'server'
 2023-07-02 23:36 UTC  (2+ messages)

[PATCH][next] smb: client: remove redundant pointer 'server'
 2023-07-01  5:23 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2023-07-01  5:04 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2023-07-01  5:04 UTC  (2+ messages)

[RFC PATCH 07/11] cifs: Drop the check using iov_iter_rw()
 2023-06-30 15:25 UTC 

[PATCH 1/6] cifs: fix status checks in cifs_tree_connect
 2023-06-29 15:35 UTC  (30+ messages)
` [PATCH 3/6] cifs: add a warning when the in-flight count goes negative
` [PATCH 4/6] cifs: display the endpoint IP details in DebugData
` [PATCH 5/6] cifs: fix max_credits implementation
` [PATCH 6/6] cifs: fix sockaddr comparison in iface_cmp

[PATCH 1/3] cifs: fix credit leaks in async callback
 2023-06-29  8:58 UTC  (3+ messages)
` [PATCH 2/3] cifs: stop waiting for credits if there are no more requests in flight
` [PATCH 3/3] cifs: add signal check in the loop in smb2_get_dfs_refer()

W sprawie samochodu
 2023-06-29  7:35 UTC 

[syzbot] linux-next build error (15)
 2023-06-29  6:23 UTC 

[PATCH 0/3] dedupe smb unicode files
 2023-06-28 17:31 UTC  (18+ messages)
` [PATCH 1/3] fs/smb: Remove unicode 'lower' tables
` [PATCH 2/3] fs/smb: Swing unicode common code from server->common
` [PATCH 3/3] fs/smb/client: Use common code in client
      ` [Jfs-discussion] [PATCH 0/3] dedupe smb unicode files

[PATCH] cifs: print client_guid in DebugData
 2023-06-27 22:55 UTC  (3+ messages)

Duplicate unicode tables in smb/cifs/jfs
 2023-06-27 10:42 UTC  (4+ messages)

[PATCH] fs: smb: server: Replace unneed variable ret with 0
 2023-06-26 12:49 UTC  (2+ messages)

W sprawie samochodu
 2023-06-26  8:00 UTC 

[PATCH 5.4 0/5] CIFS DFS fixes for 5.4
 2023-06-26  6:30 UTC  (8+ messages)
` [PATCH 5.4 2/5] cifs: Get rid of kstrdup_const()'d paths
` [PATCH 5.4 3/5] cifs: Introduce helpers for finding TCP connection

[cifs:for-next 13/14] fs/smb/client/cifs_debug.c:167:1: warning: label at end of compound statement is a C2x extension
 2023-06-26  5:33 UTC  (3+ messages)

generic/091
 2023-06-26  5:31 UTC 


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