aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20null_blk: unalign call_single_dataJens Axboe1-2/+2
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2017-11-22null_blk: fix dev->badblocks leakDavid Disseldorp1-1/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-2/+2
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook7-22/+20
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-5/+3
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-8/+8
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-52/+13
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-59/+54
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-77/+0
2017-11-15drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King1-1/+1
2017-11-15zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky1-3/+0
2017-11-15zram: add zstd to the supported algorithms listSergey Senozhatsky1-0/+3
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2-1/+3
2017-11-15zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim1-10/+6
2017-11-14block: swim3: Convert timers to use timer_setup()Kees Cook1-16/+15
2017-11-14block/aoe: Convert timers to use timer_setup()Kees Cook2-9/+6
2017-11-14amifloppy: Convert timers to use timer_setup()Kees Cook1-31/+26
2017-11-14block/floppy: Convert callback to pass timer_listKees Cook1-3/+7
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+4
2017-11-14brd: remove dax supportDan Williams2-77/+0
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds10-28/+41
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-63/+30
2017-11-13rbd: default to single-major device number schemeIlya Dryomov1-4/+3
2017-11-13rbd: set discard_alignment to zeroDavid Disseldorp1-1/+0
2017-11-13rbd: get rid of rbd_mapping::read_onlyIlya Dryomov1-19/+4
2017-11-13rbd: fix and simplify rbd_ioctl_set_ro()Ilya Dryomov1-28/+6
2017-11-10brd: remove unused brd_mutexMikulas Patocka1-1/+0
2017-11-09rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov1-2/+2
2017-11-06nbd: don't start req until after the dead connection logicJosef Bacik1-13/+7
2017-11-06nbd: wait uninterruptible for the dead timeoutJosef Bacik1-3/+3
2017-11-06block/aoe: discover_timer: Convert timers to use timer_setup()Kees Cook1-36/+8
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook6-21/+17
2017-11-03cdrom: hide CONFIG_CDROM menu selectionJens Axboe1-8/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds19-0/+19
2017-11-02skd: use ktime_get_real_seconds()Arnd Bergmann1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche2-0/+13
2017-10-27virtio_blk: Fix an SG_IO regressionBart Van Assche1-0/+12
2017-10-24nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik1-2/+11
2017-10-19floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig1-0/+4
2017-10-19nullb: make config_item_type constBhumika Goyal1-2/+2
2017-10-17timer: Remove meaningless .data/.function assignmentsKees Cook1-2/+1
2017-10-17nullb: fix error return code in null_init()Wei Yongjun1-1/+3
2017-10-12mtip32xx: Clean up unused variablesChristos Gkekas1-7/+0
2017-10-09nbd: don't set the device size until we're connectedJosef Bacik1-1/+1
2017-10-09skd: Use kmem_cache_freeHimanshu Jha1-1/+1
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+6