summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: continue run over clients list on PipeFS event instead of breakStanislav Kinsbursky2012-12-171-1/+1
* NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust2012-12-151-1/+0
* SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust2012-12-151-2/+0
* SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust2012-12-151-0/+4
* NFSv4.1: Deal effectively with interrupted RPC calls.Trond Myklebust2012-12-153-9/+25
* NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust2012-12-154-10/+9
* NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED.Trond Myklebust2012-12-151-5/+19
* NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0Trond Myklebust2012-12-141-3/+8
* NFS: Fix calls to drop_nlink()Trond Myklebust2012-12-141-5/+6
* NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust2012-12-144-0/+9
* nfs: Remove unused list nfs4_clientid_listYanchuan Nian2012-12-131-1/+0
* nfs: Remove duplicate function declaration in internal.hYanchuan Nian2012-12-131-6/+0
* NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2012-12-121-2/+1
* SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson2012-12-126-88/+4
* SUNRPC set gss gc_expiry to full lifetimeAndy Adamson2012-12-121-4/+13
* nfs: fix page dirtying in NFS DIO read codepathJeff Layton2012-12-121-7/+2
* nfs: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton2012-12-121-8/+0
* NFSv4.1: Be conservative about the client highest slotidTrond Myklebust2012-12-111-6/+16
* NFSv4.1: Handle NFS4ERR_BADSLOT errors correctlyTrond Myklebust2012-12-111-1/+12
* Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-12-1127-96/+122
|\
| * nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton2012-12-111-1/+1
| * NFSv4: Check for buffer length in __nfs4_get_acl_uncachedSven Wegener2012-12-111-1/+6
| * nfs: Fix wrong slab cache in nfs_commit_mempoolYanchuan Nian2012-11-251-1/+1
| * NFS: Reduce stack use in encode_exchange_id()Jim Rees2012-11-211-3/+5
| * NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1Trond Myklebust2012-11-211-1/+1
| * SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_infoTrond Myklebust2012-11-081-1/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2012-11-076-38/+43
| |\
| | * GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2012-11-072-12/+10
| | * GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski2012-11-072-8/+7
| | * GFS2: Fix FITRIM argument handlingLukas Czerner2012-11-071-3/+17
| | * GFS2: Require user to provide argument for FITRIMLukas Czerner2012-11-071-6/+2
| | * GFS2: Clean up some unused assignmentsAndrew Price2012-11-072-4/+0
| | * GFS2: Fix possible null pointer deref in gfs2_rs_allocAndrew Price2012-11-071-3/+2
| | * GFS2: Fix an unchecked error from gfs2_rs_allocAndrew Price2012-11-071-2/+5
| * | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-11-077-6/+7
| |\ \
| | * | hwmon: Fix chip feature table headersJean Delvare2012-11-056-6/+6
| | * | hwmon: (w83627ehf) Force initial bank selectionJean Delvare2012-11-051-0/+1
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-11-072-15/+31
| |\ \ \
| | * | | drm/radeon: fix typo in evergreen_mc_resume()Alex Deucher2012-11-071-1/+1
| | * | | drm: set dev_mapping before calling drm_open_helperIlija Hadzic2012-11-071-17/+30
| | * | | drm: restore open_count if drm_setup failsIlija Hadzic2012-11-071-1/+4
| | |/ /
| * | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-11-077-29/+21
| |\ \ \ | | |/ / | |/| |
| | * | ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar2012-11-041-1/+1
| | * | ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon2012-10-291-2/+2
| | * | ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley2012-10-293-10/+14
| | * | ARM: 7565/1: sched: stop sched_clock() during suspendFelipe Balbi 22012-10-292-16/+4
* | | | NFSv4.1: Try to eliminate outliers when updating target_highest_slotidTrond Myklebust2012-12-062-5/+60
* | | | SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust2012-12-062-23/+22
* | | | NFSv4.1: Ensure smooth handover of slots from one task to the next waitingTrond Myklebust2012-12-064-12/+69
* | | | NFSv4: Reorder the XDR structures to put sequence at the top, not bottomTrond Myklebust2012-12-061-69/+69
OpenPOWER on IntegriCloud