summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-4.2-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-281-1/+1
|\
| * selftests/futex: Fix futex_cmp_requeue_pi() error handlingDarren Hart2015-07-201-1/+1
* | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-2815-103/+189
|\ \
| * | nfs: Fix an oops caused by using other thread's stack space in ASYNC modeKinglong Mee2015-07-282-1/+30
| * | nfs: plug memory leak when ->prepare_layoutcommit failsJeff Layton2015-07-281-3/+2
| * | SUNRPC: Report TCP errors to the callerTrond Myklebust2015-07-271-7/+6
| * | sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown2015-07-271-0/+9
| * | NFSv4.2: handle NFS-specific llseek errorsJ. Bruce Fields2015-07-271-1/+18
| * | NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()Trond Myklebust2015-07-271-2/+0
| * | NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust2015-07-271-1/+4
| * | NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHETrond Myklebust2015-07-221-2/+5
| * | NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-224-7/+4
| * | NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialisedTrond Myklebust2015-07-221-1/+2
| * | NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust2015-07-221-4/+4
| * | NFSv4/pnfs: Ensure we don't miss a file extensionTrond Myklebust2015-07-221-6/+9
| * | NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_lockedTrond Myklebust2015-07-221-0/+3
| * | SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust2015-07-221-1/+1
| * | SUNRPC: Fix a backchannel deadlockTrond Myklebust2015-07-221-2/+2
| * | pNFS: Don't throw out valid layout segmentsTrond Myklebust2015-07-111-0/+6
| * | pNFS: pnfs_roc_drain() fix a race with openTrond Myklebust2015-07-111-6/+9
| * | pNFS: Fix races between return-on-close and layoutreturn.Trond Myklebust2015-07-112-30/+35
| * | pNFS: pnfs_roc_drain should return 'true' when sleepingTrond Myklebust2015-07-111-13/+11
| * | pNFS: Layoutreturn must invalidate all existing layout segments.Trond Myklebust2015-07-111-0/+3
| * | NFSv4.2/flexfiles: Fix a typo in the flexfiles layoutstats codeTrond Myklebust2015-07-081-1/+1
| * | NFSv4: Leases are renewed in sequence_done when we have sessionsTrond Myklebust2015-07-051-7/+5
| * | NFSv4.1: nfs41_sequence_done should handle sequence flag errorsTrond Myklebust2015-07-051-2/+1
| * | NFSv4.1: Handle SEQ4_STATUS_BACKCHANNEL_FAULT correctlyTrond Myklebust2015-07-051-3/+3
| * | NFSv4.1: Handle SEQ4_STATUS_RECALLABLE_STATE_REVOKED status bit correctlyTrond Myklebust2015-07-051-2/+4
| * | NFSv4.1: Handle SEQ4_STATUS_EXPIRED_SOME_STATE_REVOKED status bit correctly.Trond Myklebust2015-07-051-4/+13
| * | SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust2015-07-031-1/+2
| * | SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust2015-07-031-2/+3
* | | Merge tag 'for-f2fs-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-285-14/+28
|\ \ \
| * | | f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim2015-07-255-6/+13
| * | | f2fs: handle error cases in move_encrypted_blockJaegeuk Kim2015-07-251-8/+15
* | | | Linux 4.2-rc4v4.2-rc4Linus Torvalds2015-07-261-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
|\ \ \ \
| * | | | perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-2611-59/+81
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner2015-07-261-3/+3
| * | | | x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko2015-07-241-5/+9
| * | | | x86/mm: Fix newly introduced printk format warningsThomas Gleixner2015-07-241-2/+2
| * | | | mm: Fix bugs in region_is_ram()Toshi Kani2015-07-221-3/+3
| * | | | x86/mm: Remove region_is_ram() call from ioremapToshi Kani2015-07-221-18/+6
| * | | | x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani2015-07-221-3/+4
| * | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-212-4/+33
| |\ \ \ \
| | * | | | efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-152-4/+33
| * | | | | x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ...Luis R. Rodriguez2015-07-211-6/+9
| * | | | | x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn()Luis R. Rodriguez2015-07-211-2/+4
| * | | | | x86/mm/pat: Adjust default caching mode translation tablesJan Beulich2015-07-211-3/+3
| * | | | | x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
OpenPOWER on IntegriCloud