summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-08-161-14/+3
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-161-0/+10
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-08-162-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-161-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-08-161-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-08-161-2/+6
* ext4: verify extent header depthVegard Nossum2016-08-101-0/+4
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-06-071-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-06-071-1/+3
* ext4: fix oops on corrupted filesystemJan Kara2016-06-071-1/+1
* ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee2016-06-071-1/+1
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-06-071-27/+22
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-06-071-4/+6
* ext4: fix data exposure after a crashJan Kara2016-06-071-9/+15
* ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-121-0/+4
* Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-102-10/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-0711-78/+200
|\
| * ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-031-11/+11
| * ext4 crypto: fix some error handlingDan Carpenter2016-04-021-1/+1
| * ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o2016-04-011-1/+13
| * ext4: retry block allocation for failed DIO and DAX writesJan Kara2016-04-011-30/+28
| * ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-013-4/+55
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-302-0/+10
| * ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2016-03-261-4/+8
| * ext4: use file_dentry()Miklos Szeredi2016-03-261-1/+1
| * ext4: use dget_parent() in ext4_file_open()Miklos Szeredi2016-03-261-4/+8
| * ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2016-03-264-20/+39
| * ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2016-03-221-4/+28
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-044-6/+6
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0411-112/+112
* | ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-03-221-1/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-03-211-1/+3
|\
| * ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodesEric Sandeen2016-02-191-1/+2
| * quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+1
* | Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-213-21/+33
|\ \
| * | ext4: Fix data exposure after failed AIO DIOJan Kara2016-02-293-32/+29
| * | direct-io: always call ->end_io if non-NULLChristoph Hellwig2016-02-081-2/+7
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-03-1717-475/+597
|\ \
| * | ext4: clean up error handling in the MMP supportvikram.jadhav072016-03-131-17/+17
| * | ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2016-03-131-19/+28
| * | ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang2016-03-132-12/+12
| * | ext4: print ext4 mount option data_err=abort correctlyAles Novak2016-03-121-2/+8
| * | ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-03-121-3/+3
| * | ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()Geliang Tang2016-03-101-1/+0
| * | ext4: fix misspellings in comments.Adam Buchbinder2016-03-095-5/+5
| * | ext4: more efficient SEEK_DATA implementationJan Kara2016-03-093-61/+106
| * | ext4: cleanup handling of bh->b_state in DAX mmapJan Kara2016-03-091-3/+2
| * | ext4: return hole from ext4_map_blocks()Jan Kara2016-03-093-9/+36
| * | ext4: factor out determining of hole sizeJan Kara2016-03-091-33/+47
| * | ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara2016-03-091-2/+2