summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-137-85/+124
|\
| * 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-135-13/+19
| * fscrypt: Constify struct inode pointerDavid Gstir2016-11-133-18/+18
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-135-24/+44
| * fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-133-9/+12
| * fscrypt: Add in-place encryption modeDavid Gstir2016-11-132-10/+21
* | Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-1311-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-051-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
| | |
| \ \
*-. \ \ Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2016-11-052-9/+7
|\ \ \ \
| | * | | fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| * | | | sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
| * | | | sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
| |/ / /
* | | | Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\ \ \ \
| * | | | md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-281-2/+2
| * | | | raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-281-9/+10
| * | | | raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-281-1/+1
| * | | | md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-241-3/+3