December 2024 Archives by author
Starting: Mon Dec 2 01:10:21 PST 2024
Ending: Mon Dec 30 21:49:05 PST 2024
Messages: 166
- [PATCH net-next 00/37] rxrpc: Implement jumbo DATA transmission and RACK-TLP
David Howells
- [PATCH net-next 00/37] rxrpc: Implement jumbo DATA transmission and RACK-TLP
David Howells
- [PATCH net-next 01/37] rxrpc: Fix handling of received connection abort
David Howells
- [PATCH net-next 02/37] rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
David Howells
- [PATCH net-next 03/37] rxrpc: Clean up Tx header flags generation handling
David Howells
- [PATCH net-next 04/37] rxrpc: Don't set the MORE-PACKETS rxrpc wire header flag
David Howells
- [PATCH net-next 05/37] rxrpc: Show stats counter for received reason-0 ACKs
David Howells
- [PATCH net-next 06/37] rxrpc: Request an ACK on impending Tx stall
David Howells
- [PATCH net-next 07/37] rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbuf
David Howells
- [PATCH net-next 08/37] rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)
David Howells
- [PATCH net-next 09/37] rxrpc: Separate the packet length from the data length in rxrpc_txbuf
David Howells
- [PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets
David Howells
- [PATCH net-next 11/37] rxrpc: Add a tracepoint to show variables pertinent to jumbo packet size
David Howells
- [PATCH net-next 12/37] rxrpc: Fix CPU time starvation in I/O thread
David Howells
- [PATCH net-next 13/37] rxrpc: Fix injection of packet loss
David Howells
- [PATCH net-next 14/37] rxrpc: Only set DF=1 on initial DATA transmission
David Howells
- [PATCH net-next 15/37] rxrpc: Timestamp DATA packets before transmitting them
David Howells
- [PATCH net-next 16/37] rxrpc: Implement progressive transmission queue struct
David Howells
- [PATCH net-next 17/37] rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it
David Howells
- [PATCH net-next 18/37] rxrpc: Replace call->acks_first_seq with tracking of the hard ACK point
David Howells
- [PATCH net-next 19/37] rxrpc: Display stats about jumbo packets transmitted and received
David Howells
- [PATCH net-next 20/37] rxrpc: Adjust names and types of congestion-related fields
David Howells
- [PATCH net-next 21/37] rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKs
David Howells
- [PATCH net-next 22/37] rxrpc: Store the DATA serial in the txqueue and use this in RTT calc
David Howells
- [PATCH net-next 23/37] rxrpc: Don't use received skbuff timestamps
David Howells
- [PATCH net-next 24/37] rxrpc: Generate rtt_min
David Howells
- [PATCH net-next 25/37] rxrpc: Adjust the rxrpc_rtt_rx tracepoint
David Howells
- [PATCH net-next 26/37] rxrpc: Display userStatus in rxrpc_rx_ack trace
David Howells
- [PATCH net-next 27/37] rxrpc: Fix the calculation and use of RTO
David Howells
- [PATCH net-next 28/37] rxrpc: Fix initial resend timeout
David Howells
- [PATCH net-next 29/37] rxrpc: Send jumbo DATA packets
David Howells
- [PATCH net-next 30/37] rxrpc: Don't allocate a txbuf for an ACK transmission
David Howells
- [PATCH net-next 31/37] rxrpc: Use irq-disabling spinlocks between app and I/O thread
David Howells
- [PATCH net-next 32/37] rxrpc: Tidy up the ACK parsing a bit
David Howells
- [PATCH net-next 33/37] rxrpc: Add a reason indicator to the tx_data tracepoint
David Howells
- [PATCH net-next 34/37] rxrpc: Add a reason indicator to the tx_ack tracepoint
David Howells
- [PATCH net-next 35/37] rxrpc: Manage RTT per-call rather than per-peer
David Howells
- [PATCH net-next 36/37] rxrpc: Fix request for an ACK when cwnd is minimum
David Howells
- [PATCH net-next 37/37] rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]
David Howells
- [syzbot] [netfs?] WARNING in netfs_retry_reads (2)
David Howells
- [PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets
David Howells
- [PATCH net-next 37/37] rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]
David Howells
- [PATCH net-next v2 00/39] rxrpc: Implement jumbo DATA transmission and RACK-TLP
David Howells
- [PATCH net-next v2 01/39] ktime: Add us_to_ktime()
David Howells
- [PATCH net-next v2 02/39] rxrpc: Fix handling of received connection abort
David Howells
- [PATCH net-next v2 03/39] rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
David Howells
- [PATCH net-next v2 04/39] rxrpc: Clean up Tx header flags generation handling
David Howells
- [PATCH net-next v2 05/39] rxrpc: Don't set the MORE-PACKETS rxrpc wire header flag
David Howells
- [PATCH net-next v2 06/39] rxrpc: Show stats counter for received reason-0 ACKs
David Howells
- [PATCH net-next v2 07/39] rxrpc: Request an ACK on impending Tx stall
David Howells
- [PATCH net-next v2 08/39] rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbuf
David Howells
- [PATCH net-next v2 09/39] rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)
David Howells
- [PATCH net-next v2 10/39] rxrpc: Separate the packet length from the data length in rxrpc_txbuf
David Howells
- [PATCH net-next v2 11/39] rxrpc: Prepare to be able to send jumbo DATA packets
David Howells
- [PATCH net-next v2 12/39] rxrpc: Add a tracepoint to show variables pertinent to jumbo packet size
David Howells
- [PATCH net-next v2 13/39] rxrpc: Fix CPU time starvation in I/O thread
David Howells
- [PATCH net-next v2 14/39] rxrpc: Fix injection of packet loss
David Howells
- [PATCH net-next v2 15/39] rxrpc: Only set DF=1 on initial DATA transmission
David Howells
- [PATCH net-next v2 16/39] rxrpc: Timestamp DATA packets before transmitting them
David Howells
- [PATCH net-next v2 17/39] rxrpc: Don't need barrier for ->tx_bottom and ->acks_hard_ack
David Howells
- [PATCH net-next v2 18/39] rxrpc: Implement progressive transmission queue struct
David Howells
- [PATCH net-next v2 19/39] rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it
David Howells
- [PATCH net-next v2 20/39] rxrpc: Replace call->acks_first_seq with tracking of the hard ACK point
David Howells
- [PATCH net-next v2 21/39] rxrpc: Display stats about jumbo packets transmitted and received
David Howells
- [PATCH net-next v2 22/39] rxrpc: Adjust names and types of congestion-related fields
David Howells
- [PATCH net-next v2 23/39] rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKs
David Howells
- [PATCH net-next v2 24/39] rxrpc: Store the DATA serial in the txqueue and use this in RTT calc
David Howells
- [PATCH net-next v2 25/39] rxrpc: Don't use received skbuff timestamps
David Howells
- [PATCH net-next v2 26/39] rxrpc: Generate rtt_min
David Howells
- [PATCH net-next v2 27/39] rxrpc: Adjust the rxrpc_rtt_rx tracepoint
David Howells
- [PATCH net-next v2 28/39] rxrpc: Display userStatus in rxrpc_rx_ack trace
David Howells
- [PATCH net-next v2 29/39] rxrpc: Fix the calculation and use of RTO
David Howells
- [PATCH net-next v2 30/39] rxrpc: Fix initial resend timeout
David Howells
- [PATCH net-next v2 31/39] rxrpc: Send jumbo DATA packets
David Howells
- [PATCH net-next v2 32/39] rxrpc: Don't allocate a txbuf for an ACK transmission
David Howells
- [PATCH net-next v2 33/39] rxrpc: Use irq-disabling spinlocks between app and I/O thread
David Howells
- [PATCH net-next v2 34/39] rxrpc: Tidy up the ACK parsing a bit
David Howells
- [PATCH net-next v2 35/39] rxrpc: Add a reason indicator to the tx_data tracepoint
David Howells
- [PATCH net-next v2 36/39] rxrpc: Add a reason indicator to the tx_ack tracepoint
David Howells
- [PATCH net-next v2 37/39] rxrpc: Manage RTT per-call rather than per-peer
David Howells
- [PATCH net-next v2 38/39] rxrpc: Fix request for an ACK when cwnd is minimum
David Howells
- [PATCH net-next v2 39/39] rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]
David Howells
- [PATCH][next] afs: remove redudant use of variable ret in afs_dir_iterate_contents
David Howells
- [PATCH net-next 02/37] rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
David Howells
- [syzbot] [net?] [afs?] WARNING in rxrpc_send_data
David Howells
- [PATCH net-next] rxrpc: Disable IRQ, not BH, to take the lock for ->attend_link
David Howells
- [PATCH] rxrpc: Fix ability to add more data to a call once MSG_MORE deasserted
David Howells
- [PATCH net-next] rxrpc: Fix ability to add more data to a call once MSG_MORE deasserted
David Howells
- [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
David Howells
- [PATCH 01/10] kheaders: Ignore silly-rename files
David Howells
- [PATCH 02/10] netfs: Fix non-contiguous donation between completed reads
David Howells
- [PATCH 03/10] netfs: Fix enomem handling in buffered reads
David Howells
- [PATCH 04/10] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
David Howells
- [PATCH 05/10] cachefiles: Parse the "secctx" immediately
David Howells
- [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
David Howells
- [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
David Howells
- [PATCH 08/10] netfs: Work around recursion by abandoning retry if nothing read
David Howells
- [PATCH 09/10] netfs: Fix ceph copy to cache on write-begin
David Howells
- [PATCH 10/10] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
David Howells
- ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
David Howells
- [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
David Howells
- [PATCH 11/10] netfs: Fix is-caching check in read-retry
David Howells
- [PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
David Howells
- [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
David Howells
- [PATCH v5 02/32] cachefiles: Clean up some whitespace in trace header
David Howells
- [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
David Howells
- [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
- [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
David Howells
- [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
David Howells
- [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
David Howells
- [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
- [PATCH v5 09/32] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
- [PATCH v5 10/32] netfs: Don't use bh spinlock
David Howells
- [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
David Howells
- [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
David Howells
- [PATCH v5 13/32] afs: Fix directory format encoding struct
David Howells
- [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
David Howells
- [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
David Howells
- [PATCH v5 16/32] cachefiles: Add auxiliary data trace
David Howells
- [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
David Howells
- [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
David Howells
- [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
David Howells
- [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
David Howells
- [PATCH v5 21/32] afs: Use netfslib for directories
David Howells
- [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
David Howells
- [PATCH v5 23/32] afs: Eliminate afs_read
David Howells
- [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
David Howells
- [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
David Howells
- [PATCH v5 26/32] Display waited-on page index after 1min of waiting
David Howells
- [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
David Howells
- [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
David Howells
- [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
David Howells
- [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
David Howells
- [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
David Howells
- [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
David Howells
- [PATCH] afs: check for NULL terminator
David Howells
- [PATCH net-next 04/37] rxrpc: Don't set the MORE-PACKETS rxrpc wire header flag
Jakub Kicinski
- [PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets
Jakub Kicinski
- [PATCH net-next 16/37] rxrpc: Implement progressive transmission queue struct
Jakub Kicinski
- [PATCH net-next 37/37] rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]
Jakub Kicinski
- [PATCH][next] afs: remove redudant use of variable ret in afs_dir_iterate_contents
Colin Ian King
- Pakiety telemedyczne dla pracowników
Urszula Kurach
- [PATCH net-next 02/37] rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
David Laight
- [PATCH net-next 02/37] rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
David Laight
- Kandydat do pracy
Stanisława Laskowska
- ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
Alex Markuze
- Współpraca
Robert Paczkowski
- [PATCH] afs: check for NULL terminator
Leo Stone
- Zapytanie ofertowe
Patryk Wysocki
- [PATCH] afs: Merge preference rule failure condition
Lizhi Xu
- [PATCH 01/10] kheaders: Ignore silly-rename files
Masahiro Yamada
- [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
Akira Yokosawa
- [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
Akira Yokosawa
- [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
Akira Yokosawa
- [PATCH net v3 0/4] net: Fix some callers of copy_from_sockptr()
patchwork-bot+bluetooth at kernel.org
- [PATCH net-next v2 00/39] rxrpc: Implement jumbo DATA transmission and RACK-TLP
patchwork-bot+netdevbpf at kernel.org
- [PATCH net-next] rxrpc: Disable IRQ, not BH, to take the lock for ->attend_link
patchwork-bot+netdevbpf at kernel.org
- [PATCH net-next] rxrpc: Fix ability to add more data to a call once MSG_MORE deasserted
patchwork-bot+netdevbpf at kernel.org
- [linux-next:master] [netfs] b4f239c91f: WARNING:at_kernel/sched/core.c:#__might_sleep
kernel test robot
- [syzbot] [netfs?] WARNING in netfs_retry_reads (2)
syzbot
- [syzbot] [netfs?] WARNING in netfs_retry_reads (2)
syzbot
- [syzbot] [net?] [afs?] WARNING in rxrpc_send_data
syzbot
- [syzbot] [net?] [afs?] WARNING in rxrpc_send_data
syzbot
- [syzbot] [net?] [afs?] WARNING in rxrpc_send_data
syzbot
- [syzbot] [afs?] KASAN: slab-out-of-bounds Read in afs_proc_addr_prefs_write
syzbot
- [syzbot] [afs?] WARNING: lock held when returning to user space in afs_proc_addr_prefs_write
syzbot
Last message date:
Mon Dec 30 21:49:05 PST 2024
Archived on: Mon Dec 30 23:13:10 PST 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).