summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAge
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-21
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-21
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-21
|\
| * rbd: default to single-major device number schemeIlya Dryomov2017-11-13
| * rbd: set discard_alignment to zeroDavid Disseldorp2017-11-13
| * rbd: get rid of rbd_mapping::read_onlyIlya Dryomov2017-11-13
| * rbd: fix and simplify rbd_ioctl_set_ro()Ilya Dryomov2017-11-13
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-17
|\ \
| * | block: swim3: Convert timers to use timer_setup()Kees Cook2017-11-14
| * | block/aoe: Convert timers to use timer_setup()Kees Cook2017-11-14
| * | amifloppy: Convert timers to use timer_setup()Kees Cook2017-11-14
| * | block/floppy: Convert callback to pass timer_listKees Cook2017-11-14
* | | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\ \ \
| * | | brd: remove dax supportDan Williams2017-11-14
* | | | drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King2017-11-15
* | | | zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky2017-11-15
* | | | zram: add zstd to the supported algorithms listSergey Senozhatsky2017-11-15
* | | | bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2017-11-15
* | | | zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim2017-11-15
| |/ / |/| |
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-14
|\ \ \
| * | | floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig2017-10-19
| |/ /
* | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\ \ \
| * | | brd: remove unused brd_mutexMikulas Patocka2017-11-10
| * | | nbd: don't start req until after the dead connection logicJosef Bacik2017-11-06
| * | | nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-06
| * | | cdrom: hide CONFIG_CDROM menu selectionJens Axboe2017-11-03
| * | | skd: use ktime_get_real_seconds()Arnd Bergmann2017-11-02
| * | | block: Rework drivers/cdrom/MakefileBart Van Assche2017-11-01
| * | | nullb: fix error return code in null_init()Wei Yongjun2017-10-17
| * | | mtip32xx: Clean up unused variablesChristos Gkekas2017-10-12
| * | | null_blk: add "no_sched" module parameterweiping zhang2017-09-30
| * | | block: fix a build errorShaohua Li2017-09-26
| * | | block: cryptoloop - Fix build warningCorentin Labbe2017-09-26
| * | | block/loop: make loop cgroup awareShaohua Li2017-09-26
* | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-14
|\ \ \ \
| * | | | nullb: make config_item_type constBhumika Goyal2017-10-19
| | |/ / | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \ \ \ | |_|_|/ |/| | |
| * | | block/aoe: discover_timer: Convert timers to use timer_setup()Kees Cook2017-11-06
| * | | drbd: Convert timers to use timer_setup()Kees Cook2017-11-06
| * | | timer: Remove meaningless .data/.function assignmentsKees Cook2017-10-17
| * | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
| | |/ | |/|
* | | rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov2017-11-09
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02
|\ \ \
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | | | virtio_blk: Fix an SG_IO regressionBart Van Assche2017-10-27
* | | | nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik2017-10-24
|/ / /
* | | nbd: don't set the device size until we're connectedJosef Bacik2017-10-09