ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread
[linux-flexiantxendom0-natty.git] / fs / ext4 / ext4.h
2011-07-15 Lukas Czernerext4: Use schedule_timeout_interruptible() for waiting...
2011-02-12 Eric Sandeenext4: serialize unaligned asynchronous DIO
2011-01-17 Christoph Hellwigfallocate should be a file operation
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-10 Jiaying Zhangext4: flush the i_completed_io_list during ext4_truncate
2011-01-10 Theodore Ts'oext4: dynamically allocate the jbd2_inode in ext4_inode...
2011-01-10 Theodore Ts'oext4: drop i_state_flags on architectures with 64-bit...
2011-01-10 Theodore Ts'oext4: reorder ext4_inode_info structure elements to...
2011-01-10 Theodore Ts'oext4: drop ec_type from the ext4_ext_cache structure
2011-01-10 Theodore Ts'oext4: use ext4_lblk_t instead of sector_t for logical...
2011-01-10 Theodore Ts'oext4: replace i_delalloc_reserved_flag with EXT4_STATE_...
2011-01-10 Theodore Ts'oext4: Use ext4_error_file() to print the pathname to...
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-20 Eric Sandeenext4: zero out nanosecond timestamps for small inodes
2010-12-20 Theodore Ts'oext4: optimize ext4_check_dir_entry() with unlikely...
2010-12-16 Theodore Ts'oext4: Add second mount options field since the s_mount_...
2010-12-16 Theodore Ts'oext4: Move struct ext4_mount_options from ext4.h to...
2010-12-16 Theodore Ts'oext4: Simplify the usage of clear_opt() and set_opt...
2010-12-14 Theodore Ts'oext4: Turn off multiple page-io submission by default
2010-11-08 Theodore Ts'oext4: fix potential race when freeing ext4_io_page...
2010-11-08 Theodore Ts'oext4: handle writeback of inodes which are being freed
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-28 Eric Sandeenext4: move ext4_mb_{get,put}_buddy_cache_lock and make...
2010-10-28 Theodore Ts'oext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()
2010-10-28 Theodore Ts'oext4: move flush_completed_IO to fs/ext4/fsync.c and...
2010-10-28 Theodore Ts'oext4: make various ext4 functions be static
2010-10-28 Theodore Ts'oext4: rename {exit,init}_ext4_*() to ext4_{exit,init...
2010-10-28 Lukas Czernerext4: Add batched discard support for ext4
2010-10-28 Theodore Ts'oext4: use bio layer instead of buffer layer in mpage_da...
2010-10-28 Eric Sandeenext4: remove unused ext4_sb_info members
2010-10-28 Toshiyuki Okajimaext4: improve llseek error handling for overly large...
2010-10-28 Lukas Czernerext4: add interface to advertise ext4 features in sysfs
2010-10-28 Lukas Czernerext4: add support for lazy inode table initialization
2010-10-28 Curt Wohlgemuthext4: use dedicated slab caches for group_info structures
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroconvert ext4 to ->evict_inode()
2010-08-05 Eric Sandeenext4: re-inline ext4_rec_len_(to|from)_disk functions
2010-08-02 Theodore Ts'oext4: Add mount options in superblock
2010-07-27 Eric Sandeenext4: fix ext4_get_blocks references
2010-07-27 jiayingz@google... ext4: move aio completion after unwritten extent conversion
2010-07-27 Theodore Ts'oext4: Define s_jnl_backup_type in superblock
2010-07-27 Theodore Ts'oext4: Once a day, printk file system error information...
2010-07-27 Theodore Ts'oext4: Save error information to the superblock for...
2010-07-27 Theodore Ts'oext4: Pass line numbers to ext4_error() and friends
2010-07-27 Theodore Ts'oext4: Cleanup ext4_check_dir_entry so __func__ is now...
2010-06-29 Theodore Ts'oext4: Enhance ext4_grp_locked_error() to take block...
2010-06-29 Theodore Ts'oext4: clean up ext4_abort() so __func__ is now implicit
2010-06-29 Theodore Ts'oext4: Add new superblock fields reserved for the Next3...
2010-06-14 Christoph Hellwigext4: remove vestiges of nobh support
2010-06-12 Theodore Ts'oext4: Clean up s_dirt handling
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-17 Frank Mayharext4: Make fsync sync new parent directories in no...
2010-05-17 Theodore Ts'oext4: Drop whitespace at end of lines
2010-05-17 Ben Hutchingsext4: Fix compat EXT4_IOC_ADD_GROUP
2010-05-17 Ben Hutchingsext4: Conditionally define compat ioctl numbers
2010-05-17 Dmitry Monakhovext4: Use bitops to read/modify i_flags in struct ext4_...
2010-05-17 Theodore Ts'oext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
2010-05-16 Theodore Ts'oext4: Add new abstraction ext4_map_blocks() underneath...
2010-05-16 Curt Wohlgemuthext4: check for a good block group before loading buddy...
2010-03-05 Linus TorvaldsMerge branch 'write_inode2' of git://git./linux/kernel...
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-04 Akinobu Mitaext4: consolidate in_range() definitions
2010-03-02 Frank Mayharext4: Convert BUG_ON checks to use ext4_error() instead
2010-03-04 Jiaying Zhangext4: use ext4_get_block_write in buffer write
2010-03-02 Jiaying Zhangext4: mechanical rename some of the direct I/O get_bloc...
2010-02-24 Jiaying Zhangext4: Add flag to files with blocks intentionally past EOF
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to fs
2010-02-15 Eric Sandeenext4: move __func__ into a macro for ext4_warning,...
2010-01-25 Theodore Ts'oext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA...
2010-01-24 Theodore Ts'oext4: Use bitops to read/modify EXT4_I(inode)->i_state
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-01 Theodore Ts'oext4: Calculate metadata requirements more accurately
2009-12-23 Dmitry Monakhovext4: Convert to generic reserved quota's space management.
2010-01-22 Theodore Ts'oext4: Add block validity check when truncating indirect...
2010-02-05 Eric Sandeenext4: fix async i/o writes beyond 4GB to a sparse file
2009-12-09 Jan Karaext4: Wait for proper transaction commit on fsync
2009-11-23 Theodore Ts'oext4: call ext4_forget() from ext4_free_blocks()
2009-11-22 Theodore Ts'oext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
2009-11-23 Theodore Ts'oext4: move ext4_forget() to ext4_jbd2.c
2009-11-19 Eric Sandeenext4: make trim/discard optional (and off by default)
2009-11-10 Mingmingext4: skip conversion of uninit extents after direct...
2009-11-02 Linus TorvaldsRevert "ext4: Remove journal_checksum mount option...
2009-09-30 Theodore Ts'oext4: Fix time encoding with extra epoch bits
2009-09-30 Theodore Ts'oext4: Use tracepoints for mb_history trace file
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-29 Theodore Ts'oext4: Adjust ext4_da_writepages() to write out larger...
2009-09-17 Eric Sandeenext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
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-05 Theodore Ts'oext4: Remove journal_checksum mount option and enable...
2009-09-01 Theodore Ts'oext4: Add new tracepoint: trace_ext4_da_write_pages()
2009-08-26 Eric Sandeenext4: use ext4_grpblk_t more extensively
2009-08-18 Eric Sandeenext4: open-code ext4_mb_update_group_info
2009-08-18 Jan Karaext4: Fix possible deadlock between ext4_truncate(...
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
next