summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-10ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
2026-04-10ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
2026-04-10ext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin1-2/+5
2026-04-10ext4: fix the error handling process in extents_kunit_init).Ye Bin1-15/+35
2026-04-10ext4: call deactivate_super() in extents_kunit_exit()Ye Bin1-0/+1
2026-04-10ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()Ye Bin1-0/+2
2026-04-10ext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
2026-04-10ext4: zero post-EOF partial block before appending writeZhang Yi2-14/+24
2026-04-10ext4: move pagecache_isize_extended() out of active handleZhang Yi1-23/+39
2026-04-10ext4: remove ctime/mtime update from ext4_alloc_file_blocks()Zhang Yi1-4/+1
2026-04-10ext4: unify SYNC mode checks in fallocate pathsZhang Yi2-5/+6
2026-04-10ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi3-7/+23
2026-04-10ext4: move zero partial block range functions out of active handleZhang Yi2-38/+41
2026-04-10ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()Zhang Yi1-31/+22
2026-04-10ext4: remove handle parameters from zero partial block functionsZhang Yi3-34/+47
2026-04-10ext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi1-29/+32
2026-04-10ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi1-19/+14
2026-04-10ext4: factor out journalled block zeroing rangeZhang Yi1-29/+69
2026-04-10ext4: rename and extend ext4_block_truncate_page()Zhang Yi3-21/+28
2026-04-10ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi1-9/+14
2026-04-10ext4: fix diagnostic printf formatsDavid Laight1-3/+3
2026-04-10ext4: move dcache manipulation out of __ext4_link()NeilBrown3-38/+18
2026-04-10ext4: add ext4_fc_eligible()NeilBrown1-29/+14
2026-04-10ext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown1-7/+14
2026-04-10ext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn4-4/+4
2026-04-10net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski6-93/+113
2026-04-10Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski26-165/+2558
2026-04-10selftests/net: Add queue leasing tests with netkitDavid Wei3-2/+1410
2026-04-10netkit: Add xsk support for af_xdp applicationsDaniel Borkmann1-0/+86
2026-04-10netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann3-2/+75
2026-04-10netkit: Implement rtnl_link_ops->alloc and ndo_queue_createDavid Wei1-12/+114
2026-04-10netkit: Add single device mode for netkitDaniel Borkmann3-49/+99
2026-04-10xsk: Proxy pool management for leased queuesDaniel Borkmann1-12/+35
2026-04-10xsk: Extend xsk_rcv_check validationDaniel Borkmann1-3/+26
2026-04-10net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei4-13/+40
2026-04-10net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei3-20/+95
2026-04-10net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann4-33/+13
2026-04-10net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-20/+29
2026-04-10net: Add lease info to queue-get responseDaniel Borkmann3-4/+130
2026-04-10net: Implement netdev_nl_queue_create_doitDaniel Borkmann9-11/+323
2026-04-10net: Add queue-create operationDaniel Borkmann6-0/+95
2026-04-10Merge tag 'drm-misc-next-fixes-2026-04-09' of https://gitlab.freedesktop.org/...Dave Airlie5-22/+45
2026-04-10block: refactor blkdev_zone_mgmt_ioctlChristoph Hellwig1-23/+18
2026-04-10MAINTAINERS: update ublk driver maintainer emailMing Lei1-1/+1
2026-04-10Documentation: ublk: address review comments for SHMEM_ZC docsMing Lei1-4/+6
2026-04-10ublk: allow buffer registration before device is startedMing Lei1-51/+28
2026-04-10ublk: replace xarray with IDA for shmem buffer index allocationMing Lei1-46/+46
2026-04-10ublk: simplify PFN range loop in __ublk_ctrl_reg_bufMing Lei1-3/+2
2026-04-10ublk: verify all pages in multi-page bvec fall within registered rangeMing Lei1-6/+11
2026-04-10ublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer supportMing Lei2-2/+10