Btrfs: constify dentry_operations
[safe/jmp/linux-2.6] / block /
2009-09-01 Nikanth Karthikesanblock: Allow changing max_sectors_kb above the default 512
2009-08-04 John StoffelMake SCSI SG v4 driver enabled by default and remove...
2009-08-01 Martin K. Petersenblock: Update topology documentation
2009-08-01 Martin K. Petersenblock: Stack optimal I/O size
2009-08-01 Martin K. Petersenblock: Add a wrapper for setting minimum request size...
2009-08-01 Martin K. Petersenblock: Make blk_queue_stack_limits use the new stacking...
2009-07-28 Jens Axboeblock: make the end_io functions be non-GPL exports
2009-07-28 Xiaotian Fengblock: fix improper kobject release in blk_integrity_un...
2009-07-28 Jens Axboeblock: always assign default lock to queues
2009-07-17 Xiaotian Fengblock: sysfs fix mismatched queue_var_{store,show}...
2009-07-17 Tejun Heoblock: fix failfast merge testing in elv_rq_merge_ok()
2009-07-10 Vivek Goyalcfq-iosched: reset oom_cfqq in cfq_set_request()
2009-07-10 FUJITA Tomonoriblock: call blk_scsi_ioctl_init()
2009-07-03 Tejun Heoblock: don't merge requests of different failfast settings
2009-07-01 Shan Weicfq-iosched: remove redundant check for NULL cfqq in...
2009-07-01 NeilBrownblocK: Restore barrier support for md and probably...
2009-07-01 Jens Axboeblock: get rid of queue-private command filter
2009-07-01 Martin K. Petersenblock: Create bip slabs with embedded integrity vectors
2009-07-01 Jens Axboecfq-iosched: get rid of the need for __GFP_NOFAIL in...
2009-07-01 Jens Axboecfq-iosched: move cfqq initialization out of cfq_find_a...
2009-06-21 FUJITA Tomonoriblock: revert "bsg: setting rq->bio to NULL"
2009-06-19 Randy DunlapFix kernel-doc parameter name typo in blk-settings.c:
2009-06-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
2009-06-18 Martin K. Petersenblock: Fix bounce_pfn setting
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-06-16 Li Zefanblock: remove some includings of blktrace_api.h
2009-06-16 Martin K. Petersenblock: Introduce helper to reset queue limits to defaul...
2009-06-16 Jeff Moyercfq: remove extraneous '\n' in blktrace output
2009-06-16 Jens Axboeblock: don't overwrite bdi->state after bdi_init()...
2009-06-16 Gui Jianfengcfq: cleanup for last_end_request in cfq_data
2009-06-16 Kay SieversDriver Core: bsg: add nodename for bsg driver
2009-06-16 Kay SieversDriver Core: block: add nodename support for block...
2009-06-12 Randy Dunlapblock: fix kernel-doc in recent block/ changes
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git./linux/kernel...
2009-06-11 Kiyoshi Uedablock: add request clone interface (v2)
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-10 Nikanth Karthikesanblock: prevent possible io_context->refcount overflow
2009-06-09 Li Zefantracing/events: convert block trace points to TRACE_EVENT()
2009-06-09 FUJITA Tomonoribsg: setting rq->bio to NULL
2009-06-09 Martin K. Petersenblock: Add missing bounce_pfn stacking and fix comments
2009-06-09 Jens AxboeRevert "block: Fix bounce limit setting in DM"
2009-06-09 FUJITA Tomonoriblock: needs to set the residual length of a bidi request
2009-06-03 Martin K. Petersenblock: Fix bounce limit setting in DM
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
next