Age | Commit message (Expand) | Author | Files | Lines |
2017-12-20 | null_blk: unalign call_single_data | Jens Axboe | 1 | -2/+2 |
2017-12-01 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+4 |
2017-11-22 | null_blk: fix dev->badblocks leak | David Disseldorp | 1 | -1/+4 |
2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2 | -2/+2 |
2017-11-21 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 1 | -4/+3 |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 7 | -22/+20 |
2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook | 2 | -5/+3 |
2017-11-21 | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 1 | -8/+8 |
2017-11-21 | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -52/+13 |
2017-11-17 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -59/+54 |
2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -77/+0 |
2017-11-15 | drivers/block/zram/zram_drv.c: make zram_page_end_io() static | Colin Ian King | 1 | -1/+1 |
2017-11-15 | zram: remove zlib from the list of recommended algorithms | Sergey Senozhatsky | 1 | -3/+0 |
2017-11-15 | zram: add zstd to the supported algorithms list | Sergey Senozhatsky | 1 | -0/+3 |
2017-11-15 | bdi: introduce BDI_CAP_SYNCHRONOUS_IO | Minchan Kim | 2 | -1/+3 |
2017-11-15 | zram: set BDI_CAP_STABLE_WRITES once | Minchan Kim | 1 | -10/+6 |
2017-11-14 | block: swim3: Convert timers to use timer_setup() | Kees Cook | 1 | -16/+15 |
2017-11-14 | block/aoe: Convert timers to use timer_setup() | Kees Cook | 2 | -9/+6 |
2017-11-14 | amifloppy: Convert timers to use timer_setup() | Kees Cook | 1 | -31/+26 |
2017-11-14 | block/floppy: Convert callback to pass timer_list | Kees Cook | 1 | -3/+7 |
2017-11-14 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+4 |
2017-11-14 | brd: remove dax support | Dan Williams | 2 | -77/+0 |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 10 | -28/+41 |
2017-11-14 | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -2/+2 |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -63/+30 |
2017-11-13 | rbd: default to single-major device number scheme | Ilya Dryomov | 1 | -4/+3 |
2017-11-13 | rbd: set discard_alignment to zero | David Disseldorp | 1 | -1/+0 |
2017-11-13 | rbd: get rid of rbd_mapping::read_only | Ilya Dryomov | 1 | -19/+4 |
2017-11-13 | rbd: fix and simplify rbd_ioctl_set_ro() | Ilya Dryomov | 1 | -28/+6 |
2017-11-10 | brd: remove unused brd_mutex | Mikulas Patocka | 1 | -1/+0 |
2017-11-09 | rbd: use GFP_NOIO for parent stat and data requests | Ilya Dryomov | 1 | -2/+2 |
2017-11-06 | nbd: don't start req until after the dead connection logic | Josef Bacik | 1 | -13/+7 |
2017-11-06 | nbd: wait uninterruptible for the dead timeout | Josef Bacik | 1 | -3/+3 |
2017-11-06 | block/aoe: discover_timer: Convert timers to use timer_setup() | Kees Cook | 1 | -36/+8 |
2017-11-06 | drbd: Convert timers to use timer_setup() | Kees Cook | 6 | -21/+17 |
2017-11-03 | cdrom: hide CONFIG_CDROM menu selection | Jens Axboe | 1 | -8/+1 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 19 | -0/+19 |
2017-11-02 | skd: use ktime_get_real_seconds() | Arnd Bergmann | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 19 | -0/+19 |
2017-11-01 | block: Rework drivers/cdrom/Makefile | Bart Van Assche | 2 | -0/+13 |
2017-10-27 | virtio_blk: Fix an SG_IO regression | Bart Van Assche | 1 | -0/+12 |
2017-10-24 | nbd: handle interrupted sendmsg with a sndtimeo set | Josef Bacik | 1 | -2/+11 |
2017-10-19 | floppy: consolidate the dummy fd_cacheflush definition | Christoph Hellwig | 1 | -0/+4 |
2017-10-19 | nullb: make config_item_type const | Bhumika Goyal | 1 | -2/+2 |
2017-10-17 | timer: Remove meaningless .data/.function assignments | Kees Cook | 1 | -2/+1 |
2017-10-17 | nullb: fix error return code in null_init() | Wei Yongjun | 1 | -1/+3 |
2017-10-12 | mtip32xx: Clean up unused variables | Christos Gkekas | 1 | -7/+0 |
2017-10-09 | nbd: don't set the device size until we're connected | Josef Bacik | 1 | -1/+1 |
2017-10-09 | skd: Use kmem_cache_free | Himanshu Jha | 1 | -1/+1 |
2017-10-06 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+6 |