summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara-1/+6
2014-10-30ext4: bail out from make_indexed_dir() on first errorJan Kara-10/+18
2014-10-30ext4: prevent bugon on race between write/fcntlDmitry Monakhov-1/+1
2014-10-30ext4: remove extent status procfs files if journal load failsDarrick J. Wong-2/+3
2014-10-30ext4: disallow changing journal_csum option during remountDarrick J. Wong-0/+8
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong-0/+4
2014-10-30ext4: fix oops when loading block bitmap failedJan Kara-0/+4
2014-10-30ext4: fix overflow when updating superblock backups after resizeJan Kara-1/+1
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-17/+78
2014-10-24ext4: support RENAME_WHITEOUTMiklos Szeredi-17/+78
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1642/+1160
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2014-10-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong-2/+6
2014-10-13ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov-4/+8
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov-70/+43
2014-10-11ext4: delete useless comments about ext4_move_extentsXiaoguang Wang-53/+6
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen-1/+16
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o-3/+11
2014-10-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o-5/+4
2014-10-03ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov-1/+9
2014-10-01ext4: optimize block allocation on grow indepthDmitry Monakhov-6/+14
2014-10-01ext4: get rid of code duplicationDmitry Monakhov-2/+1
2014-10-01ext4: fix over-defensive complaint after journal abortDmitry Monakhov-2/+2
2014-10-01ext4: fix return value of ext4_do_update_inodeLi Xi-1/+2
2014-10-01ext4: fix mmap data corruption when blocksize < pagesizeJan Kara-1/+5
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo-80/+140
2014-09-18ext4: fold ext4_nojournal_sops into ext4_sopsTheodore Ts'o-26/+1
2014-09-18ext4: support freezing ext2 (nojournal) file systemsTheodore Ts'o-11/+16
2014-09-18ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs()Theodore Ts'o-23/+13
2014-09-18ext4: don't check quota format when there are no quota filesJan Kara-7/+0
2014-09-16ext4: explicitly inform user about orphan list cleanupDmitry Monakhov-1/+1
2014-09-16ext4: check EA value offset when loadingDarrick J. Wong-8/+24
2014-09-11ext4: don't keep using page if inline conversion failsDarrick J. Wong-1/+3
2014-09-11ext4: validate external journal superblock checksumDarrick J. Wong-0/+9
2014-09-11jbd2: fix journal checksum feature flag handlingDarrick J. Wong-5/+6
2014-09-11ext4: provide separate operations for sysfs feature filesLukas Czerner-1/+17
2014-09-11ext4: add sysfs entry showing whether the fs contains errorsLukas Czerner-0/+31
2014-09-11ext4: don't use MAXQUOTAS valueJan Kara-15/+18
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo-5/+9
2014-09-04ext4: use non-movable memory for the ext4 superblockGioh Kim-3/+3
2014-09-04ext4: renumber EXT4_EX_* flags to avoid flag aliasing problemsTheodore Ts'o-3/+2
2014-09-04ext4: drop the EXT4_STATE_DELALLOC_RESERVED flagTheodore Ts'o-27/+4
2014-09-04ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o-14/+17
2014-09-04ext4: pass allocation_request struct to ext4_(alloc,splice)_branchTheodore Ts'o-44/+38
2014-09-03ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o-0/+4
2014-09-01ext4: track extent status tree shrinker delay staticticsZheng Liu-21/+193
2014-09-01ext4: improve extents status tree trace pointZheng Liu-3/+3
2014-09-01ext4: fix comments about get_blocksSeunghun Lee-2/+2
2014-09-01ext4: enable block_validity by defaultDarrick J. Wong-2/+2
2014-09-01ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o-28/+27