summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | unexport blk_{get,put}_queueAdrian Bunk2008-03-041-2/+0
| * | | block/genhd.c: cleanupsAdrian Bunk2008-03-042-3/+5
| * | | proper prototype for blk_dev_init()Adrian Bunk2008-03-042-2/+4
| * | | block/blk-tag.c should #include "blk.h"Adrian Bunk2008-03-041-0/+2
| * | | Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...Yang Shi2008-03-041-1/+1
| * | | block: separate out padding from alignmentTejun Heo2008-03-044-8/+34
| * | | block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-047-18/+13
| * | | resubmit: cciss: procfs updates to display info about manyMike Miller2008-03-042-103/+160
| * | | splice: only return -EAGAIN if there's hope of more dataJens Axboe2008-03-041-4/+8
| * | | block: fix kernel-docbook parameters and filesRandy Dunlap2008-03-043-1/+4
| | |/ | |/|
* | | m68k{,nommu}: Wire up new timerfd syscallsGeert Uytterhoeven2008-03-044-6/+14
* | | m68knommu: fix fec driver interrupt racesGreg Ungerer2008-03-041-4/+4
* | | m68knommu: declare do_IRQ()Greg Ungerer2008-03-041-0/+2
* | | m68knommu: remove duplicate hw_tick() codeGreg Ungerer2008-03-041-10/+0
* | | m68knommu: update defconfigGreg Ungerer2008-03-041-56/+56
* | | Build fix for drivers/s390/char/defkeymap.cTony Breeds2008-03-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-03-0429-615/+410
|\ \ \
| * \ \ Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-0447-594/+593
| |\ \ \ | | |/ /
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-038-62/+110
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-01956-10512/+23608
| |\ \ \
| * | | | [CIFS] remove unused variableSteve French2008-02-261-3/+2
| * | | | [CIFS] consolidate duplicate code in posix/unix inode handlingChristoph Hellwig2008-02-251-176/+103
| * | | | [CIFS] fix build break when proc disabledSteve French2008-02-181-2/+2
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-02-153071-74726/+160446
| |\ \ \ \
| * | | | | [CIFS] factoring out common code in get_inode_info functionsChristoph Hellwig2008-02-151-63/+43
| * | | | | [CIFS] fix prepath conversion when server supports posix pathsSteve French2008-02-151-1/+7
| * | | | | [CIFS] Only convert / when server does not support posix pathsIgor Mammedov2008-02-151-2/+11
| * | | | | [CIFS] Fix mixed case name in structure dfs_info3_paramIgor Mammedov2008-02-152-2/+2
| * | | | | [CIFS] fixup prefixpaths which contain multiple path componentsSteve French2008-02-142-2/+25
| * | | | | [CIFS] fix typoSteve French2008-02-131-1/+1
| * | | | | [CIFS] patch to fix incorrect encoding of number of aces on set modeShirish Pargaonkar2008-02-121-5/+1
| * | | | | [CIFS] Fix typo in quota operationsRoel Kluin2008-02-121-1/+1
| * | | | | [CIFS] clean up some hard to read ifdefsSteve French2008-02-1213-84/+51
| * | | | | [CIFS] reduce checkpatch warningsSteve French2008-02-0723-279/+167
| * | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-02-06684-8650/+34037
| |\ \ \ \ \
| * | | | | | [CIFS] fix warning in cifs_spnego.cAndrew Morton2008-02-051-1/+1
* | | | | | | freezer vs stopped or tracedRoland McGrath2008-03-042-19/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-03-033-121/+92
|\ \ \ \ \ \
| * | | | | | slub: fix possible NULL pointer dereferenceCyrill Gorcunov2008-03-031-2/+4
| * | | | | | slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter2008-03-031-2/+13
| * | | | | | slub: look up object from the freelist oncePekka J Enberg2008-03-031-2/+0
| * | | | | | slub: Fix up commentsChristoph Lameter2008-03-032-23/+30
| * | | | | | slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter2008-03-031-7/+8
| * | | | | | slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter2008-03-031-4/+2
| * | | | | | slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter2008-03-031-1/+1
| * | | | | | slub: Remove useless checks in alloc_debug_processingChristoph Lameter2008-03-031-2/+2
| * | | | | | slub: Remove objsize check in kmem_cache_flags()Christoph Lameter2008-03-031-23/+4
| * | | | | | slub: rename slab_objects to show_slab_objectsChristoph Lameter2008-03-031-5/+5
| * | | | | | Revert "unique end pointer" patchChristoph Lameter2008-03-032-51/+24
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-03-03289-2958/+4814
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud