ext4: Define a new set of flags for ext4_get_blocks()
[safe/jmp/linux-2.6] / fs / ext4 /
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-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-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-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-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()
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-04-01 Al ViroNew helper - current_umask()
2009-03-30 Matt LaPlantetrivial: fix typos/grammar errors in Kconfig texts
2009-03-28 Theodore Ts'oext4: Regularize mount options
2009-03-27 Theodore Ts'oext4: fix locking typo in mballoc which could cause...
2009-03-27 Dan Carpenterext4: fix typo which causes a memory leak on error...
2009-03-27 Aneesh Kumar K.Vext4: Rename pa_linear to pa_type
2009-03-31 Thiemo Nagelext4: add checks of block references for non-extent...
2009-03-26 Theodore Ts'oext4: Check for an valid i_mode when reading the inode...
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2009-03-26 Mingming Caoext4: quota reservation for delayed allocation
2009-03-26 Jan Karaext4: Remove unnecessary quota functions
2009-03-17 Eric Sandeenext4: fix bb_prealloc_list corruption due to wrong...
2009-03-17 Theodore Ts'oext4: Add auto_da_alloc mount option
2009-03-14 Eric Sandeenext4: fix bogus BUG_ONs in in mballoc code
2009-03-12 Theodore Ts'oext4: Print the find_group_flex() warning only once
2009-03-10 Eric Sandeenext4: fix header check in ext4_ext_search_right() for...
2009-03-05 Theodore Ts'oext4: Use struct flex_groups to calculate get_orlov_stats()
2009-03-05 Theodore Ts'oext4: Use atomic_t's in struct flex_groups
2009-03-31 Theodore Ts'oext4: remove /proc tuning knobs
2009-03-31 Theodore Ts'oext4: Add sysfs support
2009-03-04 Eric Sandeenext4: fix ext4_free_inode() vs. ext4_claim_inode()...
2009-03-01 Theodore Ts'oext4: Track lifetime disk writes
2009-03-28 Aneesh Kumar K.Vext4: Fix discard of inode prealloc space with delayed...
2009-02-26 Eric Sandeenext4: don't call jbd2_journal_force_commit_nested witho...
2009-02-28 Theodore Ts'oext4: Remove duplicate call to ext4_commit_super()...
2009-02-24 Theodore Ts'oext4: Automatically allocate delay allocated blocks...
2009-02-24 Theodore Ts'oext4: Automatically allocate delay allocated blocks...
2009-02-26 Theodore Ts'oext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
2009-02-23 Theodore Ts'oext4: Simplify delalloc code by removing mpage_da_write...
2009-02-23 Theodore Ts'oext4: Save stack space by removing fake buffer heads
2009-02-23 Theodore Ts'oext4: Simplify delalloc implementation by removing...
2009-03-27 Aneesh Kumar K.Vext4: Validate extent details only when read from the...
2009-03-12 Aneesh Kumar K.Vext4: Add checks to validate extent entries.
2009-02-23 Bryan Donlanext4: return -EIO not -ESTALE on directory traversal...
2009-03-12 Theodore Ts'oext4: New inode/block allocation algorithms for flex_bg...
2009-02-23 Jan Karaext4: Fix deadlock in ext4_write_begin() and ext4_da_wr...
2009-02-21 Theodore Ts'oext4: Add fallback for find_group_flex
2009-02-16 Dan Carpenterext4: Fix NULL dereference in ext4_ext_migrate()'s...
2009-02-15 Duane Griffinext4: tighten restrictions on inode flags
2009-02-15 Duane Griffinext4: don't inherit inappropriate inode flags from...
2009-02-15 Pekka Enbergext4: allocate ->s_blockgroup_lock separately
2009-02-15 Wei Yongjunext4: New rec_len encoding for very large blocksizes
2009-02-15 Theodore Ts'oext4: Use unsigned int for blocksize in dx_make_map...
2009-02-14 Aneesh Kumar K.Vext4: Implement range_cyclic in ext4_da_writepages...
2009-02-14 Aneesh Kumar K.Vext4: Initialize preallocation list_head's properly
2009-02-10 Aneesh Kumar K.Vext4: Fix lockdep warning
2009-02-10 Wei Yongjunext4: Fix to read empty directory blocks correctly...
2009-02-10 Jan Karajbd2: Avoid possible NULL dereference in jbd2_journal_b...
2009-02-10 Jan KaraRevert "ext4: wait on all pending commits in ext4_sync_...
2009-02-06 Theodore Ts'oext4: remove call to ext4_group_desc() in ext4_group_us...
2009-02-06 Mike Snitzerext4: Remove stale block allocator references from...
2009-01-30 Theodore Ts'oext4: Remove bogus BUG() check in ext4_bmap()
2009-01-27 Thadeu Lima de Sou... ext4: Fix building with EXT4FS_DEBUG
2009-01-27 Theodore Ts'oext4: Initialize the new group descriptor when resizing...
next