aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-10/+13
|\
| * ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-04-051-2/+2
| * ext4: Free resources in some error path in ext4_fill_superTao Ma2013-02-281-8/+11
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-2/+6
|\ \ | |/
| * ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2013-01-171-0/+2
| * ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev2013-01-171-1/+1
| * ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-08-261-0/+1
| * ext4: add missing save_error_info() to ext4_error()Theodore Ts'o2012-06-101-0/+1
| * ext4: force ro mount if ext4_setup_super() failsEric Sandeen2012-06-101-1/+2
* | merge opensource jb u5codeworkx2012-09-221-0/+58
|/
* ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang2012-01-251-4/+3
* ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o2011-12-211-9/+8
* ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inodeJiaying Zhang2011-08-291-1/+0
* ext4: Fix max file size and logical block counting of extent format fileLukas Czerner2011-06-061-3/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-261-0/+2
|\
| * ext4: add cleancache supportDan Magenheimer2011-05-261-0/+2
* | ext4: add support for multiple mount protectionJohann Lombardi2011-05-241-1/+17
* | ext4: ensure f_bfree returned by ext4_statfs() is non-negativeKazuya Mio2011-05-241-1/+4
* | ext4: count hits/misses of extent cache and expose in sysfsVivek Haldar2011-05-221-0/+16
* | ext4: don't show mount options in /proc/mounts if there is no journalTheodore Ts'o2011-05-221-1/+0
* | ext4: fix possible use-after-free in ext4_remove_li_request()Lukas Czerner2011-05-201-4/+6
* | ext4: fix the mount option "init_itable=n" to work as expected for n=0Lukas Czerner2011-05-201-7/+16
* | ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread()Lukas Czerner2011-05-201-10/+0
* | ext4: Use schedule_timeout_interruptible() for waiting in lazyinit threadLukas Czerner2011-05-201-25/+6
* | ext4: don't warn about mnt_count if it has been disabledTao Ma2011-05-181-1/+1
* | ext4: fix oops in ext4_quota_off()Amir Goldstein2011-05-161-0/+3
* | ext4: remove redundant #ifdef in super.cAmerigo Wang2011-05-091-2/+0
* | ext4: remove redundant check for first_not_zeroed in ext4_register_li_requestTao Ma2011-05-091-8/+1
* | ext4: check for ext[23] file system features when mounting as ext[23]Theodore Ts'o2011-04-181-9/+65
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-04-111-16/+58
|\
| * ext4: allow an active handle to be started when freezingYongqiang Yang2011-04-101-11/+33
| * ext4: init timer earlier to avoid a kernel panic in __save_error_infoTao Ma2011-04-051-3/+5
| * ext4: fix a double free in ext4_register_li_requestTao Ma2011-04-041-0/+6
| * ext4: remove unnecessary [cm]time update of quota fileJan Kara2011-04-041-2/+14
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-03-251-21/+27
|\
| * ext4: add missing space in printk's in __ext4_grp_locked_error()Robin Dong2011-03-211-1/+1
| * ext4: Use single thread to perform DIO unwritten convertionMingming Cao2011-03-051-1/+1
| * ext4: skip orphan cleanup if fs has unknown ROCOMPAT featuresAmir Goldstein2011-02-281-0/+8
| * ext4: fix missing iput of root inode for some mount error pathsManish Katiyar2011-02-271-2/+3
| * ext4: enable mblk_io_submit by defaultTheodore Ts'o2011-02-261-2/+3
| * ext4: enable acls and user_xattr by defaultEric Sandeen2011-02-231-9/+5
| * ext4: mark file-local functions and variables as staticLukas Czerner2011-02-231-3/+3
| * ext4: allow inode_readahead_blks=0 (linux-2.6.37)Alexander V. Lukyanov2011-02-211-2/+2
| * ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-02-211-1/+1
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-1/+6
|\ \
| * \ Merge branch 'master' into for-2.6.39Tejun Heo2011-02-211-20/+46
| |\ \ | | |/
| * | ext4: convert to alloc_workqueue()Tejun Heo2011-02-011-1/+6
* | | ext4: Copy fs UUID to superblockAneesh Kumar K.V2011-03-151-0/+2
| |/ |/|
* | ext4: serialize unaligned asynchronous DIOEric Sandeen2011-02-121-1/+12