index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
fscrypt: don't set policy for a dead directory
Hongjie Fang
1
-0
/
+2
2019-05-28
ext4: encrypt only up to last block in ext4_bio_write_page()
Eric Biggers
1
-1
/
+9
2019-05-28
ext4: decrypt only the needed block in __ext4_block_zero_page_range()
Chandan Rajendra
1
-2
/
+1
2019-05-28
ext4: decrypt only the needed blocks in ext4_block_write_begin()
Chandan Rajendra
1
-11
/
+18
2019-05-28
ext4: clear BH_Uptodate flag on decryption error
Chandan Rajendra
1
-2
/
+6
2019-05-28
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
Eric Biggers
1
-2
/
+2
2019-05-28
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
3
-20
/
+36
2019-05-28
fscrypt: introduce fscrypt_decrypt_block_inplace()
Eric Biggers
2
-7
/
+31
2019-05-28
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
Eric Biggers
1
-9
/
+6
2019-05-28
fscrypt: support encrypting multiple filesystem blocks per page
Eric Biggers
3
-32
/
+44
2019-05-28
fscrypt: introduce fscrypt_encrypt_block_inplace()
Eric Biggers
2
-25
/
+37
2019-05-28
fscrypt: clean up some BUG_ON()s in block encryption/decryption
Eric Biggers
1
-6
/
+9
2019-05-28
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
3
-21
/
+20
2019-05-28
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
2
-13
/
+12
2019-05-28
fscrypt: simplify bounce page handling
Eric Biggers
5
-136
/
+58
2019-05-28
Btrfs: fix race updating log root item during fsync
Filipe Manana
1
-2
/
+6
2019-05-28
Btrfs: fix wrong ctime and mtime of a directory after log replay
Filipe Manana
1
-2
/
+12
2019-05-28
Btrfs: fix fsync not persisting changed attributes of a directory
Filipe Manana
1
-12
/
+0
2019-05-28
btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer dereference
Qu Wenruo
1
-1
/
+7
2019-05-28
btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()
Qu Wenruo
1
-8
/
+19
2019-05-28
Btrfs: incremental send, fix emission of invalid clone operations
Filipe Manana
1
-3
/
+43
2019-05-28
Btrfs: incremental send, fix file corruption when no-holes feature is enabled
Filipe Manana
1
-0
/
+6
2019-05-28
btrfs: correct zstd workspace manager lock to use spin_lock_bh()
Dennis Zhou
1
-10
/
+10
2019-05-28
btrfs: Ensure replaced device doesn't have pending chunk allocation
Nikolay Borisov
1
-10
/
+25
2019-05-28
fanotify: Disallow permission events for proc filesystem
Jan Kara
2
-1
/
+23
2019-05-28
fuse: extract helper for range writeback
Miklos Szeredi
1
-12
/
+14
2019-05-28
fuse: fix copy_file_range() in the writeback case
Miklos Szeredi
1
-0
/
+12
2019-05-28
ext2: optimize ext2_xattr_get()
Chengguang Xu
1
-4
/
+8
2019-05-28
ext2: introduce new helper for xattr entry comparison
Chengguang Xu
1
-7
/
+18
2019-05-28
ext2: merge xattr next entry check to ext2_xattr_entry_valid()
Chengguang Xu
1
-20
/
+16
2019-05-28
ext2: code cleanup for ext2_preread_inode()
Chengguang Xu
1
-3
/
+1
2019-05-28
configfs: Fix use-after-free when accessing sd->s_dentry
Sahitya Tummala
1
-8
/
+6
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-27
block: Don't revalidate bdev of hidden gendisk
Jan Kara
1
-9
/
+16
2019-05-27
fuse: add FUSE_WRITE_KILL_PRIV
Miklos Szeredi
1
-2
/
+9
2019-05-27
fuse: fallocate: fix return with locked inode
Miklos Szeredi
1
-1
/
+1
2019-05-27
ovl: support the FS_IOC_FS[SG]ETXATTR ioctls
Amir Goldstein
1
-3
/
+6
2019-05-26
io_uring: Fix __io_uring_register() false success
Pavel Begunkov
1
-1
/
+1
2019-05-25
vfs: Kill sget_userns()
David Howells
1
-38
/
+16
2019-05-25
vfs: Use sget_fc() for pseudo-filesystems
David Howells
1
-14
/
+10
2019-05-25
fold mount_pseudo_xattr() into pseudo_fs_get_tree()
Al Viro
1
-54
/
+34
2019-05-25
vfs: Convert btrfs_test to use the new mount API
David Howells
1
-6
/
+9
2019-05-25
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
3
-18
/
+19
2019-05-25
vfs: Convert pipe to use the new mount API
David Howells
1
-5
/
+10
2019-05-25
vfs: Convert nsfs to use the new mount API
David Howells
1
-5
/
+11
2019-05-25
vfs: Convert bdev to use the new mount API
David Howells
1
-8
/
+9
2019-05-25
vfs: Convert anon_inodes to use the new mount API
David Howells
1
-5
/
+8
2019-05-25
vfs: Convert aio to use the new mount API
David Howells
1
-8
/
+7
2019-05-25
vfs: Provide a mount_pseudo-replacement for the new mount API
David Howells
1
-0
/
+46
[prev]
[next]