summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | * 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
* | | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2016-12-1420-475/+1018
|\ \ \
| * | | f2fs: fix a missing size change in f2fs_setattrYunlei He2016-12-121-2/+5
| * | | f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim2016-12-073-11/+29
| * | | f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim2016-12-071-1/+4
| * | | f2fs: detect wrong layoutJaegeuk Kim2016-12-072-0/+13
| * | | f2fs: call sync_fs when f2fs is idleJaegeuk Kim2016-12-051-1/+4
| * | | Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2016-12-053-12/+7
| * | | f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2016-11-291-0/+11
| * | | f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2016-11-293-20/+31
| * | | f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2016-11-282-11/+23
| * | | f2fs: fix 32-bit buildArnd Bergmann2016-11-251-1/+2
| * | | f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2016-11-251-0/+1
| * | | f2fs: fix incorrect free inode count in ->statfsChao Yu2016-11-251-1/+2
OpenPOWER on IntegriCloud