linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-24 02:39:44 to 2018-10-11 04:13:57 UTC [more...]

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-11  4:13 UTC  (14+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/25] vfs: check file ranges before cloning files
` [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/25] vfs: skip zero-length dedupe requests
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed

[PATCH v2 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-10 23:13 UTC  (47+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
  ` [PATCH v2 "
` [PATCH 02/25] xfs: refactor clonerange preparation into a separate helper
` [PATCH 03/25] xfs: zero posteof blocks when cloning above eof
` [PATCH 04/25] xfs: update ctime and remove suid before cloning files
` [PATCH 05/25] vfs: check file ranges "
` [PATCH 06/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 07/25] vfs: skip zero-length dedupe requests
` [PATCH 08/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 09/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 10/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 11/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 12/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 13/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 14/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 16/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 17/25] vfs: make remapping to source file eof more explicit
` [PATCH 18/25] vfs: enable remap callers that can handle short operations
` [PATCH 19/25] vfs: hide file range comparison function
` [PATCH 20/25] vfs: implement opportunistic short dedupe
` [PATCH 21/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 22/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 23/25] ocfs2: support partial clone range and dedupe range
` [PATCH 24/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/25] xfs: support returning partial reflink results

[PATCH v3] smb2: fix uninitialized variable bug in smb2_ioctl_query_info
 2018-10-09 23:11 UTC  (2+ messages)

[PATCH v2] smb2: fix uninitialized variable bug in smb2_ioctl_query_info
 2018-10-09 21:53 UTC  (3+ messages)

[PATCH] smb2: fix uninitialized variable bug in smb2_ioctl_query_info
 2018-10-09 20:11 UTC  (2+ messages)

[PATCH v3 0/2] CIFS: Info-level log support, print message when attempting mount
 2018-10-07 21:06 UTC  (6+ messages)
` [PATCH v3 1/2] CIFS: Adds information-level logging function
` [PATCH v3 2/2] CIFS: Print message when attempting a mount

[PATCH v2] CIFS: Print message when attempting a mount
 2018-10-06 23:27 UTC  (11+ messages)

[PATCH] fs/cifs: fix uninitialised variable warnings
 2018-10-06  0:28 UTC  (3+ messages)

[PATCH net-next] dns: Allow the dns resolver to retrieve a server set
 2018-10-04 16:42 UTC  (2+ messages)

[PATCH] CIFS: Print message when attempting mount
 2018-10-02  1:16 UTC  (2+ messages)

[PATCH V3 (resend) 1/7] CIFS: pass page offsets on SMB1 read/write
 2018-09-24 18:24 UTC  (8+ messages)
` [PATCH V3 (resend) 2/7] CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
` [PATCH V3 (resend) 3/7] CIFS: Add support for direct I/O read
` [PATCH V3 (resend) 4/7] CIFS: Add support for direct I/O write
` [PATCH V3 (resend) 5/7] CIFS: Add direct I/O functions to file_operations

[Patch v7 00/22] CIFS: Implement SMB Direct protocol
 2018-09-24  4:07 UTC  (9+ messages)
` [Patch v7 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration

[Patch v3 00/16] CIFS: add support for direct I/O
 2018-09-15 20:57 UTC  (19+ messages)
` [Patch v3 01/16] CIFS: Add support for direct pages in rdata
` [Patch v3 02/16] CIFS: Use offset when reading pages
` [Patch v3 03/16] CIFS: Add support for direct pages in wdata
` [Patch v3 04/16] CIFS: pass page offset when issuing SMB write
` [Patch v3 05/16] CIFS: Calculate the correct request length based on page offset and tail size
` [Patch v3 06/16] CIFS: Introduce helper function to get page offset and length in smb_rqst
` [Patch v3 07/16] CIFS: When sending data on socket, pass the correct page offset
` [Patch v3 08/16] CIFS: SMBD: Support page offset in RDMA send
` [Patch v3 09/16] CIFS: SMBD: Support page offset in RDMA recv
` [Patch v3 10/16] CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
` [Patch v3 11/16] CIFS: SMBD: Support page offset in "
` [Patch v3 12/16] CIFS: Pass page offset for calculating signature
` [Patch v3 13/16] CIFS: Pass page offset for encrypting
` [Patch v3 14/16] CIFS: Add support for direct I/O read
` [Patch v3 15/16] CIFS: Add support for direct I/O write
` [Patch v3 16/16] CIFS: Add direct I/O functions to file_operations

[PATCH] fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
 2018-09-11 12:41 UTC  (3+ messages)

[PATCH] fs/cifs: require sha512
 2018-09-10 14:28 UTC  (4+ messages)

[PATCH] fs/cifs: suppress a string overflow warning
 2018-09-04  2:13 UTC  (4+ messages)

[PATCH] cifs: check kmalloc before use
 2018-08-23 20:06 UTC  (2+ messages)

Overview of performance improvements of recent SMB3 compounding patches
 2018-08-23  1:44 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-08-21  4:20 UTC  (2+ messages)

Should we split the network filesystem setup into two phases?
 2018-08-17 23:11 UTC  (9+ messages)

[PATCH 0/8] cifs compounding
 2018-08-03  0:54 UTC 

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-08-01 16:58 UTC  (2+ messages)

[PATCH] cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
 2018-07-05 17:53 UTC  (8+ messages)

[PATCH] cifs: Fix infinite loop when using hard mount option
 2018-07-05 17:12 UTC  (2+ messages)

[PATCH] cifs: Fix memory leak in smb2_set_ea()
 2018-07-04 17:16 UTC 

config files and how to have persistent Linux kernel Driver/File System configuration info saved
 2018-06-29 19:53 UTC  (6+ messages)

[PATCH v2] cifs: Fix use after free of a mid_q_entry
 2018-06-28  8:23 UTC  (2+ messages)

[Patch v2 00/15] CIFS: Add direct I/O support
 2018-06-27  3:44 UTC  (38+ messages)
` [Patch v2 02/15] CIFS: Add support for direct pages in rdata
` [Patch v2 03/15] CIFS: Use offset when reading pages
` [Patch v2 04/15] CIFS: Add support for direct pages in wdata
` [Patch v2 05/15] CIFS: Calculate the correct request length based on page offset and tail size
` [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst
` [Patch v2 08/15] CIFS: SMBD: Support page offset in RDMA send
` [Patch v2 09/15] CIFS: SMBD: Support page offset in RDMA recv
` [Patch v2 11/15] CIFS: Pass page offset for calculating signature
` [Patch v2 13/15] CIFS: Add support for direct I/O read
` [Patch v2 14/15] CIFS: Add support for direct I/O write

F_OFD_GETLK implemented wrong with CIFS protocol version 2.0+
 2018-06-27  1:11 UTC  (4+ messages)

linux-next: build failure after merge of the cifs tree
 2018-06-25  0:52 UTC  (2+ 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).