linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-20 16:16:06 to 2019-12-30 05:29:20 UTC [more...]

[PATCH 0/2] fs/cifs: use true,false for bool variable
 2019-12-30  5:29 UTC  (4+ messages)
` [PATCH 1/2] fs/cifs/smb2ops.c: "
` [PATCH 2/2] fs/cifs/cifssmb.c: "

[GIT PULL] SMB3 Fixes
 2019-12-29 19:35 UTC  (2+ messages)

getdents64 lost direntries with SMB/NFS and buffer size < unknown threshold
 2019-12-26  3:56 UTC  (6+ messages)
` [musl] "

[PATCH 0/3] use compounding to speed up readdir()
 2019-12-23 23:48 UTC  (5+ messages)
` [PATCH 1/3] cifs: prepare SMB2_query_directory to be used with compounding
` [PATCH 2/3] cifs: create a helper function to parse the query-directory response buffer
` [PATCH 3/3] cifs: use compounding for open and first query-dir for readdir()

[PATCH] smbinfo: remove invalid arguments to ioctl method
 2019-12-23 20:41 UTC  (2+ messages)

How to use SMB Direct
 2019-12-20 13:25 UTC  (14+ messages)
            ` [Linux-cifsd-devel] "

[PATCH] cifs: Adjust indentation in smb2_open_file
 2019-12-20  1:42 UTC  (2+ messages)

[PATCH] Add support for setting owner info, dos attributes, and create time
 2019-12-19 16:52 UTC 

[PATCH] cifs: Optimize readdir on reparse points
 2019-12-19 13:56 UTC 

[PATCH 2/2] smbinfo: rewrite in python
 2019-12-17 22:36 UTC  (3+ messages)

cifs-utils release 6.10 ready for download
 2019-12-17 18:02 UTC 

cifs multiuser mode and per session treatment
 2019-12-17 10:07 UTC  (3+ messages)

[GIT PULL] 3 small SMB3 fixes
 2019-12-14 22:05 UTC  (2+ messages)

[PATCH] smb2quota.py: Userspace helper to display quota information for the Linux SMB client file system (CIFS)
 2019-12-13  0:59 UTC  (8+ messages)

[PATCH] smb2-quota: Simplify code logic for quota entries
 2019-12-13  0:29 UTC  (2+ messages)

[PATCH] Add program name to error output instead of static mount.cifs
 2019-12-13  0:29 UTC  (2+ messages)

[PATCH] Add support for smb3 alias/fstype in mount.cifs.c
 2019-12-13  0:25 UTC  (2+ messages)

[PATCH 1/2] smbinfo.rst: document new `keys` command
 2019-12-13  0:25 UTC  (2+ messages)

[PATCH v3] mount.cifs.rst: remove prefixpath mount option
 2019-12-13  0:24 UTC  (3+ messages)

[PATCH] smb3: fix refcount underflow warning on unmount when no directory leases
 2019-12-12 23:08 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 113/134] cifs: Fix use-after-free bug in cifs_reconnect()
 2019-12-11 15:11 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 118/134] cifs: move cifsFileInfo_put logic into a work-queue

build_path_from_dentry_optional_prefix() may schedule from invalid context
 2019-12-10 19:14 UTC  (6+ messages)

SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path
 2019-12-10  4:47 UTC 

refcount_t: underflow; use-after-free with CIFS umount after scsi-misc commit ef2cc88e2a205b8a11a19e78db63a70d3728cdf5
 2019-12-09 14:45 UTC  (8+ messages)

[PATCH v2 0/6] Delete timespec64_trunc()
 2019-12-09  0:48 UTC  (7+ messages)
` [PATCH v2 2/6] fs: cifs: Delete usage of timespec64_trunc

[GIT PULL] SMB3 Fixes
 2019-12-08 21:40 UTC  (2+ messages)

[PATCH][SMB3] Improve check for when we send security descriptor context on open
 2019-12-07 23:46 UTC 

[PATCH] cifs: Don't use iov_iter::type directly
 2019-12-06  8:35 UTC  (6+ messages)

[PATCH] SMB3 pass in mode bits in sd context on SMB3 create when "modefromsid" mounts
 2019-12-06  8:10 UTC 

[PATCH][WIP] Add O_TMPFILE support for SMB3
 2019-12-05  4:21 UTC 

[PATCH v4 0/6] DFS fixes
 2019-12-04 20:38 UTC  (7+ messages)
` [PATCH v4 1/6] cifs: Clean up DFS referral cache
` [PATCH v4 2/6] cifs: Get rid of kstrdup_const()'d paths
` [PATCH v4 3/6] cifs: Introduce helpers for finding TCP connection
` [PATCH v4 4/6] cifs: Merge is_path_valid() into get_normalized_path()
` [PATCH v4 5/6] cifs: Fix potential deadlock when updating vol in cifs_reconnect()
` [PATCH v4 6/6] cifs: Avoid doing network I/O while holding cache lock

[PATCH] cifs: Fix lookup of SMB connections on multichannel
 2019-12-04 17:55 UTC  (2+ messages)

[PATCH] cifs: fix possible uninitialized access and race on iface_list
 2019-12-04 17:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH][SMB3] Query timestamps on file close
 2019-12-03 22:16 UTC  (6+ messages)

Permission denied mounting a DFS share with multiuser options
 2019-12-03 22:16 UTC  (2+ messages)

FileIndex in FSCC FileIdFullDirectoryInformation
 2019-12-03  3:07 UTC 

[PATCH] cifs: remove redundant assignment to pointer pneg_ctxt
 2019-12-02 22:57 UTC  (2+ messages)

[PATCH] CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
 2019-12-02 12:25 UTC  (3+ messages)

[PATCH 0/3] WIP start using compounding for readdir()
 2019-12-02  7:29 UTC  (4+ messages)
` [PATCH 1/3] cifs: prepare SMB2_query_directory to be used with compounding
` [PATCH 2/3] cifs: create a helper function to parse the query-directory response buffer
` [PATCH 3/3] cifs: use compounding for open and first query-dir for readdir()

[PATCH 0/7] Delete timespec64_trunc()
 2019-12-01 18:23 UTC  (6+ messages)
` [PATCH 2/7] fs: cifs: Fix atime update check vs mtime
` [PATCH 3/7] fs: cifs: Delete usage of timespec64_trunc

[GIT PULL] CIFS/SMB3 Fixes
 2019-11-30 21:20 UTC  (4+ messages)

[PATCH] CIFS: fix a white space issue in cifs_get_inode_info()
 2019-11-27 17:35 UTC  (2+ messages)

[PATCH v3 00/11] DFS fixes
 2019-11-27 13:33 UTC  (19+ messages)
` [PATCH v3 01/11] cifs: Fix use-after-free bug in cifs_reconnect()
` [PATCH v3 02/11] cifs: Fix lookup of root ses in DFS referral cache
` [PATCH v3 03/11] cifs: Fix potential softlockups while refreshing DFS cache
` [PATCH v3 04/11] cifs: Clean up DFS referral cache
` [PATCH v3 05/11] cifs: Get rid of kstrdup_const()'d paths
` [PATCH v3 06/11] cifs: Introduce helpers for finding TCP connection
` [PATCH v3 07/11] cifs: Merge is_path_valid() into get_normalized_path()
` [PATCH v3 08/11] cifs: Fix potential deadlock when updating vol in cifs_reconnect()
` [PATCH v3 09/11] cifs: Avoid doing network I/O while holding cache lock
` [PATCH v3 10/11] cifs: Fix retrieval of DFS referrals in cifs_mount()
` [PATCH v3 11/11] cifs: Always update signing key of first channel

[PATCH v4 0/6] add multichannel support
 2019-11-26 18:38 UTC  (6+ messages)
` [PATCH v4 1/6] cifs: sort interface list by speed
    ` [EXTERNAL] "

[PATCH v2 0/7] DFS fixes
 2019-11-25 21:18 UTC  (10+ messages)
` [PATCH v2 1/7] cifs: Fix use-after-free bug in cifs_reconnect()
` [PATCH v2 2/7] cifs: Fix lookup of root ses in DFS referral cache
` [PATCH v2 3/7] cifs: Fix potential softlockups while refreshing DFS cache
` [PATCH v2 4/7] cifs: Clean up DFS referral cache
` [PATCH v2 5/7] cifs: Fix potential deadlock when updating vol in cifs_reconnect()
` [PATCH v2 6/7] cifs: Fix retrieval of DFS referrals in cifs_mount()
` [PATCH v2 7/7] cifs: Always update signing key of first channel

[PATCH 0/7] DFS fixes
 2019-11-25 19:53 UTC  (19+ messages)
` [PATCH 1/7] cifs: Fix use-after-free bug in cifs_reconnect()
` [PATCH 2/7] cifs: Fix lookup of root ses in DFS referral cache
` [PATCH 3/7] cifs: Fix potential softlockups while refreshing DFS cache
` [PATCH 4/7] cifs: Clean up DFS referral cache
` [PATCH 5/7] cifs: Fix potential deadlock when updating vol in cifs_reconnect()
` [PATCH 6/7] cifs: Fix retrieval of DFS referrals in cifs_mount()
` [PATCH 7/7] cifs: Always update signing key of first channel

[PATCH 1/2] cifs: dump channel info in DebugData
 2019-11-25 12:16 UTC  (5+ messages)
` [PATCH 2/2] cifs: try harder to open new channels
  ` [PATCH v2] cifs: dump channel info in DebugData

[cifs:for-next 34/34] fs/cifs/cifs_debug.c:401:43: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}'
 2019-11-23  4:02 UTC  (2+ messages)

[cifs:for-next 33/35] fs//cifs/cifs_debug.c:403:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t'
 2019-11-22 18:46 UTC 

[cifs:for-next 33/35] fs/cifs/cifs_debug.c:402:44: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned int}'
 2019-11-22 10:09 UTC 

[PATCH][SMB3] move num_waiters and in_send counters from CONFIG_CIFS_STAT2 to default
 2019-11-21 23:29 UTC 

[PATCH 1/3] CIFS: Close open handle after interrupted close
 2019-11-21 22:00 UTC  (5+ messages)
` [PATCH 2/3] CIFS: Fix NULL pointer dereference in mid callback
` [PATCH 3/3] CIFS: Do not miss cancelled OPEN responses

A process killed while opening a file can result in leaked open handle on the server
 2019-11-21 19:41 UTC  (8+ messages)

[PATCH 0/1] cifs: fix race between compound_send_recv() and the
 2019-11-21 19:34 UTC  (6+ messages)
` [PATCH] cifs: fix race between compound_send_recv() and the demultiplex thread


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