UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / ext4 /
2011-09-27 Lukas Czernerext4: Fix max file size and logical block counting...
2011-07-15 Tao Maext4: init timer earlier to avoid a kernel panic in...
2011-07-15 Lukas Czernerext4: Use schedule_timeout_interruptible() for waiting...
2011-07-15 Yang Ruiruiext4: release page cache in ext4_mb_load_buddy error...
2011-07-15 Lukas Czernerext4: fix possible use-after-free in ext4_remove_li_req...
2011-04-27 Yongqiang Yangext4: fix credits computing for indirect mapped files
2011-04-27 Tao Maext4: fix a double free in ext4_register_li_request
2011-03-27 Amir Goldsteinext4: skip orphan cleanup if fs has unknown ROCOMPAT...
2011-02-12 Eric Sandeenext4: serialize unaligned asynchronous DIO
2011-02-12 Eric Sandeenext4: make grpinfo slab cache names static
2011-02-07 Curt Wohlgemuthext4: Fix data corruption with multi-block writepages...
2011-02-03 Theodore Ts'oext4: fix up ext4 error handling
2011-02-03 Lukas Czernerext4: unregister features interface on module unload
2011-02-03 Eric Sandeenext4: fix panic on module unload when stopping lazyinit...
2011-01-21 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-17 Christoph Hellwigfallocate should be a file operation
2011-01-17 Christoph Hellwigmake the feature checks in ->fallocate future proof
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-13 Andrew Mortonfs/ext4/inode.c: use pr_warn_ratelimited()
2011-01-13 Josef BacikExt4: fail if we try to use hole punch
2011-01-12 Jan Karaquota: Fix deadlock during path resolution
2011-01-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-11 Jan Karaext4: fix trimming starting with block 0 with small...
2011-01-11 Theodore Ts'oext4: revert buggy trim overflow patch
2011-01-10 Eric Sandeenext4: don't pass entire map to check_eofblocks_fl
2011-01-10 Theodore Ts'oext4: fix memory leak in ext4_free_branches
2011-01-10 Theodore Ts'oext4: remove ext4_mb_return_to_preallocation()
2011-01-10 Jiaying Zhangext4: flush the i_completed_io_list during ext4_truncate
2011-01-10 Theodore Ts'oext4: add error checking to calls to ext4_handle_dirty_...
2011-01-10 Jan Karaext4: fix trimming of a single group
2011-01-10 Andrew Mortonext4: fix uninitialized variable in ext4_register_li_re...
2011-01-10 Theodore Ts'oext4: dynamically allocate the jbd2_inode in ext4_inode...
2011-01-10 Theodore Ts'oext4: drop i_state_flags on architectures with 64-bit...
2011-01-10 Theodore Ts'oext4: reorder ext4_inode_info structure elements to...
2011-01-10 Theodore Ts'oext4: drop ec_type from the ext4_ext_cache structure
2011-01-10 Theodore Ts'oext4: use ext4_lblk_t instead of sector_t for logical...
2011-01-10 Theodore Ts'oext4: replace i_delalloc_reserved_flag with EXT4_STATE_...
2011-01-10 Kazuya Mioext4: fix 32bit overflow in ext4_ext_find_goal()
2011-01-10 Namhyung Kimext4: add more error checks to ext4_mkdir()
2011-01-10 Eric Parisext4: ext4_ext_migrate should use NULL not 0
2011-01-10 Theodore Ts'oext4: Use ext4_error_file() to print the pathname to...
2011-01-10 Dan Carpenterext4: use IS_ERR() to check for errors in ext4_error_file
2011-01-10 Dan Carpenterext4: test the correct variable in ext4_init_pageio()
2011-01-10 Wang Sheng-Huiext2,ext3,ext4: clarify comment for extN_xattr_set_handle
2011-01-10 Theodore Ts'oext4: clean up ext4_xattr_list()'s error code checking...
2011-01-10 Lukas Czernerext4: remove warning message from ext4_issue_discard...
2011-01-10 Lukas Czernerext4: fix possible overflow in ext4_trim_fs()
2011-01-07 Nick Pigginext2,3,4: provide simple rcu-walk ACL implementation
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-12-23 Theodore Ts'oext4: fix on-line resizing regression
2010-12-23 James BottomleyMerge branch 'block'
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-20 Theodore Ts'oext4: Add error checking to kmem_cache_alloc() call...
2010-12-20 Joe Perchesext4: Use printf extension %pV
2010-12-20 Joe Perchesext4: Use vzalloc in ext4_fill_flex_info()
2010-12-20 Eric Sandeenext4: zero out nanosecond timestamps for small inodes
2010-12-20 Theodore Ts'oext4: optimize ext4_check_dir_entry() with unlikely...
2010-12-20 Jesper Juhlext4: use kmem_cache_zalloc() in ext4_init_io_end()
2010-12-20 Tobias Klauserext4: Remove redundant unlikely()
2010-12-17 Theodore Ts'oext4: Use pr_warning_ratelimited() instead of printk_ra...
2010-12-16 Theodore Ts'oext4: Fix up comments in inode.c
2010-12-16 Theodore Ts'oext4: Add second mount options field since the s_mount_...
2010-12-16 Theodore Ts'oext4: Move struct ext4_mount_options from ext4.h to...
2010-12-16 Theodore Ts'oext4: Simplify the usage of clear_opt() and set_opt...
2010-12-15 Aaro Koskinenext4: fix typo which broke '..' detection in ext4_find_...
2010-12-14 Theodore Ts'oext4: Turn off multiple page-io submission by default
2010-11-20 Lukas Czernerext4: Add EXT4_IOC_TRIM ioctl to handle batched discard
2010-11-20 Lukas Czernerfs: Do not dispatch FITRIM through separate super_operation
2010-11-19 Darrick J. Wongext4: ext4_fill_super shouldn't return 0 on corruption
2010-11-18 Dan Carpenterext4: missing unlock in ext4_clear_request_list()
2010-11-18 Markus Trippelsdorfext4: fix setting random pages PageUptodate
2010-11-15 Wu Fengguangext4: fix redirty_page_for_writepage() typo in comment
2010-11-13 Tejun Heoblock: clean up blkdev_get() wrappers and their users
2010-11-13 Tejun Heoblock: make blkdev_get/put() handle exclusive access
2010-11-08 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-11-08 Theodore Ts'oext4: Add new ext4 inode tracepoints
2010-11-08 Theodore Ts'oext4: Don't call sb_issue_discard() in ext4_free_blocks()
2010-11-08 Dmitry Monakhovext4: do not try to grab the s_umount semaphore in...
2010-11-08 Theodore Ts'oext4: fix potential race when freeing ext4_io_page...
2010-11-08 Theodore Ts'oext4: handle writeback of inodes which are being freed
2010-11-03 Theodore Ts'oext4: initialize the percpu counters before replaying...
2010-11-02 Theodore Ts'oext4: "ret" may be used uninitialized in ext4_lazyinit_...
2010-11-02 Lukas Czernerext4: fix lazyinit hang after removing request
2010-11-02 Theodore Ts'oext4: Remove useless spinlock in ext4_getattr()
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-28 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-10-28 Theodore Ts'oext4: BUG_ON fix: check if page has buffers before...
2010-10-28 Ingo Molnarext4: fix compile with CONFIG_EXT4_FS_XATTR disabled
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
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 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...
next