summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-0713-690/+230
|\
| * pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-051-1/+1
| * pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-053-9/+7
| * pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-053-19/+10
| * pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-052-3/+3
| * switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro2016-10-051-71/+40
| * switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-0510-366/+36
| * new iov_iter flavour: pipe-backedAl Viro2016-10-051-1/+1
| * fuse_dev_splice_read(): switch to add_to_pipe()Al Viro2016-10-031-37/+9
| * new helper: add_to_pipe()Al Viro2016-10-031-44/+62
| * splice: lift pipe_lock out of splice_to_pipe()Al Viro2016-10-032-73/+58
| * splice: switch get_iovec_page_array() to iov_iterAl Viro2016-10-031-99/+36
| * splice_to_pipe(): don't open-code wakeup_pipe_readers()Al Viro2016-10-031-4/+1
| * consistent treatment of EFAULT on O_DIRECT read/writeAl Viro2016-10-031-0/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-10-0722-474/+530
|\ \
| * | ext4: remove unused variableEric Engestrom2016-09-302-5/+2
| * | ext4: use journal inode to determine journal overheadEric Whitney2016-09-301-2/+17
| * | ext4: create function to read journal inodeEric Whitney2016-09-301-9/+23
| * | ext4: unmap metadata when zeroing blocksJan Kara2016-09-301-1/+9
| * | ext4: remove plugging from ext4_file_write_iter()Jan Kara2016-09-301-4/+0
| * | ext4: allow unlocked direct IO when pages are cachedJan Kara2016-09-301-2/+1
| * | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger2016-09-301-0/+3
| * | fscrypto: use standard macros to compute length of fname ciphertextEric Biggers2016-09-301-12/+5
| * | ext4: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2016-09-301-2/+0
| * | ext4: release bh in make_indexed_dirgmail2016-09-301-8/+6
| * | ext4: Allow parallel DIO readsJan Kara2016-09-301-22/+18
| * | ext4: allow DAX writeback for hole punchRoss Zwisler2016-09-221-2/+2
| * | jbd2: fix lockdep annotation in add_transaction_credits()Jan Kara2016-09-221-2/+4
| * | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-156-39/+47
| * | fscrypto: rename completion callbacks to reflect usageEric Biggers2016-09-152-9/+11
| * | fscrypto: remove unnecessary includesEric Biggers2016-09-153-6/+0
| * | fscrypto: improved validation when loading inode encryption metadataEric Biggers2016-09-151-23/+45
| * | ext4: fix memory leak when symlink decryption failsEric Biggers2016-09-151-2/+1
| * | jbd2: move more common code into journal_init_common()Geliang Tang2016-09-151-81/+50
| * | ext4: remove unused definition for MAX_32_NUMFabian Frederick2016-09-151-2/+0
| * | ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick2016-09-153-14/+7
| * | ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick2016-09-151-7/+2
| * | ext4: fix memory leak in ext4_insert_range()Fabian Frederick2016-09-151-0/+3
| * | ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2016-09-151-0/+2
| * | ext4: improve ext4lazyinit scalabilityDmitry Monakhov2016-09-051-10/+31
| * | ext4: cleanup ext4_sync_parent()Jan Kara2016-09-051-1/+8
| * | ext4: remove old feature helpersKaho Ng2016-09-054-29/+6
| * | ext4: enable quota enforcement based on mount optionsJan Kara2016-09-052-13/+33
| * | ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-09-051-4/+4
| * | mbcache: fix to detect failure of register_shrinkerChao Yu2016-08-311-1/+5
| * | ext4: enforce online defrag restriction for encrypted filesEric Whitney2016-08-291-0/+7
| * | ext4: factor out loop for freeing inode xattr spaceJan Kara2016-08-291-52/+69
| * | ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara2016-08-291-12/+8
| * | ext4: factor out xattr movingJan Kara2016-08-291-74/+85
| * | ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara2016-08-291-4/+5