aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2013-04-03ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o
2013-03-18ext4: fix memory leakage in mext_check_coverageDmitry Monakhov
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman
2013-03-12ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o
2013-03-10ext4: reserve metadata block for every delayed writeLukas Czerner
2013-03-10ext4: update reserved space after the 'correction'Lukas Czerner
2013-03-10ext4: do not use yield()Lukas Czerner
2013-03-10ext4: remove unused variable in ext4_free_blocks()Lukas Czerner
2013-03-10ext4: fix WARN_ON from ext4_releasepage()Jan Kara
2013-03-10ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu
2013-03-10ext4: fix wrong m_len value after unwritten extent conversionZheng Liu
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov
2013-03-10ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu
2013-03-04ext4: invalidate extent status tree during extent migrationDmitry Monakhov
2013-03-04ext4: remove unnecessary wait for extent conversion in ext4_fallocate()Jan Kara
2013-03-04ext4: add warning to ext4_convert_unwritten_extents_endioDmitry Monakhov
2013-03-04ext4: disable merging of uninitialized extentsDmitry Monakhov
2013-03-04ext4: ext4_split_extent should take care of extent zerooutDmitry Monakhov
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-03-02ext4: enable quotas before orphan cleanupJan Kara
2013-03-02ext4: don't allow quota mount options when quota feature enabledJan Kara
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu
2013-03-02ext4: convert number of blocks to clusters properlyLukas Czerner
2013-03-02ext4: fix possible memory leak in ext4_remount()Wei Yongjun
2013-03-02ext4: use percpu counter for extent cache countTheodore Ts'o
2013-02-28ext4: optimize ext4_es_shrink()Theodore Ts'o
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-02-27ext4: fix extent status tree regression for file systems > 512GBTheodore Ts'o
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner
2013-02-22ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()Eryu Guan
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-18ext4: fix xattr block allocation/release with bigallocLukas Czerner
2013-02-18ext4: reclaim extents from extent status treeZheng Liu
2013-02-18ext4: adjust some functions for reclaiming extents from extent status treeZheng Liu
2013-02-18ext4: remove single extent cacheZheng Liu
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu
2013-02-18ext4: track all extent status in extent status treeZheng Liu