summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-19nvdimm: pmem: keep PREFLUSH before data writesLi Chen1-3/+9
2026-08-19nvdimm: preserve flush callback -ENOMEMLi Chen1-1/+2
2026-08-19virtio_pci: fix wrong queue index for admin vq in intx pathLi RongQing1-1/+1
2026-08-19virtio_mem: fix hardcoded 'vm' variable in bbm iteration macrosLi RongQing1-4/+4
2026-08-19virtio_dma_buf: fix typo in kdoc comment: get_uid -> get_uuidLi RongQing1-1/+1
2026-08-19vdpa_sim: hold iommu_lock across dma_unmap passthrough transitionXiong Weimin1-2/+1
2026-08-19vdpa_sim: clear pending_kick on device resetXiong Weimin1-0/+1
2026-08-19tools/virtio: Remove unsupported --batch option from vhost_net_testYichong Chen1-5/+0
2026-08-19vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAYYufeng Wang1-1/+2
2026-08-19virtio_balloon: warn on failed buffer add in stats_handle_request()Denis V. Lunev1-1/+4
2026-08-19virtio_balloon: warn on failed buffer add in tell_host()Denis V. Lunev1-2/+4
2026-08-19virtio_balloon: quiesce balloon work before device shutdownDenis V. Lunev1-0/+7
2026-08-19virtio_balloon: factor out virtballoon_quiesce()Denis V. Lunev1-7/+20
2026-08-19virtio: add virtio_device_shutdown() helperDenis V. Lunev2-14/+28
2026-08-19virtio: Add ID for virtio mediaAlbert Esteve1-0/+1
2026-08-19crypto: virtio - fix missing le64_to_cpu() conversionsBen Dooks2-2/+4
2026-08-19crypto: virtio - bound the akcipher result lengthBryam Vargas1-1/+2
2026-08-19vsock/virtio: restore msg_iter on transmission failureOctavian Purdila1-0/+13
2026-08-19iov_iter: export iov_iter_restoreOctavian Purdila1-0/+1
2026-08-19vdpa_sim: fix cleanup after worker creation failureLinfeng SunĀ 1-8/+17
2026-08-19virtio_balloon: disable indirect descriptorsMichael S. Tsirkin1-0/+6
2026-08-19virtio-mmio: add support for transport version 3Peter Hilber1-3/+10
2026-08-19ntfs: do not update ctime when setxattr failsBaolin Liu1-2/+4
2026-08-19ntfs: reject invalid MFT LCNs from boot sectorHyunchul Lee1-6/+6
2026-08-19ntfs: serialize resident iomap reads with mrec_lockHyeontae Lee1-6/+26
2026-08-19ntfs: verify run length exceeding volume boundaryHongling Zeng1-0/+22
2026-08-19ntfs: allow index root relocationNamjae Jeon4-20/+137
2026-08-19ntfs: validate non-resident attribute offsetsHongling Zeng1-1/+23
2026-08-19ntfs: simplify ntfs_reparse_set_native_symlink()Dmitry Antipov1-6/+1
2026-08-19ntfs: reject unprivileged writes to reserved $LX* xattrsPisit Preechapramoth1-0/+9
2026-08-19ntfs: bound the free-cluster bitmap scan to the volumeBryam Vargas2-1/+13
2026-08-19ntfs: respect per-file chmod mode over mount masksNamjae Jeon5-28/+24
2026-08-19ntfs: apply Windows name checks only with windows_namesNamjae Jeon1-3/+3
2026-08-19ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()Alexandro Calo1-0/+11
2026-08-19ntfs: move attribute payload before shrinking its recordNamjae Jeon1-8/+15
2026-08-19ntfs: fix resident conversion in ntfs_new_attr_flagsHyunchul Lee1-22/+72
2026-08-19ntfs: skip reads for full compression unit overwritesNamjae Jeon1-2/+9
2026-08-19ntfs: submit one bio per compressed write unitNamjae Jeon1-32/+11
2026-08-19ntfs: reuse compression output workspace across write unitsNamjae Jeon1-50/+85
2026-08-19ntfs: reuse the compression context during writesNamjae Jeon1-15/+13
2026-08-19ntfs: fix initialized size and page state after compressed writesNamjae Jeon1-1/+14
2026-08-19ntfs: write compressed data before replacing old clustersNamjae Jeon1-27/+36
2026-08-19ntfs: punch all-zero compressed blocksNamjae Jeon1-4/+6
2026-08-19ntfs: support large pages in compressed writesNamjae Jeon1-11/+22
2026-08-19ntfs: propagate compression context allocation errorsNamjae Jeon1-4/+9
2026-08-19ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid1-2/+3
2026-08-19ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid1-2/+1
2026-08-19ntfs: reparse: remove redundant NULL checks before kvfree()Mohammad Shahid1-4/+2
2026-08-19MAINTAINERS: update mailing list address for ntfsNamjae Jeon1-1/+1
2026-08-19ntfs: use pagecache_isize_extended() on size extensionNamjae Jeon1-18/+10