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