messages from 2021-11-17 14:17:16 to 2021-12-09 17:02:53 UTC [more...]
[PATCH v2 00/67] fscache, cachefiles: Rewrite
2021-12-09 17:02 UTC (39+ 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 00/64] fscache, cachefiles: Rewrite
2021-12-09 16:49 UTC (70+ messages)
` [PATCH 01/64] fscache, cachefiles: Disable configuration
` [PATCH 04/64] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 05/64] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH 06/64] fscache: Introduce new driver
` [PATCH 07/64] fscache: Implement a hash function
` [PATCH 08/64] fscache: Implement cache registration
` [PATCH 09/64] fscache: Implement volume registration
` [PATCH 10/64] fscache: Implement cookie registration
` [PATCH 11/64] fscache: Implement cache-level access helpers
` [PATCH 12/64] fscache: Implement volume-level "
` [PATCH 13/64] fscache: Implement cookie-level "
` [PATCH 14/64] fscache: Implement functions add/remove a cache
` [PATCH 15/64] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH 16/64] fscache: Add a function for a cache backend to note an I/O error
` [PATCH 17/64] fscache: Implement simple cookie state machine
` [PATCH 18/64] fscache: Implement cookie user counting and resource pinning
` [PATCH 19/64] fscache: Implement cookie invalidation
` [PATCH 20/64] fscache: Provide a means to begin an operation
` [PATCH 21/64] fscache: Count data storage objects in a cache
` [PATCH 22/64] fscache: Provide read/write stat counters for the cache
` [PATCH 23/64] fscache: Provide a function to let the netfs update its coherency data
` [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH 25/64] fscache: Implement raw I/O interface
` [PATCH 26/64] fscache: Implement higher-level write "
` [PATCH 27/64] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH 28/64] fscache: Provide a function to note the release of a page
` [PATCH 29/64] fscache: Provide a function to resize a cookie
` [PATCH 30/64] cachefiles: Introduce rewritten driver
` [PATCH 31/64] cachefiles: Define structs
` [PATCH 32/64] cachefiles: Add some error injection support
` [PATCH 33/64] cachefiles: Add a couple of tracepoints for logging errors
` [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)
[ linux-next ] 20211206 tree cifs panic
2021-12-09 10:53 UTC (4+ messages)
[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)
[RFC] Unify all programs into a single 'ksmbdctl' binary
2021-12-03 16:37 UTC (7+ 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)
[GIT PULL] ksmbd server fixes
2021-11-27 22:52 UTC (2+ messages)
[PATCH AUTOSEL 5.10 4/4] smb3: do not error on fsync when readonly
2021-11-26 2:30 UTC
[PATCH AUTOSEL 5.4 2/2] smb3: do not error on fsync when readonly
2021-11-26 2:30 UTC
[PATCH AUTOSEL 5.15 5/7] cifs: nosharesock should not share socket with future sessions
2021-11-26 2:30 UTC
[GIT PULL] cifs/smb3 fixes
2021-11-25 19:12 UTC (2+ messages)
[PATCH] ksmbd: fix memleak in get_file_stream_info()
2021-11-24 5:04 UTC (2+ messages)
[PATCH] ksmbd-tools: fix file transfer stuck at 99%
2021-11-24 2:12 UTC (5+ messages)
[PATCH] ksmbd: use oid registry functions to decode OIDs
2021-11-24 0:28 UTC (2+ messages)
[PATCH 1/2] ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()
2021-11-23 0:19 UTC (4+ messages)
` [PATCH 2/2] ksmbd: contain default data stream even if xattr is empty
[PATCH] cifs: nosharesock should not share socket with future sessions
2021-11-22 3:51 UTC (2+ messages)
ksmbd: Unsupported addition info
2021-11-21 11:26 UTC (8+ messages)
` [Test Request] "
[GIT PULL] cifs/smb3 fixes
2021-11-20 19:20 UTC (2+ messages)
[PATCH] docs: filesystem: cifs: ksmbd: Fix small layout issues
2021-11-20 1:09 UTC (2+ messages)
[regression] mm, cifs panic
2021-11-19 1:21 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox