summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: Simplify DAX fault pathJan Kara2016-12-261-38/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-3/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-2/+2
|\ \
| * | quota: constify struct path in quota_onAl Viro2016-12-051-2/+2
| |/
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-143-25/+8
|\ \
| * | fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-042-3/+2
| * | ext4: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-042-22/+6
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-1415-326/+615
|\ \ \
| * \ \ Merge branch 'fscrypt' into devTheodore Ts'o2016-12-123-31/+6
| |\ \ \
| | * | | fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-1/+0
| | * | | fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-112-31/+7
| * | | | ext4: do not perform data journaling when data is encryptedSergey Karamov2016-12-102-6/+13
| * | | | ext4: return -ENOMEM instead of successDan Carpenter2016-12-101-1/+3
| * | | | ext4: reject inodes with negative sizeDarrick J. Wong2016-12-101-0/+6
| * | | | ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter2016-12-031-1/+1
| * | | | ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara2016-12-031-6/+15
| * | | | ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o2016-12-021-1/+2
| * | | | ext4: validate s_first_meta_bg at mount timeEryu Guan2016-12-011-0/+9
| * | | | ext4: correctly detect when an xattr value has an invalid sizeEric Biggers2016-12-011-6/+21
| * | | | ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2016-12-012-4/+5
| * | | | ext4: forbid i_extra_isize not divisible by 4Eric Biggers2016-12-011-4/+7
| * | | | ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers2016-12-011-0/+6
| * | | | ext4: get rid of ext4_sb_has_crypto()Eric Biggers2016-12-012-6/+1
| * | | | ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2016-12-011-3/+2
| * | | | ext4: warn when page is dirtied without buffersJan Kara2016-12-011-0/+9
| * | | | ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara2016-11-292-5/+24
| * | | | ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara2016-11-292-1/+4
| * | | | ext4: fix mmp use after free during unmountEric Sandeen2016-11-261-1/+1
| * | | | ext4: Add select for CONFIG_FS_IOMAPJan Kara2016-11-221-0/+1
| * | | | ext4: avoid lockdep warning when inheriting encryption contextEric Biggers2016-11-212-12/+23
| * | | | ext4: remove unused function ext4_aligned_io()Ross Zwisler2016-11-211-7/+0
| * | | | ext4: rip out DAX handling from direct IO pathJan Kara2016-11-202-84/+15
| * | | | ext4: convert DAX faults to iomap infrastructureJan Kara2016-11-202-9/+14
| * | | | ext4: avoid split extents for DAX writesJan Kara2016-11-201-17/+0
| * | | | ext4: DAX iomap write supportJan Kara2016-11-202-6/+160
| * | | | ext4: use iomap for zeroing blocks in DAX modeJan Kara2016-11-201-2/+4
| * | | | ext4: convert DAX reads to iomap infrastructureJan Kara2016-11-203-1/+93
| * | | | ext4: only set S_DAX if DAX is really supportedJan Kara2016-11-203-1/+24
| * | | | ext4: factor out checks from ext4_file_write_iter()Jan Kara2016-11-201-47/+50
| * | | | ext4: add sanity checking to count_overhead()Theodore Ts'o2016-11-181-3/+8
| * | | | ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2016-11-181-9/+6
| * | | | ext4: fix in-superblock mount options processingTheodore Ts'o2016-11-181-15/+23
| * | | | ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-182-1/+17
| * | | | ext4: remove parameter from ext4_xattr_ibody_set()Eric Whitney2016-11-141-6/+5
| * | | | ext4: allow inode expansion for nojournal file systemsEric Whitney2016-11-141-5/+7
| * | | | ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-1410-35/+31
| * | | | ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2016-11-141-1/+1
| * | | | ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2016-11-141-1/+1
OpenPOWER on IntegriCloud