aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-08xen-blkfront: fix missing out labelJens Axboe1-0/+1
2010-08-08blkdev: fix blkdev_issue_zeroout return valueDmitry Monakhov1-2/+6
2010-08-08block: update request stacking methods to support discardsike Snitzer1-0/+5
2010-08-07block: fix missing export of blk_types.hJens Axboe1-0/+1
2010-08-07writeback: fix bad _bh spinlock nestingJens Axboe1-2/+3
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg8-225/+28
2010-08-07drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner1-3/+18
2010-08-07drbd: Disable delay probes for the upcomming releasePhilipp Reisner1-5/+1
2010-08-07writeback: cleanup bdi_registerArtem Bityutskiy1-19/+11
2010-08-07writeback: add new tracepointsArtem Bityutskiy2-0/+4
2010-08-07writeback: remove unnecessary init_timer callArtem Bityutskiy1-1/+0
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy3-41/+70
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy2-14/+58
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy2-53/+70
2010-08-07writeback: restructure bdi forker loop a littleArtem Bityutskiy1-30/+39
2010-08-07writeback: move last_active to bdiArtem Bityutskiy2-9/+10
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy2-28/+10
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy2-65/+18
2010-08-07writeback: do not lose wake-ups in bdi threadsArtem Bityutskiy1-8/+9
2010-08-07writeback: do not lose wake-ups in the forker thread - 2Artem Bityutskiy1-0/+4
2010-08-07writeback: do not lose wake-ups in the forker thread - 1Artem Bityutskiy1-2/+1
2010-08-07writeback: fix possible race when creating bdi threadsArtem Bityutskiy1-17/+11
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy3-15/+15
2010-08-07coda: fixup clash with block layer REQ_* definesJens Axboe3-16/+16
2010-08-07bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of BIO_RW_* flagsTejun Heo3-187/+204
2010-08-07bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_* bitsTejun Heo1-3/+3
2010-08-07block: disallow FS recursion from sb_issue_discard allocationMike Snitzer1-1/+1
2010-08-07cpqarray: check put_user() resultKulikov Vasiliy1-2/+4
2010-08-07writeback: remove wb in get_next_work_itemMinchan Kim1-2/+2
2010-08-07splice: fix misuse of SPLICE_F_NONBLOCKMiklos Szeredi1-11/+1
2010-08-07xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backendsJeremy Fitzhardinge1-16/+29
2010-08-07xen/blkfront: use tagged queuing for barriersJeremy Fitzhardinge1-4/+13
2010-08-07scsi: use REQ_TYPE_FS for flush requestFUJITA Tomonori2-17/+4
2010-08-07block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori1-1/+1
2010-08-07block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori1-0/+1
2010-08-07floppy: make controller constStephen Hemminger1-8/+8
2010-08-07drivers/block: use memdup_userJulia Lawall1-22/+10
2010-08-07scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PCFUJITA Tomonori1-1/+6
2010-08-07cciss: cleanup interrupt_not_for_usStephen M. Cameron1-14/+1
2010-08-07cciss: change printks to dev_warn, etc.Stephen M. Cameron2-261/+212
2010-08-07cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron2-74/+89
2010-08-07cciss: use consistent variable namesStephen M. Cameron3-612/+592
2010-08-07cciss: forbid hard reset of 640x boardsStephen M. Cameron1-1/+16
2010-08-07cciss: sanitize max commandsStephen M. Cameron1-1/+13
2010-08-07cciss: fix hard reset code.Stephen M. Cameron2-52/+152
2010-08-07cciss: factor out cciss_reset_devices()Stephen M. Cameron2-20/+34
2010-08-07cciss: factor out cciss_find_cfg_addrs.Stephen M. Cameron1-12/+23
2010-08-07cciss: factor out cciss_enter_performant_modeStephen M. Cameron1-39/+59
2010-08-07cciss: factor out cciss_wait_for_mode_change_ack()Stephen M. Cameron1-12/+15
2010-08-07cciss: make cciss_put_controller_into_performant_mode as __devinitStephen M. Cameron1-2/+1