messages from 2021-11-03 15:17:01 to 2021-11-29 14:34:01 UTC [more...]
[PATCH 00/64] fscache, cachefiles: Rewrite
2021-11-29 14:31 UTC (37+ 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
[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 (10+ 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)
cifs: fix memory leak of smb3_fs_context_dup::server_hostname
2021-11-17 5:59 UTC
[PATCH] trivial coverity cleanup from multichannel series
2021-11-16 16:44 UTC (4+ messages)
[PATCH] protect srv_count with cifs_tcp_ses_lock
2021-11-16 0:27 UTC
linux-next: build failure after merge of the cifs tree
2021-11-15 22:35 UTC (2+ messages)
smb3: do not error on fsync when readonly
2021-11-15 12:35 UTC (2+ messages)
Permission denied when chainbuilding packages with mock
2021-11-15 7:10 UTC (23+ messages)
[PATCH] fs:cifs: convert from atomic_t to refcount_t on tlink->tl_count
2021-11-15 5:13 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2021-11-13 20:30 UTC (2+ messages)
[GIT PULL] ksmbd fixes
2021-11-13 19:44 UTC (2+ messages)
[GIT PULL] netfs, 9p, afs, ceph: Use folios
2021-11-13 19:44 UTC (2+ messages)
performance improvements with recent fixes and multichannel
2021-11-13 18:26 UTC
updated Linux client multichannel patches
2021-11-13 2:32 UTC
[PATCH] updated version of the get_fscache_super_cookie fix
2021-11-12 19:13 UTC
Ideas for Coverity 1507573 "Thread deadlock" fix
2021-11-12 4:08 UTC
[PATCH] wait until we have the FS info from the server befor initializing fscache cookie
2021-11-11 22:28 UTC (2+ messages)
[PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially
2021-11-11 15:45 UTC (7+ messages)
` [PATCH v5 1/4] folio: Add a function to change the private data attached to a folio
` [PATCH v5 2/4] folio: Add a function to get the host inode for "
` [PATCH v5 3/4] netfs, 9p, afs, ceph: Use folios
` [PATCH v5 4/4] afs: Use folios in directory handling
` [kafs-testing] "
linux-next: build failure after merge of the cifs tree
2021-11-10 22:32 UTC (2+ messages)
Fwd: + hitting-bug_on-trap-in-read_pages-mm-optimise-put_pages_list.patch added to -mm tree
2021-11-10 17:14 UTC
oops in fscache
2021-11-10 16:47 UTC (3+ messages)
current ksmbd-for-next passes regression tests
2021-11-10 16:41 UTC
[PATCH v4 0/5] netfs, 9p, afs, ceph: Support folios, at least partially
2021-11-10 15:18 UTC (8+ messages)
` [PATCH v4 1/5] folio: Add a function to change the private data attached to a folio
` [PATCH v4 2/5] folio: Add a function to get the host inode for "
` [PATCH v4 3/5] folio: Add replacements for page_endio()
` [PATCH v4 4/5] netfs, 9p, afs, ceph: Use folios
` [PATCH v4 5/5] afs: Use folios in directory handling
patch to removing minor DFS compile warnings
2021-11-10 10:18 UTC (2+ messages)
Compounding patch
2021-11-10 6:13 UTC
Hitting BUG_ON trap in read_pages() - : [PATCH v2] mm: Optimise put_pages_list()
2021-11-09 23:12 UTC (3+ messages)
Updated version of cifs-send-workstation-name-during-ntlmssp-session-setup patch
2021-11-08 18:18 UTC (2+ messages)
[PATCH] cifs: send workstation name during ntlmssp session setup
2021-11-08 7:11 UTC (6+ messages)
[PATCH 0/7] Cleanup after removal of configs
2021-11-08 6:20 UTC (11+ messages)
` [PATCH 1/7] Documentation, arch: Remove leftovers from fscache/cachefiles histograms
` [PATCH 2/7] Documentation, arch: Remove leftovers from raw device
` [PATCH 3/7] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
` [PATCH 4/7] arch: Remove leftovers from mandatory file locking
` [PATCH 5/7] Documentation, arch, fs: Remove leftovers from fscache object list
` [PATCH 6/7] include: mfd: Remove leftovers from bd70528 watchdog
` [PATCH 7/7] arch: Remove leftovers from prism54 wireless driver
[PATCH] ksmbd: Fix an error handling path in 'smb2_sess_setup()'
2021-11-07 20:33 UTC (2+ messages)
Permission denied when chainbuilding packages with mock
2021-11-07 15:44 UTC
[GIT PULL] cifs/smb3 client fixes
2021-11-06 23:50 UTC (2+ messages)
[PATCH] ksmbd-tools: fix unit file
2021-11-05 19:00 UTC (3+ messages)
cifs: suscpected double free in cifs_oplock_break on error
2021-11-05 14:19 UTC
[PATCH v2] ksmbd-tools: Standardize exit codes
2021-11-05 8:25 UTC (2+ messages)
cifs-utils, Linux cifs kernel client and gssproxy
2021-11-05 0:31 UTC (13+ messages)
` [gssproxy] "
trace point to print ip address we are trying to connect to
2021-11-04 21:05 UTC (7+ messages)
[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
2021-11-04 14:32 UTC (7+ messages)
` [PATCH v3 5/6] netfs, 9p, afs, ceph: Use folios
` [PATCH] folio: Add replacements for page_endio()
[PATCH] ksmbd: fix flexible_array.cocci warnings
2021-11-04 12:56 UTC (2+ messages)
[PATCH] ksmbd-tools: Standardize exit codes
2021-11-04 8:33 UTC (3+ messages)
netfs and folios
2021-11-04 1:34 UTC
[PATCH] ksmbd: fix flexible_array.cocci warnings
2021-11-04 0:10 UTC (3+ 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