aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-26IB/hfi1: Add ioctl() interface for user commandsDennis Dalessandro3-1/+253
2016-05-26IB/hfi1: Remove unused user commandDennis Dalessandro2-4/+0
2016-05-26IB/hfi1: Remove snoop/diag interfaceDennis Dalessandro3-1934/+2
2016-05-26IB/hfi1: Remove EPROM functionality from data deviceDennis Dalessandro3-399/+0
2016-05-26IB/hfi1: Remove UI char deviceDennis Dalessandro1-167/+1
2016-05-26IB/hfi1: Remove multiple device cdevDennis Dalessandro2-100/+21
2016-05-26IB/hfi1: Remove anti-pattern in cdev initDennis Dalessandro1-7/+7
2016-05-26IB/hfi1: Fix bug that blocks process on exit after port bounceJianxin Xiong1-1/+4
2016-05-26IB/qib: Remove unused qib_7322_intr_msgs[]Jubin John1-15/+0
2016-05-26IB/hfi1: Remove unnecessary commentIra Weiny1-3/+0
2016-05-26IB/hfi1: Fix sdma_event_names[] build warningJubin John1-0/+2
2016-05-26IB/rdmavt: Use kzalloc_nodeJubin John1-1/+3
2016-05-26IB/rdmavt: Insure QP vmalloc variants zero memoryMike Marciniszyn1-4/+4
2016-05-26IB/hfi1: Fix an interval RB node reference count leakMitko Haralanov1-7/+6
2016-05-26blk-mq: clear q->mq_ops if init failMing Lin1-1/+3
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes4-25/+61
2016-05-26nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...Tom Haynes1-2/+3
2016-05-26Documentation/hwmon: Update links in max34440Glenn Dayton1-3/+3
2016-05-26hwmon: (emc2103) Fix typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro3-20/+14
2016-05-26add down_write_killable_nested()Al Viro2-0/+18
2016-05-26update D/f/directory-lockingAl Viro1-12/+20
2016-05-25Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts"Wenyou Yang3-30/+10
2016-05-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-27/+85
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+14
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds56-330/+618
2016-05-26Yama: fix double-spinlock and user access in atomic contextJann Horn1-6/+63
2016-05-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+9
2016-05-26ceph: fix wake_up_session_cb()Yan, Zheng1-1/+1
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng2-5/+7
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng1-1/+3
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng1-4/+18
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng1-1/+1
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng1-13/+15
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng1-20/+17
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng1-27/+39
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu6-9/+9
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng1-7/+15
2016-05-26ceph: improve fragtree change detectionYan, Zheng2-4/+21
2016-05-26ceph: keep leaf frag when updating fragtreeYan, Zheng1-5/+23
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng1-0/+3
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng1-0/+13
2016-05-26ceph: fix inode reference leakYan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng6-47/+136
2016-05-26ceph: don't forbid marking directory complete after forward seekYan, Zheng1-5/+0
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng5-29/+59
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng4-3/+20
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng4-52/+50
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng2-13/+4
2016-05-26ceph: remove unnecessary checks in __dcache_readdirYan, Zheng1-2/+0
2016-05-26ceph: search cache postion for dcache readdirYan, Zheng1-46/+83
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng1-6/+11
2016-05-26ceph: report mount root in session metadataYan, Zheng3-15/+23
2016-05-26ceph: don't show symlink target in debugfs/mdscYan, Zheng1-1/+1
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng3-9/+38
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng4-11/+93
2016-05-26ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2-12/+36
2016-05-26ceph: multiple filesystem supportYan, Zheng2-0/+10
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov4-5/+17
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov5-16/+9
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov1-5/+5
2016-05-26libceph: pool deletion detectionIlya Dryomov2-6/+248
2016-05-26libceph: async MON client generic requestsIlya Dryomov3-111/+228
2016-05-26libceph: support for checking on status of watchIlya Dryomov2-1/+55
2016-05-26libceph: support for sending notifiesIlya Dryomov4-11/+249
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov7-431/+1067
2016-05-26rbd: rbd_dev_header_unwatch_sync() variantIlya Dryomov1-4/+9
2016-05-26libceph: wait_request_timeout()Ilya Dryomov1-13/+21
2016-05-26libceph: request_init() and request_release_checks()Ilya Dryomov1-17/+27
2016-05-26libceph: a major OSD client updateIlya Dryomov5-630/+602
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2-11/+19
2016-05-26libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov1-4/+1
2016-05-26libceph: osd_init() and osd_cleanup()Ilya Dryomov1-9/+37
2016-05-26libceph: handle_one_map()Ilya Dryomov4-56/+141
2016-05-25Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2016-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2016-05-25Merge tag 'acpi-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov3-16/+30
2016-05-26libceph: schedule tick from ceph_osdc_init()Ilya Dryomov1-28/+9
2016-05-26libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov1-3/+3
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov4-157/+215
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov5-16/+12
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov7-255/+247
2016-05-26libceph: switch to calc_target(), part 1Ilya Dryomov3-107/+29
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov7-4/+340
2016-05-26libceph: pi->min_size, pi->last_force_request_resendIlya Dryomov3-8/+59
2016-05-26libceph: make pgid_cmp() globalIlya Dryomov2-11/+14
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov3-7/+8
2016-05-26libceph: ceph_osds, ceph_pg_to_up_acting_osds()Ilya Dryomov3-146/+215
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov4-23/+23
2016-05-26libceph: fix ceph_eversion encodingIlya Dryomov1-1/+1
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov4-172/+88
2016-05-26libceph: open-code remove_{all,old}_osds()Ilya Dryomov1-30/+21
2016-05-26libceph: nuke unused fields and functionsIlya Dryomov6-30/+4
2016-05-26rbd: use header_oid instead of header_nameIlya Dryomov1-33/+24
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov8-41/+150
2016-05-26libceph: change how osd_op_reply message size is calculatedIlya Dryomov1-10/+4
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov5-40/+82
2016-05-26libceph: grab snapc in ceph_osdc_alloc_request()Ilya Dryomov1-2/+4
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov2-9/+8
2016-05-26rbd: get/put img_request in rbd_img_request_submit()Ilya Dryomov1-4/+7
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-67/+39
2016-05-25do "fold checks into iterate_and_advance()" rightAl Viro1-1/+1
2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro1-0/+1
2016-05-25xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher1-1/+1
2016-05-25Merge branch 'dev/comp-workspaces' into for-chris-4.7-20160525David Sterba0-0/+0
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba36-196/+193
2016-05-25Merge branch 'misc-4.7' into for-chris-4.7-20160525David Sterba3-4/+9
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves33-105/+106
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei1-1/+2
2016-05-25Merge branch 'acpi-battery'Rafael J. Wysocki1-1/+1
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki5-67/+39
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch6-6/+187
2016-05-25IB/ipoib: Support SendOnlyFullMember MCG for SendOnly joinErez Shitrit3-13/+100
2016-05-25IB/core: Support new type of join-state for multicastErez Shitrit1-5/+18
2016-05-25IB/SA Agent: Add support for SA agent get ClassPortInfoErez Shitrit2-0/+185
2016-05-25IB/core: Introduce capabilitymask2 field in ClassPortInfo madErez Shitrit3-5/+63
2016-05-25Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/ep93xx', 'asoc/fi...Mark Brown6-4/+8
2016-05-25Merge tag 'asoc-v4.7' into asoc-linusMark Brown82-485/+3298
2016-05-25Btrfs: fix unexpected return value of fiemapLiu Bo1-1/+5
2016-05-25Btrfs: free sys_array eb as soon as possibleLiu Bo1-2/+2
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-210/+585
2016-05-25nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes2-1/+16
2016-05-25Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds19-54/+349
2016-05-25nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2-0/+32
2016-05-25Merge tag 'vfio-v4.7-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds4-20/+84
2016-05-25Merge tag 'drm-4.7-rc1-headers-fix' of git://people.freedesktop.org/~airlied/...Linus Torvalds1-0/+4
2016-05-25Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-138/+610
2016-05-25NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter1-2/+2
2016-05-25tools: kvm_stat: Add commentsJanosch Frank1-2/+159
2016-05-25tools: kvm_stat: Introduce pid monitoringJanosch Frank2-22/+167
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank2-10/+184
2016-05-25MAINTAINERS: Add kvm toolsJanosch Frank1-0/+1
2016-05-25tools: kvm_stat: Powerpc related fixesHemant Kumar1-0/+2
2016-05-25tools: Add kvm_stat man pagePaolo Bonzini2-2/+99
2016-05-25tools: Add kvm_stat vm monitor scriptJanosch Frank3-1/+835
2016-05-25kvm:vmx: more complete state update on APICv on/offRoman Kagan1-18/+30
2016-05-25drm/amd: add Kconfig dependency for ACP on DRM_AMDGPUJeff Mahoney1-0/+1
2016-05-25drm/amdgpu: Fix hdmi deep color support.Mario Kleiner1-5/+5
2016-05-25drm/amdgpu: fix bug in fence driver finiMonk Liu1-1/+1
2016-05-25parisc: Whitespace cleanups in unistd.hHelge Deller1-18/+16
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra2-7/+12
2016-05-25ALSA: hda - Fix headset mic detection problem for one Dell machineHui Wang1-0/+3
2016-05-25Merge tag 'imx-drm-fixes-2016-05-24' of git://git.pengutronix.de/git/pza/linu...Dave Airlie4-3/+14
2016-05-24Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds6-483/+8
2016-05-24Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds26-497/+2918
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-0/+20
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-72/+90
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds28-313/+364
2016-05-24ARM: lpc32xx: fix NR_IRQS confictArnd Bergmann1-1/+1
2016-05-24ARM: lpc32xx: remove legacy irq controller driverVladimir Zapolskiy2-478/+1
2016-05-24IB/core: Add IP to GID netlink offloadMark Bloch3-24/+198
2016-05-24IB/core: Register SA ibnl client during ib_core initializationMark Bloch3-22/+38
2016-05-24IB/netlink: Add a new local service operationMark Bloch1-0/+10
2016-05-24IB/SA: Integrate ib_sa module into ib_core moduleMark Bloch4-15/+17
2016-05-24IB/MAD: Integrate ib_mad module into ib_core moduleMark Bloch4-14/+18
2016-05-24IB/core: Integrate IB address resolution module into coreLeon Romanovsky4-13/+16
2016-05-24Merge tag 'spi-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds27-288/+2033
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds89-2908/+4338
2016-05-24Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-47/+40
2016-05-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-11/+67
2016-05-24Merge tag 'nios2-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan...Linus Torvalds1-2/+2
2016-05-24Merge tag 'microblaze-4.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-1/+9
2016-05-24spi: spi-ep93xx: Fix the PTR_ERR() argumentFabio Estevam1-1/+1
2016-05-24RDMA/cxgb3: device driver frees DMA memory with different sizeHonggang Li1-1/+1
2016-05-24MAINTAINERS: mark bcache as orphanJiri Kosina1-1/+1
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina1-2/+0
2016-05-24bcache: bch_allocator_thread() is not freezableJiri Kosina1-2/+0
2016-05-24bcache: bch_writeback_thread() is not freezableJiri Kosina1-3/+0
2016-05-24ALSA: hda/realtek - Add support for ALC295/ALC3254Kailang Yang1-0/+10
2016-05-24ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher1-1/+1
2016-05-24UBI: Fix static volume checks when Fastmap is usedRichard Weinberger3-2/+22
2016-05-24UBI: Set free_count to zero before walking through erase listHeiko Schocher1-1/+1
2016-05-24UBI: Silence an unintialized variable warningDan Carpenter1-1/+2
2016-05-24UBI: Clean up return in ubi_remove_volume()Dan Carpenter1-1/+1
2016-05-24UBI: Modify wrong comment in ubi_leb_map function.z001895121-1/+1
2016-05-24UBI: Don't read back all data in ubi_eba_copy_leb()Richard Weinberger1-26/+0
2016-05-24UBI: Add ro-mode sysfs attributeEzequiel Garcia2-0/+14
2016-05-24xen: use same main loop for counting and remapping pagesJuergen Gross1-39/+26
2016-05-24xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-05-24xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-05-24Xen: don't warn about 2-byte wchar_t in efiArnd Bergmann1-0/+1
2016-05-24xen/gntdev: reduce copy batch size to 16David Vrabel1-1/+1
2016-05-24xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2016-05-24KVM: SVM: Add more SVM_EXIT_REASONSJan Kiszka1-3/+41
2016-05-24KVM: Unify traced vector formatJan Kiszka1-3/+3
2016-05-24svm: bitwise vs logical op typoDan Carpenter1-2/+2
2016-05-24Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini34-156/+4404
2016-05-24Merge tag 'perf-core-for-mingo-20160523' of git://git.kernel.org/pub/scm/linu...Ingo Molnar12-164/+319
2016-05-24headers_check: don't warn about c++ guardsArnd Bergmann1-0/+4
2016-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds129-786/+1355
2016-05-23Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+80
2016-05-23Merge tag 'trace-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-10/+5
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds7-50/+50
2016-05-23Merge branch 'for-4.7-dw' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds3-274/+306
2016-05-23Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds17-181/+1179
2016-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-1/+13
2016-05-23kgdb: depends on VTJiri Slaby1-1/+1
2016-05-23drm/amdgpu: make amdgpu_mn_get wait for mmap_sem killableMichal Hocko1-1/+4