Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2007-07-18 | 30 | -259/+1328 |
|\ | |||||
| * | ext4: extent macros cleanup | Dmitry Monakhov | 2007-07-18 | 1 | -4/+9 |
| * | Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions. | Dmitry Monakhov | 2007-07-18 | 1 | -8/+10 |
| * | ext4: remove extra IS_RDONLY() check | Dave Hansen | 2007-07-18 | 1 | -1/+1 |
| * | ext4: Use is_power_of_2() | Vignesh Babu | 2007-07-18 | 1 | -1/+2 |
| * | Use zero_user_page() in ext4 where possible | Eric Sandeen | 2007-07-18 | 1 | -9/+2 |
| * | ext4: Remove 65000 subdirectory limit | Andreas Dilger | 2007-07-18 | 2 | -15/+49 |
| * | ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields | Kalpak Shah | 2007-07-18 | 4 | -8/+347 |
| * | ext4: Add nanosecond timestamps | Kalpak Shah | 2007-07-18 | 9 | -25/+147 |
| * | jbd2: Move jbd2-debug file to debugfs | Jose R. Santos | 2007-07-18 | 3 | -46/+33 |
| * | jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG | Jose R. Santos | 2007-07-18 | 7 | -17/+17 |
| * | ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devices | Jose R. Santos | 2007-07-18 | 1 | -0/+7 |
| * | ext4: Make extents code sanely handle on-disk corruption | Alex Tomas | 2007-07-18 | 1 | -58/+86 |
| * | ext4: copy i_flags to inode flags on write | Jan Kara | 2007-07-18 | 3 | -0/+22 |
| * | ext4: Enable extents by default | Mingming Cao | 2007-07-18 | 1 | -1/+11 |
| * | Change on-disk format to support 2^15 uninitialized extents | Amit Arora | 2007-07-18 | 2 | -7/+52 |
| * | write support for preallocated blocks | Amit Arora | 2007-07-17 | 2 | -32/+225 |
| * | fallocate support in ext4 | Amit Arora | 2007-07-17 | 4 | -41/+232 |
| * | sys_fallocate() implementation on i386, x86_64 and powerpc | Amit Arora | 2007-07-17 | 12 | -2/+92 |
* | | Merge branch 'upstream' of git://git.infradead.org/~dedekind/ubi-2.6 | Linus Torvalds | 2007-07-18 | 18 | -400/+403 |
|\ \ | |||||
| * | | UBI: fix compile warning | Paul Mundt | 2007-07-18 | 1 | -0/+1 |
| * | | UBI: fix error handling in erase worker | Artem Bityutskiy | 2007-07-18 | 1 | -41/+48 |
| * | | UBI: fix comments | Artem Bityutskiy | 2007-07-18 | 1 | -3/+3 |
| * | | UBI: remove unneeded error checks | Artem Bityutskiy | 2007-07-18 | 2 | -13/+2 |
| * | | UBI: cleanup usage of try_module_get | Fernando Luis Vázquez Cao | 2007-07-18 | 1 | -5/+0 |
| * | | UBI: fix overflow bug | Vinit Agnihotri | 2007-07-18 | 2 | -6/+11 |
| * | | UBI: bugfix in max_sqnum calculation | Artem Bityutskiy | 2007-07-18 | 1 | -1/+0 |
| * | | UBI: bugfix in sqnum calculation | Brijesh Singh | 2007-07-18 | 1 | -3/+3 |
| * | | UBI: fix signed-unsigned multiplication | Brijesh Singh | 2007-07-18 | 1 | -1/+1 |
| * | | UBI: fix bug in atomic_leb_change() | Artem Bityutskiy | 2007-07-18 | 1 | -1/+1 |
| * | | UBI: fix message | Vinit Agnihotri | 2007-07-18 | 1 | -2/+1 |
| * | | UBI: fix debugging stuff | Artem Bityutskiy | 2007-07-18 | 1 | -4/+16 |
| * | | UBI: bugfix in error path | Artem Bityutskiy | 2007-07-18 | 4 | -10/+7 |
| * | | UBI: use is_power_of_2() | Vignesh Babu | 2007-07-18 | 1 | -2/+2 |
| * | | UBI: fix freeing ubi->vtbl while unloading | Vinit Agnihotri | 2007-07-18 | 1 | -2/+2 |
| * | | UBI: fix MAINTAINERS | Artem Bityutskiy | 2007-07-18 | 1 | -1/+1 |
| * | | UBI: bugfix in ubi_leb_change() | Artem Bityutskiy | 2007-07-18 | 1 | -5/+7 |
| * | | UBI: kill homegrown endian macros | Christoph Hellwig | 2007-07-18 | 8 | -197/+168 |
| * | | UBI: cleanup ioctl handling | Christoph Hellwig | 2007-07-18 | 1 | -28/+5 |
| * | | UBI: error path bugfix | Artem Bityutskiy | 2007-07-18 | 1 | -1/+0 |
| * | | UBI: minor comma fix | Artem Bityutskiy | 2007-07-18 | 1 | -2/+2 |
| * | | UBI: use vmalloc for large buffers | Artem Bityutskiy | 2007-07-18 | 9 | -37/+41 |
| * | | UBI: add few more comments | Artem Bityutskiy | 2007-07-18 | 1 | -2/+6 |
| * | | UBI: set correct gluebi device size | Artem Bityutskiy | 2007-07-18 | 4 | -2/+30 |
| * | | UBI: do not let to read too much | Artem Bityutskiy | 2007-07-18 | 1 | -3/+8 |
| * | | UBI: fix error path in create_vtbl() | Artem Bityutskiy | 2007-07-18 | 3 | -27/+35 |
| * | | UBI: fix dereference after kfree | Florin Malita | 2007-07-18 | 1 | -6/+5 |
| * | | UBI: fix memory leak in checking code | Artem Bityutskiy | 2007-07-18 | 1 | -1/+3 |
| |/ | |||||
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-07-18 | 43 | -173/+232 |
|\ \ | |||||
| * | | [NETFILTER]: xt_connlimit needs to depend on nf_conntrack | Cornelia Huck | 2007-07-18 | 1 | -0/+1 |