Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[pandora-kernel.git] / fs / ext4 /
2010-10-28 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-10-28 Linus TorvaldsMerge branch 'x86-platform-for-linus' of git://git...
2010-10-28 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2010-10-28 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/staging-2.6
2010-10-28 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2010-10-28 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2010-10-28 Greg Kroah-HartmanMerge 'staging-next' to Linus's tree
2010-10-28 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-28 Ingo Molnarext4: fix compile with CONFIG_EXT4_FS_XATTR disabled
2010-10-28 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-10-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-10-28 Linus TorvaldsMerge branch 'upstream-merge' of git://git./linux/kerne...
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-10-28 Dmitry Monakhovext4: optimize orphan_list handling for ext4_setattr
2010-10-28 Nicolas Kaiserext4: fix unbalanced mutex unlock in error path of...
2010-10-28 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-10-28 Linus TorvaldsMerge branch 'viafb-next' of git://github.com/schandina...
2010-10-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-10-28 Linus TorvaldsMerge branch 'module' of git://git./linux/kernel/git...
2010-10-28 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-10-28 Kazuya Mioext4: fix compile error in ext4_fallocate()
2010-10-28 Eric Sandeenext4: move ext4_mb_{get,put}_buddy_cache_lock and make...
2010-10-28 Theodore Ts'oext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()
2010-10-28 Theodore Ts'oext4: move flush_completed_IO to fs/ext4/fsync.c and...
2010-10-28 Theodore Ts'oext4: rename {ext,idx}_pblock and inline small extent...
2010-10-28 Theodore Ts'oext4: make various ext4 functions be static
2010-10-28 Theodore Ts'oext4: rename {exit,init}_ext4_*() to ext4_{exit,init...
2010-10-28 Theodore Ts'oext4: fix kernel oops if the journal superblock has...
2010-10-28 Eric Sandeenext4: update writeback_index based on last page scanned
2010-10-28 Eric Sandeenext4: implement writeback livelock avoidance using...
2010-10-28 Eric Sandeenext4: tidy up a void argument in inode.c
2010-10-28 Lukas Czernerext4: add batched_discard into ext4 feature list
2010-10-28 Lukas Czernerext4: Add batched discard support for ext4
2010-10-28 Lukas Czernerext4: Use return value from sb_issue_discard()
2010-10-28 Namhyung Kimext4: Check return value of sb_getblk() and friends
2010-10-28 Theodore Ts'oext4: use bio layer instead of buffer layer in mpage_da...
2010-10-28 Theodore Ts'oext4: move mpage_put_bnr_to_bhs()'s functionality to...
2010-10-28 Theodore Ts'oext4: inline walk_page_buffers() into mpage_da_submit_io
2010-10-28 Theodore Ts'oext4: inline ext4_writepage() into mpage_da_submit_io()
2010-10-28 Theodore Ts'oext4: simplify ext4_writepage()
2010-10-28 Theodore Ts'oext4: call mpage_da_submit_io() from mpage_da_map_blocks()
2010-10-28 Theodore Ts'oext4: use KMEM_CACHE instead of kmem_cache_create
2010-10-28 Theodore Ts'oext4: use search_dirblock() in ext4_dx_find_entry()
2010-10-28 Theodore Ts'oext4: avoid uninitialized memory references in ext3_htr...
2010-10-28 Eric Sandeenext4: remove unused ext4_sb_info members
2010-10-28 Eric Sandeenext4: queue conversion after adding to inode's complete...
2010-10-28 Eric Sandeenext4: don't use ext4_allocation_contexts for tracing
2010-10-28 Toshiyuki Okajimaext4: fix potential infinite loop in ext4_da_writepages()
2010-10-28 Toshiyuki Okajimaext4: improve llseek error handling for overly large...
2010-10-28 Maciej Żenczykowskiext4: don't update sb journal_devnum when RO dev
2010-10-28 Lukas Czernerext4: use sb_issue_zeroout in ext4_ext_zeroout
2010-10-28 Lukas Czernerext4: use sb_issue_zeroout in setup_new_group_blocks
2010-10-28 Lukas Czernerext4: add interface to advertise ext4 features in sysfs
2010-10-28 Lukas Czernerext4: add support for lazy inode table initialization
2010-10-28 Sergey Senozhatskyext4: fix NULL pointer dereference in print_daily_error...
2010-10-28 Lukas Czernerext4: don't hold spinlock while calling ext4_issue_disc...
2010-10-28 Lukas Czernerext4: check for negative error code from sb_issue_discard
2010-10-28 Eric Sandeenext4: don't bump up LONG_MAX nr_to_write by a factor...
2010-10-28 Eric Sandeenext4: stop looping in ext4_num_dirty_pages when max_pag...
2010-10-28 Curt Wohlgemuthext4: use dedicated slab caches for group_info structures
2010-10-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-10-28 Theodore Ts'oext4: fix EOFBLOCKS_FL handling
2010-10-28 Linus TorvaldsMerge branch 'flock' of git://git./linux/kernel/git...
2010-10-27 Ingo MolnarMerge branch 'perf/core' of git://git./linux/kernel...
2010-10-27 Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2010-10-27 Linus TorvaldsMerge branches 'upstream/xenfs' and 'upstream/core...
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-27 Linus TorvaldsMerge branch 'pm-fixes' of git://git./linux/kernel...
2010-10-27 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2010-10-27 Linus TorvaldsMerge branch 'idle-release' of git://git./linux/kernel...
2010-10-27 Linus TorvaldsMerge branch 'sfi-release' of git://git./linux/kernel...
2010-10-27 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2010-10-27 Linus TorvaldsMerge branch 'nfs-for-2.6.37' of git://git.linux-nfs...
2010-10-26 Linus TorvaldsMerge branch 'ima-memory-use-fixes'
2010-10-26 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2010-10-26 Linus TorvaldsMerge branch 'linux_next' of git://git./linux/kernel...
2010-10-26 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2010-10-26 Linus TorvaldsMerge branch 'for-linus' of git://gitorious.org/linux...
2010-10-26 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-10-26 Linus TorvaldsMerge branch 'for-2.6.37' of git://linux-nfs.org/~bfiel...
2010-10-26 Linus TorvaldsMerge branch 'nfs-for-2.6.37' of git://git.linux-nfs...
2010-10-26 Ingo MolnarMerge branch 'tip/perf/ringbuffer-2' of git://git....
2010-10-26 Ingo MolnarMerge branch 'perf/core' of git://git./linux/kernel...
2010-10-26 Linus TorvaldsMerge branch 'for-next' of git://android.git./kernel...
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Christoph Hellwigfs: kill block_prepare_write
2010-10-25 Linus TorvaldsMerge branch 'next' of git://git.monstr.eu/linux-2...
2010-10-25 Linus TorvaldsMerge branch 'nfs-for-2.6.37' of git://git.linux-nfs...
2010-10-25 Linus TorvaldsMerge branch 'omap-for-linus' of git://git./linux/kerne...
2010-10-25 Linus TorvaldsMerge branch 'davinci-for-linus' of git://git./linux...
2010-10-25 Ingo MolnarMerge branch 'linus' into x86/urgent
2010-10-25 Ingo MolnarMerge branch 'x86' of git://git./linux/kernel/git/rric...
2010-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
next