aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2012-04-16ext4: fix handling of journalled quota optionsTheodore Ts'o
2012-04-16ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-03-21ext4: remove useless s_dirt assignmentArtem Bityutskiy
2012-03-21ext4: write superblock only once on unmountArtem Bityutskiy
2012-03-20ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-19ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o
2012-03-19ext4: avoid output message interleaving in ext4_error_<foo>()Joe Perches
2012-03-04ext4: try to deprecate noacl and noxattr_user mount optionsTheodore Ts'o
2012-03-04ext4: ignore mount options supported by ext2/3 (but have since been removed)Theodore Ts'o
2012-03-04ext4: add debugging /proc file showing file system optionsTheodore Ts'o
2012-03-04ext4: make ext4_show_options() be table-drivenTheodore Ts'o
2012-03-03ext4: move ext4_show_options() after parse_options()Theodore Ts'o
2012-03-03ext4: use a table-driven handler for mount optionsTheodore Ts'o
2012-03-03ext4: unify handling of mount options which have been removedTheodore Ts'o
2012-03-03ext4: simplify handling of the errors=* mount optionsTheodore Ts'o
2012-03-02ext4: remove the I_VERSION mount flag and use the super_block flag insteadTheodore Ts'o
2012-03-02ext4: remove Opt_ignoreTheodore Ts'o
2012-03-02ext4: remove deprecation warnings for minix_df and grpidTheodore Ts'o
2012-02-20ext4: remove the resize mount optionEric Sandeen
2012-02-20ext4: remove the journal=update mount optionEric Sandeen
2012-02-20ext4: expand commit callback andBobi Jam
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o
2012-01-10ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang
2012-01-09ext4: fix failure exitsAl Viro
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-04ext4: Report max_batch_time option correctlyBen Hutchings
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki
2011-12-18ext4: add missing space to ext4_msg output in ext4_fill_super()Zheng Liu
2011-12-12ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo
2011-11-07ext4: Remove kernel_lock annotationsRichard Weinberger
2011-11-07ext4: ignore journalled data options on remount if fs has no journalTheodore Ts'o
2011-10-27ext4: optimize ext4_ext_convert_to_initialized()Eric Gouriou
2011-10-08ext4: fix ext4 so it works without CONFIG_PROC_FSFabrice Jouhaud
2011-10-08ext4: remove deprecated oldallocLukas Czerner
2011-10-06ext4: Free resources in some error path in ext4_fill_superTao Ma
2011-09-09ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()Theodore Ts'o
2011-09-09ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o
2011-09-09ext4: Fix bigalloc quota accounting and i_blocks valueAditya Kali
2011-09-09ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabledTheodore Ts'o
2011-09-09ext4: convert the free_blocks field in s_flex_groups to be free_clustersTheodore Ts'o
2011-09-09ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o
2011-09-09ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o
2011-09-09ext4: read-only support for bigalloc file systemsTheodore Ts'o