Age | Commit message (Expand) | Author | Files | Lines |
2024-02-09 | Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -3/+5 |
2024-02-05 | rxrpc: Fix counting of new acks and nacks | David Howells | 1 | -3/+5 |
2024-02-04 | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+4 |
2024-01-23 | afs: Fix error handling with lookup via FS.InlineBulkStatus | David Howells | 1 | -0/+25 |
2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -38/+148 |
2024-01-18 | ext4: remove 'needed' in trace_ext4_discard_preallocations | Kemeng Shi | 1 | -7/+4 |
2024-01-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+4 |
2024-01-12 | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+113 |
2024-01-10 | Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2 | -135/+104 |
2024-01-10 | Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -338/+444 |
2024-01-10 | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -48/+30 |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+33 |
2024-01-09 | Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+6 |
2024-01-09 | Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -10/+30 |
2024-01-08 | Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo... | Ingo Molnar | 1 | -4/+7 |
2024-01-08 | svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete() | Chuck Lever | 1 | -0/+1 |
2024-01-08 | svcrdma: Update some svcrdma DMA-related tracepoints | Chuck Lever | 1 | -10/+11 |
2024-01-08 | svcrdma: DMA error tracepoints should report completion IDs | Chuck Lever | 1 | -37/+37 |
2024-01-08 | svcrdma: SQ error tracepoints should report completion IDs | Chuck Lever | 1 | -20/+29 |
2024-01-08 | rpcrdma: Introduce a simple cid tracepoint class | Chuck Lever | 1 | -67/+26 |
2024-01-08 | SUNRPC: Remove RQ_SPLICE_OK | Chuck Lever | 1 | -1/+0 |
2024-01-02 | Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 1 | -4/+7 |
2024-01-02 | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 1 | -1/+1 |
2024-01-01 | afs: trace: Log afs_make_call(), including server address | David Howells | 1 | -0/+36 |
2024-01-01 | afs: Fix fileserver rotation | David Howells | 1 | -12/+69 |
2024-01-01 | afs: Overhaul invalidation handling to better support RO volumes | David Howells | 1 | -4/+0 |
2024-01-01 | afs: Parse the VolSync record in the reply of a number of RPC ops | David Howells | 1 | -1/+29 |
2024-01-01 | afs: Apply server breaks to mmap'd files in the call processor | David Howells | 1 | -0/+2 |
2024-01-01 | afs: Keep a record of the current fileserver endpoint state | David Howells | 1 | -15/+54 |
2024-01-01 | afs: Dispatch vlserver probes in priority order | David Howells | 1 | -0/+34 |
2024-01-01 | afs: Dispatch fileserver probes in priority order | David Howells | 1 | -0/+33 |
2023-12-29 | mm/ksm: add tracepoint for ksm advisor | Stefan Roesch | 1 | -0/+33 |
2023-12-28 | afs: Use the netfs write helpers | David Howells | 1 | -23/+0 |
2023-12-28 | netfs: Implement a write-through caching option | David Howells | 1 | -2/+6 |
2023-12-28 | netfs: Provide a launder_folio implementation | David Howells | 1 | -0/+3 |
2023-12-28 | netfs: Implement unbuffered/DIO write support | David Howells | 1 | -1/+3 |
2023-12-28 | netfs: Implement unbuffered/DIO read support | David Howells | 1 | -1/+6 |
2023-12-28 | netfs: Make netfs_read_folio() handle streaming-write pages | David Howells | 1 | -0/+2 |
2023-12-28 | netfs: Provide func to copy data to pagecache for buffered write | David Howells | 1 | -0/+73 |
2023-12-28 | netfs: Dispatch write requests to process a writeback slice | David Howells | 1 | -2/+48 |
2023-12-28 | netfs: Make the refcounting of netfs_begin_read() easier to use | David Howells | 1 | -4/+5 |
2023-12-28 | netfs: Extend the netfs_io_*request structs to handle writes | David Howells | 1 | -2/+6 |
2023-12-28 | netfs: Limit subrequest by size or number of segments | David Howells | 1 | -0/+1 |
2023-12-24 | afs: Fold the afs_addr_cursor struct in | David Howells | 1 | -4/+14 |
2023-12-24 | afs: Add a tracepoint for struct afs_addr_list | David Howells | 1 | -0/+47 |
2023-12-24 | rxrpc, afs: Allow afs to pin rxrpc_peer objects | David Howells | 1 | -0/+3 |
2023-12-24 | afs: Don't use folio->private to record partial modification | David Howells | 1 | -12/+4 |
2023-12-24 | afs: Automatically generate trace tag enums | David Howells | 1 | -206/+27 |
2023-12-24 | netfs, fscache: Move fs/fscache/* into fs/netfs/ | David Howells | 0 | -0/+0 |
2023-12-24 | afs: Remove whitespace before most ')' from the trace header | David Howells | 1 | -121/+121 |