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-09-25
md/raid6: let async recovery function support different page offset
Yufen Yu
4
-49
/
+128
2020-09-25
md/raid6: let syndrome computor support different page offset
Yufen Yu
4
-47
/
+91
2020-09-25
md/raid5: convert to new xor compution interface
Yufen Yu
1
-9
/
+34
2020-09-25
md/raid5: add new xor function to support different page offset
Yufen Yu
2
-17
/
+114
2020-09-25
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
1
-3
/
+5
2020-09-25
md/raid5: add a new member of offset into r5dev
Yufen Yu
2
-11
/
+40
2020-09-25
md: only calculate blocksize once and use i_blocksize()
Xianting Tian
1
-3
/
+4
2020-09-24
null_blk: Support shared tag bitmap
John Garry
1
-0
/
+6
2020-09-24
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
117
-2094
/
+2663
2020-09-24
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
10
-58
/
+29
2020-09-24
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
4
-13
/
+8
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
18
-36
/
+33
2020-09-24
mm: use SWP_SYNCHRONOUS_IO more intelligently
Christoph Hellwig
1
-8
/
+10
2020-09-24
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
6
-20
/
+14
2020-09-24
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
3
-7
/
+3
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
11
-68
/
+24
2020-09-24
md: update the optimal I/O size on reshape
Christoph Hellwig
2
-10
/
+22
2020-09-24
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
10
-15
/
+13
2020-09-24
aoe: set an optimal I/O size
Christoph Hellwig
1
-2
/
+2
2020-09-24
bcache: inherit the optimal I/O size
Christoph Hellwig
1
-0
/
+2
2020-09-24
drbd: remove dead code in device_to_statistics
Christoph Hellwig
1
-6
/
+0
2020-09-24
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
2
-3
/
+2
2020-09-23
block: mark blkdev_get static
Christoph Hellwig
2
-3
/
+1
2020-09-23
PM: mm: cleanup swsusp_swap_check
Christoph Hellwig
1
-6
/
+4
2020-09-23
mm: split swap_type_of
Christoph Hellwig
4
-40
/
+35
2020-09-23
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
3
-9
/
+9
2020-09-23
mm: cleanup claim_swapfile
Christoph Hellwig
1
-3
/
+3
2020-09-23
ocfs2: cleanup o2hb_region_dev_store
Christoph Hellwig
1
-18
/
+10
2020-09-23
dasd: cleanup dasd_scan_partitions
Christoph Hellwig
1
-11
/
+4
2020-09-23
raw: don't keep unopened block device around
Christoph Hellwig
1
-32
/
+19
2020-09-23
zram: cleanup backing_dev_store
Christoph Hellwig
1
-3
/
+4
2020-09-23
pktcdvd: use blkdev_get_by_dev instead of open coding it
Christoph Hellwig
1
-14
/
+11
2020-09-23
pktcdvd: remove the if 0'ed pkt_start_recovery function
Christoph Hellwig
1
-65
/
+2
2020-09-23
block: cleanup blkdev_bszset
Christoph Hellwig
1
-7
/
+6
2020-09-23
block: cleanup partition scanning in register_disk
Christoph Hellwig
1
-19
/
+14
2020-09-23
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
6
-14
/
+13
2020-09-23
block: allow 'chunk_sectors' to be non-power-of-2
Mike Snitzer
2
-9
/
+13
2020-09-23
block: use lcm_not_zero() when stacking chunk_sectors
Mike Snitzer
1
-4
/
+8
2020-09-23
block: fix bmd->is_null_mapped initialization
Christoph Hellwig
1
-2
/
+1
2020-09-23
block: drop double zeroing
Julia Lawall
1
-1
/
+1
2020-09-23
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-15
/
+14
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
165
-824
/
+1705
2020-09-23
Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-13
/
+40
2020-09-23
Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-2
/
+28
2020-09-22
Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
7
-29
/
+61
2020-09-22
Merge branch 'Fix-broken-tc-flower-rules-for-mscc_ocelot-switches'
David S. Miller
3
-24
/
+24
2020-09-22
net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries
Vladimir Oltean
1
-8
/
+8
2020-09-22
net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries
Vladimir Oltean
1
-8
/
+8
2020-09-22
net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries
Xiaoliang Yang
1
-8
/
+8
2020-09-22
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
1
-5
/
+15
[prev]
[next]