summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields2010-09-191-4/+20
* Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields2010-09-19443-2541/+5135
|\
| * SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesTrond Myklebust2010-09-122-0/+2
| * statfs() gives ESTALE errorMenyhart Zoltan2010-09-121-0/+8
| * NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust2010-09-121-1/+1
| * sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg2010-09-121-1/+1
| * gss:spkm3 miss returning error to caller when import security contextBian Naimeng2010-09-121-1/+4
| * gss:krb5 miss returning error to caller when import security contextBian Naimeng2010-09-121-2/+8
| * Remove incorrect do_vfs_lock messageFabio Olive Leite2010-09-121-4/+0
| * SUNRPC: cleanup state-machine orderingJ. Bruce Fields2010-09-121-42/+42
| * SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-123-21/+21
| * SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2010-09-122-7/+8
| * Fix null dereference in call_allocateJ. Bruce Fields2010-09-121-4/+4
| * Linux 2.6.36-rc4v2.6.36-rc4Linus Torvalds2010-09-121-1/+1
| * docbook: skip files with no docs since they generate scary warningsRandy Dunlap2010-09-112-2/+0
| * docbook: warn on unused doc entriesJohannes Berg2010-09-113-3/+183
| * kernel-doc: ignore case when stripping attributesJohannes Berg2010-09-111-1/+1
| * Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-09-113-21/+69
| |\
| | * PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki2010-09-111-20/+65
| | * PM QoS: Correct pr_debug() misuse and improve parameter checksmark gross2010-09-111-1/+3
| | * PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross2010-09-091-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-09-1118-70/+262
| |\ \
| | * | [SCSI] fix use-after-free in scsi_init_io()James Bottomley2010-09-091-1/+1
| | * | [SCSI] sd: fix medium-removal bugAlan Stern2010-09-071-1/+1
| | * | [SCSI] qla2xxx: Update version number to 8.03.04-k0.Madhuranath Iyengar2010-09-051-2/+2
| | * | [SCSI] qla2xxx: Check for empty slot in request queue before posting Command ...Giridhar Malavali2010-09-051-0/+13
| | * | [SCSI] qla2xxx: Cover UNDERRUN case where SCSI status is set.Lalit Chandivade2010-09-051-3/+4
| | * | [SCSI] qla2xxx: Correctly set fw hung and complete only waiting mbx.Giridhar Malavali2010-09-051-8/+12
| | * | [SCSI] qla2xxx: Reset seconds_since_last_heartbeat correctly.Lalit Chandivade2010-09-051-1/+2
| | * | [SCSI] qla2xxx: make rport deletions explicit during vport removalArun Easi2010-09-051-1/+0
| | * | [SCSI] qla2xxx: Fix vport delete issuesArun Easi2010-09-057-36/+207
| | * | [SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation.David Miller2010-09-022-9/+7
| | * | [SCSI] Fix warning: zero-length gnu_printf format stringJean Sacren2010-09-021-3/+3
| | * | [SCSI] hpsa: disable doorbell reset on reset_devicesStephen M. Cameron2010-09-021-0/+6
| | * | [SCSI] be2iscsi: Fix for Login failureJayamohan Kallickal2010-09-022-4/+3
| | * | [SCSI] fix bio.bi_rw handlingJiri Slaby2010-09-021-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-1137-296/+376
| |\ \ \
| | * \ \ Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-093-27/+73
| | |\ \ \
| | | * | | vhost: error handling fixMichael S. Tsirkin2010-09-061-0/+1
| | | * | | vhost: fix attach to cgroups regressionMichael S. Tsirkin2010-09-061-22/+57
| | | * | | cgroups: fix API thinkoMichael S. Tsirkin2010-09-052-5/+15
| | * | | | ipheth: remove incorrect devtype to WWANDan Williams2010-09-091-6/+1
| | * | | | MAINTAINERS: Add CAIFJoe Perches2010-09-091-0/+10
| | * | | | sctp: fix test for end of loopJoe Perches2010-09-091-23/+23
| | * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-086151-473233/+354801
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | KS8851: Correct RX packet allocationEric Dumazet2010-09-081-18/+21
| | * | | | udp: add rehash on connect()Eric Dumazet2010-09-086-2/+66
| | * | | | net: blackhole route should always be recalculatedJianzhao Wang2010-09-081-1/+6
| | * | | | ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski2010-09-081-2/+6
| | * | | | niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALLBen Hutchings2010-09-081-10/+6
OpenPOWER on IntegriCloud