summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDTrond Myklebust2016-07-191-19/+15
* | pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGETTrond Myklebust2016-07-191-2/+11
* | pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTTrond Myklebust2016-07-192-9/+15
* | pNFS: Fix post-layoutget error handling in pnfs_update_layout()Trond Myklebust2016-07-191-10/+11
* | NFSv4: Allow retry of operations that used a returned delegation stateidTrond Myklebust2016-06-302-33/+47
* | NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setupTrond Myklebust2016-06-301-1/+2
* | NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust2016-06-305-34/+37
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-06-308-39/+41
|\ \
| * \ Merge tag 'kvm-arm-for-v4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-06-302-2/+3
| |\ \
| | * | KVM: arm/arm64: Stop leaking vcpu pid referencesJames Morse2016-06-271-0/+1
| | * | arm64: KVM: fix build with CONFIG_ARM_PMU disabledSudeep Holla2016-06-271-2/+2
| * | | KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas2016-06-271-12/+11
| * | | KVM: LAPIC: cap __delay at lapic_timer_advance_nsMarcelo Tosatti2016-06-271-1/+2
| * | | KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti2016-06-272-6/+7
| * | | pvclock: Get rid of __pvclock_read_cycles in function pvclock_read_flagsMinfei Huang2016-06-271-2/+5
| * | | pvclock: Cleanup to remove function pvclock_get_nsec_offsetMinfei Huang2016-06-271-16/+7
| * | | pvclock: Add CPU barriers to get correct version valueMinfei Huang2016-06-272-0/+6
* | | | Merge tag 'arc-4.7-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-06-302-3/+1
|\ \ \ \
| * | | | arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin2016-06-281-1/+1
| * | | | ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta2016-06-281-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'pwm/for-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-06-301-6/+10
|\ \ \ \
| * | | | pwm: Fix pwm_apply_args()Boris Brezillon2016-06-231-6/+10
* | | | | Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2016-06-307-51/+181
|\ \ \ \ \
| * | | | | mfd: da9053: Fix compiler warning message for uninitialised variableSteve Twiss2016-06-301-1/+1
| * | | | | mfd: max77620: Fix FPS switch statementsRhyland Klein2016-06-301-0/+2
| * | | | | phy: phy-stih407-usb: Inform the reset framework that our reset line may be s...Lee Jones2016-06-301-1/+1
| * | | | | usb: dwc3: st: Inform the reset framework that our reset line may be sharedLee Jones2016-06-301-1/+2
| * | | | | usb: host: ehci-st: Inform the reset framework that our reset line may be sharedLee Jones2016-06-301-2/+4
| * | | | | usb: host: ohci-st: Inform the reset framework that our reset line may be sharedLee Jones2016-06-301-2/+4
| * | | | | reset: TRIVIAL: Add line break at same place for similar APIsLee Jones2016-06-291-2/+2
| * | | | | reset: Supply *_shared variant calls when using *_optional APIsLee Jones2016-06-291-0/+12
| * | | | | reset: Supply *_shared variant calls when using of_* APILee Jones2016-06-291-0/+53
| * | | | | reset: Ensure drivers are explicit when requesting reset linesLee Jones2016-06-291-24/+82
| * | | | | reset: Reorder inline reset_control_get*() wrappersLee Jones2016-06-291-21/+21
* | | | | | Merge tag 'nfs-for-4.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-06-298-23/+45
|\ \ \ \ \ \
| * | | | | | NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-06-281-3/+2
| * | | | | | make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-06-271-1/+1
| * | | | | | NFS: Fix an unused variable warningTrond Myklebust2016-06-241-2/+0
| * | | | | | NFS: Fix potential race in nfs_fhget()Trond Myklebust2016-06-241-0/+1
| * | | | | | NFS: Don't let readdirplus revalidate an inode that was marked as staleTrond Myklebust2016-06-241-1/+6
| * | | | | | NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removedTrond Myklebust2016-06-241-1/+3
| * | | | | | NFS: Fix a double page unlockTrond Myklebust2016-06-241-2/+2
| * | | | | | pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson2016-06-241-2/+10
| * | | | | | nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin2016-06-241-1/+1
| * | | | | | NFS: Fix up O_DIRECT resultsTrond Myklebust2016-06-241-3/+7
| * | | | | | NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exceptionTrond Myklebust2016-06-241-4/+4
| * | | | | | NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layoutTrond Myklebust2016-06-241-0/+2
| * | | | | | NFSv4.1/pnfs: Layout stateids start out as being invalidTrond Myklebust2016-06-241-2/+2
| * | | | | | NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()Trond Myklebust2016-06-241-1/+4
* | | | | | | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-06-294-28/+25
|\ \ \ \ \ \ \