dquot: move dquot initialization responsibility into the filesystem
[safe/jmp/linux-2.6] / fs / ext4 / inode.c
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-01-15 Aneesh Kumar K.Vext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
2010-01-25 Aneesh Kumar K.Vext4: Fix quota accounting error with fallocate
2010-01-22 Aneesh Kumar K.Vext4: Handle -EDQUOT error on write
2010-01-01 Theodore Ts'oext4: Calculate metadata requirements more accurately
2010-01-01 Theodore Ts'oext4: Fix accounting of reserved metadata blocks
2009-12-30 Theodore Ts'oext4: Patch up how we claim metadata blocks for quota...
2009-12-25 Richard Kennedyext4: return correct wbc.nr_to_write in ext4_da_writepages
2009-12-23 Eric Sandeenext4: flush delalloc blocks when space is low
2009-12-23 Dmitry Monakhovext4: fix sleep inside spinlock issue with quota and...
2009-12-23 Dmitry Monakhovext4: Fix potential quota deadlock
2009-12-23 Dmitry Monakhovext4: Convert to generic reserved quota's space management.
2009-12-10 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
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 Jan Karaext4: Avoid data / filesystem corruption when write...
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-23 Theodore Ts'oext4: call ext4_forget() from ext4_free_blocks()
2009-11-23 Theodore Ts'oext4: fold ext4_journal_forget() into ext4_forget()
2009-11-23 Theodore Ts'oext4: move ext4_forget() to ext4_jbd2.c
2009-11-23 Jan Karaext4: fix error handling in ext4_ind_get_blocks()
2009-11-15 Theodore Ts'oext4: fix block validity checks so they work correctly...
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-14 Theodore Ts'oext4: plug a buffer_head leak in an error path of ext4_...
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-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 Theodore Ts'oext4: fix a BUG_ON crash by checking that page has...
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 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-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-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
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 Andi KleenHWPOISON: Enable .remove_error_page for migration aware...
2009-09-10 Frank Mayharext4: Make non-journal fsync work properly
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-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-18 Jan Karaext4: Fix possible deadlock between ext4_truncate(...
2009-08-11 Roel Kluinext4: remove redundant test on unsigned
2009-07-13 Curt Wohlgemuthext4: Fix buffer head reference leak in no-journal...
2009-07-17 Curt Wohlgemuthext4: More buffer head reference leaks
2009-06-24 Al Viroswitch ext4 to inode->i_acl
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-13 Theodore Ts'oext4: move the abort flag from s_mount_opts to s_mount_...
2009-06-13 Theodore Ts'oext4: change s_mount_opt to be an unsigned int
2009-06-09 Theodore Ts'oext4: Don't treat a truncation of a zero-length file...
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-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-13 Jan Karaext4: Fix truncation of symlinks after failed write
2009-07-06 Theodore Ts'oext4: Fix potential reclaim deadlock when truncating...
2009-05-25 Theodore Ts'oext4: remove unused function __ext4_write_dirty_metadata
2009-05-17 Theodore Ts'oext4: Add a comprehensive block validity check to ext4_...
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-06-17 Theodore Ts'oext4: convert instrumentation from markers to tracepoints
2009-05-01 Theodore Ts'oext4: Avoid races caused by on-line resizing and SMP...
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-07 Thiemo Nagelext4: Fix big-endian problem in __ext4_check_blockref()
next