aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2005-08-05[PATCH] blk: fix tag shrinking (revive real_max_size)Tejun Heo
2005-08-02[PATCH] cfq-iosched: fix problem with barriers and max_depth == 1Jens Axboe
2005-07-28[PATCH] cciss per disk queueMike Miller
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering
2005-07-27[PATCH] ub: fix for blank CDsPete Zaitcev
2005-07-27[PATCH] as-iosched tunable encoding fixJens Axboe
2005-06-29[PATCH] Fix get_request nastinessHugh Dickins
2005-06-28[PATCH] blk: light iocontext opsNick Piggin
2005-06-28[PATCH] blk: reduce lockingNick Piggin
2005-06-28[PATCH] blk: __make_request efficiencyNick Piggin
2005-06-28[PATCH] ll_rw_blk: prevent huge request allocationsJens Axboe
2005-06-28[PATCH] cciss_ioctl() warning fixAndrew Morton
2005-06-27[PATCH] cfq build fixAndrew Morton
2005-06-27[PATCH] cciss: remove partition info from CCISS_GETLUNINFOMike Miller
2005-06-27[PATCH] cciss: pci domain info pass 2Mike Miller
2005-06-27[PATCH] cciss: pci id fixMike Miller
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt
2005-06-27Merge 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2005-06-27[PATCH] CFQ io scheduler: scheduler switch oopsJens Axboe
2005-06-27[PATCH] CFQ io scheduler updatesJens Axboe
2005-06-27[PATCH] Fix cfq_find_next_crq()Jens Axboe
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe
2005-06-27[PATCH] drivers/block/sx8.c: Use the DMA_{64, 32}BIT_MASK constantsTobias Klauser
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter
2005-06-25[PATCH] ll_merge_requests_fn() cleanupNikita Danilov
2005-06-25[PATCH] drivers/block/ll_rw_blk.c: cleanupsAdrian Bunk
2005-06-23[PATCH] block: add unlocked_ioctl support for block devicesArnd Bergmann
2005-06-23[PATCH] Improve CD/DVD packet driver write performancePeter Osterlund
2005-06-23[PATCH] add check to /proc/devices read routinesNeil Horman
2005-06-23[PATCH] optimise loop driver a bitNick Piggin
2005-06-23[PATCH] blk: unplug laterNick Piggin
2005-06-23[PATCH] blk: branch hintsNick Piggin
2005-06-23[PATCH] blk: no memory barrierNick Piggin
2005-06-23[PATCH] blk: cleanup generic tag support error messagesTejun Heo
2005-06-23[PATCH] blk: remove BLK_TAGS_{PER_LONG|MASK}Tejun Heo
2005-06-23[PATCH] blk: remove blk_queue_tag->real_max_depth optimizationTejun Heo
2005-06-23[PATCH] blk: use find_first_zero_bit() in blk_queue_start_tag()Tejun Heo
2005-06-23[PATCH] NUMA aware block device control structure allocationChristoph Lameter
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou
2005-06-20[PATCH] class: convert drivers/block/* to use the new class api instead of cl...gregkh@suse.de
2005-06-20[PATCH] sysfs: (driver/block) if show/store is missing return -EIODmitry Torokhov
2005-06-20[PATCH] ll_rw_blk.c kerneldoc updatesChristoph Hellwig
2005-06-20[PATCH] update blk_execute_rq to take an at_head parameterJames Bottomley
2005-06-20[PATCH] kill 'reading' variable in sg_io(), it isn't used anymore.Jens Axboe
2005-06-20[PATCH] The blk_rq_map_user() change missed an update in scsi_ioctl.cJames Bottomley
2005-06-20[PATCH] Add scatter-gather support for the block layer SG_IOJames Bottomley
2005-06-20[PATCH] Cleanup blk_rq_map_* interfacesJens Axboe
2005-06-20[PATCH] Keep the bio end_io parts inside of bio.c for blk_rq_map_kern()Jens Axboe
2005-06-20[PATCH] Add blk_rq_map_kern()Mike Christie