index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-30
ceph: add flag to designate that a request is asynchronous
Jeff Layton
4
-2
/
+20
2020-03-30
ceph: more caps.c lockdep assertions
Jeff Layton
1
-0
/
+3
2020-03-30
ceph: clean up kick_flushing_inode_caps()
Jeff Layton
2
-12
/
+11
2020-03-30
libceph: directly skip to the end of redirect reply
Ilya Dryomov
1
-3
/
+0
2020-03-30
libceph: simplify ceph_monc_handle_map()
Ilya Dryomov
1
-4
/
+4
2020-03-30
ceph: return ETIMEDOUT errno to userland when request timed out
Xiubo Li
1
-2
/
+2
2020-03-30
ceph: re-org copy_file_range and fix some error paths
Luis Henriques
1
-73
/
+100
2020-03-30
ceph: move to a dedicated slabcache for mds requests
Jeff Layton
3
-2
/
+12
2020-03-30
ceph: reorganize fields in ceph_mds_request
Jeff Layton
1
-3
/
+3
2020-03-30
ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite
Andreas Gruenbacher
1
-1
/
+1
2020-03-30
ceph: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-30
rbd: enable multiple blk-mq queues
Hannes Reinecke
1
-1
/
+1
2020-03-30
rbd: embed image request in blk-mq pdu
Ilya Dryomov
1
-87
/
+51
2020-03-30
rbd: acquire header_rwsem just once in rbd_queue_workfn()
Ilya Dryomov
1
-28
/
+31
2020-03-30
rbd: get rid of img_request_layered_clear()
Ilya Dryomov
1
-8
/
+1
2020-03-30
rbd: kill img_request kref
Hannes Reinecke
1
-19
/
+5
2020-03-30
ceph: check if file lock exists before sending unlock request
Yan, Zheng
1
-2
/
+29
2020-03-30
ceph: fix description of some mount options
Xiubo Li
1
-3
/
+3
2020-03-30
ceph: move ceph_osdc_{read,write}pages to ceph.ko
Xiubo Li
3
-98
/
+84
2020-03-30
ceph: don't ClearPageChecked in ceph_invalidatepage()
Jeff Layton
1
-2
/
+0
2020-03-30
rbd: remove barriers from img_request_layered_{set,clear,test}()
Ilya Dryomov
1
-3
/
+0
2020-03-30
libceph: drop CEPH_DEFINE_SHOW_FUNC
Ilya Dryomov
3
-32
/
+18
2020-03-30
ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}
Yan, Zheng
3
-24
/
+35
2020-03-30
ceph: add refcounting for Fx caps
Jeff Layton
3
-1
/
+9
2020-03-30
ceph: register MDS request with dir inode from the start
Jeff Layton
1
-10
/
+6
2020-03-30
Linux 5.6
v5.6
Linus Torvalds
1
-1
/
+1
2020-03-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-45
/
+82
2020-03-29
Merge tag 'timers-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+4
2020-03-29
Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+9
2020-03-29
mm/sparse: fix kernel crash with pfn_section_valid check
Aneesh Kumar K.V
1
-0
/
+6
2020-03-29
mm: fork: fix kernel_stack memcg stats for various stack implementations
Roman Gushchin
3
-2
/
+52
2020-03-29
hugetlb_cgroup: fix illegal access to memory
Mina Almasry
1
-2
/
+1
2020-03-29
drivers/base/memory.c: indicate all memory blocks as removable
David Hildenbrand
1
-20
/
+3
2020-03-29
mm/swapfile.c: move inode_lock out of claim_swapfile
Naohiro Aota
1
-21
/
+20
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
23
-80
/
+221
2020-03-28
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-15
/
+13
2020-03-28
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-3
/
+5
2020-03-28
i2c: pca-platform: Use platform_irq_get_optional
Chris Packham
1
-1
/
+1
2020-03-28
i2c: st: fix missing struct parameter description
Alain Volmat
1
-0
/
+1
2020-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-20
/
+25
2020-03-28
r8169: fix PHY driver check on platforms w/o module softdeps
Heiner Kallweit
1
-9
/
+7
2020-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
7
-22
/
+70
2020-03-28
Merge branch 'parisc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+12
2020-03-27
Merge tag 'arm-soc-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
26
-111
/
+133
2020-03-27
Merge tag 'riscv-for-linus-5.6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-78
/
+95
2020-03-27
Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+0
2020-03-27
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2020-03-27
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-12
/
+12
2020-03-27
Merge tag 'drm-fixes-2020-03-27' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-3
/
+5
2020-03-27
parisc: Fix defconfig selection
Helge Deller
2
-0
/
+12
[next]