summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix data exposure after a crashJan Kara2017-11-211-9/+14
* ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
* ext4: fix stripe-unaligned allocationsJan Kara2017-11-081-2/+4
* fscrypt: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+6
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-10-181-2/+2
* ext4: don't allow encrypted operations without keysTheodore Ts'o2017-10-121-0/+12
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-7/+15
* ext4: fix data corruption for mmap writesJan Kara2017-10-121-5/+19
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-111-1/+2
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-111-0/+3
* ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu2017-07-151-1/+1
* fs: add i_blocksize()Fabian Frederick2017-06-142-2/+2
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-06-142-0/+7
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-06-141-2/+3
* ext4: fix SEEK_HOLEJan Kara2017-06-141-36/+14
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-252-3/+3
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-251-18/+48
* ext4 crypto: fix some error handlingDan Carpenter2017-05-251-1/+1
* ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2017-05-254-20/+39
* ext4: evict inline data when writing to memory mapEric Biggers2017-05-201-0/+5
* ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2017-05-081-0/+4
* ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2017-05-081-3/+8
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2017-05-084-0/+75
* ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger2017-05-081-0/+3
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-021-4/+28
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-04-211-3/+2
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-313-35/+8
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-301-3/+2
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-261-1/+1
* fscrypto: lock inode while setting encryption policyEric Biggers2017-03-221-0/+4
* fscrypt: fix renaming and linking special filesEric Biggers2017-03-221-0/+6
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-03-181-0/+4
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-121-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-121-2/+4
* ext4: fix inline data error pathsTheodore Ts'o2017-03-122-6/+23
* ext4: fix data corruption in data=journal modeJan Kara2017-03-121-10/+13
* ext4: trim allocation requests to group sizeJan Kara2017-03-121-0/+7
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-03-121-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-03-121-6/+12
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-091-0/+9
* ext4: do not perform data journaling when data is encryptedSergey Karamov2017-01-062-6/+13
* ext4: return -ENOMEM instead of successDan Carpenter2017-01-061-1/+3
* ext4: reject inodes with negative sizeDarrick J. Wong2017-01-061-0/+6
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-061-3/+8
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-01-061-15/+23
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-061-9/+6
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-01-061-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-01-061-1/+1