summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-17nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew1-5/+6
2014-01-13nfs: page cache invalidation for dioChristoph Hellwig1-2/+27
2014-01-13nfs: take i_mutex during direct I/O readsChristoph Hellwig1-2/+12
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig1-50/+41
2014-01-13nfs: merge nfs_direct_read into nfs_file_direct_readChristoph Hellwig1-58/+49
2014-01-13nfs: increment i_dio_count for reads, tooChristoph Hellwig1-3/+6
2014-01-13nfs: defer inode_dio_done call until size update is doneChristoph Hellwig1-17/+15
2014-01-13nfs: fix size updates for aio writesChristoph Hellwig1-5/+16
2014-01-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-01-13NFSv4.1: Fix a race in nfs4_write_inodeTrond Myklebust2-43/+38
2014-01-13NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingTrond Myklebust3-5/+35
2014-01-05point to the right include file in a comment (left over from a9004abc3)Toralf Förster1-2/+2
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos8-44/+45
2014-01-05nfs: fix dead code of ipv6_addr_scopeAlexander Aring1-1/+1
2014-01-05sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2013-12-31SUNRPC: Add tracepoint for socket errorsTrond Myklebust2-0/+2
2013-12-31SUNRPC: Report connection error values to rpc_tasks on the pending queueTrond Myklebust1-5/+36
2013-12-31SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHTrond Myklebust1-1/+6
2013-12-31SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust1-0/+5
2013-12-10rpc_pipe: fix cleanup of dummy gssd directory when notification failsJeff Layton1-1/+13
2013-12-06sunrpc: add an "info" file for the dummy gssd pipeJeff Layton1-1/+49
2013-12-06rpc_pipe: remove the clntXX dir if creating the pipe failsJeff Layton1-0/+2
2013-12-06nfs: check if gssd is running before attempting to use krb5i auth in SETCLIEN...Jeff Layton1-1/+6
2013-12-06sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton4-16/+19
2013-12-06sunrpc: create a new dummy pipe for gssd to hold openJeff Layton4-5/+100
2013-12-06NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31
2013-12-06Linux 3.13-rc3v3.13-rc3Linus Torvalds1-1/+1
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+3
2013-12-06Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-2/+6
2013-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds31-57/+129
2013-12-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-6/+19
2013-12-06Merge tag 'dt-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-37/+59
2013-12-06aio: clean up aio ring in the fail pathGu Zheng1-2/+6
2013-12-07Merge branch 'free-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/z...James Morris3-6/+19
2013-12-05Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds9-11/+87
2013-12-06Merge branches 'pm-epoll', 'pnp' and 'powercap'Rafael J. Wysocki4-5/+30
2013-12-06Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki5-6/+57
2013-12-05Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-1/+2
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-127/+44
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-40/+54
2013-12-05ftrace: default to tilegx if ARCH=tile is specifiedTony Lu1-1/+2
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2-10/+3
2013-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds1-1/+2
2013-12-05Merge tag 'fbdev-fixes-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-20/+19
2013-12-05Merge tag 'sound-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-87/+146
2013-12-05Merge tag 'pinctrl-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+9
2013-12-05blk-mq: fix use-after-free of requestMing Lei1-2/+2
2013-12-04Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds12-37/+201
2013-12-04x86/apic, doc: Justification for disabling IO APIC before Local APICFenghua Yu1-0/+11
2013-12-05PowerCap: Fix mode for energy counterSrinivas Pandruvada1-1/+6