ext4: address scalability issue by removing extent cache statistics
[linux-flexiantxendom0.git] / fs / ext4 / super.c
2012-04-30 Theodore Ts'oext4: address scalability issue by removing extent...
2012-01-26 Xi Wangext4: fix undefined behavior in ext4_fill_flex_info()
2011-12-13 Theodore Ts'oext4: display the correct mount option in /proc/mounts...
2011-11-07 Richard Weinbergerext4: Remove kernel_lock annotations
2011-11-07 Theodore Ts'oext4: ignore journalled data options on remount if...
2011-10-27 Eric Gouriouext4: optimize ext4_ext_convert_to_initialized()
2011-10-08 Fabrice Jouhaudext4: fix ext4 so it works without CONFIG_PROC_FS
2011-10-08 Lukas Czernerext4: remove deprecated oldalloc
2011-10-06 Tao Maext4: Free resources in some error path in ext4_fill_super
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 Aditya Kaliext4: Fix bigalloc quota accounting and i_blocks value
2011-09-09 Theodore Ts'oext4: teach ext4_statfs() to deal with clusters if...
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: enforce bigalloc restrictions (e.g., no online...
2011-09-09 Theodore Ts'oext4: read-only support for bigalloc file systems
2011-09-09 Theodore Ts'oext4: add ext4-specific kludge to avoid an oops after...
2011-09-03 Theodore Ts'oext4: improve handling of conflicting mount options
2011-08-13 Jiaying Zhangext4: call ext4_ioend_wait and ext4_flush_completed_IO...
2011-08-03 Mathias Krauseext4: use kzalloc in ext4_kzalloc()
2011-08-01 Theodore Ts'oext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_d...
2011-08-01 Theodore Ts'oext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and...
2011-07-27 Yongqiang Yangext4: prevent parallel resizers by atomic bit ops
2011-07-18 Dan Ehrenbergext4: ignore a stripe width of 1
2011-07-11 Theodore Ts'oext4: add tracepoint for ext4_journal_start
2011-06-06 Lukas Czernerext4: Fix max file size and logical block counting...
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-26 Dan Magenheimerext4: add cleancache support
2011-05-24 Johann Lombardiext4: add support for multiple mount protection
2011-05-24 Kazuya Mioext4: ensure f_bfree returned by ext4_statfs() is non...
2011-05-23 Vivek Haldarext4: count hits/misses of extent cache and expose...
2011-05-22 Theodore Ts'oext4: don't show mount options in /proc/mounts if there...
2011-05-20 Lukas Czernerext4: fix possible use-after-free in ext4_remove_li_req...
2011-05-20 Lukas Czernerext4: fix the mount option "init_itable=n" to work...
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-18 Tao Maext4: don't warn about mnt_count if it has been disabled
2011-05-16 Amir Goldsteinext4: fix oops in ext4_quota_off()
2011-05-09 Amerigo Wangext4: remove redundant #ifdef in super.c
2011-05-09 Tao Maext4: remove redundant check for first_not_zeroed in...
2011-04-18 Theodore Ts'oext4: check for ext[23] file system features when mount...
2011-04-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-04-11 Yongqiang Yangext4: allow an active handle to be started when freezing
2011-04-05 Tao Maext4: init timer earlier to avoid a kernel panic in...
2011-04-04 Tao Maext4: fix a double free in ext4_register_li_request
2011-04-04 Jan Karaext4: remove unnecessary [cm]time update of quota file
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-03-22 Robin Dongext4: add missing space in printk's in __ext4_grp_locke...
2011-03-16 Linus TorvaldsMerge branch 'for-2.6.39' of git://git./linux/kernel...
2011-03-15 Aneesh Kumar K.Vext4: Copy fs UUID to superblock
2011-03-05 Mingming Caoext4: Use single thread to perform DIO unwritten convertion
2011-02-28 Amir Goldsteinext4: skip orphan cleanup if fs has unknown ROCOMPAT...
2011-02-28 Manish Katiyarext4: fix missing iput of root inode for some mount...
2011-02-26 Theodore Ts'oext4: enable mblk_io_submit by default
2011-02-23 Eric Sandeenext4: enable acls and user_xattr by default
2011-02-23 Lukas Czernerext4: mark file-local functions and variables as static
2011-02-22 Alexander V. Lukyanovext4: allow inode_readahead_blks=0 (linux-2.6.37)
2011-02-22 Peter Hueweext4: Fix sparse warning: Using plain integer as NULL...
2011-02-21 Tejun HeoMerge branch 'master' into for-2.6.39
2011-02-12 Eric Sandeenext4: serialize unaligned asynchronous DIO
2011-02-03 Theodore Ts'oext4: fix up ext4 error handling
2011-02-03 Lukas Czernerext4: unregister features interface on module unload
2011-02-03 Eric Sandeenext4: fix panic on module unload when stopping lazyinit...
2011-02-01 Tejun Heoext4: convert to alloc_workqueue()
2011-01-21 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-12 Jan Karaquota: Fix deadlock during path resolution
2011-01-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-10 Andrew Mortonext4: fix uninitialized variable in ext4_register_li_re...
2011-01-10 Theodore Ts'oext4: dynamically allocate the jbd2_inode in ext4_inode...
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...
2011-01-10 Dan Carpenterext4: use IS_ERR() to check for errors in ext4_error_file
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-12-23 James BottomleyMerge branch 'block'
2010-12-20 Joe Perchesext4: Use printf extension %pV
2010-12-20 Joe Perchesext4: Use vzalloc in ext4_fill_flex_info()
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-20 Lukas Czernerfs: Do not dispatch FITRIM through separate super_operation
2010-11-19 Darrick J. Wongext4: ext4_fill_super shouldn't return 0 on corruption
2010-11-18 Dan Carpenterext4: missing unlock in ext4_clear_request_list()
2010-11-13 Tejun Heoblock: clean up blkdev_get() wrappers and their users
2010-11-13 Tejun Heoblock: make blkdev_get/put() handle exclusive access
2010-11-08 Theodore Ts'oext4: Add new ext4 inode tracepoints
2010-11-08 Dmitry Monakhovext4: do not try to grab the s_umount semaphore in...
2010-11-08 Theodore Ts'oext4: handle writeback of inodes which are being freed
2010-11-03 Theodore Ts'oext4: initialize the percpu counters before replaying...
2010-11-02 Theodore Ts'oext4: "ret" may be used uninitialized in ext4_lazyinit_...
2010-11-02 Lukas Czernerext4: fix lazyinit hang after removing request
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Nicolas Kaiserext4: fix unbalanced mutex unlock in error path of...
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 Theodore Ts'oext4: fix kernel oops if the journal superblock has...
next