summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-25md/raid6: let async recovery function support different page offsetYufen Yu4-49/+128
2020-09-25md/raid6: let syndrome computor support different page offsetYufen Yu4-47/+91
2020-09-25md/raid5: convert to new xor compution interfaceYufen Yu1-9/+34
2020-09-25md/raid5: add new xor function to support different page offsetYufen Yu2-17/+114
2020-09-25md/raid5: make async_copy_data() to support different page offsetYufen Yu1-3/+5
2020-09-25md/raid5: add a new member of offset into r5devYufen Yu2-11/+40
2020-09-25md: only calculate blocksize once and use i_blocksize()Xianting Tian1-3/+4
2020-09-24null_blk: Support shared tag bitmapJohn Garry1-0/+6
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe117-2094/+2663
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig10-58/+29
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig4-13/+8
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig18-36/+33
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig1-8/+10
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig6-20/+14
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig3-7/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig11-68/+24
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig2-10/+22
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig10-15/+13
2020-09-24aoe: set an optimal I/O sizeChristoph Hellwig1-2/+2
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig1-0/+2
2020-09-24drbd: remove dead code in device_to_statisticsChristoph Hellwig1-6/+0
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig2-3/+2
2020-09-23block: mark blkdev_get staticChristoph Hellwig2-3/+1
2020-09-23PM: mm: cleanup swsusp_swap_checkChristoph Hellwig1-6/+4
2020-09-23mm: split swap_type_ofChristoph Hellwig4-40/+35
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig3-9/+9
2020-09-23mm: cleanup claim_swapfileChristoph Hellwig1-3/+3
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig1-18/+10
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig1-11/+4
2020-09-23raw: don't keep unopened block device aroundChristoph Hellwig1-32/+19
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig1-3/+4
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig1-14/+11
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig1-65/+2
2020-09-23block: cleanup blkdev_bszsetChristoph Hellwig1-7/+6
2020-09-23block: cleanup partition scanning in register_diskChristoph Hellwig1-19/+14
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig6-14/+13
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2-9/+13
2020-09-23block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer1-4/+8
2020-09-23block: fix bmd->is_null_mapped initializationChristoph Hellwig1-2/+1
2020-09-23block: drop double zeroingJulia Lawall1-1/+1
2020-09-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-15/+14
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds165-824/+1705
2020-09-23Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-13/+40
2020-09-23Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds5-2/+28
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-29/+61
2020-09-22Merge branch 'Fix-broken-tc-flower-rules-for-mscc_ocelot-switches'David S. Miller3-24/+24
2020-09-22net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-22net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-22net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang1-8/+8
2020-09-22inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15