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-08-19
NFSv4: Fix return value in nfs_finish_open()
Trond Myklebust
1
-1
/
+1
2019-08-19
NFSv4: Fix return values for nfs4_file_open()
Trond Myklebust
1
-6
/
+6
2019-08-19
NFS: Don't refresh attributes with mounted-on-file information
Trond Myklebust
1
-14
/
+19
2019-08-19
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
1
-1
/
+1
2019-08-18
xfs: fix reflink source file racing with directio writes
Darrick J. Wong
1
-26
/
+37
2019-08-18
Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-55
/
+35
2019-08-17
Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-54
/
+15
2019-08-16
vfs: fix page locking deadlocks when deduping files
Darrick J. Wong
1
-8
/
+41
2019-08-16
xfs: compat_ioctl: use compat_ptr()
Christoph Hellwig
1
-2
/
+2
2019-08-16
xfs: fall back to native ioctls for unhandled compat ones
Christoph Hellwig
1
-52
/
+2
2019-08-16
f2fs: fix livelock in swapfile writes
Jaegeuk Kim
1
-1
/
+1
2019-08-16
nfsd: Remove unnecessary NULL checks
J. Bruce Fields
1
-20
/
+15
2019-08-16
nfsd4: Fix kernel crash when reading proc file reply_cache_stats
He Zhe
1
-1
/
+1
2019-08-16
locks: print a warning when mount fails due to lack of "mand" support
Jeff Layton
1
-3
/
+8
2019-08-15
nfsd: initialize i_private before d_add
J. Bruce Fields
1
-6
/
+6
2019-08-15
writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem trylock fail
Tejun Heo
1
-12
/
+5
2019-08-15
writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode switching
Tejun Heo
1
-2
/
+20
2019-08-15
Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-20
/
+36
2019-08-15
nfsd: use i_wrlock instead of rcu for nfsdfs i_private
J. Bruce Fields
1
-4
/
+2
2019-08-15
nfsd: fix dentry leak upon mkdir failure.
Tetsuo Handa
1
-0
/
+1
2019-08-15
io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer list
Jackie Liu
1
-7
/
+9
2019-08-15
block: remove REQ_NOWAIT_INLINE
Jens Axboe
1
-44
/
+5
2019-08-15
io_uring: fix manual setup of iov_iter for fixed buffers
Aleix Roca Nonell
1
-3
/
+1
2019-08-14
Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
4
-33
/
+89
2019-08-13
seq_file: fix problem when seeking mid-record
NeilBrown
1
-1
/
+1
2019-08-12
f2fs: add fs-verity support
Eric Biggers
9
-15
/
+392
2019-08-12
ext4: add fs-verity read support
Eric Biggers
4
-36
/
+188
2019-08-12
ext4: add basic fs-verity support
Eric Biggers
8
-17
/
+457
2019-08-12
fs-verity: support builtin file signatures
Eric Biggers
8
-14
/
+269
2019-08-12
fs-verity: add SHA-512 support
Eric Biggers
2
-1
/
+6
2019-08-12
fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
Eric Biggers
2
-0
/
+58
2019-08-12
fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
Eric Biggers
2
-1
/
+365
2019-08-12
ubifs: wire up new fscrypt ioctls
Eric Biggers
2
-0
/
+31
2019-08-12
f2fs: wire up new fscrypt ioctls
Eric Biggers
2
-0
/
+60
2019-08-12
ext4: wire up new fscrypt ioctls
Eric Biggers
2
-0
/
+33
2019-08-12
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
3
-1
/
+63
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
1
-5
/
+24
2019-08-12
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
3
-33
/
+336
2019-08-12
fscrypt: v2 encryption policy support
Eric Biggers
7
-185
/
+684
2019-08-12
fscrypt: add an HKDF-SHA512 implementation
Eric Biggers
4
-0
/
+199
2019-08-12
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
1
-0
/
+63
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
3
-5
/
+411
2019-08-12
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
6
-3
/
+393
2019-08-12
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
3
-2
/
+2
2019-08-12
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers
4
-322
/
+369
2019-08-12
fscrypt: refactor key setup code in preparation for v2 policies
Eric Biggers
2
-112
/
+146
2019-08-12
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
Eric Biggers
2
-69
/
+68
2019-08-12
fscrypt: add ->ci_inode to fscrypt_info
Eric Biggers
2
-0
/
+5
2019-08-12
fscrypt: use FSCRYPT_* definitions, not FS_*
Eric Biggers
5
-43
/
+44
2019-08-12
fscrypt: use ENOPKG when crypto API support missing
Eric Biggers
1
-9
/
+11
[prev]
[next]