summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-12-146-37/+17
|\
| * fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-016-37/+17
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-1441-1302/+1450
|\ \
| * \ Merge branch 'fscrypt' into devTheodore Ts'o2016-12-1215-221/+242
| |\ \
| | * | fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2016-12-113-5/+4
| | * | fscrypt: Delay bounce page pool allocation until neededDavid Gstir2016-12-114-5/+9
| | * | fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-114-6/+9
| | * | fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-112-45/+56
| | * | fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir2016-12-111-11/+19
| | * | fscrypt: Use correct index in decrypt path.David Gstir2016-12-111-1/+1
| | * | fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o2016-12-112-14/+14
| | * | fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-114-67/+76
| | * | fscrypt: unexport fscrypt_initialize()Theodore Ts'o2016-12-113-2/+3
| | * | fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o2016-12-114-6/+24
| | * | fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-116-69/+38
| | * | fscrypto: remove unneeded Kconfig dependenciesEric Biggers2016-12-111-2/+0
| | * | MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patchesEric Biggers2016-12-111-0/+1
| * | | dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara2016-12-121-8/+7
| * | | ext4: do not perform data journaling when data is encryptedSergey Karamov2016-12-102-6/+13
| * | | ext4: return -ENOMEM instead of successDan Carpenter2016-12-101-1/+3
| * | | ext4: reject inodes with negative sizeDarrick J. Wong2016-12-101-0/+6
| * | | ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter2016-12-031-1/+1
| * | | Documentation: fix description of ext4's block_validity mount optionFabian Frederick2016-12-031-7/+6
| * | | ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara2016-12-031-6/+15
| * | | mbcache: document that "find" functions only return reusable entriesEric Biggers2016-12-031-8/+8
| * | | mbcache: use consistent type for entry countEric Biggers2016-12-031-8/+7
| * | | mbcache: remove unnecessary module_get/module_putEric Biggers2016-12-031-5/+0
| * | | mbcache: don't BUG() if entry cache cannot be allocatedEric Biggers2016-12-031-1/+2
| * | | mbcache: correctly handle 'e_referenced' bitEric Biggers2016-12-031-1/+1
| * | | ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o2016-12-021-1/+2
| * | | ext4: validate s_first_meta_bg at mount timeEryu Guan2016-12-011-0/+9
| * | | ext4: correctly detect when an xattr value has an invalid sizeEric Biggers2016-12-011-6/+21
| * | | ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2016-12-012-4/+5
| * | | ext4: forbid i_extra_isize not divisible by 4Eric Biggers2016-12-011-4/+7
| * | | ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers2016-12-011-0/+6
| * | | ext4: get rid of ext4_sb_has_crypto()Eric Biggers2016-12-012-6/+1
| * | | 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-203-338/+11
| * | | 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