init: add support for root devices specified by partition UUID
[linux-flexiantxendom0-3.2.10.git] / block /
2010-09-15 Will Drewryinit: add support for root devices specified by partiti...
2010-09-15 Will Drewryblock, partition: add partition_meta_info to hd_struct
2010-09-15 Namhyung Kimblock: fix an address space warning in blk-map.c
2010-09-14 San Mehatblock: block_dump: Add number of sectors to debug output
2010-09-10 Martin K. Petersenblock/scsi: Provide a limit on the number of integrity...
2010-09-10 Martin K. PetersenConsolidate min_not_zero
2010-08-12 Adrian Hunterblock: add secure discard
2010-08-08 Dmitry Monakhovblkdev: fix blkdev_issue_zeroout return value
2010-08-08 ike Snitzerblock: update request stacking methods to support discards
2010-08-07 FUJITA Tomonoriblock: set up rq->rq_disk properly for flush requests
2010-08-07 FUJITA Tomonoriblock: set REQ_TYPE_FS on flush requests
2010-08-07 Jens Axboeblock: fix problem with sending down discard that isn...
2010-08-07 Dave Chinnerblkdev: check for valid request queue before issuing...
2010-08-07 Arnd Bergmannblock: remove BKL from partition ioctls
2010-08-07 Arnd Bergmannblock: remove BKL from BLKROSET and BLKFLSBUF
2010-08-07 Arnd Bergmannblock: push BKL into blktrace ioctls
2010-08-07 Arnd Bergmannblock: push down BKL into .locked_ioctl
2010-08-07 FUJITA Tomonoriblock: remove q->prepare_flush_fn completely
2010-08-07 FUJITA Tomonoriblock: permit PREFLUSH and POSTFLUSH without prepare_fl...
2010-08-07 FUJITA Tomonoriblock: introduce REQ_FLUSH flag
2010-08-07 James Bottomleyblock: implement an unprep function corresponding direc...
2010-08-07 Jens Axboeblock: fixup missing conversion from BIO_RW_DISCARD...
2010-08-07 Andi Kleengcc-4.6: block: fix unused but set variables in blk...
2010-08-07 Christoph Hellwigblock: don't allocate a payload for discard request
2010-08-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-08-07 Christoph Hellwigblock: remove wrappers for request type/flags
2010-08-07 Jens Axboeblock: add helpers for the trivial queue flag sysfs...
2010-08-07 Jens Axboeblock: add sysfs knob for turning off disk entropy...
2010-06-24 Tao Mablock: Don't count_vm_events for discard bio in submit_bio.
2010-06-21 Jens Axboecfq: fix recursive call in cfq_blkiocg_update_completio...
2010-06-18 Vivek Goyalcfq-iosched: Fixed boot warning with BLK_CGROUP=y and...
2010-06-17 Jeff Moyercfq: Don't allow queue merges for queues that have...
2010-06-17 Christoph Hellwigblock: fix DISCARD_BARRIER requests
2010-06-04 Mike Snitzerblock: make blk_init_free_list and elevator_init idempotent
2010-06-04 Mike Snitzerblock: avoid unconditionally freeing previously allocat...
2010-05-25 Shaohua Licfq-iosched: fix an oops caused by slab leak
2010-05-24 Mike Snitzerblock: Adjust elv_iosched_show to return "none" for...
2010-05-24 Konstantin Khlebnikovcfq-iosched: compact io_context radix_tree
2010-05-24 Konstantin Khlebnikovcfq-iosched: remove dead_key from cfq_io_context
2010-05-21 Jens AxboeMerge branch 'master' into for-2.6.35
2010-05-21 Paul E. McKenneyblock: remove all rcu head initializations
2010-05-11 Mike Snitzerblock: allow initialization of previously allocated...
2010-05-07 Li Zefanblk-cgroup: Fix an RCU warning in blkiocg_create()
2010-05-06 Vivek Goyalblk-cgroup: Fix RCU correctness warning in cfq_init_queue()
2010-05-03 Jens Axboeblock: kill some useless goto's in blk-cgroup.c
2010-04-29 Jens Axboeblock: fix bad use of min() on different types
2010-04-28 Dmitry Monakhovcfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_B...
2010-04-28 Dmitry Monakhovblkdev: add blkdev_issue_zeroout helper function
2010-04-28 Dmitry Monakhovblkdev: move blkdev_issue helper functions to separate...
2010-04-28 Dmitry Monakhovblkdev: allow async blkdev_issue_flush requests
2010-04-28 Dmitry Monakhovblkdev: generalize flags for blkdev_issue_fn functions
2010-04-26 Vivek Goyalblk-cgroup: config options re-arrangement
2010-04-26 Vivek Goyalblkio: Fix another BUG_ON() crash due to cfqq movement...
2010-04-21 Vivek Goyalblkio: Fix blkio crash during rq stat update
2010-04-21 Richard Kennedyblock: ensure jiffies wrap is handled correctly in...
2010-04-16 Divyesh Shahblkio: Initialize blkg->stats_lock for the root cfqg too
2010-04-15 Divyesh Shahblkio: fix for modular blk-cgroup build
2010-04-14 Richard Kennedyblock: ensure jiffies wrap is handled correctly in...
2010-04-14 Divyesh Shahblkio: Fix compile errors
2010-04-13 Jens AxboeMerge branch 'master' into for-2.6.35
2010-04-13 Divyesh Shahblock: Update to io-controller stats
2010-04-13 Gui Jianfengio-controller: Add a new interface "weight_device"...
2010-04-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-04-09 Divyesh Shahcfq-iosched: Fix the incorrect timeslice accounting...
2010-04-09 Divyesh Shahblkio: Add more debug-only per-cgroup stats
2010-04-09 Divyesh Shahblkio: Add io_queued and avg_queue_size stats
2010-04-09 Divyesh Shahblkio: Add io_merged stat
2010-04-09 Divyesh Shahblkio: Changes to IO controller additional stats patches
2010-04-06 Matthew Garrettlaptop-mode: Make flushes per-device
2010-04-05 Ricky Benitezblock: expose the statistics in blkio.time and blkio...
2010-04-02 Divyesh Shahblkio: Increment the blkio cgroup stats for real now
2010-04-02 Divyesh Shahblkio: Add io controller stats like
2010-04-02 Divyesh Shahblkio: Remove per-cfqq nr_sectors as we'll be passing
2010-04-02 wzt.wzt@gmail.comBlock: Fix block/elevator.c elevator_get() off-by-one...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-25 Divyesh Shahcfq-iosched: Do not merge queues of BE and IDLE classes
2010-03-25 Divyesh Shahcfq-iosched: Add additional blktrace log messages in...
2010-03-19 Jens AxboeMerge branch 'master' into for-linus
2010-03-19 Shaohua Licfq-iosched: fix a kbuild regression
2010-03-16 Li Zefanblock: make CONFIG_BLK_CGROUP visible
2010-03-15 Martin K. Petersenblock: Export max number of segments and max segment...
2010-03-15 Martin K. Petersenblock: Fix overrun in lcm() and move it to lib
2010-03-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-12 Ben Blumcgroups: blkio subsystem as module
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-01 Richard Kennedyblock: don't access jiffies when initialising io_context
2010-03-01 Richard Kennedycfq: remove 8 bytes of padding from cfq_rb_root on...
2010-03-01 Shaohua Licfq-iosched: quantum check tweak
2010-02-28 Corrado Zoccolocfq-iosched: requests "in flight" vs "in driver" clarif...
2010-02-28 Corrado Zoccolocfq-iosched: rethink seeky detection for SSDs
2010-02-28 Corrado Zoccolocfq-iosched: rework seeky detection
2010-02-26 Martin K. Petersenblock: Consolidate phys_segment and hw_segment limits
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2010-02-26 Martin K. Petersenblock: Add BLK_ prefix to definitions
2010-02-26 Martin K. Petersenblock: Remove unused accessor function
2010-02-26 Martin K. Petersenblock: Update blk_queue_max_sectors and documentation
2010-02-26 Gui Jianfengcfq: Remove useless css reference get
2010-02-25 Jens AxboeMerge branch 'master' into for-2.6.34
2010-02-23 Akinobu Mitablk-core: use BIO list management functions
next