linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 15:13:04 to 2020-10-10 01:23:48 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-10  0:39 UTC  (62+ 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

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-09 14:31 UTC  (17+ 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: 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] Resolve data corruption of TCP server info fields
 2020-10-08 20:36 UTC  (3+ 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  (9+ messages)

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

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-09-29 22:42 UTC  (2+ messages)

[PATCH][SMB3] Handle STATUS_IO_TIMEOUT gracefully
 2020-09-28  3:41 UTC  (5+ messages)

Co-Operation Required
 2020-09-25  3:13 UTC 

[PATCH] mount.cifs: ignore comment mount option
 2020-09-25  9:29 UTC  (2+ messages)

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-24  9:00 UTC  (18+ messages)
` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
  ` [V9fs-developer] "
` [PATCH 03/13] afs: "
` [PATCH 04/13] ceph: "
` [PATCH 07/13] ecryptfs: "
` [PATCH 09/13] hostfs: "
` [PATCH 10/13] jffs2: "
` [PATCH 11/13] ubifs: "
` [PATCH 12/13] udf: "
` [PATCH 13/13] vboxsf: "

[PATCH][SMB3] mount.cifs integration with PAM
 2020-09-24 10:39 UTC  (10+ messages)

[Bug 14498] New: Why is mount -a is not detecting an already mounted DFS share endpoint
 2020-09-21 15:00 UTC  (3+ messages)
` [Bug 14498] "

[Bug 14507] New: cifs ACL exec permission granted where it should be denied
 2020-09-21 10:42 UTC 

[Bug 14506] New: cifs mount with missing krb5 key should give better error message
 2020-09-21  9:57 UTC 

mutiuser request_key in both ntlmssp and krb5
 2020-09-21  9:49 UTC  (6+ messages)

[PATCH][SMB3] mount.cifs: use SUDO_UID env variable for cruid
 2020-09-21  8:19 UTC  (8+ messages)

[Bug 14499] New: expose NT ACLs via system.nfs4_acl EA
 2020-09-18  8:40 UTC 

[PATCH] cifs: treat password/account expired as -EACCES
 2020-09-18  3:18 UTC 

[PATCH AUTOSEL 5.4 062/330] CIFS: Use common error handling code in smb2_ioctl_query_info()
 2020-09-18  2:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 063/330] CIFS: Properly process SMB3 lease breaks
` [PATCH AUTOSEL 5.4 313/330] cifs: Fix double add page to memcg when cifs_readpages

[PATCH AUTOSEL 4.19 038/206] CIFS: Properly process SMB3 lease breaks
 2020-09-18  2:07 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 196/206] cifs: Fix double add page to memcg when cifs_readpages

[PATCH AUTOSEL 4.14 022/127] CIFS: Properly process SMB3 lease breaks
 2020-09-18  2:12 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 122/127] cifs: Fix double add page to memcg when cifs_readpages

[PATCH AUTOSEL 4.9 16/90] CIFS: Properly process SMB3 lease breaks
 2020-09-18  2:14 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 88/90] cifs: Fix double add page to memcg when cifs_readpages


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