Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / fs / ext4 /
2017-09-16 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-09-15 Jan Karaext4: fix fdatasync(2) after extent manipulation operations
2017-09-15 Jan Karaext4: fix data corruption for mmap writes
2017-09-15 Konstantin Khlebnikovext4: keep existing extra fields when inode expands
2017-08-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-06-05 Theodore Ts'oext4: preserve the needs_recovery flag when the journal...
2017-06-05 Jan Karaext4: fix data corruption in data=journal mode
2017-06-05 Theodore Ts'oext4: use private version of page_zero_new_buffers...
2017-06-05 Jan Karaext4: trim allocation requests to group size
2017-03-16 Darrick J. Wongext4: reject inodes with negative size
2017-03-16 Theodore Ts'oext4: add sanity checking to count_overhead()
2017-03-16 Theodore Ts'oext4: use more strict checks for inodes_per_block on...
2017-03-16 Theodore Ts'oext4: fix in-superblock mount options processing
2017-03-16 Chandan Rajendraext4: fix stack memory corruption with 64k block size
2017-03-16 Chandan Rajendraext4: fix mballoc breakage with 64k block size
2017-02-23 Theodore Ts'oext4: sanity check the block and cluster size at mount...
2017-02-23 gmailext4: release bh in make_indexed_dir
2017-02-23 Daeho Jeongext4: reinforce check of i_dtime when clearing high...
2016-12-21 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-11-20 Jan Karaposix_acl: Clear SGID bit when setting file permissions
2016-11-20 Jan Karafs: Give dentry to inode_change_ok() instead of inode
2016-11-20 Theodore Ts'oext4: validate that metadata blocks do not overlap...
2016-11-20 Vegard Nossumext4: short-cut orphan cleanup on error
2016-11-20 Vegard Nossumext4: fix reference counting bug on block allocation...
2016-11-20 Theodore Ts'oext4: validate s_reserved_gdt_blocks on mount
2016-11-20 Vegard Nossumext4: don't call ext4_should_journal_data() on the...
2016-11-20 Vegard Nossumext4: check for extents that wrap around
2016-10-23 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-08-22 Theodore Ts'oext4: fix hang when processing corrupted orphaned inode...
2016-05-15 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-04-30 Eryu Guanext4: fix NULL pointer dereference in ext4_mark_inode_d...
2016-04-01 Jan Karaext4: fix bh->b_state corruption
2016-02-28 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-12-30 David Turnerext4: Fix handling of extended tv_sec
2015-12-13 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-11-27 Daeho Jeongext4, jbd2: ensure entering into panic after recording...
2015-10-13 Kees Cookfs: create and use seq_show_option for escaping
2015-08-12 Michal Hockoext4: replace open coded nofail allocation in ext4_free...
2015-08-12 Nikolay Borisovext4: avoid deadlocks in the writeback path by using...
2015-08-12 Darrick J. Wongext4: don't retry file block mapping on bigalloc fs...
2015-08-12 Theodore Ts'oext4: call sync_blockdev() before invalidate_bdev(...
2015-08-12 Theodore Ts'oext4: fix race between truncate and __ext4_journalled_w...
2015-08-06 Eryu Guanext4: check for zero length extent explicitly
2015-08-06 Davide Italianoext4: move check under lock scope to close a race.
2015-08-06 Lukas Czernerext4: make fsync to sync parent dir in no-journal for...
2015-02-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-01-01 Anatol Pomozovext4: make orphan functions be no-op in no-journal...
2015-01-01 Al Viromove d_rcu from overlapping d_child to overlapping...
2014-12-14 Jan Karaext4: bail out from make_indexed_dir() on first error
2014-12-14 Jan Karaext4: fix oops when loading block bitmap failed
2014-12-14 Jan Karaext4: fix overflow when updating superblock backups...
2014-12-14 Eric Sandeenext4: fix reservation overflow in ext4_da_write_begin
2014-12-14 Theodore Ts'oext4: add ext4_iget_normal() which is to be used for...
2014-12-14 Theodore Ts'oext4: don't orphan or truncate the boot loader inode
2014-12-14 Jan Karaext4: don't check quota format when there are no quota...
2014-12-14 Darrick J. Wongext4: check EA value offset when loading
2014-11-08 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-11-05 Theodore Ts'oext4: fix BUG_ON in mb_free_blocks()
2014-09-14 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-09-13 Theodore Ts'oext4: fix ext4_discard_allocated_blocks() if we can...
2014-09-13 Zheng Liuext4: cleanup in ext4_discard_allocated_blocks()
2014-08-06 Eric Sandeenext4: disable synchronous transaction batching if max_b...
2014-08-06 Theodore Ts'oext4: clarify error count warning messages
2014-07-11 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-07-11 Maurizio Lombardiext4: fix wrong assert in ext4_mb_normalize_request()
2014-07-11 Jan Karaext4: fix zeroing of page during writeback
2014-05-18 Theodore Ts'oext4: use i_size_read in ext4_unaligned_aio()
2014-05-18 Matthew Wilcoxext4: note the error in ext4_end_bio()
2014-05-18 Kazuya Mioext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_...
2014-05-02 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-04-30 Eric Whitneyext4: fix partial cluster handling for bigalloc file...
2014-04-13 notazMerge branch 'stable-3.2' into pandora-3.2
2014-04-09 Theodore Ts'oext4: atomically set inode->i_flags in ext4_set_inode_f...
2014-04-01 Theodore Ts'oext4: don't leave i_crtime.tv_sec uninitialized
2014-02-15 Theodore Ts'oext4: add explicit casts when masking cluster sizes
2014-02-15 Al Viroext4: fix del_timer() misuse for ->s_err_report
2014-02-15 Eryu Guanext4: check for overlapping extents in ext4_valid_exten...
2014-02-15 Junho Ryuext4: fix use-after-free in ext4_mb_new_blocks
2014-02-15 Theodore Ts'oext4: call ext4_error_inode() if jbd2_journal_dirty_met...
2014-01-03 Theodore Ts'oext4: avoid bh leak in retry path of ext4_expand_extra_...
2013-12-09 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2013-11-28 Dave Jonesext4: fix memory leak in xattr
2013-11-28 Fan Yongext4: return 32/64-bit dir name hash according to usage...
2013-10-26 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2013-10-26 Theodore Ts'oext4: avoid hang when mounting non-journal filesystems...
2013-09-10 Jan Karajbd2: Fix use after free after error in jbd2_journal_di...
2013-09-10 Piotr Sarnaext4: fix mount/remount error messages for incompatible...
2013-08-02 Theodore Ts'oext4: don't allow ext4_free_blocks() to fail due to...
2013-07-27 Jan Karaext4: fix data offset overflow in ext4_xattr_fiemap...
2013-07-27 Jan Karaext4: fix overflow when counting used blocks on 32...
2013-07-27 Al Viroext3,ext4: don't mess with dir_file->f_pos in htree_dir...
2013-06-19 Theodore Ts'oext4: lock i_mutex when truncating orphan inodes
2013-05-30 Lachlan McIlroyext4: limit group search loop for non-extent files
2013-05-23 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2013-05-13 Theodore Ts'oext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
2013-05-13 Theodore Ts'oext4/jbd2: don't wait (forever) for stale tid caused...
2013-03-27 Theodore Ts'oext4: fix data=journal fast mount/umount hang
2013-03-27 Theodore Ts'oext4: use atomic64_t for the per-flexbg free_clusters...
2013-03-27 Lukas Czernerext4: convert number of blocks to clusters properly
2013-03-27 Zheng Liuext4: fix the wrong number of the allocated blocks...
next