summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-10-29iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pagesMing Lei-22/+45
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei-13/+81
2024-10-26nvme: core: switch to non_owner variant of start_freeze/unfreeze queueMing Lei-2/+7
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei-0/+22
2024-10-23blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche-1/+0
2024-10-22blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche-1/+2
2024-10-22block: remove redundant explicit memory barrier from rq_qos waiter and wakerMuchun Song-3/+1
2024-10-22Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe-17/+38
2024-10-22block: flush all throttled bios when deleting the cgroupLi Lingfeng-24/+44
2024-10-22block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song-0/+19
2024-10-22block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song-13/+34
2024-10-22block: fix missing dispatching request when queue is started or unquiescedMuchun Song-0/+2
2024-10-22Revert "blk-throttle: Fix IO hang for a corner case"Xiuhong Wang-4/+4
2024-10-22block: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall-8/+1
2024-10-22block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce-0/+28
2024-10-22Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IOUday Shankar-6/+18
2024-10-22ublk: support device recovery without I/O queueingUday Shankar-15/+81
2024-10-22ublk: merge stop_work and quiesce_workUday Shankar-39/+25
2024-10-22ublk: refactor recovery configuration flag helpersUday Shankar-20/+42
2024-10-22ublk: check recovery flags for validityUday Shankar-0/+11
2024-10-22block: enable passthrough command statisticsKeith Busch-1/+73
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig-13/+8
2024-10-22block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov-0/+2
2024-10-22block: move issue side time stamping to blk_account_io_start()Jens Axboe-8/+4
2024-10-22block: set issue time stamp based on queue stateJens Axboe-1/+1
2024-10-22dt-bindings: mmc: Document support for partition table in mmc-cardChristian Marangi-0/+52
2024-10-22block: add support for partition table defined in OFChristian Marangi-0/+124
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi-1/+54
2024-10-22block: introduce add_disk_fwnode()Christian Marangi-4/+27
2024-10-22docs: block: Document support for read-only partition in cmdline partChristian Marangi-1/+4
2024-10-22block: add support for defining read-only partitionsChristian Marangi-0/+7
2024-10-22block: kill blk_do_io_stat() helperJens Axboe-21/+9
2024-10-22block: remove 'req->part' check for stats accountingJens Axboe-4/+3
2024-10-22block: remove redundant passthrough check in blk_mq_need_time_stamp()Jens Axboe-6/+0
2024-10-22block: move iostat check into blk_acount_io_start()Jens Axboe-20/+22
2024-10-20Linux 6.12-rc4v6.12-rc4Linus Torvalds-1/+1
2024-10-20Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-25/+14
2024-10-20Merge tag 'pinctrl-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+23
2024-10-20Merge tag 'char-misc-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-267/+117
2024-10-20Merge tag 'tty-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-57/+67
2024-10-20Merge tag 'usb-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-58/+151
2024-10-20Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+47
2024-10-20Merge tag 'irq_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-32/+73
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-72/+146
2024-10-20Merge tag 'for-linus-6.12a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+44
2024-10-20Merge tag 'dma-mapping-6.12-2024-10-20' of git://git.infradead.org/users/hch/...Linus Torvalds-8/+8
2024-10-19Merge tag 'io_uring-6.12-20241019' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2024-10-19block: Add bdev atomic write limits helpersJohn Garry-0/+16
2024-10-19fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry-14/+19
2024-10-19block/fs: Pass an iocb to generic_atomic_write_valid()John Garry-7/+7