summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2014-07-17ext4: clarify error count warning messagesTheodore Ts'o
2014-06-30ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi
2014-05-06ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o
2014-04-03ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-11ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o
2014-03-11ext4: fix possible use-after-free with AIOJan Kara
2014-03-11ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o
2014-03-11ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o
2014-03-11ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o
2014-03-11ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o
2014-02-20ext4: protect group inode free counting with group lockTao Ma
2014-01-08ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan
2014-01-08ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu
2013-12-04ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o
2013-10-22ext4: fix memory leak in xattrDave Jones
2013-10-13ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o
2013-08-20jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara
2013-08-14ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna
2013-08-14ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o
2013-07-21ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o
2013-07-21ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara
2013-07-21ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara
2013-07-21ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro
2013-05-19ext4: limit group search loop for non-extent filesLachlan McIlroy
2013-05-11ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o
2013-05-07ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o
2013-05-07ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o
2013-05-07ext4: fix journal callback list traversalDmitry Monakhov
2013-04-05ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o
2013-04-05ext4: convert number of blocks to clusters properlyLukas Czerner
2013-03-28ext4: fix data=journal fast mount/umount hangTheodore Ts'o
2013-03-28ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu
2013-03-04ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner
2013-03-04ext4: fix xattr block allocation/release with bigallocLukas Czerner
2013-03-04ext4: fix race in ext4_mb_add_n_trim()Niu Yawei
2013-03-04ext4: check bh in ext4_read_block_bitmap()Eryu Guan
2013-01-21ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen
2013-01-17ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o
2013-01-17ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev
2013-01-17ext4: check dioread_nolock on remountJan Kara
2013-01-17ext4: fix extent tree corruption caused by hole punchForrest Liu
2013-01-17ext4: fix possible use after free with metadata csumTheodore Ts'o
2013-01-17ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin
2012-11-05ext4: fix unjournaled inode bitmap modificationEric Sandeen
2012-10-28ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner
2012-10-28ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov
2012-10-13ext4: fix fdatasync() for files with only i_size changesJan Kara
2012-10-13ext4: always set i_op in ext4_mknod()Bernd Schubert
2012-10-13ext4: online defrag is not supported for journaled filesDmitry Monakhov
2012-10-13ext4: move_extent code cleanupDmitry Monakhov