Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
12cc1c7345b6bf34c45ccaa75393e2d6eb707d7b
/
fs
3c1c24d
userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
by Mike Rapoport
· 5 years ago
9d4678e
fs/userfaultfd.c: wp: clear VM_UFFD_MISSING or VM_UFFD_WP during userfaultfd_register()
by Andrea Arcangeli
· 5 years ago
188b04a
hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()
by Wei Yang
· 5 years ago
1ab5b82
hugetlbfs: add O_TMPFILE support
by Piotr Sarna
· 5 years ago
8fc312b
mm/hugetlbfs: fix error handling when setting up mounts
by Mike Kravetz
· 5 years ago
5525463
hugetlbfs: hugetlb_fault_mutex_hash() cleanup
by Mike Kravetz
· 5 years ago
a92853b
fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
by Konstantin Khlebnikov
· 5 years ago
2b211dc
fs/buffer.c: include internal.h for missing declarations
by Ben Dooks
· 5 years ago
1d70667
fs/buffer.c: fix use true/false for bool type
by Saurav Girepunje
· 5 years ago
188c523
ocfs2: fix passing zero to 'PTR_ERR' warning
by Ding Xiang
· 5 years ago
32ef955
Merge tag 'fsnotify_for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 5 years ago
b8072d5
Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 5 years ago
e2d73c3
Merge tag 'erofs-for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
by Linus Torvalds
· 5 years ago
21b26d2
Merge tag '5.5-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
8f45533
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
4a55d36
Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
50b8b3f
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 5 years ago
f112a2f
Merge tag 'vfs-5.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
3b266a5
Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
05bd375b
Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
9a3d7fd
Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
68464b8
CIFS: fix a white space issue in cifs_get_inode_info()
by Dan Carpenter via samba-technical
· 5 years ago
168829a
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
1ae7878
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
77a0594
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e944475
io_uring: make poll->wait dynamically allocated
by Jens Axboe
· 5 years ago
6206f0e
io-wq: shrink io_wq_work a bit
by Jens Axboe
· 5 years ago
3fc50ab
io-wq: fix handling of NUMA node IDs
by Jann Horn
· 5 years ago
ad6e005
io_uring: use kzalloc instead of kcalloc for single-element allocations
by Jann Horn
· 5 years ago
7d00916
io_uring: cleanup io_import_fixed()
by Pavel Begunkov
· 5 years ago
cf6fd4b
io_uring: inline struct sqe_submit
by Pavel Begunkov
· 5 years ago
cc42e0a
io_uring: store timeout's sqe->off in proper place
by Pavel Begunkov
· 5 years ago
2be7d34
Revert "vfs: properly and reliably lock f_pos in fdget_pos()"
by Linus Torvalds
· 5 years ago
436b2a8
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 5 years ago
1b96a41
Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
8042d6c
io_uring: remove superfluous check for sqe->off in io_accept()
by Hrvoje Zeba
· 5 years ago
181e448
io_uring: async workers should inherit the user creds
by Jens Axboe
· 5 years ago
576a347
io-wq: have io_wq_create() take a 'data' argument
by Jens Axboe
· 5 years ago
311ae9e
io_uring: fix dead-hung for non-iter fixed rw
by Pavel Begunkov
· 5 years ago
f8e85cf
io_uring: add support for IORING_OP_CONNECT
by Jens Axboe
· 5 years ago
c4a2ed7
io_uring: only return -EBUSY for submit on non-flushed backlog
by Jens Axboe
· 5 years ago
f9bd67f
io_uring: only !null ptr to io_issue_sqe()
by Pavel Begunkov
· 5 years ago
b18fdf7
io_uring: simplify io_req_link_next()
by Pavel Begunkov
· 5 years ago
944e58b
io_uring: pass only !null to io_req_find_next()
by Pavel Begunkov
· 5 years ago
70cf9f3
io_uring: remove io_free_req_find_next()
by Pavel Begunkov
· 5 years ago
9835d6f
io_uring: add likely/unlikely in io_get_sqring()
by Pavel Begunkov
· 5 years ago
d732447
io_uring: rename __io_submit_sqe()
by Pavel Begunkov
· 5 years ago
915967f
io_uring: improve trace_io_uring_defer() trace point
by Jens Axboe
· 5 years ago
1b4a51b
io_uring: drain next sqe instead of shadowing
by Pavel Begunkov
· 5 years ago
b76da70
io_uring: close lookup gap for dependent next work
by Jens Axboe
· 5 years ago
4d7dd46
io_uring: allow finding next link independent of req reference count
by Jens Axboe
· 5 years ago
eb065d3
io_uring: io_allocate_scq_urings() should return a sane state
by Jens Axboe
· 5 years ago
bbad27b
io_uring: Always REQ_F_FREE_SQE for allocated sqe
by Pavel Begunkov
· 5 years ago
5d96072
io_uring: io_fail_links() should only consider first linked timeout
by Jens Axboe
· 5 years ago
09fbb0a
io_uring: Fix leaking linked timeouts
by Pavel Begunkov
· 5 years ago
f70193d
io_uring: remove redundant check
by Pavel Begunkov
· 5 years ago
d3b35796
io_uring: break links for failed defer
by Pavel Begunkov
· 5 years ago
b2e9c7d6
io-wq: remove extra space characters
by Dan Carpenter
· 5 years ago
b60fda6
io-wq: wait for io_wq_create() to setup necessary workers
by Jens Axboe
· 5 years ago
fba38c2
io_uring: request cancellations should break links
by Jens Axboe
· 5 years ago
b0dd8a4
io_uring: correct poll cancel and linked timeout expiration completion
by Jens Axboe
· 5 years ago
e0e328c4
io_uring: remove dead REQ_F_SEQ_PREV flag
by Jens Axboe
· 5 years ago
94ae5e7
io_uring: fix sequencing issues with linked timeouts
by Jens Axboe
· 5 years ago
ad8a48a
io_uring: make req->timeout be dynamically allocated
by Jens Axboe
· 5 years ago
978db57
io_uring: make io_double_put_req() use normal completion path
by Jens Axboe
· 5 years ago
0e0702d
io_uring: cleanup return values from the queueing functions
by Jens Axboe
· 5 years ago
95a5bba
io_uring: io_async_cancel() should pass in 'nxt' request pointer
by Jens Axboe
· 5 years ago
e25645b
Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 5 years ago
1c1ff48
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
ea4b71b
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
ae36607
Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
97d0bf9
Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
7e5192b
Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
464a47f
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
ff6814b
Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
fb4b3d3
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
0be0ee7
vfs: properly and reliably lock f_pos in fdget_pos()
by Linus Torvalds
· 5 years ago
803e74b
f2fs: stop GC when the victim becomes fully valid
by Jaegeuk Kim
· 5 years ago
a4db59a
f2fs: expose main_blkaddr in sysfs
by Jaegeuk Kim
· 5 years ago
909110c
f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project()
by Chengguang Xu
· 5 years ago
d8e464e
vfs: mark pipes and sockets as stream-like file descriptors
by Linus Torvalds
· 5 years ago
1656a07
cifs: update internal module version number
by Steve French
· 5 years ago
ff6b6f3
cifs: Always update signing key of first channel
by Paulo Alcantara (SUSE)
· 5 years ago
5bb30a4
cifs: Fix retrieval of DFS referrals in cifs_mount()
by Paulo Alcantara (SUSE)
· 5 years ago
84a1f5b
cifs: Fix potential softlockups while refreshing DFS cache
by Paulo Alcantara (SUSE)
· 5 years ago
df3df92
cifs: Fix lookup of root ses in DFS referral cache
by Paulo Alcantara (SUSE)
· 5 years ago
8354d88
cifs: Fix use-after-free bug in cifs_reconnect()
by Paulo Alcantara (SUSE)
· 5 years ago
8515092
cifs: dump channel info in DebugData
by Aurelien Aptel
· 5 years ago
1ae9a5a
smb3: dump in_send and num_waiters stats counters by default
by Steve French
· 5 years ago
65a37a3
cifs: try harder to open new channels
by Aurelien Aptel
· 5 years ago
9bd4540
CIFS: Properly process SMB3 lease breaks
by Pavel Shilovsky
· 5 years ago
32546a9
cifs: move cifsFileInfo_put logic into a work-queue
by Ronnie Sahlberg
· 5 years ago
d70e9fa
cifs: try opening channels after mounting
by Aurelien Aptel
· 5 years ago
b8f7442b
CIFS: refactor cifs_get_inode_info()
by Aurelien Aptel
· 5 years ago
f6a6bf7
cifs: switch servers depending on binding state
by Aurelien Aptel
· 5 years ago
f780bd3
cifs: add server param
by Aurelien Aptel
· 5 years ago
bcc8880
cifs: add multichannel mount options and data structs
by Aurelien Aptel
· 5 years ago
35adffe
cifs: sort interface list by speed
by Aurelien Aptel
· 5 years ago
fa9c236
CIFS: Fix SMB2 oplock break processing
by Pavel Shilovsky
· 5 years ago
3591bb8
cifs: don't use 'pre:' for MODULE_SOFTDEP
by Ronnie Sahlberg
· 5 years ago
Next »