summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* dax: rip out get_block based IO supportJan Kara2016-11-201-315/+0
* ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara2016-11-201-3/+8
* 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
* ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2016-11-131-2/+3
* ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o2016-11-133-10/+11
* ext4: allow ext4_truncate() to return an errorTheodore Ts'o2016-11-134-20/+36
* Merge branch 'fscrypt' into originTheodore Ts'o2016-11-136-73/+98
|\
| * fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-131-3/+13
| * fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-131-32/+21
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-134-9/+14
| * fscrypt: Constify struct inode pointerDavid Gstir2016-11-132-7/+7
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-134-19/+33
| * fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-132-7/+9
| * fscrypt: Add in-place encryption modeDavid Gstir2016-11-131-10/+15
* | Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-138-422/+489
|\ \ | |/ |/|
| * dax: Introduce IOMAP_FAULT flagJan Kara2016-11-102-4/+5
| * 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-081-37/+341
| * 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-081-14/+0
| * 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-083-15/+15
| * dax: remove dax_pmd_fault()Ross Zwisler2016-11-081-213/+0
| * dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-081-24/+41
OpenPOWER on IntegriCloud