linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 06:37:29 to 2021-06-07 15:46:24 UTC [more...]

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-07 15:46 UTC  (17+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[RFC PATCH] cifs: retry lookup and readdir when EAGAIN is returned
 2021-06-07 15:27 UTC  (4+ messages)

quic in-kernel implementation?
 2021-06-07 15:25 UTC 

[PATCH linux-next] cifs: fix type of chans_need_reconnect on 32bit
 2021-06-07  9:31 UTC 

[PATCH] [-next] cifsd: remove duplicated argument
 2021-06-07  5:43 UTC  (2+ messages)

[PATCH v4] cifs: decoding negTokenInit with generic ASN1 decoder
 2021-06-06  7:52 UTC  (3+ messages)

[PATCH v3] cifs: decoding negTokenInit with generic ASN1 decoder
 2021-06-06  1:12 UTC  (3+ messages)

[PATCH 0/7] dfs fixes
 2021-06-05 21:05 UTC  (10+ messages)
` [PATCH 1/7] cifs: do not send tree disconnect to ipc shares
` [PATCH 2/7] cifs: get rid of @noreq param in __dfs_cache_find()
` [PATCH 3/7] cifs: keep referral server sessions alive
` [PATCH 4/7] cifs: handle different charsets in dfs cache
` [PATCH 5/7] cifs: fix path comparison and hash calc
` [PATCH 6/7] cifs: set a minimum of 2 minutes for refreshing dfs cache
` [PATCH 7/7] cifs: do not share tcp servers with dfs mounts

[PATCH] cifs: improve fallocate emulation
 2021-06-05 20:59 UTC  (2+ messages)

[next] fs: cifsglob.h:955:20: error: passing argument 2 of 'test_bit' from incompatible pointer type
 2021-06-05 20:51 UTC  (2+ messages)

[cifs:for-next 9/9] fs/cifs/connect.c:254:14: warning: variable 'ses' is uninitialized when used here
 2021-06-05 20:52 UTC 

[PATCH] cifs: Constify static struct genl_ops
 2021-06-05 20:47 UTC  (2+ messages)

[PATCH -next] cifs: Remove unused inline function is_sysvol_or_netlogon()
 2021-06-05 20:44 UTC  (3+ messages)

[PATCH][CIFS] Remove duplicated prototype
 2021-06-05 20:35 UTC 

[cifs:for-next 7/9] fs/cifs/smb2transport.c:429:15: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long')
 2021-06-05 20:33 UTC 

Multichannel patches
 2021-06-05 17:57 UTC  (10+ messages)

[cifs:for-next 4/6] fs/cifs/smb2transport.c:429:15: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2021-06-05  0:29 UTC 

Kernel fails to access file on Fritzbox, but smbget works
 2021-06-04 20:29 UTC  (3+ messages)

[PATCH] cifs: Change cifs_ses.chans_need_reconnect and chan_index to "unsigned long"
 2021-06-04 12:10 UTC  (7+ messages)
` [EXTERNAL] "

[Bug 14713] SMBv3 negotiation fails with a Solaris server
 2021-06-04 10:17 UTC  (33+ messages)

[cifs:for-next 3/4] fs/cifs/sess.c:98:22: error: passing argument 2 of 'set_bit' from incompatible pointer type
 2021-06-03  6:50 UTC 

[PATCH cifs-utils] fix regression for kerberos mount after CVE fix
 2021-06-02 16:07 UTC 

[PATCH v4 00/10] cifsd: introduce new SMB3 kernel server
 2021-06-02  3:48 UTC  (8+ messages)
    ` [PATCH v4 01/10] cifsd: add document
    ` [PATCH v4 02/10] cifsd: add server handler
    ` [PATCH v4 04/10] cifsd: add authentication
    ` [PATCH v4 07/10] cifsd: add oplock/lease cache mechanism
    ` [PATCH v4 08/10] cifsd: add file operations
    ` [PATCH v4 09/10] cifsd: add Kconfig and Makefile
    ` [PATCH v4 10/10] MAINTAINERS: add cifsd kernel server

[PATCH -next v3] cifsd: check return value of ksmbd_vfs_getcasexattr() correctly
 2021-05-31  7:48 UTC  (2+ messages)

[PATCH -next v2] cifsd: check return value of ksmbd_vfs_getcasexattr() correctly
 2021-05-31  6:09 UTC  (3+ messages)

[PATCH] cifs: fix ipv6 formating in cifs_ses_add_channel
 2021-05-31  4:30 UTC  (3+ messages)

[PATCH -next 1/3] cifsd: fix memleak in ksmbd_vfs_stream_write()
 2021-05-31  1:09 UTC  (6+ messages)
  ` [PATCH -next 2/3] cifsd: fix memleak in ksmbd_vfs_stream_read()
  ` [PATCH -next 3/3] cifsd: check return value of ksmbd_vfs_getcasexattr() correctly

Current cifsd-for-next passed buildbot regression tests
 2021-05-28 13:19 UTC 

[PATCH v1 0/2] Change CIFS_FULL_KEY_DUMP ioctl to return variable size keys
 2021-05-28  8:37 UTC  (8+ messages)
` [PATCH v1 1/2] cifs: set server->cipher_type to AES-128-CCM for SMB3.0
` [PATCH v1 2/2] cifs: change format of CIFS_FULL_KEY_DUMP ioctl

[PATCH 0/13 v6] fs: Hole punch vs page cache filling races
 2021-05-27 12:01 UTC  (31+ messages)
` [PATCH 01/13] mm: Fix comments mentioning i_mutex
` [PATCH 02/13] documentation: Sync file_operations members with reality
` [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/13] ext2: Convert to using invalidate_lock
` [PATCH 07/13] xfs: Convert to use invalidate_lock
` [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 09/13] zonefs: Convert to using invalidate_lock
` [PATCH 10/13] f2fs: "
` [PATCH 11/13] fuse: "
` [PATCH 12/13] ceph: Fix race between hole punch and page fault
` [PATCH 13/13] cifs: "

[GIT PULL] netfs: Fixes
 2021-05-25 17:36 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 20/21] SMB3: incorrect file id in requests compounded with open
 2021-05-24 14:50 UTC 

[PATCH AUTOSEL 4.19 22/25] SMB3: incorrect file id in requests compounded with open
 2021-05-24 14:50 UTC 

[PATCH AUTOSEL 5.4 48/52] SMB3: incorrect file id in requests compounded with open
 2021-05-24 14:48 UTC 

[PATCH AUTOSEL 5.10 54/62] SMB3: incorrect file id in requests compounded with open
 2021-05-24 14:47 UTC 

[PATCH AUTOSEL 5.12 55/63] SMB3: incorrect file id in requests compounded with open
 2021-05-24 14:46 UTC 

[PATCH v2] cifs: decoding negTokenInit with generic ASN1 decoder
 2021-05-23  2:36 UTC  (6+ messages)

[PATCH v3 00/10] cifsd: introduce new SMB3 kernel server
 2021-05-22  1:55 UTC  (11+ messages)
    ` [PATCH v3 01/10] cifsd: add document
    ` [PATCH v3 02/10] cifsd: add server handler
    ` [PATCH v3 04/10] cifsd: add authentication
        ` [Linux-cifsd-devel] "
    ` [PATCH v3 07/10] cifsd: add oplock/lease cache mechanism
    ` [PATCH v3 08/10] cifsd: add file operations
    ` [PATCH v3 09/10] cifsd: add Kconfig and Makefile
    ` [PATCH v3 10/10] MAINTAINERS: add cifsd kernel server

bug in dumping server name in tracepoints
 2021-05-21 23:44 UTC  (4+ messages)

[GIT PULL] SMB3 Fixes
 2021-05-21 23:31 UTC  (2+ messages)

[PATCH cifs-utils] smbinfo: add support for new key dump ioctl
 2021-05-21 15:29 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).