Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f5307104e7575b3fb577981b40e466e90fab3392
/
fs
f530710
cifs: don't use __constant_cpu_to_le32()
by Sergey Senozhatsky
· 6 years ago
433b8dd
SMB3: Track total time spent on roundtrips for each SMB3 command
by Steve French
· 6 years ago
f72dae2
Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 6 years ago
52ae245
Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
f678d6d
Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
cf482a4
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
b4b52b8
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
by Linus Torvalds
· 6 years ago
eac7078
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
41bc10c
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
by Linus Torvalds
· 6 years ago
aa26690f
Merge tag 'xfs-5.2-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
d8456ea
Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
b8cac3c
Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 6 years ago
9f2e3a5
Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
78438ce
Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
168e153
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
0968621
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
7889f44
io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
by Shenghui Wang
· 6 years ago
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
2c6a392
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
efeb862
io_uring: fix shadowed variable ret return code being not checked
by Colin Ian King
· 6 years ago
438ab72
vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files
by Kirill Smelkov
· 6 years ago
51987af
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
5dcf877
req->error only used for iopoll
by Stefan Bühler
· 6 years ago
9b40284
io_uring: add support for eventfd notifications
by Jens Axboe
· 6 years ago
5d17b4a
io_uring: add support for IORING_OP_SYNC_FILE_RANGE
by Jens Axboe
· 6 years ago
22f96b3
fs: add sync_file_range() helper
by Jens Axboe
· 6 years ago
de0617e
io_uring: add support for marking commands as draining
by Jens Axboe
· 6 years ago
5ce3307
Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b1c16ac
btrfs: Use kvmalloc for allocating compressed path context
by Nikolay Borisov
· 6 years ago
7447555
btrfs: Factor out common extent locking code in submit_compressed_extents
by Nikolay Borisov
· 6 years ago
4336650
btrfs: Set io_tree only once in submit_compressed_extents
by Nikolay Borisov
· 6 years ago
69684c5
btrfs: Replace clear_extent_bit with unlock_extent
by Nikolay Borisov
· 6 years ago
1368c6d
btrfs: Make compress_file_range take only struct async_chunk
by Nikolay Borisov
· 6 years ago
c5a68ae
btrfs: Remove fs_info from struct async_chunk
by Nikolay Borisov
· 6 years ago
b532627
btrfs: Rename async_cow to async_chunk
by Nikolay Borisov
· 6 years ago
97db120
btrfs: Preallocate chunks in cow_file_range_async
by Nikolay Borisov
· 6 years ago
c8eaeac7
btrfs: reserve delalloc metadata differently
by Josef Bacik
· 6 years ago
4e90360
ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
by Al Viro
· 6 years ago
9108326
xfs: change some error-less functions to void types
by Eric Sandeen
· 6 years ago
cbbf4c0
iomap: move iomap_read_inline_data around
by Christoph Hellwig
· 6 years ago
f276ae0
orangefs: make use of ->free_inode()
by Al Viro
· 6 years ago
b62de32
hugetlb: make use of ->free_inode()
by Al Viro
· 6 years ago
0b269de
overlayfs: make use of ->free_inode()
by Al Viro
· 6 years ago
b3b4a6e
jfs: switch to ->free_inode()
by Al Viro
· 6 years ago
9baf28b
fuse: switch to ->free_inode()
by Al Viro
· 6 years ago
9405313
ext4: make use of ->free_inode()
by Al Viro
· 6 years ago
586a94f
ecryptfs: make use of ->free_inode()
by Al Viro
· 6 years ago
cfa6d41
ceph: use ->free_inode()
by Al Viro
· 6 years ago
26602ca
btrfs: use ->free_inode()
by Al Viro
· 6 years ago
51b9fe4
afs: switch to use of ->free_inode()
by Al Viro
· 6 years ago
a2b757f
ntfs: switch to ->free_inode()
by Al Viro
· 6 years ago
98835e8
ufs: switch to ->free_inode()
by Al Viro
· 6 years ago
d984892
coda: switch to ->free_inode()
by Al Viro
· 6 years ago
6becf8e
sysv: switch to ->free_inode()
by Al Viro
· 6 years ago
a78bb38
udf: switch to ->free_inode()
by Al Viro
· 6 years ago
dc43175
ubifs: switch to ->free_inode()
by Al Viro
· 6 years ago
56b5af1
squashfs: switch to ->free_inode()
by Al Viro
· 6 years ago
bcb8d71
romfs: convert to ->free_inode()
by Al Viro
· 6 years ago
a5a8cbe
reiserfs: convert to ->free_inode()
by Al Viro
· 6 years ago
45c2a3f
qnx6: switch to ->free_inode()
by Al Viro
· 6 years ago
bc40ddd
qnx4: switch to ->free_inode()
by Al Viro
· 6 years ago
4aa6b55
procfs: switch to ->free_inode()
by Al Viro
· 6 years ago
363db95
openpromfs: switch to ->free_inode()
by Al Viro
· 6 years ago
e91b919
ocfs2: switch to ->free_inode()
by Al Viro
· 6 years ago
9fbc000
dlmfs: switch to ->free_inode()
by Al Viro
· 6 years ago
977c3d1
nilfs2: switch to ->free_inode()
by Al Viro
· 6 years ago
ca1a199
nfs{,4}: switch to ->free_inode()
by Al Viro
· 6 years ago
d67a398
minix: switch to ->free_inode()
by Al Viro
· 6 years ago
db0bd7b
jffs2: switch to ->free_inode()
by Al Viro
· 6 years ago
07b01207
isofs: switch to ->free_inode()
by Al Viro
· 6 years ago
4d436d5
hpfs: switch to ->free_inode()
by Al Viro
· 6 years ago
08ccfc5
hostfs: switch to ->free_inode()
by Al Viro
· 6 years ago
08ab229
hfsplus: switch to ->free_inode()
by Al Viro
· 6 years ago
6d845e2
hfs: switch to ->free_inode()
by Al Viro
· 6 years ago
784494e
gfs2: switch to ->free_inode()
by Al Viro
· 6 years ago
9f17927
freevxfs: switch to ->free_inode()
by Al Viro
· 6 years ago
f9ec991
fat: switch to ->free_inode()
by Al Viro
· 6 years ago
d01718a
f2fs: switch to ->free_inode()
by Al Viro
· 6 years ago
a2d1b88
ext2: switch to ->free_inode()
by Al Viro
· 6 years ago
f415c51
efs: switch to ->free_inode()
by Al Viro
· 6 years ago
6234ddf
debugfs: switch to ->free_inode()
by Al Viro
· 6 years ago
c2e6802
cifs: switch to ->free_inode()
by Al Viro
· 6 years ago
41149cb
bdev: switch to ->free_inode()
by Al Viro
· 6 years ago
8d8fc9c
bfs: switch to ->free_inode()
by Al Viro
· 6 years ago
49f82a8
befs: switch to ->free_inode()
by Al Viro
· 6 years ago
312a679
affs: switch to ->free_inode()
by Al Viro
· 6 years ago
8f05a79
adfs: switch to ->free_inode()
by Al Viro
· 6 years ago
5e8a077
9p: switch to ->free_inode()
by Al Viro
· 6 years ago
fdb0da8
new inode method: ->free_inode()
by Al Viro
· 6 years ago
7e74e23
gcc-9: don't warn about uninitialized btrfs extent_type variable
by Linus Torvalds
· 6 years ago
d4ef647
io_uring: avoid page allocation warnings
by Mark Rutland
· 6 years ago
df0db3e
iomap: Add a page_prepare callback
by Andreas Gruenbacher
· 6 years ago
7a77dad
iomap: Fix use-after-free error in page_done callback
by Andreas Gruenbacher
· 6 years ago
26ddb1f
fs: Turn __generic_write_end into a void function
by Andreas Gruenbacher
· 6 years ago
dbc582b
iomap: Clean up __generic_write_end calling
by Christoph Hellwig
· 6 years ago
60a27b9
block: fix handling for BIO_NO_PAGE_REF
by Ming Lei
· 6 years ago
817869d
io_uring: drop req submit reference always in async punt
by Jens Axboe
· 6 years ago
52e04ef
io_uring: free allocated io_memory once
by Mark Rutland
· 6 years ago
975554b
io_uring: fix SQPOLL cpu validation
by Mark Rutland
· 6 years ago
Next »