ext4: address scalability issue by removing extent cache statistics
[linux-flexiantxendom0.git] / fs / ext4 / ext4.h
2012-04-30 Theodore Ts'oext4: address scalability issue by removing extent...
2012-04-02 Jeff Moyerext4: fix race between sync and completed io work
2012-04-02 Jeff Moyerext4: fix race between unwritten extent conversion...
2011-11-02 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-10-31 Tao Maext4: Create helper function for EXT4_IO_END_UNWRITTEN...
2011-10-29 Dmitry Monakhovext4: fix quota accounting during migration
2011-10-25 Dmitry Monakhovext4: update EOFBLOCKS flag on fallocate properly
2011-10-08 Tao Maext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READ...
2011-10-08 Lukas Czernerext4: remove deprecated oldalloc
2011-09-09 Aditya Kaliext4: attempt to fix race in bigalloc code path
2011-09-09 Aditya Kaliext4: add some tracepoints in ext4/extents.c
2011-09-09 Theodore Ts'oext4: rename ext4_has_free_blocks() to ext4_has_free_cl...
2011-09-09 Theodore Ts'oext4: rename ext4_claim_free_blocks() to ext4_claim_fre...
2011-09-09 Theodore Ts'oext4: rename ext4_free_blocks_after_init() to ext4_free...
2011-09-09 Theodore Ts'oext4: rename ext4_count_free_blocks() to ext4_count_fre...
2011-09-09 Theodore Ts'oext4: Rename ext4_free_blks_{count,set}() to refer...
2011-09-09 Theodore Ts'oext4: enable mounting bigalloc as read/write
2011-09-09 Aditya Kaliext4: Fix bigalloc quota accounting and i_blocks value
2011-09-09 Theodore Ts'oext4: convert the free_blocks field in s_flex_groups...
2011-09-09 Theodore Ts'oext4: convert s_{dirty,free}blocks_counter to s_{dirty...
2011-09-09 Theodore Ts'oext4: teach ext4_free_blocks() about bigalloc and clusters
2011-09-09 Theodore Ts'oext4: bigalloc changes to block bitmap initialization...
2011-09-09 Theodore Ts'oext4: split out ext4_free_blocks_after_init()
2011-09-09 Theodore Ts'oext4: read-only support for bigalloc file systems
2011-09-03 Theodore Ts'oext4: improve handling of conflicting mount options
2011-09-03 Allison Hendersonext4: Add new ext4_discard_partial_page_buffers routines
2011-08-31 Theodore Ts'oext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL...
2011-08-31 Jiaying Zhangext4: remove i_mutex lock in ext4_evict_inode to fix...
2011-08-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-08-01 Theodore Ts'oext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and...
2011-07-27 Yongqiang Yangext4: let setup_new_group_blocks() set multiple bits...
2011-07-27 Yongqiang Yangext4: let ext4_group_add_blocks() return an error code
2011-07-27 Yongqiang Yangext4: rename ext4_add_groupblocks() to ext4_group_add_b...
2011-07-27 Yongqiang Yangext4: prevent parallel resizers by atomic bit ops
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-11 Tao Maext4: Speed up FITRIM by recording flags in ext4_group_info
2011-07-10 Maxim Patlasovext4: fix i_blocks/quota accounting when extent inserti...
2011-06-28 Eric Sandeenext4: refactor duplicated block placement code
2011-06-27 Amir Goldsteinext4: move ext4_ind_* functions from inode.c to indirect.c
2011-06-27 Theodore Ts'oext4: move __ext4_check_blockref to block_validity.c
2011-06-27 Amir Goldsteinext4: split ext4_ind_truncate from ext4_truncate
2011-05-27 Christoph Hellwigfs: pass exact type of data dirties to ->dirty_inode
2011-05-25 Vivek Haldarext4: do not normalize block requests from fallocate()
2011-05-25 Allison Hendersonext4: enable "punch hole" functionality
2011-05-25 Allison Hendersonext4: add new function ext4_block_zero_page_range()
2011-05-25 Allison Hendersonext4: add flag to ext4_has_free_blocks
2011-05-24 Aditya Kaliext4: reserve inodes and feature code for 'quota' feature
2011-05-24 Johann Lombardiext4: add support for multiple mount protection
2011-05-23 Vivek Haldarext4: count hits/misses of extent cache and expose...
2011-05-20 Lukas Czernerext4: Remove unnecessary wait_event ext4_run_lazyinit_t...
2011-05-20 Lukas Czernerext4: Use schedule_timeout_interruptible() for waiting...
2011-05-09 Amir Goldsteinext4: move ext4_add_groupblocks() to mballoc.c
2011-04-18 Theodore Ts'oext4: check for ext[23] file system features when mount...
2011-03-24 Akinobu Mitaext4: use little-endian bitops
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...
next