aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang3-3/+12
2018-09-27xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky1-3/+1
2018-09-26block: fix deadline elevator drain for zoned block devicesDamien Le Moal1-1/+1
2018-09-25blk-mq: Allow blocking queue tag iter callbacksKeith Busch1-9/+4
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval5-11/+12
2018-09-20floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft1-0/+3
2018-09-20libata: mask swap internal and hardware tagJens Axboe1-2/+12
2018-09-17nvme: count all ANA groups for ANA Log pageHannes Reinecke1-0/+4
2018-09-12null_blk: fix zoned support for non-rq based operationJens Axboe3-34/+62
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe2-2/+4
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov1-2/+2
2018-09-05block: don't warn when doing fsync on read-only devicesMikulas Patocka1-1/+4
2018-09-05nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg1-2/+25
2018-09-04nbd: don't allow invalid blocksize settingsJens Axboe1-0/+3
2018-08-31blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)2-3/+5
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)3-8/+94
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()"Dennis Zhou (Facebook)2-63/+16
2018-08-29cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer1-1/+1
2018-08-28nvmet: free workqueue object if module init failsChaitanya Kulkarni1-1/+3
2018-08-28nvme-fcloop: Fix dropped LS's to removed target portJames Smart1-1/+2
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski1-0/+8
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman1-4/+4
2018-08-27block: remove unnecessary condition checkChengguang Xu1-2/+1
2018-08-27ata: ftide010: Add a quirk for SQ201Linus Walleij1-10/+17
2018-08-27blk-wbt: remove dead codeJens Axboe1-5/+0
2018-08-27blk-wbt: improve waking of tasksJens Axboe1-7/+56
2018-08-27blk-wbt: abstract out end IO completion handlerJens Axboe1-7/+14
2018-08-27xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ringJuergen Gross1-1/+0
2018-08-27xen/blkback: move persistent grants flags to boolJuergen Gross2-13/+7
2018-08-27xen/blkfront: reorder tests in xlblk_init()Juergen Gross1-9/+9
2018-08-27xen/blkfront: cleanup stale persistent grantsJuergen Gross1-4/+90
2018-08-27xen/blkback: don't keep persistent grants too longJuergen Gross3-46/+60
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds1-1/+1
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King1-1/+1
2018-08-25libata: maintainership updateJens Axboe1-3/+3
2018-08-24i2c: don't use any __deprecated handling anymoreSedat Dilek1-1/+0
2018-08-24i2c: use SPDX identifier for Renesas driversWolfram Sang5-30/+5
2018-08-24i2c: ocores: update my email addressPeter Korsgaard4-5/+5
2018-08-24i2c: remove deprecated attach_adapter callbackWolfram Sang2-16/+1
2018-08-24macintosh: therm_windtunnel: drop using attach_adapterWolfram Sang1-2/+23
2018-08-24ubifs: Remove empty file.hRichard Weinberger1-0/+0
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder15-103/+106
2018-08-23lib/fonts: convert comments to utf-8Arnd Bergmann4-512/+512
2018-08-23s390: ebcdic: convert comments to UTF-8Arnd Bergmann1-18/+18
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann12-103/+103
2018-08-23drivers/gpu/drm/gma500/: change return type to vm_fault_tSouptick Joarder3-27/+17
2018-08-23docs/core-api: mm-api: add section about GFP flagsMike Rapoport1-0/+21
2018-08-23docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport1-137/+154
2018-08-23docs/core-api: split memory management API to a separate fileMike Rapoport3-54/+58