aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-28fscrypt: don't set policy for a dead directoryHongjie Fang1-0/+2
2019-05-28ext4: encrypt only up to last block in ext4_bio_write_page()Eric Biggers1-1/+9
2019-05-28ext4: decrypt only the needed block in __ext4_block_zero_page_range()Chandan Rajendra1-2/+1
2019-05-28ext4: decrypt only the needed blocks in ext4_block_write_begin()Chandan Rajendra1-11/+18
2019-05-28ext4: clear BH_Uptodate flag on decryption errorChandan Rajendra1-2/+6
2019-05-28fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Eric Biggers1-2/+2
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers3-20/+36
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers2-7/+31
2019-05-28fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Eric Biggers1-9/+6
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers3-32/+44
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers2-25/+37
2019-05-28fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers1-6/+9
2019-05-28fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers3-21/+20
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers2-13/+12
2019-05-28fscrypt: simplify bounce page handlingEric Biggers5-136/+58
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-05-28Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana1-2/+12
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana1-12/+0
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer dereferenceQu Wenruo1-1/+7
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo1-8/+19
2019-05-28Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana1-3/+43
2019-05-28Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana1-0/+6
2019-05-28btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou1-10/+10
2019-05-28btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov1-10/+25
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara2-1/+23
2019-05-28fuse: extract helper for range writebackMiklos Szeredi1-12/+14
2019-05-28fuse: fix copy_file_range() in the writeback caseMiklos Szeredi1-0/+12
2019-05-28ext2: optimize ext2_xattr_get()Chengguang Xu1-4/+8
2019-05-28ext2: introduce new helper for xattr entry comparisonChengguang Xu1-7/+18
2019-05-28ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu1-20/+16
2019-05-28ext2: code cleanup for ext2_preread_inode()Chengguang Xu1-3/+1
2019-05-28configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala1-8/+6
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-05-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman1-1/+1
2019-05-27block: Don't revalidate bdev of hidden gendiskJan Kara1-9/+16
2019-05-27fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi1-2/+9
2019-05-27fuse: fallocate: fix return with locked inodeMiklos Szeredi1-1/+1
2019-05-27ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein1-3/+6
2019-05-26io_uring: Fix __io_uring_register() false successPavel Begunkov1-1/+1
2019-05-25vfs: Kill sget_userns()David Howells1-38/+16
2019-05-25vfs: Use sget_fc() for pseudo-filesystemsDavid Howells1-14/+10
2019-05-25fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro1-54/+34
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells1-6/+9
2019-05-25Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-18/+19
2019-05-25vfs: Convert pipe to use the new mount APIDavid Howells1-5/+10
2019-05-25vfs: Convert nsfs to use the new mount APIDavid Howells1-5/+11
2019-05-25vfs: Convert bdev to use the new mount APIDavid Howells1-8/+9
2019-05-25vfs: Convert anon_inodes to use the new mount APIDavid Howells1-5/+8
2019-05-25vfs: Convert aio to use the new mount APIDavid Howells1-8/+7
2019-05-25vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells1-0/+46