summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cifs: Remove some code that's no longer used, part 1David Howells2024-05-015-825/+0
* cifs: Cut over to using netfslibDavid Howells2024-05-0114-180/+361
* cifs: Implement netfslib hooksDavid Howells2024-05-018-10/+345
* cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells2024-05-011-1/+2
* cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2024-05-012-1/+56
* cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells2024-05-011-0/+6
* cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells2024-05-013-55/+55
* cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2024-05-012-3/+3
* cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-015-14/+17
* cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-016-116/+113
* cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells2024-05-016-89/+59
* cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-018-52/+58
* cifs: Use alternative invalidation to using launder_folioDavid Howells2024-05-013-143/+5
* netfs, afs: Use writeback retry to deal with alternate keysDavid Howells2024-05-015-100/+104
* netfs: Miscellaneous tidy upsDavid Howells2024-05-012-6/+2
* netfs: Remove the old writeback codeDavid Howells2024-05-014-1180/+0
* netfs: Cut over to using new writeback codeDavid Howells2024-05-0111-78/+62
* netfs, cachefiles: Implement helpers for new write codeDavid Howells2024-05-011-0/+74
* netfs, 9p: Implement helpers for new write codeDavid Howells2024-05-014-0/+100
* netfs, afs: Implement helpers for new write codeDavid Howells2024-05-013-0/+60
* netfs: Add some write-side stats and clean up some stat namesDavid Howells2024-05-016-9/+23
* netfs: New writeback implementationDavid Howells2024-05-018-9/+1829
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-019-20/+24
* mm: Export writeback_iter()David Howells2024-05-011-0/+1
* netfs: Use mempools for allocating requests and subrequestsDavid Howells2024-05-014-28/+89
* netfs: Remove ->launder_folio() supportDavid Howells2024-05-014-80/+0
* afs: Use alternative invalidation to using launder_folioDavid Howells2024-05-014-11/+5
* 9p: Use alternative invalidation to using launder_folioDavid Howells2024-05-011-2/+0
* mm: Provide a means of invalidation without using launder_folioDavid Howells2024-05-013-4/+80
* netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells2024-04-293-6/+3
* netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells2024-04-292-2/+2
* netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells2024-04-293-169/+2
* mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-2910-104/+33
* netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-2914-97/+143
* netfs: Update i_blocks when write committed to pagecacheDavid Howells2024-04-291-11/+34
* Linux 6.9-rc6v6.9-rc6Linus Torvalds2024-04-281-1/+1
* Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-283-21/+38
|\
| * sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov2024-04-281-1/+6
| * sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov2024-04-282-6/+12
| * sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan2024-04-221-6/+12
| * sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding2024-04-221-5/+6
| * sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding2024-04-221-3/+2
* | Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-2810-17/+53
|\ \
| * | cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson2024-04-254-6/+30
| * | cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson2024-04-253-7/+16
| * | x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2024-04-242-1/+3
| * | x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan2024-04-241-1/+1
| * | x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang2024-04-241-2/+1
| * | x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handlerTom Lendacky2024-04-221-2/+4
| |/
* | Merge tag 'irq-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-281-7/+2
|\ \