linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-02 19:29:46 to 2021-10-18 15:09:48 UTC [more...]

[PATCH 00/67] fscache: Rewrite index API and management system
 2021-10-18 15:09 UTC  (67+ messages)
` [PATCH 01/67] mm: Stop filemap_read() from grabbing a superfluous page
` [PATCH 02/67] vfs: Provide S_KERNEL_FILE inode flag
` [PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 04/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 05/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 07/67] fscache: Remove the netfs data from the cookie
` [PATCH 08/67] fscache: Remove struct fscache_cookie_def
` [PATCH 09/67] fscache: Remove store_limit* from struct fscache_object
` [PATCH 10/67] fscache: Remove fscache_check_consistency()
` [PATCH 11/67] fscache: Remove fscache_attr_changed()
` [PATCH 12/67] fscache: Remove obsolete stats
` [PATCH 13/67] fscache: Remove old I/O tracepoints
` [PATCH 14/67] fscache: Temporarily disable fscache_invalidate()
` [PATCH 15/67] fscache: Disable fscache_begin_operation()
` [PATCH 16/67] fscache: Remove the I/O operation manager
` [PATCH 17/67] fscache: Rename fscache_cookie_{get,put,see}()
` [PATCH 18/67] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 19/67] cachefiles: Don't set an xattr on the root of the cache
` [PATCH 20/67] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 21/67] cachefiles: Prevent inode from going away when burying a dentry
` [PATCH 22/67] cachefiles: Simplify the pathwalk and save the filename for an object
` [PATCH 23/67] cachefiles: trace: Improve the lookup tracepoint
` [PATCH 24/67] cachefiles: Remove separate backer dentry from cachefiles_object
` [PATCH 25/67] cachefiles: Fold fscache_object into cachefiles_object
` [PATCH 26/67] cachefiles: Change to storing file* rather than dentry*
` [PATCH 27/67] cachefiles: trace: Log coherency checks
` [PATCH 28/67] cachefiles: Trace truncations
` [PATCH 29/67] cachefiles: Trace read and write operations
` [PATCH 30/67] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 31/67] cachefiles: Don't use XATTR_ flags with vfs_setxattr()
` [PATCH 33/67] cachefiles: Trace decisions in cachefiles_prepare_read()
` [PATCH 34/67] cachefiles: Make cachefiles_write_prepare() check for space
` [PATCH 35/67] fscache: Automatically close a file that's been unused for a while
` [PATCH 36/67] fscache: Add stats for the cookie commit LRU
` [PATCH 37/67] fscache: Move fscache_update_cookie() complete inline
` [PATCH 38/67] fscache: Remove more obsolete stats
` [PATCH 39/67] fscache: Note the object size during invalidation
` [PATCH 40/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 41/67] afs: Render cache cookie key as big endian
` [PATCH 42/67] cachefiles: Use tmpfile/link
` [PATCH 43/67] fscache: Rewrite invalidation
` [PATCH 44/67] fscache: disable cookie when doing an invalidation for DIO write
` [PATCH 45/67] cachefiles: Simplify the file lookup/creation/check code
` [PATCH 46/67] fscache: Provide resize operation
` [PATCH 47/67] cachefiles: Put more information in the xattr attached to the cache file
` [PATCH 48/67] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 49/67] fscache: Add support for writing to the cache
` [PATCH 50/67] fscache: Make fscache_clear_page_bits() conditional on cookie
` [PATCH 51/67] fscache: Make fscache_write_to_cache() "
` [PATCH 52/67] afs: Copy local writes to the cache when writing to the server
` [PATCH 53/67] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 54/67] afs: Add O_DIRECT read support
` [PATCH 55/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 56/67] afs: Make afs_write_begin() return the THP subpage
` [PATCH 57/67] cachefiles, afs: Drive FSCACHE_COOKIE_NO_DATA_TO_READ
` [PATCH 58/67] NFS: Convert fscache_acquire_cookie and fscache_relinquish_cookie
` [PATCH 59/67] NFS: Convert fscache_enable_cookie and fscache_disable_cookie
` [PATCH 60/67] NFS: Convert fscache invalidation and update aux_data and i_size
` [PATCH 61/67] nfs: Convert to new fscache volume/cookie API
` [PATCH 62/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 63/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH 64/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 65/67] cachefiles: Add tracepoints to log errors from ops on the backing fs
` [PATCH 66/67] cachefiles: Add error injection support
` [PATCH 67/67] cifs: Support fscache indexing rewrite (untested)

[PATCH v2] ksmbd: add buffer validation in session setup
 2021-10-18 14:49 UTC  (3+ messages)

[PATCH] ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requests
 2021-10-16  4:56 UTC  (2+ messages)

[PATCH] ksmbd: add buffer validation in session setup
 2021-10-16  3:39 UTC  (2+ messages)

[PATCH v2] ksmbd: validate credit charge after validating SMB2 PDU body size
 2021-10-15 23:39 UTC  (2+ messages)

[PATCH v2] ksmbd-tools: update README
 2021-10-15  2:09 UTC  (2+ messages)

[PATCH v2] ksmbd: add buffer validation for smb direct
 2021-10-15  0:49 UTC  (2+ messages)

[PATCH v2] ksmbd-tools: change default db file name to users.db
 2021-10-14 22:18 UTC 

Ksmbd and max credits
 2021-10-14 21:58 UTC  (2+ messages)

[PATCH] cifs: for compound requests, use open handle if possible
 2021-10-14 17:35 UTC  (2+ messages)

[PATCH] cifs: To match file servers, make sure the server hostname matches
 2021-10-14 12:07 UTC 

[PATCH] ksmbd-tools: change default db file name to users.db
 2021-10-13 16:24 UTC  (3+ messages)

[PATCH] ksmbd-tools: update README
 2021-10-13 16:18 UTC  (3+ messages)

[PATCH] ksmbd: throttle session setup failures to avoid dictionary attacks
 2021-10-13  8:44 UTC 

[PATCH] ksmbd-tools: throttle session setup failures to avoid dictionary attacks
 2021-10-13  8:43 UTC 

[question] how to set up SMB direct connection with Windows server
 2021-10-13  8:08 UTC 

[PATCH] ksmbd: add buffer validation for smb direct
 2021-10-12 23:10 UTC  (3+ messages)

[PATCH] ksmbd: limit read/write/trans buffer size not to exceed 8MB
 2021-10-12  1:29 UTC  (4+ messages)
` [PATCH v5] ksmbd: add validation in smb2_ioctl

[PATCH v3] ksmbd: limit read/write/trans buffer size not to exceed MAX_STREAM_PROT_LEN
 2021-10-12  1:23 UTC 

[PATCH] ksmbd: fix potencial 32bit overflow from data area check in smb2_write
 2021-10-12  1:20 UTC  (2+ messages)
` [PATCH] ksmbd: validate compound response buffer

Locking issue between NFSv4 and SMB client
 2021-10-11 16:21 UTC  (6+ messages)

[PATCH 5.14 086/151] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-10-11 13:45 UTC 

[PATCH v2] ksmbd: limit read/write/trans buffer size not to exceed MAX_STREAM_PROT_LEN
 2021-10-11 13:44 UTC  (3+ messages)

[PATCH] ksmbd: Remove redundant 'flush_workqueue()' calls
 2021-10-11 12:19 UTC  (3+ messages)

xfstest generic/048 failure
 2021-10-10 20:24 UTC 

[PATCH] ksmbd-tools: set a minimum character limit for password
 2021-10-10  1:12 UTC  (2+ messages)

[GIT PULL] ksmbd fixes
 2021-10-09 22:05 UTC  (2+ messages)

[PATCH v2] ksmbd: improve credits management
 2021-10-08 23:45 UTC  (2+ messages)

[PATCH] ksmbd-tools: update names in logger
 2021-10-08  1:59 UTC  (2+ messages)

[PATCH v3 00/10] fscache: Replace and remove old I/O API
 2021-10-07 20:44 UTC  (11+ messages)
` [PATCH v3 01/10] fscache: Generalise the ->begin_read_operation method
` [PATCH v3 02/10] fscache: Fix fscache_cookie_enabled() to handle NULL cookie
` [PATCH v3 03/10] cachefiles: Always indicate we should fill a post-EOF page with zeros
` [PATCH v3 04/10] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v3 05/10] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v3 06/10] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v3 07/10] cifs: (untested) Move to using the alternate fallback fscache I/O API
` [PATCH v3 08/10] fscache: Remove the old "
` [PATCH v3 09/10] fscache: Remove stats that are no longer used
` [PATCH v3 10/10] fscache: Update the documentation to reflect I/O API changes

[GIT PULL] netfs, cachefiles, afs: Collected fixes
 2021-10-07 18:26 UTC  (2+ messages)

[PATCH][next] cifsd: Fix a less than zero comparison with the unsigned int nbytes
 2021-10-07 14:31 UTC  (5+ messages)

[PATCH] ksmbd: improve credits management
 2021-10-07  6:38 UTC  (11+ messages)

[PATCH v7 0/9] Buffer validation and compound handling patches
 2021-10-06 23:42 UTC  (17+ messages)
` [PATCH v7 1/9] ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
` [PATCH v7 2/9] ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
` [PATCH v7 3/9] ksmbd: add and use ksmbd_smb2_cur_pdu_buflen() "
` [PATCH v7 4/9] ksmbd: check buffer is big enough to access the SMB2 PUD body size field
` [PATCH v7 5/9] ksmdb: validate credit charge after validating SMB2 PDU body size
` [PATCH v7 6/9] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
` [PATCH v7 7/9] ksmdb: make smb2_get_ksmbd_tcon() callable with chained PDUs
` [PATCH v7 8/9] ksmbd: make smb2_check_user_session() callable for compound PDUs
` [PATCH v7 9/9] ksmdb: move session and tcon validation to __process_request()

[PATCH] ksmbd-tools: Add ksmbd-tools.spec template
 2021-10-06  3:20 UTC  (2+ messages)

[PATCH v6 00/14] Buffer validation patches
 2021-10-05 20:20 UTC  (15+ messages)
` [PATCH v6 01/14] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value
` [PATCH v6 02/14] ksmbd: add validation in smb2_ioctl
` [PATCH v6 07/14] ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
` [PATCH v6 09/14] ksmbd: check PDU len is at least header plus body size "

[PATCH 1/3] ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()
 2021-10-05 10:13 UTC  (8+ messages)
` [PATCH 2/3] ksmbd: fix version mismatch with out of tree
` [PATCH 3/3] ksmbd: fix oops from fuse driver

[PATCH v2] ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()
 2021-10-05 10:02 UTC  (2+ messages)

[bug report] ksmbd: add validation in smb2 negotiate
 2021-10-04 12:12 UTC  (2+ messages)

[PATCH v5 00/20] Buffer validation patches
 2021-10-04  0:47 UTC  (9+ messages)
` [PATCH v5 13/20] ksmbd: remove ksmbd_verify_smb_message()
` [PATCH v5 16/20] ksmbd: check PDU len is at least header plus body size in ksmbd_smb2_check_message()

[GIT PULL] ksmbd server security fixes
 2021-10-03  0:52 UTC  (2+ messages)

[PATCH v8 00/13] ksmbd: introduce new SMB3 kernel server
 2021-10-03  0:12 UTC  (7+ messages)
` [PATCH 00/11] ksmbd: various fixes
  ` [PATCH 10/11] ksmbd: remove setattr preparations in set_file_basic_info()


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