summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2018-02-22ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar1-4/+12
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: use ENOKEY when file cannot be created w/o keyEric Biggers2-2/+4
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
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-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-2/+16
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 Frederick3-6/+6
2017-06-14ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+7
2017-06-14ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara1-43/+37
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 Biggers1-2/+2
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2017-03-30ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
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
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-03-12ext4: fix inline data error pathsTheodore Ts'o2-6/+23
2017-03-12ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2017-03-12ext4: fix data corruption in data=journal modeJan Kara1-10/+13
2017-03-12ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-12ext4: do not polute the extents cache while shifting extentsRoman Pen1-3/+6
2017-03-12ext4: Include forgotten start block on fallocate insert rangeRoman Pen1-6/+12
2017-03-12ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o3-54/+74
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov2-6/+13
2017-01-06ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-01-06ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-01-06ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-01-06ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2017-01-06ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o1-2/+3
2016-11-20ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches4-31/+26