Btrfs: always pin metadata in discard mode
[safe/jmp/linux-2.6] / fs / ext4 /
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-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
2009-05-13 Aneesh Kumar K.Vext4: Fix sub-block zeroing for writes into preallocate...
2009-05-12 Theodore Ts'oext4: Add BUG_ON debugging checks to noalloc_get_block_...
2009-05-14 Theodore Ts'oext4: Add documentation to the ext4_*get_block* functions
2009-05-14 Theodore Ts'oext4: Define a new set of flags for ext4_get_blocks()
2009-05-14 Theodore Ts'oext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()
2009-05-12 Theodore Ts'oext4: Rename ext4_get_blocks_handle() to be ext4_ind_ge...
2009-05-12 Theodore Ts'oext4: Simplify function signature for ext4_da_get_block...
2009-05-15 Vincent Minetext4: Fix spinlock assertions on UP systems
2009-05-03 Aneesh Kumar K.Vext4: Convert ext4_lock_group to use sb_bgl_lock
2009-05-02 Theodore Ts'oext4: fix the length returned by fiemap for an unalloca...
2009-05-02 Eric Sandeenext4: fix for fiemap last-block test
2009-05-03 Aneesh Kumar K.Vext4: hook fiemap operation for directories
2009-05-02 Curt Wohlgemuthext4: Make the length of the mb_history file tunable
2009-05-01 Theodore Ts'oext4: Move fs/ext4/group.h into ext4.h
2009-05-01 Theodore Ts'oext4: Move fs/ext4/namei.h into ext4.h
2009-05-03 Theodore Ts'oext4: Move the ext4_sb.h header file into ext4.h
2009-05-01 Theodore Ts'oext4: Move the ext4_i.h header file into ext4.h
2009-05-01 Theodore Ts'oext4: Don't avoid using BLOCK_UNINIT block groups in...
2009-04-27 Theodore Ts'oext4: avoid unnecessary spinlock in critical POSIX...
2009-06-17 Theodore Ts'oext4: convert instrumentation from markers to tracepoints
2009-04-26 Theodore Ts'oext4: Replace lock/unlock_super() with an explicit...
2009-04-26 Theodore Ts'oext4: Replace lock/unlock_super() with an explicit...
2009-05-01 Theodore Ts'oext4: ext4_mark_recovery_complete() doesn't need to...
2009-04-25 Theodore Ts'oext4: Remove outdated comment about lock_super()
2009-05-01 Theodore Ts'oext4: Avoid races caused by on-line resizing and SMP...
2009-05-01 Theodore Ts'oext4: Use separate super_operations structure for no_jo...
2009-05-01 Theodore Ts'oext4: Fix and simplify s_dirt handling
2009-05-01 Theodore Ts'oext4: Simplify ext4_commit_super()'s function signature
2009-04-25 Theodore Ts'oext4: Use is_power_of_2() for clarity
2009-04-28 Theodore Ts'oext4: Fallback to vmalloc if kmalloc can't allocate...
2009-05-12 Aneesh Kumar K.Vext4: Mark the unwritten buffer_head as mapped during...
2009-05-13 Aneesh Kumar K.Vext4: Properly initialize the buffer_head state
2009-04-24 Theodore Ts'oext4: Do not try to validate extents on special files
2009-04-24 Theodore Ts'oext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMP...
2009-04-24 Theodore Ts'oext4: Fix softlockup caused by illegal i_file_acl value...
2009-04-24 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-23 Theodore Ts'oext4: Fix potential inode allocation soft lockup in...
2009-04-23 Theodore Ts'oext4: Make the extent validity check more paranoid
2009-04-15 Nikanth Karthikesanext4: Remove code handling bio_alloc failure with __GFP...
2009-04-14 Chuck Ebbertext4: really print the find_group_flex fallback warning...
2009-04-07 From: Thiemo Nagelext4: check block device size on mount
2009-04-05 Thiemo Nagelext4: Fix off-by-one-error in ext4_valid_extent_idx()
2009-04-07 Thiemo Nagelext4: Fix big-endian problem in __ext4_check_blockref()
next