summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: allow disk to have extended device numberTejun Heo2008-10-091-1/+2
* block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2008-10-091-8/+8
* block: make partition array dynamicTejun Heo2008-10-091-1/+18
* block: move stats from disk to part0Tejun Heo2008-10-091-114/+45
* block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo2008-10-091-1/+7
* block: always set bdev->bd_partTejun Heo2008-10-091-1/+1
* block: move holder_dir from disk to part0Tejun Heo2008-10-091-1/+0
* block: move policy from disk to part0Tejun Heo2008-10-091-1/+5
* block: unify sysfs size node handlingTejun Heo2008-10-091-0/+3
* block: move __dev from disk to part0Tejun Heo2008-10-091-5/+8
* block: move capacity from disk to part0Tejun Heo2008-10-091-3/+2
* block: introduce partition 0Tejun Heo2008-10-091-2/+9
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-9/+11
* block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo2008-10-091-0/+1
* block: implement extended dev numbersTejun Heo2008-10-092-3/+12
* block: fix diskstats accessTejun Heo2008-10-091-82/+57
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-091-14/+39
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-6/+21
* block: make variable and argument names more consistentTejun Heo2008-10-091-6/+6
* block: misc updatesTejun Heo2008-10-091-3/+10
* driver-core: use klist for class device list and implement iteratorTejun Heo2008-10-091-1/+13
* klist: don't iterate over deleted entriesTejun Heo2008-10-091-2/+1
* block: make bi_phys_segments an unsigned int instead of shortJens Axboe2008-10-091-1/+1
* drop vmerge accountingMikulas Patocka2008-10-092-22/+1
* block: drop virtual merging accountingMikulas Patocka2008-10-091-15/+0
* virtio_blk: use a wrapper function to access io context information of IO req...Fernando Luis Vázquez Cao2008-10-091-0/+5
* Kill REQ_TYPE_FLUSHDavid Woodhouse2008-10-091-5/+1
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-093-4/+6
* Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse2008-10-091-0/+1
* blktrace: support discard requestsDavid Woodhouse2008-10-091-0/+4
* Support 'discard sectors' operation in translation layer support coreDavid Woodhouse2008-10-092-0/+3
* Add 'discard' request handlingDavid Woodhouse2008-10-093-3/+24
* Fix up comments about matching flags between bio and rqDavid Woodhouse2008-10-092-3/+3
* block: use bio_has_data() to check for data carrying bioJens Axboe2008-10-091-1/+1
* block: add bio_has_data() to detect whether a bio carries data or notJens Axboe2008-10-091-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-10-061-1/+3
|\
| * ide-cd: temporary tray close fixBorislav Petkov2008-10-051-1/+3
* | [MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=yRalf Baechle2008-10-061-4/+4
|/
* include/linux/stacktrace.h: declare struct task_structAndrew Morton2008-10-031-0/+2
* [MIPS] SMTC: Fix SMTC dyntick support.Kevin D. Kissell2008-10-033-6/+74
* [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.Kevin D. Kissell2008-10-031-11/+61
* [MIPS] Build fix: Fix irq flags typeRalf Baechle2008-10-031-3/+3
* mm: tiny-shmem nommu fixNick Piggin2008-10-021-0/+1
* inotify: fix lock ordering wrt do_page_fault's mmap_semNick Piggin2008-10-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-011-0/+3
|\
| * sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-301-0/+3
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-301-4/+14
|\ \ | |/ |/|
| * hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-291-3/+11
| * hrtimer: mark migration stateThomas Gleixner2008-09-291-1/+3
* | kgdb, x86_64: fix PS CS SS registers in gdb serialJason Wessel2008-09-261-11/+9