Kobject: rename kobject_init_ng() to kobject_init()
[safe/jmp/linux-2.6] / block / ll_rw_blk.c
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_init_ng() to kobject_init()
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_add_ng() to kobject_add()
2008-01-25 Greg Kroah-HartmanKobject: convert block/ll_rw_blk.c to use kobject_init...
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2007-11-27 Jens AxboeRevert "ll_rw_blk: temporarily enable max_segments...
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-11-09 Jens Axboeblock: fix requeue handling in blk_queue_invalidate_tags()
2007-11-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2007-11-02 Jens Axboe[BLOCK] Don't allow empty barriers to be passed down...
2007-11-02 Jens Axboe[SG] Get rid of __sg_mark_end()
2007-10-29 Jens Axboe[BLOCK] Fix bad sharing of tag busy list on queues...
2007-10-29 Nick Pigginblock: use lock bitops for the tag map.
2007-10-29 Oleg Nesterovblk_sync_queue() should cancel request_queue->unplug_work
2007-10-29 Jerome Marchandblock layer: remove a unused argument of drive_stat_acct()
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-23 Jens Axboe[BLOCK] blk_rq_map_sg: force clear termination bit
2007-10-23 Jens Axboe[BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()
2007-10-22 Jens Axboe[SG] Update block layer to use sg helpers
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Randy Dunlapkernel-api docbook: fix content problems
2007-10-17 Jens Axboe[BLOCK] blk_rq_map_sg() next_sg fixup
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-10-17 Jens Axboe[BLOCK] Clear sg entry before filling in blk_rq_map_sg()
2007-10-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-16 Fengguang Wureadahead: remove the limit max_sectors_kb imposed...
2007-10-16 Jens Axboell_rw_blk: temporarily enable max_segments tweaking
2007-10-16 Jens Axboeblock: convert to using sg helpers
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-16 Jens Axboeblock: Initial support for data-less (or empty) barrier...
2007-10-16 Jens Axboeblock: factor our bio_check_eod()
2007-10-16 Jens Axboeblock: add end_queued_request() and end_dequeued_reques...
2007-10-16 Jens Axboeblock: ll_rw_blk.c: cosmetics
2007-10-12 Greg Kroah-Hartmankobjects: fix up improper use of the kobject name field
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-10-10 NeilBrownDon't decrement bi_size in bio_endio
2007-10-10 NeilBrownRemove flush_dry_bio_endio
2007-10-10 Satyam Sharmall_rw_blk: blk_cpu_notifier should be __cpuinitdata
2007-10-10 Jens AxboeFixup rq_for_each_segment() indentation
2007-10-10 NeilBrownShare code between init_request_from_bio and blk_rq_bio...
2007-10-10 NeilBrownStop exporting blk_rq_bio_prep
2007-10-10 NeilBrownNew function blk_req_append_bio
2007-10-10 NeilBrownIntroduce rq_for_each_segment replacing rq_for_each_bio
2007-10-10 NeilBrownMerge blk_recount_segments into blk_recalc_rq_segments
2007-09-14 Nick Pigginshared tag queue barrier comment
2007-09-13 Jens AxboeFix race with shared tag queue maps
2007-08-11 Alan D. BrunelleFix remap handling by blktrace
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-17 Christoph LameterSlab allocators: Replace explicit zeroing with __GFP_ZERO
2007-07-16 FUJITA Tomonoriadd a struct request pointer to the request structure
2007-07-16 FUJITA Tomonoribind bsg to all SCSI devices
2007-07-16 FUJITA Tomonoribsg: bind bsg to request_queue instead of gendisk
2007-07-16 Jens Axboebsg: support for full generic block layer SG v3
2007-07-10 Tejun Heo[BLOCK] drop unnecessary bvec rewinding from flush_dry_...
2007-07-10 Jens Axboeblk_hw_contig_segment(): bad segment size checks
2007-06-15 Tejun Heoblock: always requeue !fs requests at the front
2007-05-15 Jens Axboell_rw_blk: fix gcc 4.2 warning on current_io_context()
2007-05-11 Neil BrownWhen stacked block devices are in-use (e.g. md or dm...
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Oleg Nesterovunify flush_work/flush_work_keventd and rename it to...
2007-05-09 Andrew Mortonkblockd: use flush_work
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-08 Mike Christie[PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()
2007-05-05 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-04-30 Jens Axboell_rw_blk: add io_context private pointer
2007-04-17 Alan Stern[SCSI] sg: cap reserved_size values at max_sectors
2007-03-27 Vasily Tarasovblock: blk_max_pfn is somtimes wrong
2007-02-09 Neil Brown[PATCH] md: fix various bugs with aligned reads in...
2006-12-22 Randy Dunlap[PATCH] fix kernel-doc warnings in 2.6.20-rc1
2006-12-19 Jens Axboe[PATCH] Fixup blk_rq_unmap_user() API
2006-12-19 Jens Axboe[PATCH] __blk_rq_unmap_user() fails to return error
2006-12-19 Jens Axboe[PATCH] __blk_rq_map_user() doesn't need to grab the...
2006-12-19 Jens Axboe[PATCH] Remove queue merging hooks
2006-12-19 Jens Axboe[PATCH] ->nr_sectors and ->hard_nr_sectors are not...
2006-12-13 Jens Axboe[PATCH] Propagate down request sync flag
2006-12-12 Boaz Harrosh[PATCH] remove blk_queue_activity_fn
2006-12-10 Andrew Morton[PATCH] io-accounting: read accounting
2006-12-08 Akinobu Mita[PATCH] fault-injection capability for disk IO
2006-12-07 Ingo Molnar[PATCH] hotplug CPU: clean up hotcpu_notifier() use
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Mike Christie[PATCH] block: support larger block pc requests
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-03 Andrew Morton[PATCH] tidy "md: check bio address after mapping throu...
2006-10-31 NeilBrown[PATCH] md: check bio address after mapping through...
2006-10-20 Andrew Morton[PATCH] separate bdi congestion functions from queue...
2006-10-20 Thomas Maier[PATCH] export clear_queue_congested and set_queue_cong...
2006-10-04 David C Somayajulu[PATCH] helper function for retrieving scsi_cmd given...
2006-09-30 Jens Axboe[PATCH] blk_queue_start_tag() shared map race fix
2006-09-30 Oleg Nesterov[PATCH] exit_io_context: don't disable irqs
2006-09-30 Jens Axboe[PATCH] Allow file systems to differentiate between...
2006-09-30 Jens Axboe[PATCH] ll_rw_blk: allow more flexibility for read_ahea...
2006-09-30 Jens Axboe[PATCH] Add blk_start_queueing() helper
2006-09-30 Jens Axboe[PATCH] Make sure all block/io scheduler setups are...
2006-09-30 Jens Axboe[PATCH] Audit block layer inlines
2006-09-30 Jens Axboe[PATCH] cfq-iosched: kill cfq_exit_lock
2006-09-30 Jens Axboe[PATCH] ll_rw_blk: cleanup __make_request()
2006-09-30 Jens Axboe[PATCH] Drop useless bio passing in may_queue/set_reque...
next