string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / ext4 /
2009-09-10 Aneesh Kumar K.Vext4: check for need init flag in ext4_mb_load_buddy
2009-09-10 Aneesh Kumar K.Vext4: move ext4_mb_init_group() function earlier in...
2009-09-10 Frank Mayharext4: Make non-journal fsync work properly
2009-09-12 Theodore Ts'oext4: Assure that metadata blocks are written during...
2009-09-10 Theodore Ts'oext4: Use bforget() in no journal mode for ext4_journal...
2009-09-08 Linus Torvaldsext[234]: move over to 'check_acl' permission model
2009-09-08 Theodore Ts'oext4: print more sysadmin-friendly message in check_blo...
2009-09-10 Aneesh Kumar K.Vext4: Take page lock before looking at attached buffer_...
2009-09-06 Akira Fujitaext4: Fix small typo for move_extent_per_page()
2009-09-06 Akira Fujitaext4: Return exchanged blocks count to user space in...
2009-09-06 Akira Fujitaext4: Remove unneeded BUG_ON() in ext4_move_extents()
2009-09-16 Akira Fujitaext4: Fix wrong comparisons in mext_check_arguments()
2009-09-06 Christoph Hellwigext4: fix cache flush in ext4_sync_file
2009-09-05 Theodore Ts'oext4: Remove journal_checksum mount option and enable...
2009-09-05 Tobias Klauserext4: Declare seq_operations and file_operations struct...
2009-09-01 Theodore Ts'oext4: Add new tracepoint: trace_ext4_da_write_pages()
2009-08-31 Theodore Ts'oext4: Restore wbc->range_start in ext4_da_writepages()
2009-08-30 Theodore Ts'oext4: Limit number of links that can be created by...
2009-08-29 Aneesh Kumar K.Vext4: Allow rename to create more than EXT4_LINK_MAX...
2009-08-28 Theodore Ts'oext4: fix extent sanity checking code with AGGRESSIVE_TEST
2009-08-26 Eric Sandeenext4: use ext4_grpblk_t more extensively
2009-08-26 Eric Sandeenext4: use variables not types in sizeofs() for allocations
2009-08-26 Aneesh Kumar K.Vext4: Add missing unlock_new_inode() call in extent...
2009-08-18 Eric Sandeenext4: Add feature set check helper for mount & remount...
2009-08-18 Eric Sandeensimplify some logic in ext4_mb_normalize_request
2009-08-18 Eric Sandeenext4: open-code ext4_mb_update_group_info
2009-08-18 Eric Sandeenext4: reject too-large filesystems on 32-bit kernels
2009-08-18 Jan Karaext4: Fix possible deadlock between ext4_truncate(...
2009-09-18 Mingmingext4: Show unwritten extent flag in ext4_ext_show_leaf()
2009-09-01 Mingmingext4: Compile warning fix when EXT_DEBUG enabled
2009-09-18 Theodore Ts'oext4: Avoid group preallocation for closed files
2009-08-10 Theodore Ts'oext4: Fix bugs in mballoc's stream allocation mode
2009-08-09 Theodore Ts'oext4: Display the mballoc flags in mb_history in hex...
2009-09-18 Theodore Ts'oext4: Add configurable run-time mballoc debugging
2009-08-11 Peng Taoext4: fix journal ref count in move_extent_par_page
2009-08-11 Roel Kluinext4: remove redundant test on unsigned
2009-07-28 Peng Taoext4: fix build warning when EXT4FS_DEBUG is on
2009-07-13 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-07-13 Theodore Ts'oext4: Fix ext4_mb_initialize_context() to initialize...
2009-07-13 Peng Taoext4: fix null handler of ioctls in no journal mode
2009-07-13 Curt Wohlgemuthext4: Fix buffer head reference leak in no-journal...
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-06 Akira Fujitaext4: Fix compile warnings with MB_DEBUG
2009-07-06 Joe Perchesext4: Remove unnecessary semicolons in mballoc.c
2009-07-17 Curt Wohlgemuthext4: More buffer head reference leaks
2009-07-28 Theodore Ts'oext4: Avoid null pointer dereference when decoding...
2009-07-28 Manish Katiyarext4: Fix typo in ext4/Kconfig
2009-07-17 Aneesh Kumar K.Vext4: Fix memory leak fix when mounting an ext4 filesystem
2009-06-24 Al Virohelpers for acl caching + switch to those
2009-06-24 Al Viroswitch ext4 to inode->i_acl
2009-06-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-06-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
2009-06-17 Theodore Ts'oext4: avoid unnecessary spinlock in critical POSIX...
2009-06-15 Theodore Ts'oext4: Don't update ctime for non-extent-mapped inodes
2009-06-14 Aneesh Kumar K.Vext4: Move __ext4_journalled_writepage() to avoid forwa...
2009-06-14 Aneesh Kumar K.Vext4: Fix mmap/truncate race when blocksize < pagesize...
2009-06-14 Aneesh Kumar K.Vext4: Fix mmap/truncate race when blocksize < pagesize...
2009-06-14 Theodore Ts'oext4: Fix up whitespace issues in fs/ext4/inode.c
2009-06-15 Theodore Ts'oext4: Fix 64-bit block type problem on 32-bit platforms
2009-06-13 Andreas Dilgerext4: teach the inode allocator to use a goal inode...
2009-06-13 Theodore Ts'oext4: Use a hash of the topdir directory name for the...
2009-06-13 Theodore Ts'oext4: move the abort flag from s_mount_opts to s_mount_...
2009-06-13 Theodore Ts'oext4: update the s_last_mounted field in the superblock
2009-06-13 Theodore Ts'oext4: change s_mount_opt to be an unsigned int
2009-06-17 Akira Fujitaext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwig->write_super lock_super pushdown
2009-06-12 Al ViroPush lock_super() into the ->remount_fs() of filesystem...
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Al ViroNo need to do lock_super() for exclusion in generic_shu...
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-10 Aneesh Kumar K.Vext4: Avoid corrupting the uninitialized bit in the...
2009-06-09 Theodore Ts'oext4: Don't treat a truncation of a zero-length file...
2009-06-08 Toshiyuki Okajimaext4: fix dx_map_entry to support 256k directory blocks
2009-06-05 Aneesh Kumar K.Vext4: truncate the file properly if we fail to copy...
2009-06-05 Aneesh Kumar K.Vext4: Avoid leaking blocks after a block allocation...
2009-06-04 Eric Sandeenext4: Change all super.c messages to print the device
2009-06-09 Jan Karaext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_block...
2009-06-04 Aneesh Kumar K.Vext4: Don't look at buffer_heads outside i_size.
2009-07-06 Johann Lombardiext4: Fix goal inum check in the inode allocator
2009-07-08 Theodore Ts'oext4: fix no journal corruption with locale-gen
2009-07-06 Aneesh Kumar K.Vext4: Calculate required journal credits for inserting...
2009-07-13 Jan Karaext4: Fix truncation of symlinks after failed write
2009-07-06 Jesper Dangaard... ext4: Use rcu_barrier() on module unload.
2009-07-13 Eric Sandeenext4: naturally align struct ext4_allocation_request
2009-07-06 Eric Sandeenext4: mark several more functions in mballoc.c as noinline
2009-07-06 Theodore Ts'oext4: Fix potential reclaim deadlock when truncating...
2009-06-03 Andreas Dilgerext4: super.c whitespace cleanup
2009-05-25 Theodore Ts'oext4: Clean up calls to ext4_get_group_desc()
2009-05-25 Theodore Ts'oext4: remove unused function __ext4_write_dirty_metadata
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-18 Manish Katiyarext4: Fix memory leak in ext4_fill_super() in case...
2009-05-18 Theodore Ts'oext4: down i_data_sem only for read when walking tree...
2009-05-17 Theodore Ts'oext4: Add a comprehensive block validity check to ext4_...
2009-05-15 Theodore Ts'oext4: Fix race in ext4_inode_info.i_cached_extent
2009-05-14 Aneesh Kumar K.Vext4: Clear the unwritten buffer_head flag after the...
2009-05-14 Theodore Ts'oext4: Clean up ext4_get_blocks() so it does not depend...
2009-05-14 Theodore Ts'oext4: Merge ext4_da_get_block_write() into mpage_da_map...
2009-05-12 Aneesh Kumar K.Vext4: Use a fake block number for delayed new buffer_head
next