]> www.infradead.org Git - users/hch/block.git/shortlog
users/hch/block.git
2020-11-16 Christoph Hellwigblock: stop using bdget_disk for partition 0 bdev-inode
2020-11-16 Christoph Hellwigblock: merge struct block_device and struct hd_struct
2020-11-16 Christoph Hellwigblock: use put_device in put_disk
2020-11-16 Christoph Hellwigblock: use disk_part_iter_exit in disk_part_iter_next
2020-11-16 Christoph Hellwigblock: add a bdev_kobj helper
2020-11-16 Christoph Hellwigblock: replace bd_mutex with a per-gendisk mutex
2020-11-16 Christoph Hellwigblock: remove the nr_sects field in struct hd_struct
2020-11-16 Christoph Hellwigblock: remove ->bd_contains
2020-11-16 Christoph Hellwigblock: simplify the block device claiming interface
2020-11-16 Christoph Hellwigblock: keep a block_device reference for each hd_struct
2020-11-16 Christoph Hellwigdm: remove the block_device reference in struct mapped_...
2020-11-16 Christoph Hellwigdm: simplify flush_bio initialization in __send_empty_flush
2020-11-16 Christoph Hellwigzram: remove the claim mechanism
2020-11-16 Christoph Hellwigmtip32xx: remove the call to fsync_bdev on removal
2020-11-16 Christoph Hellwiginit: cleanup match_dev_by_uuid and match_dev_by_label
2020-11-16 Christoph Hellwiginit: refactor devt_from_partuuid
2020-11-16 Christoph Hellwiginit: refactor name_to_dev_t
2020-11-14 Christoph Hellwigblock: change the hash used for looking up block devices
2020-11-14 Christoph Hellwigblock: remove a duplicate __disk_get_part prototype
2020-11-14 Christoph Hellwigblk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
2020-11-14 Christoph Hellwigblock: switch gendisk lookup to a simple xarray
2020-11-14 Christoph Hellwigz2ram: use separate gendisk for the different modes
2020-11-14 Christoph Hellwigz2ram: reindent
2020-11-14 Christoph Hellwigataflop: use a separate gendisk for each media format
2020-11-14 Christoph Hellwigamiflop: use separate gendisks for Amiga vs MS-DOS...
2020-11-14 Christoph Hellwigfloppy: use a separate gendisk for each media format
2020-11-14 Christoph Hellwigide: switch to __register_blkdev for command set probing
2020-11-14 Christoph Hellwigmd: use __register_blkdev to allocate devices on demand
2020-11-14 Christoph Hellwigloop: use __register_blkdev to allocate devices on...
2020-11-14 Christoph Hellwigbrd: use __register_blkdev to allocate devices on demand
2020-11-14 Christoph Hellwigsd: use __register_blkdev to avoid a modprobe for an...
2020-11-14 Christoph Hellwigswim: don't call blk_register_region
2020-11-14 Christoph Hellwigide: remove ide_{,un}register_region
2020-11-14 Christoph Hellwigblock: add an optional probe callback to major_names
2020-11-14 Christoph Hellwigblock: rework requesting modules for unclaimed devices
2020-11-14 Christoph Hellwigblock: split block_class_lock
2020-11-14 Christoph Hellwigblock: open code kobj_map into in block/genhd.c
2020-11-14 Christoph Hellwigblock: cleanup del_gendisk a bit
2020-11-14 Christoph Hellwigblock: propagate BLKROSET to all partitions
2020-11-14 Christoph Hellwigblock: remove __blkdev_driver_ioctl
2020-11-14 Christoph Hellwigblock: remove set_device_ro
2020-11-14 Christoph Hellwigloop: use set_disk_ro
2020-11-14 Christoph Hellwigblock: don't call into the driver for BLKROSET
2020-11-14 Christoph Hellwigdasd: implement ->set_read_only to hook into BLKROSET...
2020-11-14 Christoph Hellwigmd: implement ->set_read_only to hook into BLKROSET...
2020-11-14 Christoph Hellwigrbd: implement ->set_read_only to hook into BLKROSET...
2020-11-14 Christoph Hellwigblock: add a new set_read_only method
2020-11-14 Christoph Hellwigblock: don't call into the driver for BLKFLSBUF
2020-11-14 Christoph Hellwigmtd_blkdevs: don't override BLKFLSBUF
2020-11-14 Christoph Hellwigblock: unexport revalidate_disk_size block-size-cleanups
2020-11-14 Christoph Hellwigvirtio-blk: remove a spurious call to revalidate_disk_size
2020-11-14 Christoph Hellwigmd: remove a spurious call to revalidate_disk_size...
2020-11-14 Christoph Hellwigmd: use set_capacity_and_notify
2020-11-14 Christoph Hellwigdm-raid: use set_capacity_and_notify
2020-11-14 Christoph Hellwigzram: use set_capacity_and_notify
2020-11-14 Christoph Hellwigrnbd: use set_capacity_and_notify
2020-11-14 Christoph Hellwigrbd: use set_capacity_and_notify
2020-11-14 Christoph Hellwigdrbd: use set_capacity_and_notify
2020-11-14 Christoph Hellwignvme: use set_capacity_and_notify in nvme_set_queue_dying
2020-11-14 Christoph Hellwigpktcdvd: use set_capacity_and_notify
2020-11-14 Christoph Hellwigdm: use set_capacity_and_notify
2020-11-14 Christoph Hellwigaoe: don't call set_capacity from irq context
2020-11-14 Christoph Hellwignbd: use set_capacity_and_notify
2020-11-14 Christoph Hellwignbd: validate the block size in nbd_set_size
2020-11-14 Christoph Hellwignbd: refactor size updates
2020-11-14 Christoph Hellwignbd: move the task_recv check into nbd_size_update
2020-11-14 Christoph Hellwignbd: remove the call to set_blocksize
2020-11-14 Christoph Hellwigblock: remove the update_bdev parameter to set_capacity...
2020-11-14 Christoph Hellwigsd: update the bdev size in sd_revalidate_disk
2020-11-14 Christoph Hellwignvme: let set_capacity_revalidate_and_notify update...
2020-11-14 Christoph Hellwigloop: let set_capacity_revalidate_and_notify update...
2020-11-14 Christoph Hellwigblock: remove the call to __invalidate_device in check_...
2020-11-14 Linus TorvaldsMerge tag 'vfs-5.10-fixes-2' of git://git.kernel.org...
2020-11-14 Linus TorvaldsMerge tag 'xfs-5.10-fixes-5' of git://git.kernel.org...
2020-11-13 Linus TorvaldsMerge tag 'block-5.10-2020-11-13' of git://git.kernel...
2020-11-13 Linus TorvaldsMerge tag 'io_uring-5.10-2020-11-13' of git://git.kerne...
2020-11-13 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.10-2' of git://git...
2020-11-13 Linus TorvaldsMerge tag 'pinctrl-v5.10-2' of git://git.kernel.org...
2020-11-13 Linus TorvaldsMerge tag 'gpio-v5.10-2' of git://git.kernel.org/pub...
2020-11-13 Linus TorvaldsMerge tag 'mmc-v5.10-rc3' of git://git.kernel.org/pub...
2020-11-13 Linus TorvaldsMerge tag 'drm-fixes-2020-11-13' of git://anongit.freed...
2020-11-13 Linus TorvaldsMerge tag 'trace-v5.10-rc3' of git://git.kernel.org...
2020-11-13 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2020-11-13 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2020-11-13 Linus TorvaldsMerge tag 'ext4_for_linus_bugfixes' of git://git.kernel...
2020-11-13 Marc Kleine... dt-bindings: clock: imx5: fix example
2020-11-13 Marc Kleine... dt-bindings: can: fsl,flexcan.yaml: fix compatible...
2020-11-13 Konrad Dybcioarm64: cpu_errata: Apply Erratum 845719 to KRYO2XX...
2020-11-13 Konrad Dybcioarm64: proton-pack: Add KRYO2XX silver CPUs to spectre...
2020-11-13 Konrad Dybcioarm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti...
2020-11-13 Konrad Dybcioarm64: Add MIDR value for KRYO2XX gold/silver CPU cores
2020-11-13 Anshuman Khandualarm64/mm: Validate hotplug range before creating linear...
2020-11-13 Dave AirlieMerge tag 'amd-drm-fixes-5.10-2020-11-12' of git:/...
2020-11-13 Dave AirlieMerge tag 'drm-intel-fixes-2020-11-13' of git://anongit...
2020-11-13 Tianci.Yindrm/amdgpu: enable DCN for navi10 headless SKU
2020-11-13 Roman Lidrm/amdgpu: add ta firmware load for green-sardine
2020-11-13 Dave AirlieMerge tag 'drm-misc-fixes-2020-11-12' of git://anongit...
2020-11-13 Masami Hiramatsubootconfig: Extend the magic check range to the precedi...
2020-11-13 Venkata Sandeep... drm/i915: Correctly set SFC capability for video engines
2020-11-13 Chris Wilsondrm/i915/gem: Pull phys pread/pwrite implementations...
next