| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -8/+6 |
| 2012-08-20 | workqueue: deprecate system_nrt[_freezable]_wq | Tejun Heo | 1 | -5/+5 |
| 2012-08-13 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -4/+2 |
| 2012-08-03 | block: Don't use static to define "void *p" in show_partition_start() | Jianpeng Ma | 1 | -1/+1 |
| 2012-08-01 | block: add partition resize function to blkpg ioctl | Vivek Goyal | 1 | -5/+15 |
| 2012-05-15 | block: fix buffer overflow when printing partition UUIDs | Tejun Heo | 1 | -4/+6 |
| 2012-03-02 | Block: use a freezable workqueue for disk-event polling | Alan Stern | 1 | -5/+5 |
| 2012-03-02 | block: fix __blkdev_get and add_disk race condition | Stanislaw Gruszka | 1 | -13/+19 |
| 2012-01-15 | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2012-01-06 | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 1 | -3/+2 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2012-01-03 | fs: move code out of buffer.c | Al Viro | 1 | -1/+0 |
| 2012-01-03 | make register_disk() static | Al Viro | 1 | -1/+1 |
| 2011-12-14 | block: misc updates to blk_get_queue() | Tejun Heo | 1 | -1/+1 |
| 2011-11-10 | block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk" | Tejun Heo | 1 | -71/+0 |
| 2011-11-04 | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
| 2011-11-04 | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+8 |
| 2011-10-19 | block: make gendisk hold a reference to its queue | Tejun Heo | 1 | -0/+8 |
| 2011-08-29 | [SCSI] genhd: add a new attribute "alias" in gendisk | Nao Nishijima | 1 | -0/+71 |
| 2011-08-23 | block: add GENHD_FL_NO_PART_SCAN | Tejun Heo | 1 | -2/+2 |
| 2011-08-02 | block/genhd.c: remove useless cast in diskstats_show() | Herbert Poetzl | 1 | -4/+4 |
| 2011-07-25 | Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -13/+15 |
| 2011-07-20 | block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() | Lai Jiangshan | 1 | -9/+1 |
| 2011-07-01 | block: flush MEDIA_CHANGE from drivers on close(2) | Tejun Heo | 1 | -10/+12 |
| 2011-07-01 | Merge branch 'for-linus' into for-3.1/core | Jens Axboe | 1 | -34/+45 |
| 2011-06-13 | block:remove some spare spaces in genhd.c | Wanlong Gao | 1 | -3/+3 |
| 2011-06-09 | block: make disk_block_events() properly wait for work cancellation | Tejun Heo | 1 | -0/+10 |
| 2011-06-09 | block: remove non-syncing __disk_block_events() and fold it into disk_block_e... | Tejun Heo | 1 | -31/+24 |
| 2011-06-09 | block: don't use non-syncing event blocking in disk_check_events() | Tejun Heo | 1 | -3/+11 |
| 2011-05-26 | block: always allocate genhd->ev if check_events is implemented | Tejun Heo | 1 | -1/+1 |
| 2011-04-21 | block: don't propagate unlisted DISK_EVENTs to userland | Tejun Heo | 1 | -2/+6 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-09 | block: Don't implicitly trigger event check on disk_unblock_events() | Tejun Heo | 1 | -1/+1 |
| 2011-03-04 | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core | Tejun Heo | 1 | -1/+1 |
| 2011-03-02 | block/genhd: Change some numerals into macros | Liu Yuan | 1 | -8/+8 |
| 2011-02-24 | Fix over-zealous flush_disk when changing device size. | NeilBrown | 1 | -1/+1 |
| 2011-01-13 | Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core | Jens Axboe | 1 | -28/+516 |
| 2011-01-07 | block: add internal hd part table references | Jens Axboe | 1 | -1/+2 |
| 2011-01-05 | block: fix accounting bug on cross partition merges | Jerome Marchand | 1 | -0/+1 |
| 2010-12-17 | fs/block: type signature of major_to_index(int) to major_to_index(unsigned) | Yang Zhang | 1 | -1/+1 |
| 2010-12-17 | block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p) | Yang Zhang | 1 | -1/+1 |
| 2010-12-16 | implement in-kernel gendisk events handling | Tejun Heo | 1 | -0/+429 |
| 2010-12-16 | block: move register_disk() and del_gendisk() to block/genhd.c | Tejun Heo | 1 | -3/+87 |
| 2010-12-16 | block: kill genhd_media_change_notify() | Tejun Heo | 1 | -25/+0 |
| 2010-10-24 | Revert "block: fix accounting bug on cross partition merges" | Jens Axboe | 1 | -14/+0 |
| 2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -5/+2 |
| 2010-10-22 | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 1 | -5/+2 |
| 2010-10-19 | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu | 1 | -0/+14 |
| 2010-09-16 | block: Fix race during disk initialization | Signed-off-by: Jan Kara | 1 | -2/+4 |
| 2010-09-15 | init: add support for root devices specified by partition UUID | Will Drewry | 1 | -2/+7 |
| 2010-09-15 | block, partition: add partition_meta_info to hd_struct | Will Drewry | 1 | -0/+1 |
| 2010-05-21 | block: remove all rcu head initializations | Paul E. McKenney | 1 | -1/+0 |
| 2010-04-15 | blkio: fix for modular blk-cgroup build | Divyesh Shah | 1 | -0/+1 |
| 2010-01-11 | block: Fix discard alignment calculation and printing | Martin K. Petersen | 1 | -1/+1 |
| 2009-11-10 | block: Expose discard granularity | Martin K. Petersen | 1 | -0/+12 |
| 2009-10-06 | block: Seperate read and write statistics of in_flight requests v2 | Nikanth Karthikesan | 1 | -1/+3 |
| 2009-10-04 | Revert "Seperate read and write statistics of in_flight requests" | Jens Axboe | 1 | -3/+1 |
| 2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -4/+4 |
| 2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -1/+1 |
| 2009-09-14 | Seperate read and write statistics of in_flight requests | Nikanth Karthikesan | 1 | -1/+3 |
| 2009-09-11 | Send uevents for write_protect changes | Hannes Reinecke | 1 | -2/+16 |
| 2009-06-15 | Driver Core: block: add nodename support for block drivers. | Kay Sievers | 1 | -0/+10 |
| 2009-05-22 | block: Export I/O topology for block devices and partitions | Martin K. Petersen | 1 | -0/+11 |
| 2009-04-22 | block: include empty disks in /proc/diskstats | Tejun Heo | 1 | -4/+8 |
| 2009-02-26 | block: add documentation for register_blkdev() | Márton Németh | 1 | -0/+16 |
| 2009-02-18 | block: fix booting from partitioned md array | Neil Brown | 1 | -0/+8 |
| 2009-01-06 | block: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
| 2008-12-29 | block: add one-hit cache for disk partition lookup | Jens Axboe | 1 | -4/+19 |
| 2008-12-03 | block: set disk->node_id before it's being used | Cheng Renquan | 1 | -1/+1 |
| 2008-11-18 | block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nash | Zhang, Yanmin | 1 | -0/+2 |
| 2008-10-23 | proc: move /proc/diskstats boilerplate to block/genhd.c | Alexey Dobriyan | 1 | -1/+14 |
| 2008-10-23 | proc: move rest of /proc/partitions code to block/genhd.c | Alexey Dobriyan | 1 | -1/+21 |
| 2008-10-17 | block: fix current kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
| 2008-10-17 | block: fix kernel-doc for blk_alloc_devt() | Li Zefan | 1 | -1/+0 |
| 2008-10-09 | block: add fault injection mechanism for faking request timeouts | Jens Axboe | 1 | -0/+8 |
| 2008-10-09 | block: fix duplicate headers for /proc/partitions | Tejun Heo | 1 | -1/+1 |
| 2008-10-09 | block: don't test for partition size in bdget_disk() and blk_lookup_devt() | Tejun Heo | 1 | -2/+2 |
| 2008-10-09 | block: kmalloc args reversed, small function definition fixes | Harvey Harrison | 1 | -2/+2 |
| 2008-10-09 | block: allow disk to have extended device number | Tejun Heo | 1 | -1/+24 |
| 2008-10-09 | block: replace @ext_minors with GENHD_FL_EXT_DEVT | Tejun Heo | 1 | -15/+1 |
| 2008-10-09 | block: make partition array dynamic | Tejun Heo | 1 | -20/+109 |
| 2008-10-09 | block: move stats from disk to part0 | Tejun Heo | 1 | -73/+24 |
| 2008-10-09 | block: kill GENHD_FL_FAIL and use part0->make_it_fail | Tejun Heo | 1 | -29/+1 |
| 2008-10-09 | block: move policy from disk to part0 | Tejun Heo | 1 | -11/+5 |
| 2008-10-09 | block: unify sysfs size node handling | Tejun Heo | 1 | -9/+1 |
| 2008-10-09 | block: move __dev from disk to part0 | Tejun Heo | 1 | -28/+12 |
| 2008-10-09 | block: introduce partition 0 | Tejun Heo | 1 | -17/+23 |
| 2008-10-09 | block: implement and use {disk|part}_to_dev() | Tejun Heo | 1 | -13/+14 |
| 2008-10-09 | block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT | Tejun Heo | 1 | -3/+35 |
| 2008-10-09 | block: adjust formatting for large minors and add ext_range sysfs attr | Tejun Heo | 1 | -11/+34 |
| 2008-10-09 | block: implement extended dev numbers | Tejun Heo | 1 | -5/+115 |
| 2008-10-09 | block: fix diskstats access | Tejun Heo | 1 | -9/+11 |
| 2008-10-09 | block: fix disk->part[] dereferencing race | Tejun Heo | 1 | -31/+187 |
| 2008-10-09 | block: don't depend on consecutive minor space | Tejun Heo | 1 | -31/+76 |
| 2008-10-09 | block: make variable and argument names more consistent | Tejun Heo | 1 | -29/+25 |
| 2008-10-09 | block: misc updates | Tejun Heo | 1 | -2/+2 |
| 2008-10-09 | block: use class_dev_iterator instead of class_for_each_device() | Tejun Heo | 1 | -155/+97 |
| 2008-10-09 | block: don't grab block_class_lock unnecessarily | Tejun Heo | 1 | -19/+9 |
| 2008-10-09 | block: fix partition info printouts | Tejun Heo | 1 | -5/+5 |
| 2008-10-09 | Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati... | Randy Dunlap | 1 | -2/+3 |
| 2008-09-01 | block: restore original behavior of /proc/partition when there's no partition | Tejun Heo | 1 | -1/+12 |
| 2008-08-29 | remove blk_register_filter and blk_unregister_filter in gendisk | FUJITA Tomonori | 1 | -2/+0 |
| 2008-08-21 | block: drop references taken by class_find_device() | Kay Sievers | 1 | -6/+16 |
| 2008-08-21 | block: fix partial read() of /proc/{partitions,diskstats} | Kay Sievers | 1 | -6/+8 |
| 2008-07-21 | block: make /proc/partitions and /proc/diskstats use class_find_device() | Greg Kroah-Hartman | 1 | -12/+13 |
| 2008-07-21 | block: move header for /proc/partitions to seq_start | Greg Kroah-Hartman | 1 | -3/+4 |
| 2008-07-21 | block: make proc files seq_start use the class_find_device() | Greg Kroah-Hartman | 1 | -14/+17 |
| 2008-07-21 | block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled | Randy Dunlap | 1 | -0/+2 |
| 2008-07-21 | block: make blk_lookup_devt use the class iterator function | Greg Kroah-Hartman | 1 | -12/+26 |
| 2008-07-21 | block: make printk_partition use the class iterator function | Greg Kroah-Hartman | 1 | -43/+50 |
| 2008-07-21 | block: fix compiler warning in genhd.c | Greg Kroah-Hartman | 1 | -1/+3 |
| 2008-07-21 | sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor | Dan Williams | 1 | -1/+4 |
| 2008-07-03 | allow userspace to modify scsi command filter on per device basis | Adel Gadllah | 1 | -0/+2 |
| 2008-07-03 | block: export "ro" attribute | Kay Sievers | 1 | -0/+10 |
| 2008-06-09 | Fix invalid access errors in blk_lookup_devt | Linus Torvalds | 1 | -0/+2 |
| 2008-05-14 | block: do_mounts - accept root=<non-existant partition> | Kay Sievers | 1 | -3/+6 |
| 2008-04-30 | mm: bdi: export BDI attributes in sysfs | Peter Zijlstra | 1 | -0/+8 |
| 2008-03-12 | genhd must_check warning fix | Roland McGrath | 1 | -1/+3 |
| 2008-03-04 | block/genhd.c: cleanups | Adrian Bunk | 1 | -1/+5 |
| 2008-03-04 | proper prototype for blk_dev_init() | Adrian Bunk | 1 | -2/+2 |
| 2008-02-08 | Enhanced partition statistics: procfs | Jerome Marchand | 1 | -6/+22 |
| 2008-01-29 | block: constify function pointer tables | Jan Engelhardt | 1 | -2/+2 |
| 2008-01-24 | Driver core: convert block from raw kobjects to core devices | Kay Sievers | 1 | -233/+183 |
| 2008-01-24 | kset: convert block_subsys to use kset_create | Greg Kroah-Hartman | 1 | -18/+16 |
| 2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -2/+3 |
| 2007-11-27 | block: Fix memory leak in alloc_disk_node() | Jerome Marchand | 1 | -0/+1 |
| 2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -27/+8 |
| 2007-07-17 | unregister_blkdev(): return void | Akinobu Mita | 1 | -6/+1 |
| 2007-07-17 | unregister_blkdev(): do WARN_ON on failure | Akinobu Mita | 1 | -2/+3 |
| 2007-07-17 | Slab allocators: Replace explicit zeroing with __GFP_ZERO | Christoph Lameter | 1 | -4/+4 |
| 2007-05-23 | genhd: send async notification on media change | Kristen Carlson Accardi | 1 | -0/+23 |
| 2007-05-23 | genhd: expose AN to user space | Kristen Carlson Accardi | 1 | -1/+9 |
| 2007-05-09 | Display all possible partitions when the root filesystem failed to mount | Dave Gilbert | 1 | -0/+53 |
| 2007-05-02 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 1 | -6/+6 |
| 2007-04-04 | [PATCH] remove protection of LANANA-reserved majors | Andrew Morton | 1 | -2/+0 |
| 2007-02-20 | [PATCH] rework reserved major handling | Andrew Morton | 1 | -7/+2 |
| 2007-02-12 | [PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majors | Andrew Morton | 1 | -0/+8 |
| 2006-12-08 | [PATCH] fault-injection capability for disk IO | Akinobu Mita | 1 | -0/+31 |
| 2006-09-29 | [PATCH] block: handle subsystem_register() init errors | Randy Dunlap | 1 | -2/+7 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-21 | [PATCH] Driver core: add generic "subsystem" link to all devices | Kay Sievers | 1 | -5/+2 |
| 2006-05-12 | Revert "[BLOCK] Fix oops on removal of SD/MMC card" | Linus Torvalds | 1 | -2/+0 |
| 2006-05-05 | [BLOCK] Fix oops on removal of SD/MMC card | Russell King | 1 | -0/+2 |
| 2006-03-31 | [PATCH] Simplify proc/devices and fix early termination regression | Joe Korty | 1 | -92/+11 |
| 2006-03-27 | [BLOCK] increase size of disk stat counters | Ben Woodard | 1 | -3/+3 |
| 2006-03-20 | [PATCH] kobj_map semaphore to mutex conversion | Jes Sorensen | 1 | -15/+16 |
| 2006-01-14 | [PATCH] convert /proc/devices to use seq_file interface | Neil Horman | 1 | -20/+86 |
| 2006-01-04 | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 1 | -24/+24 |
| 2005-11-12 | [BLOCK] Document the READ/WRITE splitup of the disk stats | Jens Axboe | 1 | -6/+8 |
| 2005-11-04 | [BLOCK] Move all core block layer code to new block/ directory | Jens Axboe | 1 | -0/+726 |