string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / ext4 /
2009-12-15 Hiroshi Shimamototask_struct: make journal_info conditional
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-10 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-10 Jan Karaext4: Support for 64-bit quota format
2009-12-10 Theodore Ts'oext4: Fix potential fiemap deadlock (mmap_sem vs. i_dat...
2009-12-10 Theodore Ts'oext4: Do not override ext2 or ext3 if built they are...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-07 Akira Fujitaext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
2009-12-09 Jan Karaext4: Wait for proper transaction commit on fsync
2009-12-09 Dmitry Monakhovext4: fix incorrect block reservation on quota transfer.
2009-12-09 Dmitry Monakhovext4: quota macros cleanup
2009-12-09 Dmitry Monakhovext4: ext4_get_reserved_space() must return bytes inste...
2009-12-09 Curt Wohlgemuthext4: remove blocks from inode prealloc list on failure
2009-12-09 Josef Bacikext4: wait for log to commit when umounting
2009-12-09 Jan Karaext4: Avoid data / filesystem corruption when write...
2009-12-07 Theodore Ts'oext4: Use ext4 file system driver for ext2/ext3 file...
2009-12-07 Roel Kluinext4: Return the PTR_ERR of the correct pointer in...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-04 Uwe Kleine-Königtree-wide: fix typos "offest" -> "offset"
2009-11-24 Wu Fengguangext4: remove unused parameter wbc from __ext4_journalle...
2009-11-24 Akira Fujitaext4: move_extent_per_page() cleanup
2009-11-24 Kazuya Mioext4: initialize moved_len before calling ext4_move_ext...
2009-11-24 Akira Fujitaext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
2009-11-23 Theodore Ts'oext4: use ext4_data_block_valid() in ext4_free_blocks()
2009-11-23 Theodore Ts'oext4: add check for wraparound in ext4_data_block_valid()
2009-11-23 Theodore Ts'oext4: call ext4_forget() from ext4_free_blocks()
2009-11-22 Theodore Ts'oext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
2009-11-23 Theodore Ts'oext4: fold ext4_journal_forget() into ext4_forget()
2009-11-24 Theodore Ts'oext4: fold ext4_journal_revoke() into ext4_forget()
2009-11-23 Theodore Ts'oext4: move ext4_forget() to ext4_jbd2.c
2009-11-19 Eric Sandeenext4: make "norecovery" an alias for "noload"
2009-11-19 Eric Sandeenext4: make trim/discard optional (and off by default)
2009-11-23 Jan Karaext4: fix error handling in ext4_ind_get_blocks()
2009-11-23 Theodore Ts'oext4: avoid issuing unnecessary barriers
2009-11-15 Theodore Ts'oext4: fix block validity checks so they work correctly...
2009-11-23 Theodore Ts'oext4: fix uninit block bitmap initialization when s_met...
2009-11-23 Theodore Ts'oext4: don't update the superblock in ext4_statfs()
2009-11-15 Eric Sandeenext4: journal all modifications in ext4_xattr_set_handle
2009-11-15 Julia Lawallext4: fix i_flags access in ext4_da_writepages_trans_bl...
2009-11-23 Theodore Ts'oext4: make sure directory and symlink blocks are revoked
2009-11-23 Theodore Ts'oext4: add tracepoint for ext4_forget()
2009-11-23 Theodore Ts'oext4: remove failed journal checksum check
2009-11-14 Theodore Ts'oext4: plug a buffer_head leak in an error path of ext4_...
2009-11-23 Akira Fujitaext4: fix spelling typos in move_extent.c
2009-11-23 Akira Fujitaext4: fix possible recursive locking warning in EXT4_IO...
2009-11-23 Akira Fujitaext4: fix lock order problem in ext4_move_extents()
2009-11-23 Akira Fujitaext4: fix the returned block count if EXT4_IOC_MOVE_EXT...
2009-11-23 Theodore Ts'oext4: avoid divide by zero when trying to mount a corru...
2009-11-23 Theodore Ts'oext4: fix potential buffer head leak when add_dirent_to...
2009-11-08 Theodore Ts'oext4: partial revert to fix double brelse WARNING()
2009-11-06 Mingmingext4: Fix return value of ext4_split_unwritten_extents...
2009-11-03 Mingmingext4: code clean up for dio fallocate handling
2009-11-10 Mingmingext4: skip conversion of uninit extents after direct...
2009-11-10 Mingmingext4: fix ext4_ext_direct_IO()'s return value after...
2009-11-02 Aneesh Kumar K.Vext4: discard preallocation when restarting a transacti...
2009-11-02 Linus TorvaldsRevert "ext4: Remove journal_checksum mount option...
2009-10-03 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-10-03 Christoph Lameterthis_cpu: Straight transformations
2009-10-03 Eric Sandeen[PATCH] ext4: retry failed direct IO allocations
2009-10-03 Curt Wohlgemuthext4: Fix build warning in ext4_dirty_inode()
2009-10-01 Eric Sandeenext4: drop ext4dev compat
2009-10-01 Theodore Ts'oext4: fix a BUG_ON crash by checking that page has...
2009-09-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-30 Theodore Ts'oext4: Fix time encoding with extra epoch bits
2009-09-30 Theodore Ts'oext4: Use tracepoints for mb_history trace file
2009-09-29 Theodore Ts'oext4, jbd2: Drop unneeded printks at mount and unmount...
2009-09-29 Curt Wohlgemuthext4: Handle nested ext4_journal_start/stop calls witho...
2009-09-29 Curt Wohlgemuthext4: Make sure ext4_dirty_inode() updates the inode...
2009-09-29 Frank Mayharext4: Avoid updating the inode table bh twice in no...
2009-09-28 Theodore Ts'oext4: EXT4_IOC_MOVE_EXT: Check for different original...
2009-09-28 Mingming Caoext4: async direct IO for holes and fallocate support
2009-09-28 Mingming Caoext4: Use end_io callback to avoid direct I/O fallback...
2009-09-28 Mingming Caoext4: Split uninitialized extents for direct I/O
2009-09-28 Mingming Caoext4: release reserved quota when block reservation...
2009-09-29 Theodore Ts'oext4: Adjust ext4_da_writepages() to write out larger...
2009-09-28 Theodore Ts'oext4: Fix hueristic which avoids group preallocation...
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-26 Theodore Ts'oext4: Use ext4_msg() for ext4_da_writepage() errors
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
2009-09-17 Eric Sandeenext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
2009-09-17 Theodore Ts'oext4: Fix the alloc on close after a truncate hueristic
2009-09-16 Theodore Ts'oext4: Add a tracepoint for ext4_alloc_da_blocks()
2009-09-17 Theodore Ts'oext4: store EXT4_EXT_MIGRATE in i_state instead of...
2009-09-16 Eric Sandeenext4: limit block allocations for indirect-block files...
2009-09-16 Akira Fujitaext4: Fix different block exchange issue in EXT4_IOC_MO...
2009-09-16 Akira Fujitaext4: Add null extent check to ext_get_path
2009-09-16 Akira Fujitaext4: Replace BUG_ON() with ext4_error() in move_extents.c
2009-09-16 Akira Fujitaext4: Replace get_ext_path macro with an inline funciton
2009-09-16 Andi KleenHWPOISON: Enable .remove_error_page for migration aware...
2009-09-15 Theodore Ts'oext4: Fix include/trace/events/ext4.h to work with...
2009-09-14 Jan Karaext4: Remove syncing logic from ext4_file_write
2009-09-11 Theodore Ts'oext4: Fix initalization of s_flex_groups
2009-09-11 Andreas Schlickext4: Always set dx_node's fake_dirent explicitly.
2009-09-10 Theodore Ts'oext4: Don't update superblock write time when filesyste...
2009-09-10 Aneesh Kumar K.Vext4: Clarify the locking details in mballoc
next