summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-103-18/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-073-18/+0
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-9/+5
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-082-9/+5
| |\ \ | | |/ | |/|
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| | * posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-8/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-0/+1
|\ \ \
| * | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-071-0/+1
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-10-0714-310/+372
|\ \ \ | |/ / |/| |
| * | ext4: remove unused variableEric Engestrom2016-09-302-5/+2
| * | ext4: use journal inode to determine journal overheadEric Whitney2016-09-301-2/+17
| * | ext4: create function to read journal inodeEric Whitney2016-09-301-9/+23
| * | ext4: unmap metadata when zeroing blocksJan Kara2016-09-301-1/+9
| * | ext4: remove plugging from ext4_file_write_iter()Jan Kara2016-09-301-4/+0
| * | ext4: allow unlocked direct IO when pages are cachedJan Kara2016-09-301-2/+1
| * | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger2016-09-301-0/+3