summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* super.c: unused variable warning without CONFIG_QUOTAEldad Zack2012-04-241-0/+2
* ext4: fix handling of journalled quota optionsTheodore Ts'o2012-04-171-17/+15
* ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o2012-04-161-16/+0
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-281-611/+464
|\
| * ext4: remove useless s_dirt assignmentArtem Bityutskiy2012-03-221-1/+0
| * ext4: write superblock only once on unmountArtem Bityutskiy2012-03-221-4/+3
| * ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o2012-03-201-2/+2
| * ext4: avoid output message interleaving in ext4_error_<foo>()Joe Perches2012-03-201-10/+21
| * ext4: try to deprecate noacl and noxattr_user mount optionsTheodore Ts'o2012-03-051-0/+4
| * ext4: ignore mount options supported by ext2/3 (but have since been removed)Theodore Ts'o2012-03-051-0/+5
| * ext4: add debugging /proc file showing file system optionsTheodore Ts'o2012-03-051-17/+54
| * ext4: make ext4_show_options() be table-drivenTheodore Ts'o2012-03-051-111/+61
| * ext4: move ext4_show_options() after parse_options()Theodore Ts'o2012-03-041-174/+175
| * ext4: use a table-driven handler for mount optionsTheodore Ts'o2012-03-041-336/+234
| * ext4: unify handling of mount options which have been removedTheodore Ts'o2012-03-041-20/+8
| * ext4: simplify handling of the errors=* mount optionsTheodore Ts'o2012-03-031-6/+3
| * ext4: remove the I_VERSION mount flag and use the super_block flag insteadTheodore Ts'o2012-03-021-2/+1
| * ext4: remove Opt_ignoreTheodore Ts'o2012-03-021-3/+1
| * ext4: remove deprecation warnings for minix_df and grpidTheodore Ts'o2012-03-021-11/+1
| * ext4: remove the resize mount optionEric Sandeen2012-02-201-23/+6
| * ext4: remove the journal=update mount optionEric Sandeen2012-02-201-25/+1
| * ext4: expand commit callback andBobi Jam2012-02-201-0/+18
* | ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro2012-03-211-2/+3
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1
|/
* Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o2012-01-101-6/+5
|\
| * ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang2012-01-101-4/+3
| * ext4: Report max_batch_time option correctlyBen Hutchings2012-01-051-1/+1
| * ext4: add missing space to ext4_msg output in ext4_fill_super()Zheng Liu2011-12-181-1/+1
* | ext4: fix failure exitsAl Viro2012-01-091-5/+8
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+1
|\ \
| * | Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-211-9/+8
| |\|
| * | Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki2011-11-231-2/+1
| |\ \
| | * | freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-2/+1
* | | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-071-1/+1
* | | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0
| |_|/ |/| |
* | | ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o2011-12-131-9/+8
|/ /
* | ext4: Remove kernel_lock annotationsRichard Weinberger2011-11-071-2/+0
* | ext4: ignore journalled data options on remount if fs has no journalTheodore Ts'o2011-11-071-1/+3
|/
* ext4: optimize ext4_ext_convert_to_initialized()Eric Gouriou2011-10-271-0/+1
* ext4: fix ext4 so it works without CONFIG_PROC_FSFabrice Jouhaud2011-10-081-10/+6
* ext4: remove deprecated oldallocLukas Czerner2011-10-081-4/+4
* ext4: Free resources in some error path in ext4_fill_superTao Ma2011-10-061-8/+11
* ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()Theodore Ts'o2011-09-101-3/+4
* ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o2011-09-101-5/+5
* ext4: Fix bigalloc quota accounting and i_blocks valueAditya Kali2011-09-101-1/+2
* ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabledTheodore Ts'o2011-09-101-13/+24
* ext4: convert the free_blocks field in s_flex_groups to be free_clustersTheodore Ts'o2011-09-101-1/+1
* ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o2011-09-101-14/+15
* ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o2011-09-101-0/+7