summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2007-07-1830-259/+1328
|\
| * ext4: extent macros cleanupDmitry Monakhov2007-07-181-4/+9
| * Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.Dmitry Monakhov2007-07-181-8/+10
| * ext4: remove extra IS_RDONLY() checkDave Hansen2007-07-181-1/+1
| * ext4: Use is_power_of_2()Vignesh Babu2007-07-181-1/+2
| * Use zero_user_page() in ext4 where possibleEric Sandeen2007-07-181-9/+2
| * ext4: Remove 65000 subdirectory limitAndreas Dilger2007-07-182-15/+49
| * ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah2007-07-184-8/+347
| * ext4: Add nanosecond timestampsKalpak Shah2007-07-189-25/+147
| * jbd2: Move jbd2-debug file to debugfsJose R. Santos2007-07-183-46/+33
| * jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos2007-07-187-17/+17
| * ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devicesJose R. Santos2007-07-181-0/+7
| * ext4: Make extents code sanely handle on-disk corruptionAlex Tomas2007-07-181-58/+86
| * ext4: copy i_flags to inode flags on writeJan Kara2007-07-183-0/+22
| * ext4: Enable extents by defaultMingming Cao2007-07-181-1/+11
| * Change on-disk format to support 2^15 uninitialized extentsAmit Arora2007-07-182-7/+52
| * write support for preallocated blocksAmit Arora2007-07-172-32/+225
| * fallocate support in ext4Amit Arora2007-07-174-41/+232
| * sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-1712-2/+92
* | Merge branch 'upstream' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2007-07-1818-400/+403
|\ \
| * | UBI: fix compile warningPaul Mundt2007-07-181-0/+1
| * | UBI: fix error handling in erase workerArtem Bityutskiy2007-07-181-41/+48
| * | UBI: fix commentsArtem Bityutskiy2007-07-181-3/+3
| * | UBI: remove unneeded error checksArtem Bityutskiy2007-07-182-13/+2
| * | UBI: cleanup usage of try_module_getFernando Luis Vázquez Cao2007-07-181-5/+0
| * | UBI: fix overflow bugVinit Agnihotri2007-07-182-6/+11
| * | UBI: bugfix in max_sqnum calculationArtem Bityutskiy2007-07-181-1/+0
| * | UBI: bugfix in sqnum calculationBrijesh Singh2007-07-181-3/+3
| * | UBI: fix signed-unsigned multiplicationBrijesh Singh2007-07-181-1/+1
| * | UBI: fix bug in atomic_leb_change()Artem Bityutskiy2007-07-181-1/+1
| * | UBI: fix messageVinit Agnihotri2007-07-181-2/+1
| * | UBI: fix debugging stuffArtem Bityutskiy2007-07-181-4/+16
| * | UBI: bugfix in error pathArtem Bityutskiy2007-07-184-10/+7
| * | UBI: use is_power_of_2()Vignesh Babu2007-07-181-2/+2
| * | UBI: fix freeing ubi->vtbl while unloadingVinit Agnihotri2007-07-181-2/+2
| * | UBI: fix MAINTAINERSArtem Bityutskiy2007-07-181-1/+1
| * | UBI: bugfix in ubi_leb_change()Artem Bityutskiy2007-07-181-5/+7
| * | UBI: kill homegrown endian macrosChristoph Hellwig2007-07-188-197/+168
| * | UBI: cleanup ioctl handlingChristoph Hellwig2007-07-181-28/+5
| * | UBI: error path bugfixArtem Bityutskiy2007-07-181-1/+0
| * | UBI: minor comma fixArtem Bityutskiy2007-07-181-2/+2
| * | UBI: use vmalloc for large buffersArtem Bityutskiy2007-07-189-37/+41
| * | UBI: add few more commentsArtem Bityutskiy2007-07-181-2/+6
| * | UBI: set correct gluebi device sizeArtem Bityutskiy2007-07-184-2/+30
| * | UBI: do not let to read too muchArtem Bityutskiy2007-07-181-3/+8
| * | UBI: fix error path in create_vtbl()Artem Bityutskiy2007-07-183-27/+35
| * | UBI: fix dereference after kfreeFlorin Malita2007-07-181-6/+5
| * | UBI: fix memory leak in checking codeArtem Bityutskiy2007-07-181-1/+3
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-1843-173/+232
|\ \
| * | [NETFILTER]: xt_connlimit needs to depend on nf_conntrackCornelia Huck2007-07-181-0/+1