summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara2016-11-211-3/+8
* ext4: rip out DAX handling from direct IO pathJan Kara2016-11-212-84/+15
* ext4: convert DAX faults to iomap infrastructureJan Kara2016-11-212-9/+14
* ext4: avoid split extents for DAX writesJan Kara2016-11-211-17/+0
* ext4: DAX iomap write supportJan Kara2016-11-212-6/+160
* ext4: use iomap for zeroing blocks in DAX modeJan Kara2016-11-211-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-151-6/+5
* ext4: allow inode expansion for nojournal file systemsEric Whitney2016-11-151-5/+7
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-1510-35/+31
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2016-11-151-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2016-11-151-1/+1
* ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2016-11-141-2/+3
* ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o2016-11-143-10/+11
* ext4: allow ext4_truncate() to return an errorTheodore Ts'o2016-11-144-20/+36
* Merge branch 'fscrypt' into originTheodore Ts'o2016-11-147-85/+124
|\
| * fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-141-3/+13
| * fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-141-32/+21
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-145-13/+19
| * fscrypt: Constify struct inode pointerDavid Gstir2016-11-143-18/+18
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-145-24/+44
| * fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-143-9/+12
| * fscrypt: Add in-place encryption modeDavid Gstir2016-11-142-10/+21
* | Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-1411-433/+542
|\ \ | |/ |/|
| * dax: Introduce IOMAP_FAULT flagJan Kara2016-11-103-4/+6
| * dax: remove "depends on BROKEN" from FS_DAX_PMDRoss Zwisler2016-11-081-1/+0
| * xfs: use struct iomap based DAX PMD fault pathRoss Zwisler2016-11-083-25/+6
| * dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-083-50/+386
| * dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler2016-11-081-25/+25
| * dax: move RADIX_DAX_* defines to dax.hRoss Zwisler2016-11-082-15/+14
| * dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler2016-11-081-8/+29
| * dax: add dax_iomap_sector() helper functionRoss Zwisler2016-11-081-3/+7
| * dax: correct dax iomap code namespaceRoss Zwisler2016-11-084-17/+17
| * dax: remove dax_pmd_fault()Ross Zwisler2016-11-082-218/+1
| * dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-083-26/+43
| * dax: consistent variable naming for DAX entriesRoss Zwisler2016-11-081-17/+17
| * dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler2016-11-081-1/+2
| * dax: make 'wait_table' global variable staticRoss Zwisler2016-11-081-1/+1
| * ext2: remove support for DAX PMD faultsRoss Zwisler2016-11-081-23/+6
| * dax: remove buffer_size_valid()Ross Zwisler2016-11-081-21/+1
| * ext4: tell DAX the size of allocation holesRoss Zwisler2016-11-081-0/+3
* | Linux 4.9-rc4v4.9-rc4Linus Torvalds2016-11-061-1/+1
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-051-1/+1
|\ \
| * | i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1