aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-ioc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-25lib/raid6: align AVX512 constants to 512 bits, not bytesDenys Vlasenko1-1/+1
2017-08-25raid5: remove raid5_build_blockGuoqing Jiang1-10/+1
2017-08-25md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_showSong Liu1-2/+10
2017-08-25md: replace seq_release_private with seq_releaseCihangir Akturk1-1/+1
2017-08-25md: notify about new spare disk in the containerAlexey Obitotskiy1-0/+2
2017-08-25md/raid1/10: reset bio allocated from mempoolShaohua Li2-4/+50
2017-08-24md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+4
2017-08-24md/bitmap: copy correct data for bitmap superShaohua Li1-2/+2
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds3-9/+4
2017-08-22arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas1-7/+3
2017-08-22arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel2-4/+9
2017-08-22arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-22arm64: fpsimd: Prevent registers leaking across execDave Martin1-0/+2
2017-08-22Revert "mfd: da9061: Fix to remove BBAT_CONT register from chip model"Lee Jones1-0/+6
2017-08-21sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()Thomas Petazzoni1-1/+1
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov3-32/+34
2017-08-21rtc: ds1307: fix regmap configHeiner Kallweit1-1/+0
2017-08-20ipv6: repair fib6 tree in failure caseWei Wang1-13/+11
2017-08-20net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-08-20tools lib bpf: improve warningEric Leblond1-1/+2
2017-08-20switchdev: documentation: minor typo fixesChris Packham1-2/+2
2017-08-20bpf, doc: also add s390x as arch to sysctl descriptionDaniel Borkmann1-0/+1
2017-08-20Linux 4.13-rc6Linus Torvalds1-1/+1
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan1-2/+2
2017-08-18net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-18rxrpc: Fix oops when discarding a preallocated service callDavid Howells1-0/+1
2017-08-18irda: do not leak initialized list.dev to userspaceColin Ian King1-1/+1
2017-08-18net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen1-2/+2
2017-08-18PCI: Allow PCI express root ports to find themselvesThierry Reding1-5/+4
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu1-2/+9
2017-08-18ipv6: reset fn->rr_ptr when replacing routeWei Wang1-0/+4
2017-08-18sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko1-0/+2
2017-08-18tipc: fix use-after-freeEric Dumazet1-2/+4
2017-08-18tun: handle register_netdevice() failures properlyEric Dumazet1-0/+3
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2-4/+4
2017-08-18mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott1-5/+8
2017-08-18mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-08-18mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta1-1/+1
2017-08-18signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles1-1/+5
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko3-34/+64
2017-08-18mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-18slub: fix per memcg cache leak on css offlineVladimir Davydov1-1/+2
2017-08-18mm: discard memblock data laterPavel Tatashin4-39/+25
2017-08-18test_kmod: fix description for -s -and -c parametersLuis R. Rodriguez1-2/+2
2017-08-18kmod: fix wait on recursive loopLuis R. Rodriguez1-2/+23
2017-08-18wait: add wait_event_killable_timeout()Luis R. Rodriguez1-0/+37
2017-08-18kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdogNicholas Piggin2-2/+2
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner3-17/+51