summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2017-11-302-2/+4
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-11-301-2/+4
* 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
* 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-2/+16
* 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-143-6/+6
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-06-142-0/+7
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-06-141-43/+37
* 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-251-2/+2
* ext4: evict inline data when writing to memory mapEric Biggers2017-05-201-0/+5
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-04-211-3/+2
* ext4: lock the xattr block before checksuming itTheodore Ts'o2017-03-301-34/+31
* 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
* 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 use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-03-121-2/+4
* 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: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-03-123-54/+74
* 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
* ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2017-01-061-2/+3
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-192-1/+17
* ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-154-31/+26
* ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2016-10-151-1/+1
* ext4: do not advertise encryption support when disabledEric Biggers2016-10-121-0/+4
* ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-121-10/+11
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-1/+1