summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-1119-233/+434
|\
| * ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi2019-07-021-4/+9
| * ext4: replace ktype default_attrs with default_groupsKimberly Brown2019-07-021-2/+4
| * ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o2019-06-223-14/+14
| * ext4: refactor initialize_dirent_tail()Theodore Ts'o2019-06-213-41/+26
| * ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o2019-06-214-41/+35
| * ext4: allow directory holesTheodore Ts'o2019-06-212-18/+46
| * jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o2019-06-201-3/+0
| * ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-06-203-10/+18
| * jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-06-203-27/+49
| * ext4: remove redundant assignment to nodeColin Ian King2019-06-201-1/+0
| * ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-204-9/+103
| * ext4: make __ext4_get_inode_loc plugzhangjs2019-06-201-0/+3
| * ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-196-26/+24
| * ext4: only set project inherit bit for directoryWang Shilong2019-06-102-1/+4
| * ext4: enforce the immutable flag on open filesTheodore Ts'o2019-06-102-0/+15
| * ext4: don't allow any modifications to an immutable fileDarrick J. Wong2019-06-101-1/+45
| * jbd2: fix typo in comment of journal_submit_inode_data_buffersLiu Song2019-05-301-1/+1
| * jbd2: fix some print format mistakesGaowei Pu2019-05-301-9/+9
| * ext4: gracefully handle ext4_break_layouts() failure during truncateJan Kara2019-05-301-31/+35
* | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-1113-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-1112-255/+255
|\ \ \
| * | | fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers2019-06-271-1/+0
| * | | fscrypt: remove unnecessary includes of ratelimit.hEric Biggers2019-06-113-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-117-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