summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-1510-35/+31Star
* 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-146-73/+98
|\
| * 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/+21Star
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-144-9/+14
| * fscrypt: Constify struct inode pointerDavid Gstir2016-11-142-7/+7
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-144-19/+33
| * fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-142-7/+9
| * fscrypt: Add in-place encryption modeDavid Gstir2016-11-141-10/+15
* | Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-148-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/+0Star
| * xfs: use struct iomap based DAX PMD fault pathRoss Zwisler2016-11-083-25/+6Star
| * 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/+0Star
| * 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/+0Star
| * 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/+6Star
| * dax: remove buffer_size_valid()Ross Zwisler2016-11-081-21/+1Star
| * ext4: tell DAX the size of allocation holesRoss Zwisler2016-11-081-0/+3
* | Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-052-19/+24
|\ \
| * | nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-011-6/+4Star
| * | nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-242-13/+20
* | | Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2016-11-055-9/+29
|\ \ \
| * | | btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang2016-10-241-0/+3
| * | | Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
| * | | btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang2016-10-241-2/+2
| * | | btrfs: make file clone aware of fatal signalsWang Xiaoguang2016-10-241-0/+5
| * | | btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-10-241-2/+7
| * | | Btrfs: kill BUG_ON in do_relocationLiu Bo2016-10-171-1/+8
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-053-3/+17
|\ \ \ \
| * | | | ovl: fsync after copy-upMiklos Szeredi2016-10-311-0/+2
| * | | | ovl: fix get_acl() on tmpfsMiklos Szeredi2016-10-311-3/+0Star
| * | | | ovl: update S_ISGID when setting posix ACLsMiklos Szeredi2016-10-311-0/+15
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-304-8/+7Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-144-8/+7Star
| |\ \ \ \
| | * | | | afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells2016-10-133-6/+5Star
| | * | | | afs: unmapping the wrong bufferDan Carpenter2016-10-131-2/+2