summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-0124-1622/+2762
|\
| * Btrfs: try to free metadata pages when we free btree blocksChris Mason2009-03-311-0/+4
| * Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-318-7/+288
| * Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_modChris Mason2009-03-252-3/+8
| * Btrfs: optimize fsyncs on old filesChris Mason2009-03-241-1/+44
| * Btrfs: tree logging unlink/rename fixesChris Mason2009-03-247-98/+372
| * Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason2009-03-241-0/+11
| * Btrfs: limit balancing work while flushing delayed refsChris Mason2009-03-241-3/+9
| * Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason2009-03-241-2/+33
| * Btrfs: leave btree locks spinning more oftenChris Mason2009-03-2414-96/+172
| * Btrfs: Only let very young transactions grow during commitChris Mason2009-03-241-3/+10
| * Btrfs: Check for a blocking lock before taking the spinChris Mason2009-03-241-2/+8
| * Btrfs: reduce stack in cow_file_rangeChris Mason2009-03-241-8/+7
| * Btrfs: reduce stalls during transaction commitChris Mason2009-03-244-8/+80
| * Btrfs: process the delayed reference queue in clustersChris Mason2009-03-246-113/+226
| * Btrfs: try to cleanup delayed refs while freeing extentsChris Mason2009-03-243-3/+87
| * Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason2009-03-241-180/+278
| * Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-2411-1140/+1234
| * Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason2009-03-243-85/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-04-0151-1336/+847
|\ \
| * | ide-floppy: do not complete rq's prematurelyBorislav Petkov2009-03-311-7/+6
| * | ide: be able to build pmac driver without IDE built-inGilles Espinasse2009-03-311-1/+1
| * | ide-pmac: IDE cable detection on Apple PowerBookTOMARI Hisanobu2009-03-311-2/+10
| * | ide: inline SELECT_DRIVE()Sergei Shtylyov2009-03-317-21/+18
| * | ide: turn selectproc() method into dev_select() method (take 5)Sergei Shtylyov2009-03-3117-48/+139
| * | MAINTAINERS: move old ide-{floppy,tape} entries to CREDITS (take 2)Bartlomiej Zolnierkiewicz2009-03-312-14/+10
| * | ide: move data register access out of tf_{read|load}() methods (take 2)Sergei Shtylyov2009-03-319-100/+17
| * | ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2)Sergei Shtylyov2009-03-317-48/+52
| * | ide-io-std: shorten ide_{in|out}put_data()Sergei Shtylyov2009-03-311-32/+28
| * | ide: rename IDE_TFLAG_IN_[HOB_]FEATURESergei Shtylyov2009-03-319-63/+65
| * | ide: turn set_irq() method into write_devctl() methodSergei Shtylyov2009-03-3119-72/+32
| * | ide: use ATA_HOBSergei Shtylyov2009-03-317-14/+14
| * | ide-disk: use ATA_ERRSergei Shtylyov2009-03-311-2/+2
| * | ide: add support for CFA specified transfer modes (take 3)Sergei Shtylyov2009-03-315-10/+40
| * | ide-iops: only clear DMA words on setting DMA modeSergei Shtylyov2009-03-311-3/+5
| * | ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)Sergei Shtylyov2009-03-314-26/+19
| * | au1xxx-ide: auide_{in|out}sw() should be staticSergei Shtylyov2009-03-311-2/+2
| * | ide-floppy: use ide_pio_bytes()Bartlomiej Zolnierkiewicz2009-03-313-76/+21
| * | ide-{floppy,tape}: fix padding for PIO transfersBartlomiej Zolnierkiewicz2009-03-312-54/+35
| * | ide: remove CONFIG_BLK_DEV_IDEDOUBLER config optionBartlomiej Zolnierkiewicz2009-03-312-26/+9
| * | ide: decrease size of ->pc_buf field in struct ide_atapi_pcBartlomiej Zolnierkiewicz2009-03-314-3/+13
| * | ide: fix locking in drive_release_dev()Bartlomiej Zolnierkiewicz2009-03-311-8/+4
| * | ide: merge ide_arm and ide_generic host driversBartlomiej Zolnierkiewicz2009-03-314-66/+15
| * | ide-generic: remove no longer needed sysfs interfaceBartlomiej Zolnierkiewicz2009-03-311-67/+1
| * | ide: sanitize ide_build_sglist() and ide_destroy_dmatable()Bartlomiej Zolnierkiewicz2009-03-315-33/+35
| * | ide: set/clear drive->waiting_for_dma flag in the core codeBartlomiej Zolnierkiewicz2009-03-3114-36/+11
| * | ide: move ide_map_sg() call out of ->dma_setup method (take 2)Bartlomiej Zolnierkiewicz2009-03-318-37/+17
| * | ide: add ->dma_check methodBartlomiej Zolnierkiewicz2009-03-314-12/+20
| * | trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive()Bartlomiej Zolnierkiewicz2009-03-311-4/+3
| * | ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive()Bartlomiej Zolnierkiewicz2009-03-311-13/+11