linux-2.6-block.git
2024-03-29 Jens Axboeio_uring/kbuf: vmap pinned buffer ring
2024-03-29 Jens Axboeio_uring/kbuf: get rid of bl->is_ready
2024-03-29 Jens Axboeio_uring/kbuf: get rid of lower BGID lists
2024-03-29 Jens Axboeio_uring: unify io_pin_pages()
2024-03-29 Jens Axboeio_uring: use vmap() for ring mapping
2024-03-29 Jens Axboeio_uring: get rid of remap_pfn_range() for mapping...
2024-03-29 Jens Axboemm: add nommu variant of vm_insert_pages()
2024-03-29 Jens AxboeMerge branch 'for-6.10/io_uring' into io_uring-ring-map
2024-03-28 Gabriel Krisman... io_uring: Avoid anonymous enums in io_uring uapi
2024-03-28 Jens Axboeio_uring: use the right type for work_llist empty check
2024-03-28 Joel Granadosio_uring: Remove the now superfluous sentinel elements...
2024-03-28 Jiapeng Chongio_uring: Remove unused function
2024-03-28 Linus TorvaldsMerge tag 'erofs-for-6.9-rc2-fixes' of git://git./linux...
2024-03-27 Linus TorvaldsMerge tag '9p-fixes-for-6.9-rc1' of git://git./linux...
2024-03-27 Linus TorvaldsMerge tag 'for-6.9-rc1-tag' of git://git./linux/kernel...
2024-03-27 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2024-03-27-11-25' of...
2024-03-27 Linus TorvaldsMerge tag 'probes-fixes-v6.9-rc1' of git://git./linux...
2024-03-27 Linus TorvaldsMerge tag 'execve-v6.9-rc2' of git://git./linux/kernel...
2024-03-27 Linus TorvaldsFix build errors due to new UIO_MEM_DMA_COHERENT mess
2024-03-27 Linus TorvaldsFix memory leak in posix_clock_open()
2024-03-27 Jens Axboeio_uring: re-arrange Makefile order
2024-03-26 Baoquan Hecrash: use macro to add crashk_res into iomem early...
2024-03-26 Johannes Weinermm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
2024-03-26 Edward Liawselftests/mm: fix ARM related issue with fork after...
2024-03-26 Nathan Chancellorhexagon: vmlinux.lds.S: handle attributes section
2024-03-26 Lokesh Gidrauserfaultfd: fix deadlock warning when locking src...
2024-03-26 Carlos Maiolinotmpfs: fix race on handling dquot rbtree
2024-03-26 Edward Liawselftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_H...
2024-03-26 Johannes Weinermm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS...
2024-03-26 Zev WeissARM: prctl: reject PR_SET_MDWE on pre-ARMv6
2024-03-26 Zev Weissprctl: generalize PR_SET_MDWE support check to be per...
2024-03-26 Kuan-Wei ChiuMAINTAINERS: remove incorrect M: tag for dm-devel@lists...
2024-03-26 Barry Songmm: zswap: fix kernel BUG in sg_init_one
2024-03-26 Muhammad Usama... selftests: mm: restore settings from only parent process
2024-03-26 Cong Liutools/Makefile: remove cgroup target
2024-03-26 Johannes Weinermm: cachestat: fix two shmem bugs
2024-03-26 Matthew Wilcox... mm: increase folio batch size
2024-03-26 Oscar Salvadormm,page_owner: fix recursion
2024-03-26 Leonard Crestezmailmap: update entry for Leonard Crestez
2024-03-26 John Sperbeckinit: open /initrd.image with O_LARGEFILE
2024-03-26 Vitaly Chikunovselftests/mm: Fix build with _FORTIFY_SOURCE
2024-03-26 Peter Xumm/memory: fix missing pte marker for !page on pte...
2024-03-26 Jens Axboeio_uring: refill request cache in memory order
2024-03-26 Jens Axboeio_uring/poll: shrink alloc cache size to 32
2024-03-26 Jens Axboeio_uring/alloc_cache: switch to array based caching
2024-03-26 Jens Axboeio_uring: drop ->prep_async()
2024-03-26 Jens Axboeio_uring/uring_cmd: defer SQE copying until it's needed
2024-03-26 Jens Axboeio_uring/uring_cmd: switch to always allocating async...
2024-03-26 Jens Axboeio_uring/net: move connect to always using async data
2024-03-26 Jens Axboeio_uring/rw: add iovec recycling
2024-03-26 Jens Axboeio_uring/rw: cleanup retry path
2024-03-26 Jens Axboeio_uring: get rid of struct io_rw_state
2024-03-26 Jens Axboeio_uring/rw: always setup io_async_rw for read/write...
2024-03-26 Jens Axboeio_uring/net: drop 'kmsg' parameter from io_req_msg_cle...
2024-03-26 Jens Axboeio_uring/net: add iovec recycling
2024-03-26 Jens Axboeio_uring/net: remove (now) dead code in io_netmsg_recycle()
2024-03-26 Jens Axboeio_uring: kill io_msg_alloc_async_prep()
2024-03-26 Jens Axboeio_uring/net: get rid of ->prep_async() for send side
2024-03-26 Jens Axboeio_uring/net: get rid of ->prep_async() for receive...
2024-03-26 Jens Axboeio_uring/net: always setup an io_async_msghdr
2024-03-26 Jens Axboeio_uring/net: unify cleanup handling
2024-03-26 Jens Axboeio_uring/net: switch io_recv() to using io_async_msghdr
2024-03-26 Jens Axboeio_uring/net: switch io_send() and io_send_zc() to...
2024-03-26 Linus TorvaldsMerge tag 'printk-for-6.9-rc2' of git://git./linux...
2024-03-26 Linus TorvaldsMerge tag 'pwm/for-6.9-rc2-fixes' of git://git./linux...
2024-03-26 Tavian Barnesbtrfs: fix race in read_extent_buffer_pages()
2024-03-26 Anand Jainbtrfs: return accurate error code on open failure in...
2024-03-26 Johannes Thumshirnbtrfs: zoned: don't skip block groups with 100% zone...
2024-03-26 Filipe Mananabtrfs: use btrfs_warn() to log message at btrfs_add_ext...
2024-03-26 Filipe Mananabtrfs: fix message not properly printing interval when...
2024-03-26 Filipe Mananabtrfs: fix warning messages not printing interval at...
2024-03-26 Filipe Mananabtrfs: fix extent map leak in unexpected scenario at...
2024-03-26 Anand Jainbtrfs: validate device maj:min during open
2024-03-26 Johannes Thumshirnbtrfs: zoned: fix use-after-free in do_zone_finish()
2024-03-25 Linus TorvaldsMerge tag 'gfs2-v6.8-fix' of git://git./linux/kernel...
2024-03-25 Linus TorvaldsMerge tag 'v6.9-p2' of git://git./linux/kernel/git...
2024-03-25 Jens Axboeio_uring/alloc_cache: shrink default max entries from...
2024-03-25 Jens Axboeio_uring: remove timeout/poll specific cancelations
2024-03-25 Jens Axboeio_uring: flush delayed fallback task_work in cancelation
2024-03-25 Pavel Begunkovio_uring: clean up io_lockdep_assert_cq_locked
2024-03-25 Pavel Begunkovio_uring: refactor io_req_complete_post()
2024-03-25 Pavel Begunkovio_uring: remove current check from complete_post
2024-03-25 Pavel Begunkovio_uring: get rid of intermediate aux cqe caches
2024-03-25 Pavel Begunkovio_uring: refactor io_fill_cqe_req_aux
2024-03-25 Pavel Begunkovio_uring: remove struct io_tw_state::locked
2024-03-25 Pavel Begunkovio_uring: force tw ctx locking
2024-03-25 Pavel Begunkovio_uring/rw: avoid punting to io-wq directly
2024-03-25 Jens Axboenvme/io_uring: use helper for polled completions
2024-03-25 Pavel Begunkovio_uring/cmd: document some uring_cmd related helpers
2024-03-25 Pavel Begunkovio_uring/cmd: fix tw <-> issue_flags conversion
2024-03-25 Pavel Begunkovio_uring/cmd: kill one issue_flags to tw conversion
2024-03-25 Pavel Begunkovio_uring/cmd: move io_uring_try_cancel_uring_cmd()
2024-03-25 Eric Van Hensbergenfs/9p: fix uninitialized values during inode evict
2024-03-25 Masami Hiramatsu... tracing: probes: Fix to zero initialize a local variable
2024-03-25 Zoltan HERPAIpwm: img: fix pwm clock lookup
2024-03-25 Sandeep DhavaleMAINTAINERS: erofs: add myself as reviewer
2024-03-25 Gao Xiangerofs: drop experimental warning for FSDAX
2024-03-25 Colin Ian Kingfs/9p: remove redundant pointer v9ses
2024-03-25 Lizhi Xufs/9p: fix uaf in in v9fs_stat2inode_dotl
2024-03-24 Linus TorvaldsLinux 6.9-rc1 v6.9-rc1
next