aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-10blk-wbt: remove stat opsfor-4.10/wbt-updatesJens Axboe3-43/+8
2016-11-10blk-wbt: store queue instead of bdiJens Axboe2-11/+13
2016-11-10block: hook up writeback throttlingJens Axboe8-4/+181
2016-11-10blk-wbt: add general throttling mechanismJens Axboe4-0/+1054
2016-11-10block: add scalable completion tracking of requestsJens Axboe10-3/+427
2016-11-10block: cfq_cpd_alloc() should use @gfpTejun Heo1-1/+1
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig5-11/+21
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig11-86/+76
2016-11-09skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-09skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-08block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe1-0/+7
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe3-0/+4
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig1-41/+6
2016-11-06blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi1-3/+1
2016-11-05block: add code to track actual device queue depthJens Axboe3-0/+26
2016-11-03blk-mq: immediately dispatch big size requestShaohua Li1-1/+6
2016-11-03block: immediately dispatch big size requestShaohua Li2-1/+4
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn1-2/+2
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche1-1/+1
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche1-12/+1
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-15/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche7-15/+15
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche4-7/+69
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche4-10/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche4-12/+3
2016-11-02blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche1-8/+10
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2-0/+21
2016-11-02blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche2-6/+11
2016-11-02blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche1-3/+3
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet2-0/+50
2016-11-02writeback: mark background writeback as suchJens Axboe1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe8-16/+17
2016-11-02block: add REQ_BACKGROUNDJens Axboe1-0/+2
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig1-3/+0
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig7-1/+9
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig1-1/+1
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2-2/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig18-1/+19
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig2-1/+2
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig4-14/+11
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig53-182/+133
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig6-28/+33
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2-4/+10
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig1-1/+1
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2-2/+2
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2-4/+3
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig1-12/+4
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig2-13/+30
2016-10-28block: better op and flags encodingChristoph Hellwig23-221/+148
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig38-218/+242
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2-11/+7
2016-10-28block: move REQ_RAHEAD to common flagsChristoph Hellwig1-2/+2
2016-10-28block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig1-1/+1
2016-10-28block: remove bio_is_rwChristoph Hellwig2-12/+1
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe1-13/+5
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe1-3/+3
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer1-35/+0
2016-10-25brd: Switch rd_size to unsigned longJan Kara1-2/+2
2016-10-24sd: fix uninitialized variable access in error handlingArnd Bergmann1-1/+3
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann1-4/+2
2016-10-18sd: Implement support for ZBC devicesHannes Reinecke5-35/+843
2016-10-18blk-zoned: implement ioctlsShaun Tancheff5-0/+162
2016-10-18block: Implement support for zoned block devicesHannes Reinecke6-0/+401
2016-10-18block: Define zoned block device operationsShaun Tancheff2-0/+6
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke1-0/+4
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2-0/+24
2016-10-18block: Add 'zoned' queue limitDamien Le Moal4-0/+82
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-10-17x86, pkeys: remove cruft from never-merged syscallsDave Hansen2-4/+0
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen2-7/+0
2016-10-15Linux 4.9-rc1v4.9-rc1Linus Torvalds1-2/+2
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds8-283/+244
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-22/+725
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds226-3657/+5242
2016-10-15Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-6/+7
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-98/+133
2016-10-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-296/+824
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-157/+272
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro9-78/+47
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-93/+82
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal1-5/+6
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2-0/+51
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds105-186/+202
2016-10-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-12/+80
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds262-1403/+1094
2016-10-14Merge tag 'docs-4.9-2' of git://git.lwn.net/linuxLinus Torvalds10-620/+939
2016-10-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds15-11/+6666
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds22-369/+505
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds18-59/+411
2016-10-14Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds37-782/+498
2016-10-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+32
2016-10-14Merge tag 'acpi-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-56/+123
2016-10-14Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-71/+115
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French1-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French4-1/+11
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds10-130/+266
2016-10-14qedr: Add events support and register IB deviceRam Amrani3-2/+158
2016-10-14qedr: Add GSI supportRam Amrani7-1/+706
2016-10-14qedr: Add LL2 RoCE interfaceRam Amrani2-2/+34
2016-10-14qedr: Add support for data pathRam Amrani5-1/+1614
2016-10-14qedr: Add support for memory registeration verbsRam Amrani4-1/+425
2016-10-14qedr: Add support for QP verbsRam Amrani7-1/+1320
2016-10-14qedr: Add support for PD,PKEY and CQ verbsRam Amrani6-1/+777
2016-10-14qedr: Add support for user context verbsRam Amrani6-1/+622
2016-10-14qedr: Add support for RoCE HW initRam Amrani4-2/+691
2016-10-14qedr: Add RoCE driver frameworkRam Amrani8-11/+331
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds4-117/+148
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds16-238/+361
2016-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-433/+345
2016-10-14pkeys: Remove easily triggered WARNDave Jones1-1/+0
2016-10-14Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds104-266/+8631
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle5-6/+28
2016-10-14Merge branches 'acpi-fan', 'acpi-ec', 'acpi-drivers' and 'acpi-osl'Rafael J. Wysocki4-4/+28
2016-10-14Merge branches 'device-properties' and 'acpi-misc'Rafael J. Wysocki3-52/+95
2016-10-14Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki7-71/+115
2016-10-14ovl: use vfs_get_link()Miklos Szeredi2-49/+7
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi2-0/+26
2016-10-14ovl: use generic_readlinkMiklos Szeredi1-20/+1
2016-10-14ovl: explain error values when removing acl from workdirMiklos Szeredi1-0/+13
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-114/+294
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds58-964/+2195
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds25-96/+683
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds76-310/+10580
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky1-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2-5/+18
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu1-199/+162
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu1-46/+230
2016-10-13Expose cifs module parameters in sysfsGermano Percossi1-3/+3
2016-10-13Cleanup missing frees on some ioctlsSteve French1-5/+4
2016-10-13Enable previous version supportSteve French4-2/+72
2016-10-13Do not send SMB3 SET_INFO request if nothing is changingSteve French1-0/+6
2016-10-13Merge branch 'next' into for-linusDmitry Torokhov18-59/+411
2016-10-13Merge tag 'pci-v4.9-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds29-1187/+1108
2016-10-13Merge tag 'platform-drivers-x86-v4.9-1' of git://git.infradead.org/users/dvha...Linus Torvalds9-230/+300
2016-10-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds31-79/+1131
2016-10-13cpufreq: CPPC: Correct desired_perf calculationHoan Tran1-1/+7
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov1-0/+1
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser1-6/+5
2016-10-13liquidio: CN23XX: fix a loop timeoutDan Carpenter1-1/+1
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter1-0/+2
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2-1/+26
2016-10-13net: phy: Trigger state machine on state change and not polling.Andrew Lunn1-2/+20
2016-10-13Documentation: MIPS supports HAVE_REGS_AND_STACK_ACCESS_APIRalf Baechle1-1/+1
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-10-13netvsc: Remove mistaken udp.h inclusion.David S. Miller1-1/+0
2016-10-13xen-netback: fix type mismatch warningArnd Bergmann1-3/+3
2016-10-13stmmac: fix error check when init ptpGiuseppe CAVALLARO2-6/+8
2016-10-13stmmac: fix ptp init for gmac4Giuseppe CAVALLARO1-5/+12
2016-10-13qed: fix old-style function definitionArnd Bergmann1-1/+1
2016-10-13netvsc: fix checksum on UDP IPV6stephen hemminger1-50/+22
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-10-13xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel1-0/+2
2016-10-13drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich1-0/+1
2016-10-13net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2-4/+13
2016-10-13qmi_wwan: add support for Quectel EC21 and EC25Bjørn Mork1-2/+28
2016-10-13Merge branch 'ovs-8021AD-fixes'David S. Miller3-3/+4
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc1-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc1-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc1-1/+1
2016-10-13qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun1-2/+2
2016-10-13tlan: avoid unused label with PCI=nArnd Bergmann1-1/+1
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant3-2/+107
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11
2016-10-13cpufreq: conservative: Fix next frequency selectionRafael J. Wysocki1-3/+16
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason8-157/+272
2016-10-12acpi_os_vprintf: Use printk_get_level() to avoid unnecessary KERN_CONTJoe Perches1-3/+10
2016-10-12ACPI / PAD: don't register acpi_pad driver if running as Xen dom0Juergen Gross1-0/+5
2016-10-12cpufreq: skip invalid entries when searching the frequencyAaro Koskinen1-52/+52
2016-10-12cpufreq: intel_pstate: Fix struct pstate_adjust_policy kerneldocRafael J. Wysocki1-1/+1
2016-10-12cpufreq: intel_pstate: Proportional algorithm for AtomRafael J. Wysocki1-1/+21
2016-10-12Merge tag 'pwm/for-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-145/+1183
2016-10-12ALSA: line6: fix a crash in line6_hwdep_write()Dan Carpenter1-2/+2
2016-10-12ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto1-1/+1
2016-10-12ALSA: hda - Fix a failure of micmute led when having multi adcsHui Wang2-2/+2
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds57-222/+4021
2016-10-12Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds59-3916/+1042
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds3-7/+1
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French5-16/+37
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French3-0/+25
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French7-63/+75
2016-10-12Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2016-10-12fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel1-0/+1
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French4-4/+4
2016-10-12Set previous session id correctly on SMB3 reconnectSteve French2-1/+6
2016-10-12cifs: Limit the overall credit acquiredRoss Lagerwall2-1/+27
2016-10-12Display number of credits availableSteve French1-0/+1
2016-10-12Add way to query creation time of file via cifs xattrSteve French1-1/+27
2016-10-12Add way to query file attributes via cifs xattrSteve French1-1/+33
2016-10-12Merge branches 'pci/host-armada', 'pci/host-artpec', 'pci/host-dra7xx', 'pci/...Bjorn Helgaas13-654/+563
2016-10-12Merge branch 'pci/host-designware' into nextBjorn Helgaas4-77/+67