Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
88357580854aab29d27e1a443575caaedd081612
/
fs
8835758
io_uring: correct O_NONBLOCK check for splice punt
by Jens Axboe
· 5 years ago
b1f573b
io_uring: restore req->work when canceling poll request
by Xiaoguang Wang
· 5 years ago
ef4ff58
io_uring: move all request init code in one place
by Pavel Begunkov
· 5 years ago
dea3b49
io_uring: keep all sqe->flags in req->flags
by Pavel Begunkov
· 5 years ago
1d4240c
io_uring: early submission req fail code
by Pavel Begunkov
· 5 years ago
bf9c2f1
io_uring: track mm through current->mm
by Pavel Begunkov
· 5 years ago
dccc587
io_uring: remove obsolete @mm_fault
by Pavel Begunkov
· 5 years ago
5b8b9d0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
4e4bdcf
Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 5 years ago
3bfa7e1
fs/seq_file.c: seq_read(): add info message about buggy .next functions
by Vasily Averin
· 5 years ago
149ed3d4
change email address for Pali Rohár
by Pali Rohár
· 5 years ago
26c5d78
fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()
by Eric Biggers
· 5 years ago
783fda85
ocfs2: no need try to truncate file beyond i_size
by Changwei Ge
· 5 years ago
25efb2f
hfsplus: fix crash and filesystem corruption when deleting files
by Simon Gander
· 5 years ago
87ad46e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 5 years ago
172edde
Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
8c3c074
Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
85faa7b
io_uring: punt final io_ring_ctx wait-and-free to workqueue
by Jens Axboe
· 5 years ago
e4da01d
Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
63f818f
proc: Use a dedicated lock in struct pid
by Eric W. Biederman
· 5 years ago
c398ecb
io_uring: fix fs cleanup on cqe overflow
by Pavel Begunkov
· 5 years ago
fcc95f0
Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 5 years ago
c6b80eb
Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 5 years ago
9744b92
Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
9b06860
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
9c280f9
io_uring: don't read user-shared sqe flags twice
by Pavel Begunkov
· 5 years ago
0553b8b
io_uring: remove req init from io_get_req()
by Pavel Begunkov
· 5 years ago
b1e50e5
io_uring: alloc req only after getting sqe
by Pavel Begunkov
· 5 years ago
709b302
io_uring: simplify io_get_sqring
by Pavel Begunkov
· 5 years ago
45097da
io_uring: do not always copy iovec in io_req_map_rw()
by Xiaoguang Wang
· 5 years ago
08a1d26eb
io_uring: ensure openat sets O_LARGEFILE if needed
by Jens Axboe
· 5 years ago
0e393a9
orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush
by Mike Marshall
· 5 years ago
ec95f1d
orangefs: get rid of knob code...
by Mike Marshall
· 5 years ago
63bef48
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
04de788
Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 5 years ago
f40f31c
Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
763dede
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 5 years ago
762a9f2f
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 5 years ago
5404e7e
reiserfs: clean up several indentation issues
by Colin Ian King
· 5 years ago
aa0d156
fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path
by Alexey Dobriyan
· 5 years ago
0693ffe
fs/binfmt_elf.c: allocate less for static executable
by Alexey Dobriyan
· 5 years ago
c69bcc9
fs/binfmt_elf.c: delete "loc" variable
by Alexey Dobriyan
· 5 years ago
efcdd35
fs/epoll: make nesting accounting safe for -rt kernel
by Jason Baron
· 5 years ago
fad9550
proc: inline m_next_vma into m_next
by Matthew Wilcox (Oracle)
· 5 years ago
b829a0f
seq_file: remove m->version
by Matthew Wilcox (Oracle)
· 5 years ago
4781f2c
proc: use ppos instead of m->version
by Matthew Wilcox (Oracle)
· 5 years ago
c2e88d2
proc: remove m_cache_vma
by Matthew Wilcox (Oracle)
· 5 years ago
d07ded6
proc: inline vma_stop into m_stop
by Matthew Wilcox (Oracle)
· 5 years ago
5c5ab97
proc: speed up /proc/*/statm
by Alexey Dobriyan
· 5 years ago
d919b33
proc: faster open/read/close with "permanent" files
by Alexey Dobriyan
· 5 years ago
904f394
fs/proc/inode.c: annotate close_pdeo() for sparse
by Jules Irenge
· 5 years ago
1481930
userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally
by Peter Xu
· 5 years ago
23080e2
userfaultfd: wp: don't wake up when doing write protect
by Peter Xu
· 5 years ago
63b2d41
userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
by Andrea Arcangeli
· 5 years ago
72981e0
userfaultfd: wp: add UFFDIO_COPY_MODE_WP
by Andrea Arcangeli
· 5 years ago
0391113
mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()
by Anshuman Khandual
· 5 years ago
f7fe934
io_uring: initialize fixed_file_data lock
by Xiaoguang Wang
· 5 years ago
211fea1
io_uring: remove redundant variable pointer nxt and io_wq_assign_next call
by Colin Ian King
· 5 years ago
93ce4af
NFS: Clean up process of marking inode stale.
by Trond Myklebust
· 5 years ago
b6ff107
Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 5 years ago
74e934b
Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 5 years ago
e14679b
Merge tag '9p-for-5.7' of git://github.com/martinetd/linux
by Linus Torvalds
· 5 years ago
5833112
xfs: reflink should force the log out if mounted with wsync
by Christoph Hellwig
· 5 years ago
54fbdd1
xfs: factor out a new xfs_log_force_inode helper
by Christoph Hellwig
· 5 years ago
77a73ee
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
5bd7328
fix a braino in legitimize_path()
by Al Viro
· 5 years ago
48bdd84
io_uring: fix ctx refcounting in io_submit_sqes()
by Pavel Begunkov
· 5 years ago
70fbdfe
sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn
by Linus Torvalds
· 5 years ago
d38c07a
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
9c94b39
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 5 years ago
83eb69f
Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
b3d8e42
Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6
by Linus Torvalds
· 5 years ago
44ea8df
NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()
by Trond Myklebust
· 5 years ago
97a728f
NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()
by Trond Myklebust
· 5 years ago
fc51b1c
NFS: Beware when dereferencing the delegation cred
by Trond Myklebust
· 5 years ago
581f981
io_uring: process requests completed with -EAGAIN on poll list
by Bijan Mottahedeh
· 5 years ago
ff2ae60
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 5 years ago
c336e99
io_uring: remove bogus RLIMIT_NOFILE check in file registration
by Jens Axboe
· 5 years ago
d883600
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
aa96bf8
io_uring: use io-wq manager as backup task if task is exiting
by Jens Axboe
· 5 years ago
3537b6a
io_uring: grab task reference for poll requests
by Jens Axboe
· 5 years ago
a6ba632
io_uring: retry poll if we got woken with non-matching mask
by Jens Axboe
· 5 years ago
531dfae
f2fs: keep inline_data when compression conversion
by Chao Yu
· 5 years ago
aa57697
f2fs: fix to disable compression on directory
by Chao Yu
· 5 years ago
9b6ed14
f2fs: add missing CONFIG_F2FS_FS_COMPRESSION
by Chao Yu
· 5 years ago
6ce48b0
f2fs: switch discard_policy.timeout to bool type
by Chao Yu
· 5 years ago
8908e75
f2fs: fix to verify tpage before releasing in f2fs_free_dic()
by Chao Yu
· 5 years ago
fd26725
f2fs: show compression in statx
by Chao Yu
· 5 years ago
80d0d45
f2fs: clean up dic->tpages assignment
by Chao Yu
· 5 years ago
50cfa66
f2fs: compress: support zstd compress algorithm
by Chao Yu
· 5 years ago
4f3b4f1
dax,iomap: Add helper dax_iomap_zero() to zero a range
by Vivek Goyal
· 5 years ago
0a23f9f
dax: Use new dax zero page method for zeroing a page
by Vivek Goyal
· 5 years ago
f30a6ea
NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout
by Trond Myklebust
· 5 years ago
75da985
NFS: finish_automount() requires us to hold 2 refs to the mount record
by Trond Myklebust
· 5 years ago
529af90
NFS: Fix a few constant_table array definitions
by Scott Mayhew
· 5 years ago
6cad420c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
7be9713
Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
7db83c0
Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
35a9faf
Merge tag 'iomap-5.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
9c57749
Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
Next »