summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-05-02ext4: fix bitmap position validationLukas Czerner1-4/+5
2018-05-02ext4: add validity checks for bitmap block numbersTheodore Ts'o2-2/+21
2018-05-02ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers1-5/+11
2018-04-24ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang1-0/+2
2018-04-24ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o3-54/+74
2018-04-24ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-04-24ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2-46/+4
2018-04-13ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan1-1/+1
2018-04-13ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov1-9/+14
2018-03-18ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan1-2/+1
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2018-02-16don't put symlink bodies in pagecache into highmemAl Viro3-7/+5
2017-12-20ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2017-12-20ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan1-0/+1
2017-11-30fscrypt: lock mutex before checking for bounce page poolEric Biggers1-5/+3
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
2017-11-21ext4: fix data exposure after a crashJan Kara1-9/+14
2017-11-08ext4: do not use stripe_width if it is not setJan Kara1-2/+2
2017-11-08ext4: fix stripe-unaligned allocationsJan Kara1-2/+4
2017-10-27fscrypt: fix dereference of NULL user_key_payloadEric Biggers1-0/+6
2017-10-18ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-2/+2
2017-10-12ext4: don't allow encrypted operations without keysTheodore Ts'o1-0/+12
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara1-7/+15
2017-10-12ext4: fix data corruption for mmap writesJan Kara1-5/+19
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)1-7/+31
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-07-15ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu1-1/+1
2017-06-14fs: add i_blocksize()Fabian Frederick2-2/+2
2017-06-14ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+7
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-06-14ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2-3/+3
2017-05-25fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-18/+48
2017-05-25ext4 crypto: fix some error handlingDan Carpenter1-1/+1
2017-05-25ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o4-20/+39
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-05-08ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim1-0/+4
2017-05-08ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o1-3/+8
2017-05-08ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o4-0/+75
2017-05-08ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger1-0/+3
2017-05-03ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2017-03-31fscrypt: remove broken support for detecting keyring key revocationEric Biggers3-35/+8
2017-03-30ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1