summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: remove extent status procfs files if journal load failsDarrick J. Wong2014-10-301-2/+3
* ext4: disallow changing journal_csum option during remountDarrick J. Wong2014-10-301-0/+8
* ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong2014-10-301-0/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-201-117/+128
|\
| * ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2014-10-141-0/+4
| * ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-10/+5
| * ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-10-051-1/+1
| * ext4: fold ext4_nojournal_sops into ext4_sopsTheodore Ts'o2014-09-181-26/+1
| * ext4: support freezing ext2 (nojournal) file systemsTheodore Ts'o2014-09-181-11/+16
| * ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs()Theodore Ts'o2014-09-181-23/+13
| * ext4: don't check quota format when there are no quota filesJan Kara2014-09-181-7/+0
| * ext4: explicitly inform user about orphan list cleanupDmitry Monakhov2014-09-161-1/+1
| * ext4: validate external journal superblock checksumDarrick J. Wong2014-09-111-0/+9
| * jbd2: fix journal checksum feature flag handlingDarrick J. Wong2014-09-111-5/+6
| * ext4: provide separate operations for sysfs feature filesLukas Czerner2014-09-111-1/+17
| * ext4: add sysfs entry showing whether the fs contains errorsLukas Czerner2014-09-111-0/+31
| * ext4: don't use MAXQUOTAS valueJan Kara2014-09-111-11/+11
| * ext4: use non-movable memory for the ext4 superblockGioh Kim2014-09-041-3/+3
| * ext4: track extent status tree shrinker delay staticticsZheng Liu2014-09-011-8/+3
| * ext4: enable block_validity by defaultDarrick J. Wong2014-09-011-2/+2
| * ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o2014-08-291-10/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-241-2/+3
|\ \ | |/
| * jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-08-281-2/+3
* | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-5/+9
|/
* ext4: rearrange initialization to fix EXT4FS_DEBUGTheodore Ts'o2014-07-151-49/+39
* ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o2014-07-111-27/+24
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-051-2/+0
* ext4: clarify error count warning messagesTheodore Ts'o2014-07-051-3/+4
* ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-121-0/+1
* ext4: remove unnecessary double parenthesesLukas Czerner2014-05-121-1/+1
* ext4: make local functions staticStephen Hemminger2014-05-121-2/+2
* ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystemDarrick J. Wong2014-05-121-0/+10
* ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o2014-04-211-0/+1
* ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-201-1/+1
* ext4: initialize multi-block allocator before checking block descriptorsAzat Khuzhin2014-04-071-24/+27
* ext4: optimize Hurd tests when reading/writing inodesTheodore Ts'o2014-03-241-0/+10
* ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke2014-03-181-8/+17
* ext4: only call sync_filesystm() when remounting read-onlyTheodore Ts'o2014-03-131-2/+3
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* ext4: Add __init marking to init_inodecacheFabian Frederick2014-02-171-1/+1
* ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o2014-02-121-7/+13
* ext4: Do not reserve clusters when fs doesn't support extentsJan Kara2013-12-081-4/+13
* ext4: fix del_timer() misuse for ->s_err_reportAl Viro2013-12-081-2/+2
* ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o2013-11-081-5/+2
* ext4: add ratelimiting to ext4 messagesTheodore Ts'o2013-10-171-58/+94
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-2/+2
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-16/+0
|\ \
| * | direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-041-16/+0
* | | ext4: allow specifying external journal by pathname mount optionEric Sandeen2013-08-281-3/+44
|/ /
OpenPOWER on IntegriCloud