summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2016-06-01ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan
2016-05-04ext4: fix races of writeback with punch hole and zero rangeJan Kara
2016-05-04ext4: fix races between buffered IO and collapse / insert rangeJan Kara
2016-05-04ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara
2016-05-04ext4: fix races between page faults and hole punchingJan Kara
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-03-03ext4: fix bh->b_state corruptionJan Kara
2016-02-25ext4: don't read blocks from disk after extents being swappedEryu Guan
2016-02-25ext4: fix potential integer overflowInsu Yun
2016-02-25ext4: fix scheduling in atomic on group checksum failureJan Kara
2016-02-17ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o
2015-12-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-26ext4: add "static" to ext4_seq_##name##_fops structXu Cang
2015-11-26ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro
2015-11-26ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro
2015-11-24ext4: Fix handling of extended tv_secDavid Turner
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler
2015-11-09remove abs64()Andrew Morton
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-19ext4: fix abs() usage in ext4_mb_check_group_paJohn Stultz
2015-10-18ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov
2015-10-18ext4: explicit mount options parsing cleanupDmitry Monakhov
2015-10-18ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-10-18[PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson
2015-10-17ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2015-10-17ext4: fix xfstest generic/269 double revoked buffer bug with bigallocDaeho Jeong
2015-10-17ext4: make the bitmap read routines return real error codesDarrick J. Wong
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong
2015-10-17ext4: reserve code points for the project quota featureTheodore Ts'o
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko
2015-10-15ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2015-10-03ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o