linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-14 05:30:03 to 2021-08-12 04:05:40 UTC [more...]

[PATCH] cifs: fix signed integer overflow when fl_end is OFFSET_MAX
 2021-08-12  4:05 UTC  (2+ messages)

Cifs erros in kern.log (CIFS VFS: No task to wake, unknown frame received! )
 2021-08-11 14:30 UTC  (2+ messages)

rsync copy operation fails on a CIFS mount
 2021-08-11 13:13 UTC  (3+ messages)

[PATCH][CIFS]Call close synchronously during unlink/rename/lease break
 2021-08-11  5:35 UTC  (8+ messages)

Kernel lockup upon dfs_cache_update
 2021-08-10 15:02 UTC  (2+ messages)

[PATCH] cifs: use the correct max-length for dentry_path_raw()
 2021-08-10 14:44 UTC  (2+ messages)

Fwd: [PATCH][CIFS] Handle race conditions during rename
 2021-08-10 11:46 UTC  (3+ messages)
`  "

[PATCH] cifs: enable fscache usage even for files opened as rw
 2021-08-10 10:43 UTC 

[PATCH] cifs: use the correct max-length for dentry_path_raw()
 2021-08-10  4:21 UTC  (2+ messages)

[RFC PATCH 00/20] fs: Remove usage of broken nls_utf8 and drop it
 2021-08-09 21:25 UTC  (32+ messages)
` [RFC PATCH 01/20] fat: Fix iocharset=utf8 mount option
` [RFC PATCH 02/20] hfsplus: Add iocharset= mount option as alias for nls=
` [RFC PATCH 03/20] udf: Fix iocharset=utf8 mount option
` [RFC PATCH 04/20] isofs: joliet: "
` [RFC PATCH 05/20] ntfs: Undeprecate iocharset= "
` [RFC PATCH 06/20] ntfs: Fix error processing when load_nls() fails
` [RFC PATCH 07/20] befs: Fix printing iocharset= mount option
` [RFC PATCH 08/20] befs: Rename enum value Opt_charset to Opt_iocharset to match "
` [RFC PATCH 09/20] befs: Fix error processing when load_nls() fails
` [RFC PATCH 10/20] befs: Allow to use native UTF-8 mode
` [RFC PATCH 11/20] hfs: Explicitly set hsb->nls_disk when hsb->nls_io is set
` [RFC PATCH 12/20] hfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH 13/20] hfsplus: "
` [RFC PATCH 14/20] jfs: Remove custom iso8859-1 implementation
` [RFC PATCH 15/20] jfs: Fix buffer overflow in jfs_strfromUCS_le() function
` [RFC PATCH 16/20] jfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH 17/20] ntfs: "
` [RFC PATCH 18/20] cifs: "
` [RFC PATCH 19/20] cifs: Remove usage of load_nls_default() calls
` [RFC PATCH 20/20] nls: Drop broken nls_utf8 module

CIFS share becomes inaccessible but can be reached by smbclient
 2021-08-08  6:13 UTC 

Canvassing for network filesystem write size vs page size
 2021-08-06 15:04 UTC  (11+ messages)

cifs.upcall broken with cifs-utils 6.13
 2021-08-06  9:02 UTC  (5+ messages)

[PATCH v7 00/13] ksmbd: introduce new SMB3 kernel server
 2021-08-05 21:59 UTC  (15+ messages)
    ` [PATCH v7 01/13] ksmbd: add document
    ` [PATCH v7 02/13] ksmbd: add server handler
    ` [PATCH v7 03/13] ksmbd: add tcp transport layer
    ` [PATCH v7 04/13] ksmbd: add ipc "
    ` [PATCH v7 05/13] ksmbd: add rdma "
    ` [PATCH v7 06/13] ksmbd: add a utility code that tracks (and caches) sessions data
    ` [PATCH v7 07/13] ksmbd: add authentication
    ` [PATCH v7 10/13] ksmbd: add oplock/lease cache mechanism
    ` [PATCH v7 11/13] ksmbd: add file operations
    ` [PATCH v7 12/13] ksmbd: add Kconfig and Makefile
    ` [PATCH v7 13/13] MAINTAINERS: add ksmbd kernel server
      ` [PATCH v7 08/13] ksmbd: add smb3 engine part 1
        ` [Linux-cifsd-devel] "

[PATCH] cifs: create sd context must be a multiple of 8
 2021-08-05  5:56 UTC  (2+ messages)

[PATCH] cifs: use both modefromsid and idsfromsid when either one is specified
 2021-08-05  4:52 UTC 

[PATCH AUTOSEL 5.10 8/9] smb3: rc uninitialized in one fallocate path
 2021-08-03 11:44 UTC 

[PATCH AUTOSEL 5.13 08/11] smb3: rc uninitialized in one fallocate path
 2021-08-03 11:43 UTC 

Question about parsing acl to get linux attributes
 2021-08-01  6:02 UTC  (4+ messages)

[GIT PULL] CIFS/SMB3 fixes
 2021-07-31 16:32 UTC  (2+ messages)

[PATCH] ksmbd: fix an oops in error handling in smb2_open()
 2021-07-29 22:34 UTC  (2+ messages)

[PATCH] cifs: add missing parsing of backupuid
 2021-07-28 20:59 UTC 

[PATCH] cifs: add missing parsing of backupuid
 2021-07-28 15:28 UTC  (2+ messages)

[bug report] ksmbd: fix unused err value in smb2_lock
 2021-07-26 23:05 UTC  (2+ messages)

[PATCH][SMB3] fix static analysis warning in smb3_simple_fallocate_write_range
 2021-07-26 22:09 UTC  (2+ messages)

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-07-26  9:58 UTC 

(no subject)
 2021-07-26  9:44 UTC  (22+ messages)
` [RFC PATCH 01/12] afs: Sort out symlink reading
` [RFC PATCH 02/12] netfs: Add an iov_iter to the read subreq for the network fs/cache to use
` [RFC PATCH 03/12] netfs: Remove netfs_read_subrequest::transferred
` [RFC PATCH 04/12] netfs: Use a buffer in netfs_read_request and add pages to it
` [RFC PATCH 05/12] netfs: Add a netfs inode context
` [RFC PATCH 06/12] netfs: Keep lists of pending, active, dirty and flushed regions
` [RFC PATCH 07/12] netfs: Initiate write request from a dirty region
` [RFC PATCH 08/12] netfs: Keep dirty mark for pages with more than one "
` [RFC PATCH 09/12] netfs: Send write request to multiple destinations
` [RFC PATCH 10/12] netfs: Do encryption in write preparatory phase
` [RFC PATCH 11/12] netfs: Put a list of regions in /proc/fs/netfs/regions
` [RFC PATCH 12/12] netfs: Export some read-request ref functions
` [RFC PATCH 00/12] netfs: Experimental write helpers, fscrypt and compression
` [RFC PATCH 13/12] netfs: Do copy-to-cache-on-read through VM writeback

[GIT PULL] CIFS/SMB3 Fixes
 2021-07-25  0:34 UTC  (2+ messages)

Classification of reads within a filesystem
 2021-07-23 10:37 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 10/11] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
 2021-07-23  3:58 UTC 

[PATCH AUTOSEL 5.4 11/14] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
 2021-07-23  3:58 UTC 

[PATCH AUTOSEL 5.10 14/17] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
 2021-07-23  3:57 UTC 

[PATCH AUTOSEL 5.13 16/19] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
 2021-07-23  3:57 UTC 

[PATCH] cifs: fix fallocate when trying to allocate a hole
 2021-07-23  2:25 UTC  (2+ messages)

[PATCH[[CIFS] Clarify SMB1 code for POSIX delete file
 2021-07-22 19:41 UTC 

[PATCH][CIFS] Clarify SMB1 code for POSIX Create
 2021-07-22 18:58 UTC 

[PATCH] cifs: only write 64kb at a time when fallocating a small region of a file
 2021-07-22 16:44 UTC  (5+ messages)

[PATCH] cifs: only write 64kb at a time when fallocating a small region of a file
 2021-07-22  4:53 UTC 

[PATCH] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
 2021-07-21 21:01 UTC 

[PATCH] cifs: only write 64kb at a time when fallocating a small region of a file
 2021-07-21  0:50 UTC 

[PATCH] cifs: only write 64kb at a time when fallocating a small region of a file
 2021-07-21  0:49 UTC 

[GIT PULL] CIFS/SMB3 Fixes
 2021-07-17 20:13 UTC  (2+ messages)

[PATCH 0/14 v10] fs: Hole punch vs page cache filling races
 2021-07-16 16:57 UTC  (18+ 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: "

[PATCH v6 00/13] ksmbd: introduce new SMB3 kernel server
 2021-07-16 12:34 UTC  (14+ messages)
    ` [PATCH v6 01/13] ksmbd: add document
    ` [PATCH v6 02/13] ksmbd: add server handler
    ` [PATCH v6 03/13] ksmbd: add tcp transport layer
    ` [PATCH v6 04/13] ksmbd: add ipc "
    ` [PATCH v6 05/13] ksmbd: add rdma "
    ` [PATCH v6 06/13] ksmbd: add a utility code that tracks (and caches) sessions data
    ` [PATCH v6 07/13] ksmbd: add authentication
    ` [PATCH v6 10/13] ksmbd: add oplock/lease cache mechanism
    ` [PATCH v6 11/13] ksmbd: add file operations
    ` [PATCH v6 12/13] ksmbd: add Kconfig and Makefile
    ` [PATCH v6 13/13] MAINTAINERS: add ksmbd kernel server
    ` [Linux-cifsd-devel] [PATCH v6 00/13] ksmbd: introduce new SMB3 "

[Linux-cifsd-devel] [PATCH] ksmbd-tools: add support for SMB3 multichannel
 2021-07-16  7:56 UTC  (2+ messages)

[PATCH] cifs: support share failover when remounting
 2021-07-16  6:26 UTC 

Locking issue between NFSv4 and SMB client
 2021-07-15 23:47 UTC  (2+ messages)

[cifs:for-next 8/9] fs/cifs/smb2transport.c:419:15: warning: variable 'chan_index' is uninitialized when used here
 2021-07-15 15:17 UTC 

[PATCH AUTOSEL 5.4 51/51] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:45 UTC 

[PATCH AUTOSEL 5.10 88/88] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:43 UTC 

[PATCH AUTOSEL 5.12 102/102] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:40 UTC 

[PATCH AUTOSEL 5.13 108/108] cifs: prevent NULL deref in cifs_compose_mount_options()
 2021-07-14 19:38 UTC 

cifs.ko page management during reads
 2021-07-14 16:34 UTC  (5+ messages)

[PATCH] cifs: fix missing null session check in mount
 2021-07-14  6:37 UTC  (5+ messages)


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