Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2021-11-29 14:33:37 to 2021-12-16 09:46:12 UTC [more...]

[PATCH v2 0/6] Cleanup after removal of configs
 2021-12-16  9:44 UTC  (2+ messages)
` [PATCH v2 1/6] Documentation, arch: Remove leftovers from fscache/cachefiles histograms

[PATCH 1/1] cifs: sanitize multiple delimiters in prepath
 2021-12-16  3:14 UTC  (3+ messages)

[RFC] Unify all programs into a single 'ksmbdctl' binary
 2021-12-16  2:07 UTC  (10+ messages)

[PATCH v2 1/2] ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
 2021-12-16  1:37 UTC  (2+ messages)
` [PATCH v2 2/2] ksmbd: set both ipv4 and ipv6 "

[PATCH] ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
 2021-12-16  1:14 UTC  (2+ messages)

[PATCH 1/3] ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
 2021-12-15 22:35 UTC  (6+ messages)
` [PATCH 2/3] ksmbd: set both ipv4 and ipv6 "
` [PATCH 3/3] ksmbd: fix multi session connection failure

[PATCH 0/7] Cleanup after removal of configs
 2021-12-15 21:49 UTC  (6+ messages)
` [PATCH 3/7] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH

NULL pointer deref on 4.16.0-rc5 with multiuser mounts
 2021-12-14 21:05 UTC 

[PATCH v2 00/67] fscache, cachefiles: Rewrite
 2021-12-14 19:57 UTC  (79+ messages)
` [PATCH v2 01/67] fscache, cachefiles: Disable configuration
` [PATCH v2 04/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v2 05/67] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v2 06/67] fscache: Introduce new driver
` [PATCH v2 07/67] fscache: Implement a hash function
` [PATCH v2 08/67] fscache: Implement cache registration
` [PATCH v2 09/67] fscache: Implement volume registration
` [PATCH v2 10/67] fscache: Implement cookie registration
` [PATCH v2 11/67] fscache: Implement cache-level access helpers
` [PATCH v2 12/67] fscache: Implement volume-level "
` [PATCH v2 13/67] fscache: Implement cookie-level "
` [PATCH v2 14/67] fscache: Implement functions add/remove a cache
` [PATCH v2 15/67] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 16/67] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v2 17/67] fscache: Implement simple cookie state machine
` [PATCH v2 18/67] fscache: Implement cookie user counting and resource pinning
` [PATCH v2 19/67] fscache: Implement cookie invalidation
` [PATCH v2 20/67] fscache: Provide a means to begin an operation
` [PATCH v2 21/67] fscache: Count data storage objects in a cache
` [PATCH v2 22/67] fscache: Provide read/write stat counters for the cache
` [PATCH v2 23/67] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v2 24/67] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v2 25/67] fscache: Implement raw I/O interface
` [PATCH v2 26/67] fscache: Implement higher-level write "
` [PATCH v2 27/67] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v2 28/67] fscache: Provide a function to note the release of a page
` [PATCH v2 29/67] fscache: Provide a function to resize a cookie
` [PATCH v2 30/67] cachefiles: Introduce rewritten driver
` [PATCH v2 31/67] cachefiles: Define structs
` [PATCH v2 32/67] cachefiles: Add some error injection support
` [PATCH v2 33/67] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v2 34/67] cachefiles: Add cache error reporting macro
` [PATCH v2 35/67] cachefiles: Add security derivation
` [PATCH v2 36/67] cachefiles: Register a miscdev and parse commands over it
` [PATCH v2 37/67] cachefiles: Provide a function to check how much space there is
` [PATCH v2 38/67] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 39/67] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v2 40/67] cachefiles: Implement cache registration and withdrawal
` [PATCH v2 41/67] cachefiles: Implement volume support
` [PATCH v2 42/67] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v2 43/67] cachefiles: Implement object lifecycle funcs
` [PATCH v2 44/67] cachefiles: Implement key to filename encoding
` [PATCH v2 45/67] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v2 46/67] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 47/67] cachefiles: Implement culling daemon commands
` [PATCH v2 48/67] cachefiles: Implement backing file wrangling
` [PATCH v2 49/67] cachefiles: Implement begin and end I/O operation
` [PATCH v2 50/67] cachefiles: Implement cookie resize for truncate
` [PATCH v2 51/67] cachefiles: Implement the I/O routines
` [PATCH v2 52/67] cachefiles: Allow cachefiles to actually function
` [PATCH v2 53/67] fscache, cachefiles: Display stats of no-space events
` [PATCH v2 54/67] fscache, cachefiles: Display stat of culling events
` [PATCH v2 55/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 56/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH v2 57/67] afs: Convert afs to use the new fscache API
` [PATCH v2 58/67] afs: Copy local writes to the cache when writing to the server
` [PATCH v2 59/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v2 60/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v2 61/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH v2 62/67] nfs: Convert to new fscache volume/cookie API
` [PATCH v2 63/67] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v2 64/67] cifs: Support fscache indexing rewrite (untested)
` [PATCH v2 65/67] ceph: conversion to new fscache API
` [PATCH v2 66/67] ceph: add fscache writeback support

[GIT PULL] cifs/smb3 client fixes
 2021-12-11  1:38 UTC  (2+ messages)

[ linux-next ] 20211206 tree cifs panic
 2021-12-10  6:07 UTC  (5+ messages)

[PATCH 00/64] fscache, cachefiles: Rewrite
 2021-12-09 16:49 UTC  (40+ messages)
` [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH 34/64] cachefiles: Add cache error reporting macro
` [PATCH 35/64] cachefiles: Add security derivation
` [PATCH 36/64] cachefiles: Register a miscdev and parse commands over it
` [PATCH 37/64] cachefiles: Provide a function to check how much space there is
` [PATCH 38/64] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH 39/64] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH 40/64] cachefiles: Implement cache registration and withdrawal
` [PATCH 41/64] cachefiles: Implement volume support
` [PATCH 42/64] cachefiles: Add tracepoints for calls to the VFS
` [PATCH 43/64] cachefiles: Implement object lifecycle funcs
` [PATCH 44/64] cachefiles: Implement key to filename encoding
` [PATCH 45/64] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH 46/64] cachefiles: Mark a backing file in use with an inode flag
` [PATCH 47/64] cachefiles: Implement culling daemon commands
` [PATCH 48/64] cachefiles: Implement backing file wrangling
` [PATCH 49/64] cachefiles: Implement begin and end I/O operation
` [PATCH 50/64] cachefiles: Implement cookie resize for truncate
` [PATCH 51/64] cachefiles: Implement the I/O routines
` [PATCH 52/64] cachefiles: Allow cachefiles to actually function
` [PATCH 53/64] fscache, cachefiles: Display stats of no-space events
` [PATCH 54/64] fscache, cachefiles: Display stat of culling events
` [PATCH 55/64] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 56/64] afs: Fix afs_write_end() to handle len > page size
` [PATCH 57/64] afs: Convert afs to use the new fscache API
` [PATCH 58/64] afs: Copy local writes to the cache when writing to the server
` [PATCH 59/64] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 60/64] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 61/64] 9p: Copy local writes to the cache when writing to the server
` [PATCH 62/64] nfs: Convert to new fscache volume/cookie API
` [PATCH 63/64] cifs: Support fscache indexing rewrite (untested)

[PATCH] cifs: wait for tcon resource_id before getting fscache super
 2021-12-08 14:44 UTC  (7+ messages)

[PATCH] cifs: Fix crash on unload of cifs_arc4.ko
 2021-12-08  4:33 UTC  (2+ messages)

[PATCH] cifs: remove redundant assignment to pointer p
 2021-12-07 22:53 UTC 

linux-next: manual merge of the cifs tree with the fscache tree
 2021-12-07 21:12 UTC  (4+ messages)
  ` [EXTERNAL] "

[GIT PULL] smb3 client fixes
 2021-12-04 21:50 UTC  (2+ messages)

[PATCH] ksmbd: Remove unused parameter from smb2_get_name()
 2021-12-04 10:30 UTC  (3+ messages)

[PATCH] ksmbd: Remove unused fields from ksmbd_file struct definition
 2021-12-04 10:29 UTC  (3+ messages)

[PATCH] cifs: add server conn_id to fscache client cookie
 2021-12-03 18:41 UTC  (2+ messages)

[PATCH] cifs: avoid use of dstaddr as key for fscache client cookie
 2021-12-03  9:29 UTC 

[PATCH SET] fscache fixes
 2021-12-02 20:11 UTC  (3+ messages)

[bug report] cifsd: add server-side procedures for SMB3
 2021-12-01  1:57 UTC  (3+ messages)

[PATCH] ksmbd: fix uninitialized symbol 'pntsd_size'
 2021-12-01  1:54 UTC 

[PATCH] ksmbd: fix error code in ndr_read_int32()
 2021-12-01  0:32 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 10/14] smb2: clarify rc initialization in smb2_reconnect
 2021-11-30 14:53 UTC 

[PATCH AUTOSEL 4.9 09/12] smb2: clarify rc initialization in smb2_reconnect
 2021-11-30 14:53 UTC 

[PATCH AUTOSEL 5.10 26/43] smb2: clarify rc initialization in smb2_reconnect
 2021-11-30 14:50 UTC 

[PATCH AUTOSEL 4.4 6/9] smb2: clarify rc initialization in smb2_reconnect
 2021-11-30 14:53 UTC 

[PATCH AUTOSEL 4.19 13/17] smb2: clarify rc initialization in smb2_reconnect
 2021-11-30 14:52 UTC 

[PATCH AUTOSEL 5.4 15/25] smb2: clarify rc initialization in smb2_reconnect
 2021-11-30 14:51 UTC 

[PATCH AUTOSEL 5.15 38/68] cifs: populate server_hostname for extra channels
 2021-11-30 14:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 39/68] smb2: clarify rc initialization in smb2_reconnect

Fat Removes and Protein Bars
 2021-11-29 19:58 UTC 

Fat Removes and Protein Bars
 2021-11-29 20:05 UTC 

Commit f980d055a0f858d73d9467bb0b570721bbfcdfb8 causes a regression
 2021-11-29 18:56 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox