Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / ext4 / super.c
2012-04-30 Jeff MahoneyUpdate to 3.4-rc5.
2012-04-25 Jeff MahoneyUpdate to 3.4-rc4.
2012-04-24 Eldad Zacksuper.c: unused variable warning without CONFIG_QUOTA
2012-04-16 Theodore Ts'oext4: fix handling of journalled quota options
2012-04-16 Theodore Ts'oext4: address scalability issue by removing extent...
2012-04-09 Jeff MahoneyUpdate AppArmor for 3.4.
2012-04-09 Jeff Mahoney- Update richacl patchset for 3.4.
2012-03-28 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2012-03-22 Artem Bityutskiyext4: remove useless s_dirt assignment
2012-03-22 Artem Bityutskiyext4: write superblock only once on unmount
2012-03-21 Al Viroext4: initialization of ext4_li_mtx needs to be done...
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-20 Theodore Ts'oext4: change some printk() calls to use ext4_msg()...
2012-03-20 Joe Perchesext4: avoid output message interleaving in ext4_error_...
2012-03-05 Theodore Ts'oext4: try to deprecate noacl and noxattr_user mount...
2012-03-05 Theodore Ts'oext4: ignore mount options supported by ext2/3 (but...
2012-03-05 Theodore Ts'oext4: add debugging /proc file showing file system...
2012-03-05 Theodore Ts'oext4: make ext4_show_options() be table-driven
2012-03-04 Theodore Ts'oext4: move ext4_show_options() after parse_options()
2012-03-04 Theodore Ts'oext4: use a table-driven handler for mount options
2012-03-03 Theodore Ts'oext4: unify handling of mount options which have been...
2012-03-03 Theodore Ts'oext4: simplify handling of the errors=* mount options
2012-03-02 Theodore Ts'oext4: remove the I_VERSION mount flag and use the super...
2012-03-02 Theodore Ts'oext4: remove Opt_ignore
2012-03-02 Theodore Ts'oext4: remove deprecation warnings for minix_df and...
2012-02-20 Eric Sandeenext4: remove the resize mount option
2012-02-20 Eric Sandeenext4: remove the journal=update mount option
2012-02-20 Bobi Jamext4: expand commit callback and
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2012-01-10 Theodore Ts'oMerge branch 'for_linus' into for_linus_merged
2012-01-10 Xi Wangext4: fix undefined behavior in ext4_fill_flex_info()
2012-01-09 Al Viroext4: fix failure exits
2012-01-08 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2012-01-07 Al Virovfs: switch ->show_options() to struct dentry *
2012-01-07 Al Virovfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
2012-01-05 Ben Hutchingsext4: Report max_batch_time option correctly
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-12-21 Rafael J. WysockiMerge branch 'master' into pm-sleep
2011-12-20 Jeff Mahoney- Update to 3.2-rc6.
2011-12-18 Zheng Liuext4: add missing space to ext4_msg output in ext4_fill...
2011-12-13 Theodore Ts'oext4: display the correct mount option in /proc/mounts...
2011-11-25 Jeff Mahoney- Update to 3.2-rc3.
2011-11-23 Rafael J. WysockiMerge branch 'pm-freezer' of git://git./linux/kernel...
2011-11-21 Tejun Heofreezer: unexport refrigerator() and update try_to_free...
2011-11-16 Jeff Mahoney- Update to 3.2-rc1.
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-24 Jeff Mahoney- Update to 3.1-rc3.
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-29 Jeff Mahoney- Update to 3.0-rc5.
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-06 Lukas Czernerext4: Fix max file size and logical block counting...
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-05-31 Jeff Mahoney- Updated to 3.0-rc1.
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-15 Jan Beulich- Update Xen patches to 2.6.39-rc3 and c/s 1079.
2011-04-12 Jeff Mahoney- Updated to 2.6.39-rc3.
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
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...
next