linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 15:18:18 to 2020-10-16 16:05:02 UTC [more...]

[PATCH v3 00/18] Allow readpage to return a locked page
 2020-10-16 16:04 UTC  (2+ messages)
` [PATCH v3 08/18] cifs: Tell the VFS that readpage was synchronous

[PATCH][SMB3.1.1] Add defines for new signing context
 2020-10-16 14:27 UTC  (8+ messages)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-16  6:35 UTC  (28+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 03/16] 9p: Tell the VFS that readpage was synchronous
` [PATCH v2 04/16] afs: "
` [PATCH v2 05/16] ceph: "
` [PATCH v2 06/16] cifs: "
` [PATCH v2 07/16] cramfs: "
` [PATCH v2 08/16] ecryptfs: "
` [PATCH v2 09/16] fuse: "
` [PATCH v2 10/16] hostfs: "
` [PATCH v2 11/16] jffs2: "
` [PATCH v2 12/16] ubifs: "
` [PATCH v2 13/16] udf: "
` [PATCH v2 14/16] vboxsf: "
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate into its one caller
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH] cifs: Return the error from crypt_message when enc/dec key not found
 2020-10-16  5:14 UTC  (5+ messages)

Add support for GCM256 encryption
 2020-10-16  4:45 UTC  (5+ messages)

[PATCH][SMB3] Handle STATUS_IO_TIMEOUT gracefully
 2020-10-15 18:21 UTC  (6+ messages)

[PATCH] Resolve data corruption of TCP server info fields
 2020-10-15 16:09 UTC  (6+ messages)

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 20:52 UTC  (90+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

Disinfectant
 2020-10-13  8:11 UTC 

[PATCH] cifs: Fix incomplete memory allocation on setxattr path
 2020-10-12  9:22 UTC  (2+ messages)

[PATCH] cifs: fix memory corruption setting EAs on 32 bit systems
 2020-10-11  7:45 UTC  (2+ messages)

[PATCH] cifs: handle -EINTR in cifs_setattr
 2020-10-09  5:43 UTC  (2+ messages)

[PATCH] cifs: handle -EINTR in cifs_setattr
 2020-10-08 23:31 UTC  (7+ messages)

[PATCH 3/3] cifs: cache the directory content for shroot
 2020-10-07 12:21 UTC  (2+ messages)

[Bug 14521] New: CIFS mount shows only "vers=default" instead of specific SMB version
 2020-10-06  9:01 UTC  (2+ messages)
` [Bug 14521] "

ENOTSUPP to userspace
 2020-10-06  5:53 UTC  (2+ messages)

[PATCH] cifs: handle -EINTR in cifs_setattr
 2020-10-06  5:23 UTC  (5+ messages)

[PATCH 0/3 V2]: cifs: cache directory content for shroot
 2020-10-05 23:55 UTC  (5+ messages)
` [PATCH 1/3] cifs: return cached_fid from open_shroot
` [PATCH 2/3] cifs: compute full_path already in cifs_readdir()
` [PATCH 3/3] cifs: cache the directory content for shroot

[PATCH 3/3] cifs: cache the directory content for shroot (fwd)
 2020-10-05  7:39 UTC 

[PATCH 0/3 V1] cifs: cache the directory content for shroot
 2020-10-05  2:37 UTC  (4+ messages)
` [PATCH 1/3] cifs: return cached_fid from open_shroot
` [PATCH 2/3] cifs: compute full_path already in cifs_readdir()
` [PATCH 3/3] cifs: cache the directory content for shroot

[PATCH 0/3] cifs: cache directory content for shroot
 2020-10-05  0:20 UTC  (12+ messages)
` [PATCH 1/3] cifs: return cached_fid from open_shroot
` [PATCH 2/3] cifs: compute full_path already in cifs_readdir()
` [PATCH 3/3] cifs: cache the directory content for shroot

[SMB3.1.1][PATCHES] update protocol definitions from recent MS-SMB2
 2020-10-04 22:47 UTC 

[PATCH] cifs: Return the appropriate error in cifs_sb_tlink instead of a generic error
 2020-10-01 11:29 UTC  (9+ messages)

[Bug 14509] Interworking Problem OpenVMS Samba Server 4.6.5 with Linux Samba Client 4.7.6
 2020-10-01 10:03 UTC 

[PATCH] Convert trailing spaces and periods in path components
 2020-09-30 21:13 UTC  (5+ messages)
` Fwd: "


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