| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/block/zram/zram_drv.c: make zram_page_end_io() static | Colin Ian King | 2017-11-16 | 1 | -1/+1 |
* | zram: remove zlib from the list of recommended algorithms | Sergey Senozhatsky | 2017-11-16 | 1 | -3/+0 |
* | zram: add zstd to the supported algorithms list | Sergey Senozhatsky | 2017-11-16 | 1 | -0/+3 |
* | bdi: introduce BDI_CAP_SYNCHRONOUS_IO | Minchan Kim | 2017-11-16 | 2 | -1/+3 |
* | zram: set BDI_CAP_STABLE_WRITES once | Minchan Kim | 2017-11-16 | 1 | -10/+6 |
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-11-15 | 1 | -0/+4 |
|\ |
|
| * | floppy: consolidate the dummy fd_cacheflush definition | Christoph Hellwig | 2017-10-19 | 1 | -0/+4 |
* | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-15 | 10 | -28/+41 |
|\ \ |
|
| * | | brd: remove unused brd_mutex | Mikulas Patocka | 2017-11-11 | 1 | -1/+0 |
| * | | nbd: don't start req until after the dead connection logic | Josef Bacik | 2017-11-06 | 1 | -13/+7 |
| * | | nbd: wait uninterruptible for the dead timeout | Josef Bacik | 2017-11-06 | 1 | -3/+3 |
| * | | cdrom: hide CONFIG_CDROM menu selection | Jens Axboe | 2017-11-03 | 1 | -8/+1 |
| * | | skd: use ktime_get_real_seconds() | Arnd Bergmann | 2017-11-02 | 1 | -1/+2 |
| * | | block: Rework drivers/cdrom/Makefile | Bart Van Assche | 2017-11-01 | 2 | -0/+13 |
| * | | nullb: fix error return code in null_init() | Wei Yongjun | 2017-10-17 | 1 | -1/+3 |
| * | | mtip32xx: Clean up unused variables | Christos Gkekas | 2017-10-13 | 1 | -7/+0 |
| * | | null_blk: add "no_sched" module parameter | weiping zhang | 2017-09-30 | 1 | -0/+6 |
| * | | block: fix a build error | Shaohua Li | 2017-09-26 | 1 | -1/+1 |
| * | | block: cryptoloop - Fix build warning | Corentin Labbe | 2017-09-26 | 1 | -2/+0 |
| * | | block/loop: make loop cgroup aware | Shaohua Li | 2017-09-26 | 2 | -0/+14 |
* | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 2017-11-14 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | nullb: make config_item_type const | Bhumika Goyal | 2017-10-19 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-14 | 9 | -63/+30 |
|\ \ \ |
|
| * | | | block/aoe: discover_timer: Convert timers to use timer_setup() | Kees Cook | 2017-11-06 | 1 | -36/+8 |
| * | | | drbd: Convert timers to use timer_setup() | Kees Cook | 2017-11-06 | 6 | -21/+17 |
| * | | | timer: Remove meaningless .data/.function assignments | Kees Cook | 2017-10-17 | 1 | -2/+1 |
| * | | | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 2017-10-05 | 1 | -4/+4 |
| | |/
| |/| |
|
* | | | rbd: use GFP_NOIO for parent stat and data requests | Ilya Dryomov | 2017-11-09 | 1 | -2/+2 |
* | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 19 | -0/+19 |
|\ \ \ |
|
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 19 | -0/+19 |
* | | | | virtio_blk: Fix an SG_IO regression | Bart Van Assche | 2017-10-27 | 1 | -0/+12 |
* | | | | nbd: handle interrupted sendmsg with a sndtimeo set | Josef Bacik | 2017-10-25 | 1 | -2/+11 |
|/ / / |
|
* | | | nbd: don't set the device size until we're connected | Josef Bacik | 2017-10-09 | 1 | -1/+1 |
* | | | skd: Use kmem_cache_free | Himanshu Jha | 2017-10-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-10-06 | 2 | -2/+6 |
|\ \ |
|
| * | | null_blk: change configfs dependency to select | Jens Axboe | 2017-10-03 | 1 | -1/+1 |
| * | | nbd: fix -ERESTARTSYS handling | Josef Bacik | 2017-10-02 | 1 | -1/+5 |
| |/ |
|
* / | zram: fix null dereference of handle | Minchan Kim | 2017-10-04 | 1 | -24/+12 |
|/ |
|
* | loop: remove union of use_aio and ref in struct loop_cmd | Omar Sandoval | 2017-09-25 | 1 | -4/+2 |
* | nbd: ignore non-nbd ioctl's | Josef Bacik | 2017-09-25 | 1 | -0/+6 |
* | brd: fix overflow in __brd_direct_access | Mikulas Patocka | 2017-09-25 | 1 | -1/+1 |
* | Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-09-13 | 1 | -1/+1 |
|\ |
|
| * | rbd: silence bogus uninitialized use warning in rbd_acquire_lock() | Kefeng Wang | 2017-09-06 | 1 | -1/+1 |
* | | Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-09-09 | 2 | -92/+109 |
|\ \ |
|
| * | | loop: set physical block size to logical block size | Omar Sandoval | 2017-09-06 | 1 | -2/+4 |
| * | | block/loop: remove unused field | Shaohua Li | 2017-09-01 | 1 | -1/+0 |
| * | | block/loop: fix use after free | Shaohua Li | 2017-09-01 | 2 | -4/+17 |
| * | | block/loop: allow request merge for directio mode | Shaohua Li | 2017-09-01 | 2 | -15/+52 |
| * | | block/loop: set hw_sectors | Shaohua Li | 2017-09-01 | 1 | -0/+1 |
| * | | loop: fold loop_switch() into callers | Omar Sandoval | 2017-08-31 | 1 | -65/+11 |