nfs: new subdir Documentation/filesystems/nfs
[safe/jmp/linux-2.6] / block /
2009-06-02 Kiyoshi Uedablock: fix a possible oops on elv_abort_queue()
2009-05-30 James Bottomleyblock: fix an oops on BLKPREP_KILL
2009-05-28 Mike Snitzerblock: export blk_stack_limits()
2009-05-27 Kiyoshi Uedablock: fix no diskstat problem
2009-05-27 James Bottomleyblock: fix oops with block tag queueing
2009-05-22 Martin K. Petersenblock: Export I/O topology for block devices and partitions
2009-05-22 Martin K. Petersenblock: Expose stacked device queues in sysfs
2009-05-22 Martin K. Petersenblock: Move queue limits to an embedded struct
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-22 Jens AxboeMerge branch 'master' into for-2.6.31
2009-05-20 Jens Axboeblock: change the tag sync vs async restriction logic
2009-05-19 Jens Axboeblock: add warning to blk_make_request()
2009-05-19 Boaz Harroshblock: Un-export blk_rq_append_bio
2009-05-19 Boaz Harroshblock: Add blk_make_request(), takes bio, returns a...
2009-05-19 James Bottomleyblock: allow blk_rq_map_kern to append to requests
2009-05-19 Tejun Heoblock: set rq->resid_len to blk_rq_bytes() on issue
2009-05-18 Ingo MolnarMerge commit 'v2.6.30-rc6' into tracing/core
2009-05-12 Kazuhisa Ichikawablock: fix the bio_vec array index out-of-bounds test
2009-05-11 FUJITA Tomonoriblock: move completion related functions back to blk...
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: hide request sector and data_len
2009-05-11 Tejun Heoblock: drop request->hard_* and *nr_sectors
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-05-11 Tejun Heoblock: implement blk_rq_pos/[cur_]sectors() and convert...
2009-05-11 Tejun Heoblock: add rq->resid_len
2009-05-07 Ingo MolnarMerge branch 'linus' into tracing/core
2009-05-06 Alan D. Brunelleblktrace: from-sector redundant in trace_block_remap
2009-04-28 Tejun Heoblock: don't init rq fields unnecessarily
2009-04-28 Nikanth Karthikesanblock: catch trying to use more bits than request-...
2009-04-28 Jens Axboeblock: include discard requests in IO accounting
2009-04-28 Jens Axboeblock: make blk_do_io_stat() do the full "is this rq...
2009-04-28 Tejun Heoblock: kill rq->data
2009-04-28 Tejun Heoblock: implement and use [__]blk_end_request_all()
2009-04-28 Tejun Heoblock: move rq->start_time initialization to blk_rq_init()
2009-04-28 Tejun Heoblock: clean up request completion API
2009-04-28 Tejun Heoblock: kill blk_end_request_callback()
2009-04-28 Tejun Heoblock: reorganize request fetching functions
2009-04-28 Tejun Heoblock: reorder request completion functions
2009-04-28 Tejun Heoblock: clean up misc stuff after block layer timeout...
2009-04-28 Tejun Heoblock: cleanup REQ_SOFTBARRIER usages
2009-04-28 Tejun Heoblock: don't set REQ_NOMERGE unnecessarily
2009-04-28 Tejun Heoblock: kill blk_start_queueing()
2009-04-28 Tejun Heoblock: merge blk_invoke_request_fn() into __blk_run_queue()
2009-04-28 Bartlomiej Zolnier... block: enable by default support for large devices...
2009-04-28 Tejun Heoblock: clear req->errors on bio completion only for...
2009-04-24 Jens Axboecfq-iosched: cache prio_tree root in cfqq->p_root
2009-04-24 Jens Axboecfq-iosched: fix bug with aliased request and cooperati...
2009-04-24 Jens Axboecfq-iosched: clear ->prio_trees[] on cfqd alloc
2009-04-24 Hannes Reineckeblock: fix intermittent dm timeout based oops
2009-04-24 Jerome Marchandblock: simplify I/O stat accounting
2009-04-22 Jeff Moyercfq-iosched: use the default seek distance when there...
2009-04-22 Jeff Moyercfq-iosched: make seek_mean converge more quickly
2009-04-22 Jens Axboeblock: make blk_abort_queue() ignore non-request based...
2009-04-22 Tejun Heoblock: include empty disks in /proc/diskstats
2009-04-22 Tejun Heoblock: fix queue bounce limit setting
2009-04-22 Tejun Heoblock: fix SG_IO vector request data length handling
2009-04-18 Tejun Heoblock: clear req->errors on bio completion only for...
2009-04-16 Li Zefanblktrace: add trace/ to /sys/block/sda
2009-04-16 Shawn Dublktrace: support per-partition tracing
2009-04-15 Jens Axboecfq-iosched: add close cooperator code
2009-04-15 Jens Axboecfq-iosched: log responsible 'cfqq' in idle timer arm
2009-04-15 Jens Axboecfq-iosched: tweak kick logic a bit more
2009-04-15 Jens Axboecfq-iosched: no need to save interrupts in cfq_kick_queue()
2009-04-15 Nikanth Karthikesanblock: Remove code handling bio_alloc failure with...
2009-04-15 FUJITA Tomonoriblock: fix SG_IO to return a proper error value
2009-04-15 Jens Axboecfq-iosched: don't delay queue kick for a merged request
2009-04-15 Jens Axboeas-iosched: get rid of private REQ_SYNC/REQ_ASYNC defines
2009-04-15 Jens Axboecfq-iosched: get rid of private SYNC/ASYNC defines
2009-04-15 Jens Axboecfq-iosched: use rw_is_sync() to see if rw flags are...
2009-04-15 Jens Axboeblock: fix bad spelling of quiesce
2009-04-07 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-04-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-04-07 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-04-07 Ingo MolnarMerge branch 'tracing/urgent' into tracing/ftrace
2009-04-07 Jens Axboecfq-iosched: don't let idling interfere with plugging
2009-04-07 Jens Axboeblock: remove unused REQ_UNPLUG
2009-04-07 Jens Axboecfq-iosched: kill two unused cfqq flags
2009-04-07 Jens Axboecfq-iosched: change dispatch logic to deal with single...
2009-04-07 Jerome Marchandblock: fix inconsistency in I/O stat accounting code
2009-04-07 Jens Axboeblock: elevator quiescing helpers
2009-04-07 Alan Coxpata_artop: typo
2009-04-06 Jens Axboeblock: Add flag for telling the IO schedulers NOT to...
2009-04-06 Jens Axboeblock: enabling plugging on SSD devices that don't...
2009-04-06 Jens Axboeblock: change the request allocation/congestion logic...
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-04-05 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-cpumask
2009-04-04 Linus TorvaldsMerge branch 'ipi-for-linus' of git://git./linux/kernel...
2009-04-03 Li Zefanblktrace: fix pdu_len when tracing packet command requests
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-30 Ingo MolnarMerge branch 'linus' into cpumask-for-linus
2009-03-28 Linus TorvaldsMerge branch 'percpu-cpumask-x86-for-linus-2' of git...
2009-03-28 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-26 Boaz Harroshbsg: Remove bogus check against request_queue->max_sectors
2009-03-26 Boaz Harroshblock: WARN in __blk_put_request() for potential bio...
2009-03-24 Boaz Harroshbsg: add support for tail queuing
2009-03-24 Jens Axboeblock: get rid of unused blkdev_free_rq() define
2009-03-24 Jens Axboeblock: remove various blk_queue_*() setting functions...
2009-03-13 Ingo MolnarMerge branch 'x86/core' into core/ipi
next