Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5dae460c2292dbbdac3a7a982cd566f470d957a2
/
fs
5dae460
fscrypt: v2 encryption policy support
by Eric Biggers
· 5 years ago
c1144c9
fscrypt: add an HKDF-SHA512 implementation
by Eric Biggers
· 5 years ago
5a7e299
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
by Eric Biggers
· 5 years ago
b1c0ec3
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
by Eric Biggers
· 5 years ago
22d94f4
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
by Eric Biggers
· 5 years ago
feed825
fscrypt: rename keyinfo.c to keysetup.c
by Eric Biggers
· 5 years ago
0109ce76
fscrypt: move v1 policy key setup to keysetup_v1.c
by Eric Biggers
· 5 years ago
3ec4f2a6
fscrypt: refactor key setup code in preparation for v2 policies
by Eric Biggers
· 5 years ago
a828daa
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
by Eric Biggers
· 5 years ago
59dc6a8
fscrypt: add ->ci_inode to fscrypt_info
by Eric Biggers
· 5 years ago
3b6df59
fscrypt: use FSCRYPT_* definitions, not FS_*
by Eric Biggers
· 5 years ago
29a98c1
fscrypt: use ENOPKG when crypto API support missing
by Eric Biggers
· 5 years ago
a4d14e9
fscrypt: improve warnings for missing crypto API support
by Eric Biggers
· 5 years ago
63f668f
fscrypt: improve warning messages for unsupported encryption contexts
by Eric Biggers
· 5 years ago
886da8b
fscrypt: make fscrypt_msg() take inode instead of super_block
by Eric Biggers
· 5 years ago
1c5100a
fscrypt: clean up base64 encoding/decoding
by Eric Biggers
· 5 years ago
75798f8
fscrypt: remove loadable module related code
by Eric Biggers
· 5 years ago
e12b243
Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
b7aea68
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
315c692
coredump: split pipe command whitespace before expanding template
by Paul Wise
· 5 years ago
7bc36e3
ocfs2: remove set but not used variable 'last_hash'
by YueHaibing
· 5 years ago
10e5ddd
Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
d38c3fa
Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
97b00af
Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 5 years ago
0eb6ddf
block: Fix __blkdev_direct_IO() for bio fragments
by Damien Le Moal
· 5 years ago
5c62075
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
706cb54
gfs2: Inode dirtying fix
by Andreas Gruenbacher
· 5 years ago
c2c44ec
Unbreak mount_capable()
by Al Viro
· 5 years ago
d0ee879
io_uring: fix KASAN use after free in io_sq_wq_submit_work
by Jackie Liu
· 5 years ago
4010b62
Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
0572d76
Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
89e524c0
loop: Fix mount(2) failure due to race with LOOP_SET_FD
by Jan Kara
· 5 years ago
afa1d96
xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling()
by Jia-Ju Bai
· 5 years ago
a6d155d
Btrfs: fix deadlock between fiemap and transaction commits
by Filipe Manana
· 5 years ago
cb2d3da
Btrfs: fix race leading to fs corruption after transaction abort
by Filipe Manana
· 5 years ago
b4f9a1a
Btrfs: fix incremental send failure after deduplication
by Filipe Manana
· 5 years ago
61c30c9
dax: Fix missed wakeup in put_unlocked_entry()
by Jan Kara
· 5 years ago
38fb6d0
f2fs: use EINVAL for superblock with invalid magic
by Icenowy Zheng
· 5 years ago
2e616d9
xfs: fix stack contents leakage in the v1 inumber ioctls
by Darrick J. Wong
· 5 years ago
ad28fd1
Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 5 years ago
e24ce84
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
88c5083
Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
by Linus Torvalds
· 5 years ago
543b8c46
f2fs: fix to read source block before invalidating it
by Jaegeuk Kim
· 5 years ago
4792ba1
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
863fa88
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
0441281
Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
19a1c40
fix the struct mount leak in umount_tree()
by Al Viro
· 5 years ago
a3b46b8
btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
by Naohiro Aota
· 5 years ago
2988160
afs: fsclient: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
35a3a90
afs: yfsclient: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
3670324
io_uring: ensure ->list is initialized for poll commands
by Jens Axboe
· 5 years ago
a29a0a4
Merge branch 'access-creds'
by Linus Torvalds
· 5 years ago
6e7ca09
btrfs: Fix deadlock caused by missing memory barrier
by Nikolay Borisov
· 5 years ago
16d51a5
sched/fair: Don't free p->numa_faults with concurrent readers
by Jann Horn
· 5 years ago
0ce38c5
iomap: fix Invalid License ID
by Masahiro Yamada
· 5 years ago
d7852fb
access: avoid the RCU grace period for the temporary subjective credentials
by Linus Torvalds
· 5 years ago
21c730d
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
9310a7ba
io_uring: track io length in async_list based on bytes
by Zhengyuan Liu
· 5 years ago
bd11b3a
io_uring: don't use iov_iter_advance() for fixed buffers
by Jens Axboe
· 5 years ago
6a43074
block: properly handle IOCB_NOWAIT for async O_DIRECT IO
by Jens Axboe
· 5 years ago
91962d0
Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
18253e0
Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
26473f8
Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
d2fbf4b
Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
249be85
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
eec4844
proc/sysctl: add shared variables for range check
by Matteo Croce
· 5 years ago
3710969
mm: migrate: remove unused mode argument
by Keith Busch
· 5 years ago
c063066
mm: thp: fix false negative of shmem vma's THP eligibility
by Yang Shi
· 5 years ago
2a957ac
cifs: update internal module number
by Steve French
· 5 years ago
aa08185
cifs: flush before set-info if we have writeable handles
by Ronnie Sahlberg
· 5 years ago
89a5bfa
smb3: optimize open to not send query file internal info
by Steve French
· 5 years ago
6860c98
Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 5 years ago
d5b9216
pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDS
by Trond Myklebust
· 5 years ago
58bbeab
pnfs: Fix a problem where we gratuitously start doing I/O through the MDS
by Trond Myklebust
· 5 years ago
bf3c90e
cifs: copy_file_range needs to strip setuid bits and update timestamps
by Amir Goldstein
· 6 years ago
7e5a70a
CIFS: fix deadlock in cached root handling
by Aurelien Aptel
· 5 years ago
8e04fdf
pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error
by Trond Myklebust
· 5 years ago
d9aba2b
NFSv4: Don't use the zero stateid with layoutget
by Trond Myklebust
· 5 years ago
366a4e3
Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
ae9b728
Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
d9b9c89
Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 5 years ago
0fe49f7
Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
f8c3500
Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
c0e48f9
io_uring: add a memory barrier before atomic_read
by Zhengyuan Liu
· 5 years ago
7402a4f
SUNRPC: Fix up backchannel slot table accounting
by Trond Myklebust
· 5 years ago
57a8ec3
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
373c3b8
btrfs: don't leak extent_map in btrfs_get_io_geometry()
by Johannes Thumshirn
· 5 years ago
bfcea1c
btrfs: free checksum hash on in close_ctree
by Johannes Thumshirn
· 5 years ago
314c4cd
btrfs: Fix build error while LIBCRC32C is module
by YueHaibing
· 5 years ago
42c16da
btrfs: inode: Don't compress if NODATASUM or NODATACOW set
by Qu Wenruo
· 6 years ago
5d90730
iomap: move internal declarations into fs/iomap/
by Darrick J. Wong
· 5 years ago
cb7181f
iomap: move the main iteration code into a separate file
by Darrick J. Wong
· 5 years ago
afc51aa
iomap: move the buffered IO code into a separate file
by Darrick J. Wong
· 5 years ago
db07443
iomap: move the direct IO code into a separate file
by Darrick J. Wong
· 5 years ago
56a1789
iomap: move the SEEK_HOLE code into a separate file
by Darrick J. Wong
· 5 years ago
5157fb8
iomap: move the file mapping reporting code into a separate file
by Darrick J. Wong
· 5 years ago
a45c0ecc
iomap: move the swapfile code into a separate file
by Darrick J. Wong
· 5 years ago
56cbb42
switch the remnants of releasing the mountpoint away from fs_pin
by Al Viro
· 5 years ago
2763d11
get rid of detach_mnt()
by Al Viro
· 6 years ago
Next »