summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells
2023-12-28netfs: Add a hook to allow tell the netfs to update its i_sizeDavid Howells
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells
2023-12-28netfs: Add support for DIO bufferingDavid Howells
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-27preempt.h: Kill dependency on list.hKent Overstreet
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-12-27Merge tag 'v6.7-rc7' into gpio/for-nextBartosz Golaszewski
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)
2023-12-27OPP: The level field is always of unsigned int typeViresh Kumar
2023-12-26PCI: Remove unused 'node' member from struct pci_driverMathias Krause
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig
2023-12-26block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig
2023-12-26iio: linux/iio.h: fix Excess kernel-doc description warningRandy Dunlap
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells
2023-12-24netfs: Add a ->free_subrequest() opDavid Howells
2023-12-24netfs: Allow the netfs to make the io (sub)request alloc largerDavid Howells
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells
2023-12-23Merge tag 'char-misc-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-23sched/fair: Simplify util_estVincent Guittot
2023-12-23arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot
2023-12-23energy_model: Use a fixed reference frequencyVincent Guittot
2023-12-23cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot
2023-12-23Merge tag 'v6.7-rc6' into sched/core, to pick up fixesIngo Molnar
2023-12-23fs: factor out backing_file_mmap() helperAmir Goldstein
2023-12-23fs: factor out backing_file_splice_{read,write}() helpersAmir Goldstein
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein
2023-12-23linux/export: Fix alignment for 64-bit ksymtab entriesHelge Deller
2023-12-23usb: linux/usb.h: fix Excess kernel-doc description warningRandy Dunlap
2023-12-23driver core: device.h: fix Excess kernel-doc description warningRandy Dunlap
2023-12-23driver core: class: fix Excess kernel-doc description warningRandy Dunlap
2023-12-22net: skbuff: Remove some excess struct-member documentationJonathan Corbet
2023-12-22cxl: Calculate and store PCI link latency for the downstream portsDave Jiang