aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka1-4/+2
2019-05-07dm integrity: correctly calculate the size of metadata areaMikulas Patocka1-2/+2
2019-05-07dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing1-2/+2
2019-05-07dm dust: remove redundant unsigned comparison to less than zeroColin Ian King1-1/+1
2019-04-30dm mpath: always free attached_handler_name in parse_path()Martin Wilck1-1/+1
2019-04-30dm init: fix max devices/targets checksHelen Koike1-4/+4
2019-04-30dm: add dust targetBryan Gurney4-0/+797
2019-04-26dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka1-6/+5
2019-04-26dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye1-2/+0
2019-04-26dm delay: fix a crash when invalid device is specifiedMikulas Patocka1-1/+2
2019-04-26dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang1-4/+2
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu4-7/+24
2019-04-18dm thin metadata: do not write metadata if no changes occurredMike Snitzer1-3/+23
2019-04-18dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer1-44/+64
2019-04-18dm thin metadata: check __commit_transaction()'s returnMike Snitzer1-1/+6
2019-04-18dm space map common: zero entire ll_diskMike Snitzer1-0/+2
2019-04-18dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye1-2/+2
2019-04-18dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye1-6/+6
2019-04-18dm snapshot: Use fine-grained locking schemeNikos Tsironis1-40/+44
2019-04-18dm snapshot: Make exception tables scalableNikos Tsironis2-24/+116
2019-04-18dm snapshot: Replace mutex with rw semaphoreNikos Tsironis1-45/+43
2019-04-18dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis1-37/+65
2019-04-18list_bl: Add hlist_bl_add_before/behind helpersNikos Tsironis1-0/+26
2019-04-18list: Don't use WRITE_ONCE() in hlist_add_behind()Nikos Tsironis1-1/+1
2019-04-18dm cache metadata: Fix loading discard bitsetNikos Tsironis1-1/+8
2019-04-18dm zoned: Fix zone report handlingDamien Le Moal1-0/+5
2019-04-18dm zoned: Silence a static checker warningDan Carpenter1-1/+2
2019-04-18dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig1-4/+4
2019-04-14Linux 5.1-rc5Linus Torvalds1-1/+1
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox5-15/+29
2019-04-14mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2-12/+49
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-04-12clk: imx: Fix PLL_1416X not rounding ratesLeonard Crestez1-1/+1
2019-04-12clk: mediatek: fix clk-gate flag settingWeiyi Lu1-2/+1
2019-04-12arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-12iommu/amd: Set exclusion range correctlyJoerg Roedel1-1/+1
2019-04-12clang-format: Update with the latest for_each macro listMiguel Ojeda1-0/+24
2019-04-12perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2-11/+45
2019-04-11block: fix the return errno for direct IOJason Yan1-4/+4
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust2-45/+8
2019-04-11NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2-4/+3
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever1-1/+1
2019-04-11NFS: Fix handling of reply page vectorChuck Lever1-2/+2
2019-04-11NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa1-1/+2
2019-04-11dma-debug: only skip one stackframe entryScott Wood1-1/+1
2019-04-11platform/x86: pmc_atom: Drop __initconst on dmi tableStephen Boyd1-1/+1
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch4-25/+58
2019-04-11nvme-fc: correct csn initialization and increments on errorJames Smart1-5/+15
2019-04-11mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningFaiz Abbas1-0/+38