summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-03-12ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
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-01-25dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler1-1/+0
2016-12-27ext4: Simplify DAX fault pathJan Kara1-38/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-3/+0
2016-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-12-15Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds3-25/+8
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds15-326/+615
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+5
2016-12-13Merge branch 'fscrypt' into devTheodore Ts'o3-31/+6
2016-12-12fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir1-1/+0
2016-12-12fscrypto: move ioctl processing more fully into common codeEric Biggers2-31/+7
2016-12-11ext4: do not perform data journaling when data is encryptedSergey Karamov2-6/+13
2016-12-10ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2016-12-10ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-3/+0
2016-12-06quota: constify struct path in quota_onAl Viro1-2/+2
2016-12-04ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter1-1/+1
2016-12-04ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara1-6/+15
2016-12-02ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o1-1/+2
2016-12-01ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2016-12-01ext4: correctly detect when an xattr value has an invalid sizeEric Biggers1-6/+21
2016-12-01ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2-4/+5
2016-12-01ext4: forbid i_extra_isize not divisible by 4Eric Biggers1-4/+7
2016-12-01ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers1-0/+6
2016-12-01ext4: get rid of ext4_sb_has_crypto()Eric Biggers2-6/+1
2016-12-01ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2016-12-01ext4: warn when page is dirtied without buffersJan Kara1-0/+9
2016-11-29ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara2-5/+24
2016-11-29ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara2-1/+4
2016-11-26ext4: fix mmp use after free during unmountEric Sandeen1-1/+1
2016-11-23ext4: Add select for CONFIG_FS_IOMAPJan Kara1-0/+1
2016-11-21ext4: avoid lockdep warning when inheriting encryption contextEric Biggers2-12/+23
2016-11-21ext4: remove unused function ext4_aligned_io()Ross Zwisler1-7/+0
2016-11-21ext4: rip out DAX handling from direct IO pathJan Kara2-84/+15
2016-11-21ext4: convert DAX faults to iomap infrastructureJan Kara2-9/+14
2016-11-21ext4: avoid split extents for DAX writesJan Kara1-17/+0
2016-11-21ext4: DAX iomap write supportJan Kara2-6/+160