summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: improve ext4_fill_flex_info() a bitLi Zefan2008-07-241-4/+3
* ext4: Cleanup the block reservation code pathAneesh Kumar K.V2008-07-172-42/+67
* ext4: don't assume extents can't cross block groups when truncatingTheodore Ts'o2008-08-011-3/+7
* ext4: Fix lack of credits BUG() when deleting a badly fragmented inodeTheodore Ts'o2008-08-021-1/+29
* ext4: Fix ext4_ext_journal_restart()Theodore Ts'o2008-08-011-1/+1
* ext4: fix ext4_da_write_begin error pathEric Sandeen2008-08-021-2/+5
* jbd2: don't abort if flushing file data failedHidehiro Kawai2008-07-311-4/+20
* ext4: don't read inode block if the buffer has a write errorHidehiro Kawai2008-07-261-0/+10
* ext4: Don't allow lg prealloc list to be grow large.Aneesh Kumar K.V2008-07-232-30/+193
* ext4: Convert the usage of NR_CPUS to nr_cpu_ids.Aneesh Kumar K.V2008-07-231-2/+2
* ext4: Improve error handling in mballocAneesh Kumar K.V2008-07-231-11/+23
* ext4: lock block groups when initializingEric Sandeen2008-08-024-1/+12
* ext4: sync up block and inode bitmap reading functionsEric Sandeen2008-08-022-26/+33
* ext4: Allow read/only mounts with corrupted block group checksumsTheodore Ts'o2008-07-261-1/+23
* ext4: Fix data corruption when writing to prealloc areaAneesh Kumar K.V2008-08-021-18/+23
* Linux 2.6.27-rc1v2.6.27-rc1Linus Torvalds2008-07-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-285-142/+409
|\
| * lguest: turn Waker into a thread, not a processRusty Russell2008-07-291-63/+57
| * lguest: Enlarge virtio ringsRusty Russell2008-07-291-2/+2
| * lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell2008-07-291-14/+20
| * lguest: Remove 'network: no dma buffer!' warningRusty Russell2008-07-291-2/+0
| * lguest: Adaptive timeoutRusty Russell2008-07-291-1/+11
| * lguest: Tell Guest net not to notify us on every packet xmitRusty Russell2008-07-291-13/+93
| * lguest: net block unneeded receive queue update notificationsRusty Russell2008-07-291-1/+13
| * lguest: wrap last_avail accesses.Rusty Russell2008-07-291-5/+11
| * lguest: use cpu capability accessorsAndrew Morton2008-07-291-2/+2
| * lguest: virtio-rng supportRusty Russell2008-07-291-0/+90
| * lguest: Support assigning a MAC addressMark McLoughlin2008-07-291-33/+89
| * lguest: Don't leak /dev/zero fdMark McLoughlin2008-07-291-0/+1
| * lguest: fix verbose printing of device features.Rusty Russell2008-07-291-2/+2
| * lguest: fix switcher_page leak on unloadJohannes Weiner2008-07-291-0/+1
| * lguest: Guest int3 fixRusty Russell2008-07-291-7/+17
| * lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell2008-07-291-0/+3
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-07-283-34/+36
|\ \
| * | mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov2008-07-293-11/+11
| * | mfd: add platform_data to mfd_cellMike Rapoport2008-07-293-7/+12
| * | mfd: Coding style fixesBen Dooks2008-07-282-17/+15
| * | mfd: Use to_platform_device instead of container_ofBen Dooks2008-07-281-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-2836-568/+512
|\ \ \
| * | | x86/PCI: use dev_printk when possibleBjorn Helgaas2008-07-284-76/+64
| * | | Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu...Jesse Barnes2008-07-2816-339/+217
| |\ \ \
| | * \ \ Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-295404-194329/+339361
| | |\ \ \
| | * | | | dma-coherent: add documentation to new interfacesDmitry Baryshkov2008-07-201-0/+28
| | * | | | Cris: convert to using generic dma-coherent mem allocatorDmitry Baryshkov2008-07-203-103/+6
| | * | | | Sh: use generic per-device coherent dma allocatorDmitry Baryshkov2008-07-183-95/+5
| | * | | | ARM: support generic per-device coherent dma memDmitry Baryshkov2008-07-183-0/+11
| | * | | | Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVEDmitry Baryshkov2008-07-181-2/+1
| | * | | | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-184382-310780/+296540
| | |\ \ \ \
| | * | | | | x86: use generic per-device dma coherent allocatorDmitry Baryshkov2008-06-303-141/+4
| | * | | | | generic: per-device coherent dma allocatorDmitry Baryshkov2008-06-304-0/+164