Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5dcf877fb13f3c6a8ba0777ef766c4af32df725d
/
fs
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
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
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
5c8b0b5
io_uring: have submission side sqe errors post a cqe
by Jens Axboe
· 6 years ago
f2bc9c9
Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
6297728
io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUP
by Stefan Bühler
· 6 years ago
b841f19
io_uring: remove unnecessary barrier after incrementing dropped counter
by Stefan Bühler
· 6 years ago
82ab082
io_uring: remove unnecessary barrier before reading SQ tail
by Stefan Bühler
· 6 years ago
9e4c15a
io_uring: remove unnecessary barrier after updating SQ head
by Stefan Bühler
· 6 years ago
115e12e
io_uring: remove unnecessary barrier before reading cq head
by Stefan Bühler
· 6 years ago
4f7067c
io_uring: remove unnecessary barrier before wq_has_sleeper
by Stefan Bühler
· 6 years ago
1e84b97
io_uring: fix notes on barriers
by Stefan Bühler
· 6 years ago
8449eed
io_uring: fix handling SQEs requesting NOWAIT
by Stefan Bühler
· 6 years ago
b1da6a5
fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
by Jan Kara
· 6 years ago
975a0f4
Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
ce94493
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
e9e1a2e
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
d0473f9
Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
5813023
Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
8918955
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
by YueHaibing
· 6 years ago
b987222
tracing: Fix buffer_ref pipe ops
by Jann Horn
· 6 years ago
8113a85
Merge tag 'ceph-for-5.1-rc7' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
a3d46ae
btrfs: Switch memory allocations in async csum calculation path to kvmalloc
by Nikolay Borisov
· 6 years ago
13f5938
cifs: fix page reference leak with readv/writev
by Jérôme Glisse
· 6 years ago
652727b
cifs: do not attempt cifs operation on smb2+ rename error
by Frank Sorenson
· 6 years ago
05fd5c2
cifs: fix memory leak in SMB2_read
by Ronnie Sahlberg
· 6 years ago
12a54b1
Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
3765918
ceph: fix ci->i_head_snapc leak
by Yan, Zheng
· 6 years ago
4b82228
ceph: handle the case where a dentry has been renamed on outstanding req
by Jeff Layton
· 6 years ago
76a495d
ceph: ensure d_name stability in ceph_dentry_hash()
by Jeff Layton
· 6 years ago
1bcb344
ceph: only use d_name directly when parent is locked
by Jeff Layton
· 6 years ago
8358e3a
io_uring: remove 'state' argument from io_{read,write} path
by Jens Axboe
· 6 years ago
f456458
nfsd: wake blocked file lock waiters before sending callback
by Jeff Layton
· 6 years ago
6aaafc4
nfsd: wake waiters blocked on file_lock before deleting it
by Jeff Layton
· 6 years ago
fb775fa
io_uring: fix poll full SQ detection
by Stefan Bühler
· 6 years ago
0d7bae6
io_uring: fix race condition when sq threads goes sleeping
by Stefan Bühler
· 6 years ago
e523a29
io_uring: fix race condition reading SQ entries
by Stefan Bühler
· 6 years ago
35fa71a
io_uring: fail io_uring_register(2) on a dying io_uring instance
by Jens Axboe
· 6 years ago
38a2ca2
Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
04f5866
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
by Andrea Arcangeli
· 6 years ago
2a852fd
Merge tag 'afs-fixes-20190413' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
e53f31b
Merge tag '5.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
74f464e
io_uring: fix CQ overflow condition
by Jens Axboe
· 6 years ago
2a3a028
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
b98749c
CIFS: keep FileInfo handle live during oplock break
by Aurelien Aptel
· 6 years ago
e6d0fb7
cifs: fix handle leak in smb2_query_symlink()
by Ronnie Sahlberg
· 6 years ago
b57a55e
cifs: Fix lease buffer length error
by ZhangXiaoxu
· 6 years ago
088aaf1
cifs: Fix use-after-free in SMB2_read
by ZhangXiaoxu
· 6 years ago
6a3eb33
cifs: Fix use-after-free in SMB2_write
by ZhangXiaoxu
· 6 years ago
5512320
Merge tag 'fsdax-fix-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
b19062a
io_uring: fix possible deadlock between io_uring_{enter,register}
by Jens Axboe
· 6 years ago
6b3a707
Merge branch 'page-refs' (page ref overflow)
by Linus Torvalds
· 6 years ago
15fab63
fs: prevent page refcount overflow in pipe_buf_get
by Matthew Wilcox
· 6 years ago
3d6770f
io_uring: drop io_file_put() 'file' argument
by Jens Axboe
· 6 years ago
917257d
io_uring: only test SQPOLL cpu after we've verified it
by Jens Axboe
· 6 years ago
0605863
io_uring: park SQPOLL thread if it's percpu
by Jens Axboe
· 6 years ago
4443f8e
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b60bc06
Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
eeba1e9
afs: Fix in-progess ops to ignore server-level callback invalidation
by David Howells
· 6 years ago
21bd68f
afs: Unlock pages for __pagevec_release()
by Marc Dionne
· 6 years ago
8022c4b
afs: Differentiate abort due to unmarshalling from other errors
by David Howells
· 6 years ago
d2abfa86
afs: Avoid section confusion in CM_NAME
by Andi Kleen
· 6 years ago
ba25b81
afs: avoid deprecated get_seconds()
by Arnd Bergmann
· 6 years ago
f7f1dd3
afs: Check for rxrpc call completion in wait loop
by Marc Dionne
· 6 years ago
4611da3
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
by Marc Dionne
· 6 years ago
a89afe5
block: fix the return errno for direct IO
by Jason Yan
· 6 years ago
2d06b23
Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
0769663
NFSv4.1 fix incorrect return value in copy_file_range
by Olga Kornievskaia
· 6 years ago
29e7ca7
NFS: Fix handling of reply page vector
by Chuck Lever
· 6 years ago
7c2bd9a
NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.
by Tetsuo Handa
· 6 years ago
972acfb
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
3ec482d
io_uring: restrict IORING_SETUP_SQPOLL to root
by Jens Axboe
· 6 years ago
e6abc8c
nfsd: Don't release the callback slot unless it was actually held
by Trond Myklebust
· 6 years ago
429fba1
Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
10dce8a
fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
by Kirill Smelkov
· 6 years ago
f654f0f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
58b6e5e
hugetlbfs: fix memory leak for resv_map
by Mike Kravetz
· 6 years ago
3c86794
nfsd/nfsd3_proc_readdir: fix buffer count and page pointers
by Murphy Zhou
· 6 years ago
970b766
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
6af1c84
aio: use kmem_cache_free() instead of kfree()
by Wei Yongjun
· 6 years ago
272e532
btrfs: prop: fix vanished compression property after failed set
by Anand Jain
· 6 years ago
50398fd
btrfs: prop: fix zstd compression parameter validation
by Anand Jain
· 6 years ago
631b7ab
ptrace: Remove maxargs from task_current_syscall()
by Steven Rostedt (Red Hat)
· 8 years ago
18bfb9c
aio: Fix an error code in __io_submit_one()
by Dan Carpenter
· 6 years ago
25adf50
io_uring: fix double free in case of fileset regitration failure
by Jens Axboe
· 6 years ago
4811e30
cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
by Ronnie Sahlberg
· 6 years ago
ca567eb
SMB3: Allow persistent handle timeout to be configurable on mount
by Steve French
· 6 years ago
153322f
smb3: Fix enumerating snapshots to Azure
by Steve French
· 6 years ago
2f94a312
cifs: fix kref underflow in close_shroot()
by Ronnie Sahlberg
· 6 years ago
5e7a8ca
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
db5481e
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
Next »