nilfs2: fix missing zero-fill initialization of btree node cache
[safe/jmp/linux-2.6] / fs / ext4 /
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
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
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
next