summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-21ext4: use iomap for zeroing blocks in DAX modeJan Kara1-2/+4
2016-11-21ext4: convert DAX reads to iomap infrastructureJan Kara3-1/+93
2016-11-21ext4: only set S_DAX if DAX is really supportedJan Kara3-1/+24
2016-11-21ext4: factor out checks from ext4_file_write_iter()Jan Kara1-47/+50
2016-11-18ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2016-11-18ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2016-11-18ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2016-11-18ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-11-15ext4: remove parameter from ext4_xattr_ibody_set()Eric Whitney1-6/+5
2016-11-15ext4: allow inode expansion for nojournal file systemsEric Whitney1-5/+7
2016-11-15ext4: use current_time() for inode timestampsDeepa Dinamani10-35/+31
2016-11-15ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2016-11-15ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2016-11-14ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o1-2/+3
2016-11-14ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o3-10/+11
2016-11-14ext4: allow ext4_truncate() to return an errorTheodore Ts'o4-20/+36
2016-11-14Merge branch 'fscrypt' into originTheodore Ts'o6-73/+98
2016-11-14Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o8-422/+489
2016-11-14fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13
2016-11-14fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-14fscrypt: Let fs select encryption index/tweakDavid Gstir4-9/+14
2016-11-14fscrypt: Constify struct inode pointerDavid Gstir2-7/+7
2016-11-14fscrypt: Enable partial page encryptionDavid Gstir4-19/+33
2016-11-14fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2-7/+9
2016-11-14fscrypt: Add in-place encryption modeDavid Gstir1-10/+15
2016-11-10dax: Introduce IOMAP_FAULT flagJan Kara2-4/+5
2016-11-08dax: remove "depends on BROKEN" from FS_DAX_PMDRoss Zwisler1-1/+0
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler3-25/+6
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler1-37/+341
2016-11-08dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler1-25/+25
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler1-14/+0
2016-11-08dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler1-8/+29
2016-11-08dax: add dax_iomap_sector() helper functionRoss Zwisler1-3/+7
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler3-15/+15
2016-11-08dax: remove dax_pmd_fault()Ross Zwisler1-213/+0
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler1-24/+41
2016-11-08dax: consistent variable naming for DAX entriesRoss Zwisler1-17/+17
2016-11-08dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler1-1/+2
2016-11-08dax: make 'wait_table' global variable staticRoss Zwisler1-1/+1
2016-11-08ext2: remove support for DAX PMD faultsRoss Zwisler1-23/+6
2016-11-08dax: remove buffer_size_valid()Ross Zwisler1-21/+1
2016-11-08ext4: tell DAX the size of allocation holesRoss Zwisler1-0/+3
2016-11-05Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-19/+24
2016-11-05Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds5-9/+29
2016-11-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+17
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever1-6/+4