index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/raid10: pull codes that wait for blocked dev into one function
Xiao Ni
2020-09-25
1
-51
/
+67
*
md/raid10: extend r10bio devs to raid disks
Xiao Ni
2020-09-25
1
-5
/
+4
*
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
2020-09-25
3
-12
/
+24
*
md: Simplify code with existing definition RESYNC_SECTORS in raid10.c
Zhen Lei
2020-09-25
1
-4
/
+4
*
md/raid5: reallocate page array after setting new stripe_size
Yufen Yu
2020-09-25
1
-0
/
+20
*
md/raid5: resize stripe_head when reshape array
Yufen Yu
2020-09-25
1
-0
/
+24
*
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
2020-09-25
2
-3
/
+114
*
md/raid6: let async recovery function support different page offset
Yufen Yu
2020-09-25
4
-49
/
+128
*
md/raid6: let syndrome computor support different page offset
Yufen Yu
2020-09-25
4
-47
/
+91
*
md/raid5: convert to new xor compution interface
Yufen Yu
2020-09-25
1
-9
/
+34
*
md/raid5: add new xor function to support different page offset
Yufen Yu
2020-09-25
2
-17
/
+114
*
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
2020-09-25
1
-3
/
+5
*
md/raid5: add a new member of offset into r5dev
Yufen Yu
2020-09-25
2
-11
/
+40
*
md: only calculate blocksize once and use i_blocksize()
Xianting Tian
2020-09-25
1
-3
/
+4
*
null_blk: Support shared tag bitmap
John Garry
2020-09-24
1
-0
/
+6
*
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
2020-09-24
117
-2094
/
+2663
|
\
|
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
10
-58
/
+29
|
*
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
2020-09-24
4
-13
/
+8
|
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
18
-36
/
+33
|
*
mm: use SWP_SYNCHRONOUS_IO more intelligently
Christoph Hellwig
2020-09-24
1
-8
/
+10
|
*
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
2020-09-24
6
-20
/
+14
|
*
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
2020-09-24
3
-7
/
+3
|
*
block: lift setting the readahead size into the block layer
Christoph Hellwig
2020-09-24
11
-68
/
+24
|
*
md: update the optimal I/O size on reshape
Christoph Hellwig
2020-09-24
2
-10
/
+22
|
*
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-24
10
-15
/
+13
|
*
aoe: set an optimal I/O size
Christoph Hellwig
2020-09-24
1
-2
/
+2
|
*
bcache: inherit the optimal I/O size
Christoph Hellwig
2020-09-24
1
-0
/
+2
|
*
drbd: remove dead code in device_to_statistics
Christoph Hellwig
2020-09-24
1
-6
/
+0
|
*
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
2020-09-24
2
-3
/
+2
|
*
block: mark blkdev_get static
Christoph Hellwig
2020-09-23
2
-3
/
+1
|
*
PM: mm: cleanup swsusp_swap_check
Christoph Hellwig
2020-09-23
1
-6
/
+4
|
*
mm: split swap_type_of
Christoph Hellwig
2020-09-23
4
-40
/
+35
|
*
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
2020-09-23
3
-9
/
+9
|
*
mm: cleanup claim_swapfile
Christoph Hellwig
2020-09-23
1
-3
/
+3
|
*
ocfs2: cleanup o2hb_region_dev_store
Christoph Hellwig
2020-09-23
1
-18
/
+10
|
*
dasd: cleanup dasd_scan_partitions
Christoph Hellwig
2020-09-23
1
-11
/
+4
|
*
raw: don't keep unopened block device around
Christoph Hellwig
2020-09-23
1
-32
/
+19
|
*
zram: cleanup backing_dev_store
Christoph Hellwig
2020-09-23
1
-3
/
+4
|
*
pktcdvd: use blkdev_get_by_dev instead of open coding it
Christoph Hellwig
2020-09-23
1
-14
/
+11
|
*
pktcdvd: remove the if 0'ed pkt_start_recovery function
Christoph Hellwig
2020-09-23
1
-65
/
+2
|
*
block: cleanup blkdev_bszset
Christoph Hellwig
2020-09-23
1
-7
/
+6
|
*
block: cleanup partition scanning in register_disk
Christoph Hellwig
2020-09-23
1
-19
/
+14
|
*
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
2020-09-23
6
-14
/
+13
|
*
block: allow 'chunk_sectors' to be non-power-of-2
Mike Snitzer
2020-09-23
2
-9
/
+13
|
*
block: use lcm_not_zero() when stacking chunk_sectors
Mike Snitzer
2020-09-23
1
-4
/
+8
|
*
block: fix bmd->is_null_mapped initialization
Christoph Hellwig
2020-09-23
1
-2
/
+1
|
*
block: drop double zeroing
Julia Lawall
2020-09-23
1
-1
/
+1
|
*
blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited
Baolin Wang
2020-09-15
1
-0
/
+12
|
*
blk-throttle: Avoid calculating bps/iops limitation repeatedly
Baolin Wang
2020-09-15
1
-9
/
+10
|
*
blk-throttle: Define readable macros instead of static variables
Baolin Wang
2020-09-15
1
-5
/
+5
[next]