2022-06-01 |
David Howells | afs: Fix infinite loop found by xfstest generic/676 Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-27 |
David Howells | pipe: Fix missing lock in pipe_resize_ring() Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Fix decision on when to generate an IDLE ACK Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Don't let ack.previousPacket regress Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Fix overlapping ACK accounting Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Don't try to resend the request if we're receiving... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Fix listen() setting the bar too high for the... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | afs: Adjust ACK interpretation to try and cope with NAT Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc, afs: Fix selection of abort codes Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Return an error to sendmsg if call failed Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Automatically generate trace tag enums Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Fix locking issue Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Use refcount_t rather than atomic_t Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | rxrpc: Allow list of in-use local UDP endpoints to... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-05-22 |
David Howells | afs: Fix afs_getattr() to refetch file status if callback... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-04-30 |
David Howells | rxrpc: Enable IPv6 checksums on transport socket Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-04-15 |
David Howells | rxrpc: Restore removed timer deletion Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-04-09 |
David Howells | cifs: Split the smb3_add_credits tracepoint Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-04-08 |
David Howells | cifs: Check the IOCB_DIRECT flag, not O_DIRECT Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-31 |
David Howells | rxrpc: Fix call timer start racing with call destruction Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-22 |
David Howells | mm/hugetlb.c: export PageHeadHuge() Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-22 |
David Howells | cifs: writeback fix Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-21 |
David Howells | watch_queue: Actually free the watch Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-21 |
David Howells | watch_queue: Fix NULL dereference in error cleanup Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | afs: Maintain netfs_i_context::remote_i_size Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Keep track of the actual remote file size Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Split some core bits out into their own file Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Split fs/netfs/read_helper.c Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Rename read_helper.c to io.c Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Prepare to split read_helper.c Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Add a function to consolidate beginning a read Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Add a netfs inode context Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | ceph: Make ceph_init_request() check caps on readahead Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Change ->init_request() to return an error code Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Refactor arguments for netfs_alloc_read_request Co-developed-by: David Howells <dhowells@redhat.com> Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Adjust the netfs_failure tracepoint to indicate... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Trace refcounting on the netfs_io_subrequest... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Trace refcounting on the netfs_io_request struct Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Adjust the netfs_rreq tracepoint slightly Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Split netfs_io_* object handling out Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Finish off rename of netfs_read_request to netfs_io_r... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Rename netfs_read_*request to netfs_io_*request Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-18 |
David Howells | netfs: Generate enums from trace symbol mapping lists Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | cachefiles: Fix volume coherency attribute Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | afs: Fix potential thrashing in afs writeback Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue: Make comment about setting ->defunct more... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue: Fix lack of barrier/sync/lock between... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue: Free the alloc bitmap when the watch_queue... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue: Fix the alloc bitmap size to reflect notes... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue: Fix to always request a pow-of-2 pipe... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue: Fix to release page in ->release() Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue, pipe: Free watchqueue state after clearing... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-11 |
David Howells | watch_queue: Fix filter limit check Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-03 |
David Howells | cachefiles: Fix incorrect length to fallocate() Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-01 |
David Howells | ceph: uninline the data on a file opened for writing Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-03-01 |
David Howells | ceph: make ceph_netfs_issue_op() handle inlined data Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-02-01 |
David Howells | cifs: Fix the readahead conversion to manage the batch... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-02-01 |
David Howells | cifs: Implement cache I/O by accessing the cache directly Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-02-01 |
David Howells | netfs, cachefiles: Add a method to query presence of... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-02-01 |
David Howells | cifs: Transition from ->readpages() to ->readahead() Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-28 |
David Howells | Fix a warning about a malformed kernel doc comment... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-22 |
David Howells | rxrpc: Adjust retransmission backoff Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-21 |
David Howells | fscache: Add a comment explaining how page-release... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-21 |
David Howells | cachefiles: Check that the backing filesystem supports... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-21 |
David Howells | cachefiles: Explain checks in a comment Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-21 |
David Howells | cachefiles: Trace active-mark failure Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-21 |
David Howells | cachefiles: Make some tracepoint adjustments Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-21 |
David Howells | cachefiles: Calculate the blockshift in terms of bytes... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-21 |
David Howells | fscache: Fix the volume collision wait condition Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-19 |
David Howells | cifs: Support fscache indexing rewrite Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-11 |
David Howells | 9p, afs, ceph, nfs: Use current_is_kswapd() rather... Co-developed-by: David Howells <dhowells@redhat.com> Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-11 |
David Howells | fscache: Add a tracepoint for cookie use/unuse Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-11 |
David Howells | fscache: Rewrite documentation Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-10 |
David Howells | nfs: Implement cache I/O by accessing the cache directly Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-10 |
David Howells | 9p: Copy local writes to the cache when writing to... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-10 |
David Howells | 9p: Use fscache indexing rewrite and reenable caching Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | afs: Skip truncation on the server of data we haven... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | afs: Copy local writes to the cache when writing to... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | afs: Convert afs to use the new fscache API Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | fscache, cachefiles: Display stat of culling events Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | fscache, cachefiles: Display stats of no-space events Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Allow cachefiles to actually function Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | fscache, cachefiles: Store the volume coherency data Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement the I/O routines Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement cookie resize for truncate Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement begin and end I/O operation Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement backing file wrangling Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement culling daemon commands Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Mark a backing file in use with an inode... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement metadata/coherency data storage... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement key to filename encoding Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement object lifecycle funcs Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Add tracepoints for calls to the VFS Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement volume support Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement cache registration and withdrawal Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Implement a function to get/create a directory... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | vfs, cachefiles: Mark a backing file in use with an... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Provide a function to check how much space... Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Register a miscdev and parse commands over it Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
2022-01-07 |
David Howells | cachefiles: Add security derivation Signed-off-by: David Howells <dhowells@redhat.com>
|
commit | commitdiff | tree |
next |