summaryrefslogtreecommitdiffstats
path: root/include/trace/events/kvm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-28netfs: Export the netfs_sreq tracepointDavid Howells1-0/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells11-20/+58
2023-12-28netfs: Implement a write-through caching optionDavid Howells7-12/+162
2023-12-28netfs: Provide a launder_folio implementationDavid Howells4-0/+80
2023-12-28netfs: Provide a writepages implementationDavid Howells2-0/+638
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells9-26/+25
2023-12-28netfs: Provide netfs_file_read_iter()David Howells2-0/+75
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells2-0/+63
2023-12-28netfs: Implement buffered write APIDavid Howells2-0/+86
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells11-10/+224
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells10-11/+226
2023-12-28netfs: Allocate multipage folios in the writepathDavid Howells1-2/+7
2023-12-28netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells2-3/+60
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells7-0/+461
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells5-3/+432
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells3-0/+115
2023-12-28netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells3-20/+23
2023-12-28netfs: Make netfs_put_request() handle a NULL pointerDavid Howells1-10/+13
2023-12-28netfs: Add a hook to allow tell the netfs to update its i_sizeDavid Howells1-0/+4
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells6-7/+47
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells3-0/+20
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells2-0/+99
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells3-0/+98
2023-12-28netfs: Add support for DIO bufferingDavid Howells2-0/+13
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells4-24/+67
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells3-0/+227
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells6-114/+54
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells4-285/+42
2023-12-24netfs: Add a ->free_subrequest() opDavid Howells2-0/+3
2023-12-24netfs: Allow the netfs to make the io (sub)request alloc largerDavid Howells2-2/+7
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells4-3/+98
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells20-187/+124
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells7-32/+62
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells9-89/+23
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells18-311/+237
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells17-69/+73
2023-12-24afs: Automatically generate trace tag enumsDavid Howells1-206/+27
2023-12-24afs: Remove whitespace before most ')' from the trace headerDavid Howells1-121/+121
2023-12-24Linux 6.7-rc7v6.7-rc7Linus Torvalds1-1/+1
2023-12-23Input: soc_button_array - add mapping for airplane mode buttonChristoffer Sandberg1-0/+5
2023-12-22debugfs: initialize cancellations earlierJohannes Berg1-2/+4
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2-3/+25
2023-12-21ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)2-1/+41
2023-12-21afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2023-12-21USB: serial: option: add Quectel EG912Y module supportAlper Ak1-0/+2
2023-12-21tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)1-0/+11
2023-12-21eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)1-3/+9
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells6-23/+47
2023-12-21gpio: dwapb: mask/unmask IRQ when disable/enale itxiongxin1-4/+8
2023-12-21gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()Kent Gibson1-4/+12