summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2013-08-14Merge branch 'linux-3.4.57' into rel-17Deepak Nibade
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-07-12ext4: remove compile warning on unused variablePhilip Rakity
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-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
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
2012-10-13ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski
2012-10-13ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o
2012-10-13ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang
2012-10-13ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang
2012-10-13ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang
2012-08-30Merge commit 'v3.4.10' into android-t114-3.4Varun Wadekar
2012-08-26ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o
2012-08-26ext4: fix long mount times on very big file systemsTheodore Ts'o
2012-08-26ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o
2012-08-26ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o
2012-08-13Merge commit 'v3.4.8' into android-t114-3.4-rebasedVarun Wadekar
2012-08-09ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o
2012-08-09ext4: don't let i_reserved_meta_blocks go negativeBrian Foster
2012-08-09ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan
2012-08-09ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o
2012-08-09ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o