linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-16 03:19:40 to 2019-01-28 15:43:06 UTC [more...]

[PATCH AUTOSEL 4.20 269/304] cifs: check ntwrk_buf_start for NULL before dereferencing it
 2019-01-28 15:43 UTC 

[PATCH] cifs: Fix NULL pointer dereference of devname
 2019-01-28 11:47 UTC 

[patch 7/9] smb3: Cleanup license mess
 2019-01-19  5:43 UTC  (2+ messages)

[PATCH][V2] cifs: fix memory leak of an allocated cifs_ntsd structure
 2019-01-17 15:59 UTC  (3+ messages)

Fwd: [PATCH 0/7] SMB3 credit flow control handling and writeback fixes
 2019-01-11  6:24 UTC  (2+ messages)
  ` Fwd: [PATCH 7/7] CIFS: Fix error paths in writeback code

[PATCH] cifs: fix memory leak of an allocated cifs_ntsd structure
 2019-01-08 17:46 UTC  (4+ messages)

[PATCH] smb3: fix large reads on encrypted connections
 2019-01-06 17:05 UTC  (2+ messages)

cifs large stack allocations
 2019-01-03  9:54 UTC 

Stall during read() on CIFS with 4.19
 2019-01-01 19:30 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-12-24 16:10 UTC  (2+ messages)

[PATCH] cifs: check kzalloc return
 2018-12-21  5:53 UTC  (5+ messages)

[PATCH] cifs: handle allocation failures early
 2018-12-19 15:14 UTC  (2+ messages)

[PATCH] cifs: fix rmdir + azure + compounding regression
 2018-12-19  4:24 UTC 

[PATCH] CIFS: return correct errors when pinning memory failed for direct I/O
 2018-12-18  5:07 UTC  (2+ messages)

[PATCH] CIFS: use the correct length when pinning memory for direct I/O for write
 2018-12-18  5:05 UTC  (3+ messages)

linux-next: build failure after merge of the y2038 tree
 2018-12-17 22:25 UTC  (3+ messages)

[PATCH AUTOSEL 3.18 15/16] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
 2018-12-13  4:33 UTC 

[PATCH AUTOSEL 4.4 21/23] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
 2018-12-13  4:32 UTC 

[PATCH AUTOSEL 4.9 29/34] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
 2018-12-13  4:31 UTC 

[PATCH AUTOSEL 4.14 33/41] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
 2018-12-13  4:30 UTC 

[PATCH AUTOSEL 4.19 63/73] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
 2018-12-13  4:28 UTC 

[PATCH] CIFS: Avoid returning EBUSY to upper layer VFS
 2018-12-07  1:47 UTC  (3+ messages)

[PATCH 2/2] fs: Don't open-code lru_to_page
 2018-11-30  9:11 UTC  (8+ messages)

[Patch v4 1/3] CIFS: Add support for direct I/O read
 2018-11-29 23:23 UTC  (14+ messages)
` [Patch v4 2/3] CIFS: Add support for direct I/O write
` [Patch v4 3/3] CIFS: Add direct I/O functions to file_operations

NULL pointer dereference in smb2_queryfs with v4.19.2
 2018-11-28 13:58 UTC  (7+ messages)
      ` Fwd: "

linux-next: build warnings after merge of the cifs tree
 2018-11-26  6:51 UTC  (5+ messages)

[PATCH AUTOSEL 4.9 02/17] cifs: don't dereference smb_file_target before null check
 2018-11-13  5:52 UTC 

[PATCH AUTOSEL 4.14 02/26] cifs: don't dereference smb_file_target before null check
 2018-11-13  5:51 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 03/26] cifs: fix return value for cifs_listxattr

[PATCH AUTOSEL 4.18 02/39] cifs: don't dereference smb_file_target before null check
 2018-11-13  5:50 UTC  (2+ messages)
` [PATCH AUTOSEL 4.18 03/39] cifs: fix return value for cifs_listxattr

[PATCH AUTOSEL 4.19 02/44] cifs: don't dereference smb_file_target before null check
 2018-11-13  5:49 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 03/44] cifs: fix return value for cifs_listxattr

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-11-05  5:55 UTC 

[PATCH] cifs: clean up indentation, replace spaces with tab
 2018-11-03 18:22 UTC  (2+ messages)

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-11-02 19:05 UTC  (8+ messages)
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block

[PATCH] cifs: don't dereference smb_file_target before null check
 2018-11-01 14:34 UTC  (2+ messages)

[PATCH] cifs: fix spelling mistake, EACCESS -> EACCES
 2018-10-26 18:50 UTC  (2+ messages)

NULL pointer dereference in SMB2_close_free() with v4.19
 2018-10-23 19:15 UTC 

[PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
 2018-10-22  6:55 UTC  (39+ messages)
` [PATCH 01/28] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 02/28] vfs: check file ranges before cloning files
` [PATCH 03/28] vfs: exit early from zero length remap operations
` [PATCH 04/28] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/28] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/28] vfs: skip zero-length dedupe requests
` [PATCH 07/28] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 08/28] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 09/28] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 10/28] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 11/28] vfs: pass remap flags to generic_remap_checks
` [PATCH 12/28] vfs: remap helper should update destination inode metadata
` [PATCH 13/28] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/28] vfs: plumb remap flags through the vfs clone functions
` [PATCH 15/28] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 16/28] vfs: enable remap callers that can handle short operations
` [PATCH 17/28] vfs: hide file range comparison function
` [PATCH 18/28] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 19/28] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 20/28] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 21/28] ocfs2: support partial clone range and dedupe range
` [PATCH 22/28] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 23/28] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
` [PATCH 25/28] xfs: support returning partial reflink results
` [PATCH 26/28] xfs: remove redundant remap partial EOF block checks
` [PATCH 27/28] xfs: remove xfs_reflink_remap_range
` [PATCH 28/28] xfs: remove [cm]time update from reflink calls

[PATCH v6 00/29] fs: fixes for serious clone/dedupe problems
 2018-10-18 18:58 UTC  (40+ messages)
` [PATCH 01/29] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 02/29] vfs: check file ranges before cloning files
` [PATCH 03/29] vfs: exit early from zero length remap operations
` [PATCH 04/29] vfs: strengthen checking of file range inputs to generic_remap_checks
  ` [PATCH v2 "
` [PATCH 05/29] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/29] vfs: skip zero-length dedupe requests
` [PATCH 07/29] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 08/29] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 09/29] vfs: combine the clone and dedupe into a single remap_file_range
  ` [PATCH v2 "
` [PATCH 10/29] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 11/29] vfs: pass remap flags to generic_remap_checks
` [PATCH 12/29] vfs: remap helper should update destination inode metadata
` [PATCH 13/29] vfs: make remap_file_range functions take and return bytes completed
  ` [PATCH v2 "
` [PATCH 14/29] vfs: plumb remap flags through the vfs clone functions
` [PATCH 15/29] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 16/29] vfs: enable remap callers that can handle short operations
  ` [PATCH v2 "
` [PATCH 17/29] vfs: hide file range comparison function
` [PATCH 18/29] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 19/29] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 20/29] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 21/29] ocfs2: support partial clone range and dedupe range
` [PATCH 22/29] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 23/29] xfs: add a per-xfs trace_printk macro
` [PATCH 24/29] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/29] xfs: clean up xfs_reflink_remap_blocks call site
` [PATCH 26/29] xfs: support returning partial reflink results
` [PATCH 27/29] xfs: remove redundant remap partial EOF block checks
` [PATCH 28/29] xfs: remove xfs_reflink_remap_range
` [PATCH 29/29] xfs: remove [cm]time update from reflink calls

[PATCH v5 00/26] fs: fixes for serious clone/dedupe problems
 2018-10-17 16:40 UTC  (30+ messages)
` [PATCH 04/26] vfs: exit early from zero length remap operations
` [PATCH 10/26] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 11/26] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/26] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/26] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 15/26] vfs: plumb remap flags through the vfs clone functions
` [PATCH 16/26] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 17/26] vfs: enable remap callers that can handle short operations
` [PATCH 18/26] vfs: hide file range comparison function
` [PATCH 19/26] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 20/26] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/26] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/26] ocfs2: support partial clone range and dedupe range
` [PATCH 23/26] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 24/26] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/26] xfs: support returning partial reflink results
` [PATCH 26/26] xfs: remove redundant remap partial EOF block checks


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