summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-1013-82/+237
|\
| * afs: Add support for the UAE error tableDavid Howells2019-06-282-28/+152
| * fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-203-8/+4
| * afs: Trace afs_server usageDavid Howells2019-06-207-21/+47
| * afs: Add some callback management tracepointsDavid Howells2019-06-204-17/+28
| * afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells2019-06-201-8/+6
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-07-1012-255/+255
|\ \
| * | fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers2019-06-271-1/+0
| * | fscrypt: remove unnecessary includes of ratelimit.hEric Biggers2019-06-103-3/+0
| * | fscrypt: don't set policy for a dead directoryHongjie Fang2019-05-281-0/+2
| * | ext4: encrypt only up to last block in ext4_bio_write_page()Eric Biggers2019-05-281-1/+9
| * | ext4: decrypt only the needed block in __ext4_block_zero_page_range()Chandan Rajendra2019-05-281-2/+1
| * | ext4: decrypt only the needed blocks in ext4_block_write_begin()Chandan Rajendra2019-05-281-11/+18
| * | ext4: clear BH_Uptodate flag on decryption errorChandan Rajendra2019-05-281-2/+6
| * | fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Eric Biggers2019-05-281-2/+2
| * | fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers2019-05-283-20/+36
| * | fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers2019-05-282-7/+31
| * | fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Eric Biggers2019-05-281-9/+6
| * | fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers2019-05-283-32/+44
| * | fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers2019-05-282-25/+37
| * | fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers2019-05-281-6/+9
| * | fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers2019-05-283-21/+20
| * | fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers2019-05-282-13/+12
| * | fscrypt: simplify bounce page handlingEric Biggers2019-05-285-136/+58
* | | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-107-79/+159
|\ \ \
| * | | fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-06-091-0/+5
| * | | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-095-10/+24
| * | | xfs: use file_modified() helperAmir Goldstein2019-06-091-14/+1
| * | | vfs: introduce file_modified() helperAmir Goldstein2019-06-092-18/+23
| * | | vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-091-1/+2
| * | | vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-091-27/+11
| * | | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-095-18/+73
| * | | vfs: introduce generic_copy_file_range()Dave Chinner2019-06-091-3/+32
* | | | Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-104-37/+46
|\ \ \ \
| * | | | iomap: fix page_done callback for short writesAndreas Gruenbacher2019-06-271-1/+1
| * | | | fs: fold __generic_write_end back into generic_write_endChristoph Hellwig2019-06-272-35/+29
| * | | | iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2019-06-272-1/+16
| |/ / /
* | | | Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-108-150/+188
|\ \ \ \
| * | | | udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-101-33/+60
| * | | | ext2: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-031-2/+1
| * | | | quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen2019-06-251-26/+12
| * | | | ext2: Always brelse bh on failure in ext2_iget()Jan Kara2019-06-191-4/+2
| * | | | ext2: add missing brelse() in ext2_iget()Chengguang Xu2019-06-191-0/+1
| * | | | ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu2019-06-121-1/+1
| * | | | ext2: fix a typo in commentChengguang Xu2019-06-121-2/+1
| * | | | ext2: add missing brelse() in ext2_new_inode()Chengguang Xu2019-05-301-0/+1
| * | | | ext2: optimize ext2_xattr_get()Chengguang Xu2019-05-281-4/+8
| * | | | ext2: introduce new helper for xattr entry comparisonChengguang Xu2019-05-281-7/+18
| * | | | ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu2019-05-281-20/+16
| * | | | ext2: code cleanup for ext2_preread_inode()Chengguang Xu2019-05-281-3/+1
OpenPOWER on IntegriCloud