Theodore Ts'o
|
c7198b9c1e
ext4: ignore mount options supported by ext2/3 (but have since been removed)
|
13 years ago |
Theodore Ts'o
|
66acdcf4ea
ext4: add debugging /proc file showing file system options
|
13 years ago |
Theodore Ts'o
|
5a916be1b3
ext4: make ext4_show_options() be table-driven
|
13 years ago |
Theodore Ts'o
|
2adf6da837
ext4: move ext4_show_options() after parse_options()
|
13 years ago |
Theodore Ts'o
|
26092bf524
ext4: use a table-driven handler for mount options
|
13 years ago |
Theodore Ts'o
|
72578c33c4
ext4: unify handling of mount options which have been removed
|
13 years ago |
Theodore Ts'o
|
39ef17f1b0
ext4: simplify handling of the errors=* mount options
|
13 years ago |
Theodore Ts'o
|
c64db50e76
ext4: remove the I_VERSION mount flag and use the super_block flag instead
|
13 years ago |
Theodore Ts'o
|
ee4a3fcd1d
ext4: remove Opt_ignore
|
13 years ago |
Theodore Ts'o
|
87f26807e9
ext4: remove deprecation warnings for minix_df and grpid
|
13 years ago |
Eric Sandeen
|
661aa52057
ext4: remove the resize mount option
|
13 years ago |
Eric Sandeen
|
43e625d84f
ext4: remove the journal=update mount option
|
13 years ago |
Bobi Jam
|
18aadd47f8
ext4: expand commit callback and
|
13 years ago |
Theodore Ts'o
|
ff9cb1c4ee
Merge branch 'for_linus' into for_linus_merged
|
13 years ago |
Xi Wang
|
d50f2ab6f0
ext4: fix undefined behavior in ext4_fill_flex_info()
|
13 years ago |
Al Viro
|
94bf608a18
ext4: fix failure exits
|
13 years ago |
Linus Torvalds
|
eb59c505f8
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
|
13 years ago |
Al Viro
|
34c80b1d93
vfs: switch ->show_options() to struct dentry *
|
13 years ago |
Al Viro
|
d8c9584ea2
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
|
13 years ago |
Ben Hutchings
|
1d526fc91b
ext4: Report max_batch_time option correctly
|
13 years ago |
Al Viro
|
6b520e0565
vfs: fix the stupidity with i_dentry in inode destructors
|
13 years ago |
Rafael J. Wysocki
|
b00f4dc5ff
Merge branch 'master' into pm-sleep
|
13 years ago |
Zheng Liu
|
5635a62b83
ext4: add missing space to ext4_msg output in ext4_fill_super()
|
13 years ago |
Theodore Ts'o
|
fc6cb1cda5
ext4: display the correct mount option in /proc/mounts for [no]init_itable
|
13 years ago |
Rafael J. Wysocki
|
986b11c3ee
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer
|
13 years ago |
Tejun Heo
|
a0acae0e88
freezer: unexport refrigerator() and update try_to_freeze() slightly
|
13 years ago |
Richard Weinberger
|
2397256d62
ext4: Remove kernel_lock annotations
|
13 years ago |
Theodore Ts'o
|
eb513689c9
ext4: ignore journalled data options on remount if fs has no journal
|
13 years ago |
Eric Gouriou
|
6f91bc5fda
ext4: optimize ext4_ext_convert_to_initialized()
|
13 years ago |
Fabrice Jouhaud
|
d44651d0f9
ext4: fix ext4 so it works without CONFIG_PROC_FS
|
13 years ago |