aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rt-mutex-design.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-28NFSv4.1: Retry pNFS after a 2 minute timeoutTrond Myklebust2-1/+15
2012-09-28NFSv4.1: Add helpers for setting/reading the I/O fail bitTrond Myklebust2-18/+26
2012-09-28NFSv4.1: Replace dprintk() in pnfs_update_layout with something less buggyTrond Myklebust1-7/+11
2012-09-28NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Trond Myklebust4-4/+4
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()Trond Myklebust4-31/+31
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()Trond Myklebust4-22/+22
2012-09-28NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalidTrond Myklebust3-6/+6
2012-09-28NFS: Clean up the pNFS layoutget interfaceTrond Myklebust4-17/+27
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust4-40/+11
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Trond Myklebust2-0/+14
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust4-22/+36
2012-09-28NFSv4: Convert the nfs4_lock_state->ls_flags to a bit fieldTrond Myklebust3-11/+11
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust8-16/+42
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust3-8/+18
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust1-10/+13
2012-09-26NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueTrond Myklebust1-1/+2
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Trond Myklebust1-0/+2
2012-09-25NFS4: avoid underflow when converting error to pointer.NeilBrown1-1/+1
2012-09-25NFS: fix the return value check by using IS_ERRWei Yongjun2-2/+2
2012-09-25SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker1-0/+1
2012-09-19SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust1-5/+16
2012-09-19cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo1-29/+34
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo1-17/+8
2012-09-19md: make sure metadata is updated when spares are activated or removed.NeilBrown1-1/+5
2012-09-19md/raid5: fix calculate of 'degraded' when a replacement becomes active.NeilBrown1-0/+4
2012-09-19Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE."NeilBrown1-1/+1
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2-2/+4
2012-09-18cciss: fix handling of protocol errorStephen M. Cameron1-0/+1
2012-09-18blk: add an upper sanity check on partition addingAlan Cox1-1/+1
2012-09-18sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.Al Viro2-2/+2
2012-09-18sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error pathLaurent Pinchart1-1/+2
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan1-2/+10
2012-09-17memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-09-17mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-09-17drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-09-17compiler.h: add __visibleAndi Kleen2-0/+11
2012-09-17pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin1-1/+5
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever1-1/+1
2012-09-17slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim1-5/+10
2012-09-17slab: fix starting index for finding another objectJoonsoo Kim1-1/+1
2012-09-17slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman1-2/+2
2012-09-17nbd: clear waiting_queue on shutdownPaul Clements1-0/+9
2012-09-17MAINTAINERS: fix TXT maintainer list and source repo pathGang Wei1-2/+3
2012-09-17mm/ia64: fix a memory block size bugJianguo Wu1-1/+1
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-09-16Linux 3.6-rc6Linus Torvalds1-1/+1
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"Linus Torvalds3-46/+22
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2-7/+26
2012-09-16mfd: MAX77693: Fix interrupt handling bugChanwoo Choi1-5/+31