summaryrefslogtreecommitdiffstats
path: root/block/bounce.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-13radix tree test suite: Remove export.hMatthew Wilcox1-2/+0
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox5-23/+12
2017-02-13radix tree test suite: Remove mempoolMatthew Wilcox2-38/+0
2017-02-13radix tree test suite: Depend on tools/include/asm filesMatthew Wilcox1-0/+1
2017-01-28tools: Provide a definition of WARN_ONMatthew Wilcox2-1/+8
2017-01-28radix tree test suite: Remove duplicate bitops codeMatthew Wilcox14-501/+8
2017-01-28radix tree: constify some pointersMatthew Wilcox2-37/+42
2017-01-28radix tree: Add some implicit includesMatthew Wilcox1-2/+4
2017-01-27RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein1-1/+2
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster1-1/+2
2017-01-27ISDN: eicon: silence misleading array-bounds warningArnd Bergmann1-1/+2
2017-01-27net: phy: micrel: add support for KSZ8795Sean Nyekjaer2-0/+16
2017-01-27gtp: fix cross netns recv on gtp socketAndreas Schultz1-6/+4
2017-01-27gtp: clear DF bit on GTP packet txAndreas Schultz1-1/+1
2017-01-27gtp: add genl family modules aliasAndreas Schultz1-0/+1
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira6-10/+10
2017-01-27drm/nouveau: Handle fbcon suspend/resume in seperate workerLyude Paul2-9/+36
2017-01-27drm/nouveau: Don't enabling polling twice on runtime resumeLyude Paul2-2/+6
2017-01-27drm/ast: Fixed system hanged if disable P2AY.C. Chen3-79/+97
2017-01-27Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval1-2/+0
2017-01-27Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval1-0/+1
2017-01-27Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval1-4/+1
2017-01-27ravb: unmap descriptors when freeing ringsKazuya Mizuguchi1-48/+64
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong1-10/+18
2017-01-26sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-01-26Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche1-1/+16
2017-01-26nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig1-3/+3
2017-01-26nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit1-0/+17
2017-01-26nvmet: Call fatal_error from keep-alive timout expirationSagi Grimberg1-1/+1
2017-01-26nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg1-0/+3
2017-01-26nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg3-0/+12
2017-01-26nvmet_fc: correct logic in disconnect queue LS handlingJames Smart1-14/+22
2017-01-26xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-01-26virtio_net: reject XDP programs using header adjustmentJakub Kicinski1-0/+5
2017-01-26virtio_net: use dev_kfree_skb for small buffer XDP receiveJohn Fastabend1-2/+6
2017-01-26r8152: check rx after napi is enabledhayeswang1-1/+6
2017-01-26r8152: re-schedule napi for txhayeswang1-0/+3
2017-01-26r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang1-2/+6
2017-01-26r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang1-3/+9
2017-01-25Revert "drm/radeon: always apply pci shutdown callbacks"Alex Deucher1-4/+3
2017-01-25Revert "drm/probe-helpers: Drop locking from poll_enable"Dave Airlie3-22/+34
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-01-25net: phy: leds: Fix truncated LED trigger namesGeert Uytterhoeven1-2/+2
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven3-1/+2
2017-01-25net: phy: leds: Clear phy_num_led_triggers on failure to avoid crashGeert Uytterhoeven1-2/+6
2017-01-25net-next: ethernet: mediatek: change the compatible stringJohn Crispin1-1/+1
2017-01-25Documentation: devicetree: change the mediatek ethernet compatible stringJohn Crispin1-1/+1
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan1-3/+6
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan1-19/+18
2017-01-25bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan1-13/+25