index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-03
fs, mm: fix race in unlinking swapfile
Hugh Dickins
1
-1
/
+7
2021-09-03
mm/gup: remove try_get_page(), call try_get_compound_head() directly
John Hubbard
1
-1
/
+1
2021-09-03
writeback: memcg: simplify cgroup_writeback_by_id
Shakeel Butt
1
-11
/
+9
2021-09-03
fs: inode: count invalidated shadow pages in pginodesteal
Johannes Weiner
1
-1
/
+1
2021-09-03
fs: drop_caches: fix skipping over shadow cache inodes
Johannes Weiner
1
-1
/
+2
2021-09-03
writeback: reliably update bandwidth estimation
Jan Kara
1
-3
/
+0
2021-09-03
writeback: track number of inodes under writeback
Jan Kara
1
-0
/
+5
2021-09-03
ocfs2: ocfs2_downconvert_lock failure results in deadlock
Gang He
1
-0
/
+12
2021-09-03
ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...
Tuo Li
2
-1
/
+2
2021-09-03
ocfs2: remove an unnecessary condition
Dan Carpenter
1
-1
/
+1
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
1
-1
/
+0
2021-09-03
binfmt: remove in-tree usage of MAP_DENYWRITE
David Hildenbrand
3
-6
/
+5
2021-09-03
kernel/fork: always deny write access to current MM exe_file
David Hildenbrand
1
-1
/
+3
2021-09-03
binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
David Hildenbrand
2
-2
/
+2
2021-09-03
io_uring: fix possible poll event lost in multi shot mode
Xiaoguang Wang
1
-3
/
+13
2021-09-03
io_uring: prolong tctx_task_work() with flushing
Pavel Begunkov
1
-0
/
+3
2021-09-03
io_uring: don't disable kiocb_done() CQE batching
Pavel Begunkov
1
-1
/
+1
2021-09-03
io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works with SQPOLL
Jens Axboe
1
-4
/
+24
2021-09-03
ceph: fix dereference of null pointer cf
Colin Ian King
1
-0
/
+3
2021-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2021-09-02
ceph: drop the mdsc_get_session/put_session dout messages
Jeff Layton
1
-9
/
+2
2021-09-02
ceph: lockdep annotations for try_nonblocking_invalidate
Jeff Layton
1
-0
/
+2
2021-09-02
ceph: don't WARN if we're forcibly removing the session caps
Xiubo Li
3
-10
/
+32
2021-09-02
ceph: don't WARN if we're force umounting
Xiubo Li
1
-2
/
+5
2021-09-02
ceph: remove the capsnaps when removing caps
Xiubo Li
3
-18
/
+87
2021-09-02
ceph: request Fw caps before updating the mtime in ceph_write_iter
Jeff Layton
1
-15
/
+17
2021-09-02
ceph: reconnect to the export targets on new mdsmaps
Xiubo Li
2
-4
/
+65
2021-09-02
ceph: print more information when we can't find snaprealm
Jeff Layton
1
-6
/
+5
2021-09-02
ceph: add ceph_change_snap_realm() helper
Jeff Layton
4
-63
/
+45
2021-09-02
ceph: remove redundant initializations from mdsc and session
Jeff Layton
1
-19
/
+0
2021-09-02
ceph: cancel delayed work instead of flushing on mdsc teardown
Jeff Layton
2
-3
/
+2
2021-09-02
ceph: add a new vxattr to return auth mds for an inode
Jeff Layton
1
-0
/
+19
2021-09-02
ceph: remove some defunct forward declarations
Jeff Layton
1
-6
/
+0
2021-09-02
ceph: flush the mdlog before waiting on unsafe reqs
Xiubo Li
1
-0
/
+76
2021-09-02
ceph: flush mdlog before umounting
Xiubo Li
3
-0
/
+27
2021-09-02
ceph: make iterate_sessions a global symbol
Xiubo Li
3
-42
/
+36
2021-09-02
ceph: make ceph_create_session_msg a global symbol
Xiubo Li
2
-7
/
+10
2021-09-02
ceph: fix comment about short copies in ceph_write_end
Jeff Layton
1
-1
/
+1
2021-09-02
ceph: fix memory leak on decode error in ceph_handle_caps
Jeff Layton
1
-2
/
+3
2021-09-02
Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
5
-1
/
+219
2021-09-02
Merge tag 'configfs-5.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-56
/
+31
2021-09-02
Merge tag 'dlm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
9
-415
/
+458
2021-09-02
io-wq: make worker creation resilient against signals
Jens Axboe
1
-57
/
+166
2021-09-02
io-wq: get rid of FIXED worker flag
Jens Axboe
1
-19
/
+16
2021-09-02
d_path: make 'prepend()' fill up the buffer exactly on overflow
Linus Torvalds
1
-30
/
+63
2021-09-02
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
22
-725
/
+1354
2021-09-02
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
43
-98
/
+406
2021-09-02
Merge tag 'erofs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-215
/
+500
2021-09-02
Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
25
-872
/
+254
2021-09-02
fs/ntfs3: Change how module init/info messages are displayed
Kari Argillander
1
-19
/
+8
[prev]
[next]