summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-03-1711-248/+36
|\
| * [CPUFREQ] pcc-cpufreq: remove duplicate statementsChumbalkar, Nagananda2011-03-161-2/+0
| * [CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki2011-03-166-8/+6
| * [CPUFREQ] Remove unneeded locksThomas Renninger2011-03-162-53/+6
| * [CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs filesThomas Renninger2011-03-163-150/+0
| * [CPUFREQ] Remove deprecated sysfs file sampling_rate_maxThomas Renninger2011-03-162-26/+0
| * [CPUFREQ] powernow-k8: The table index is not worth displayingThomas Renninger2011-03-161-2/+1
| * [CPUFREQ] calculate delay after dbs_check_cpuVincent Guittot2011-03-161-6/+11
| * [CPUFREQ] Add documentation for sampling_down_factorVishwanath BS2011-03-161-0/+11
| * [CPUFREQ] drivers/cpufreq: Remove unnecessary semicolonsJoe Perches2011-03-161-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-03-176-13/+23
|\ \
| * \ Merge branch 'for_next' into for_linusJan Kara2011-03-176-13/+23
| |\ \
| | * | ext3: Always set dx_node's fake_dirent explicitly.Eric Sandeen2011-03-071-1/+1
| | * | ext3: Fix an overflow in ext3_trim_fs.Tao Ma2011-03-041-3/+8
| | * | jbd: Remove one to many n's in a word.Justin P. Mattock2011-02-282-2/+2
| | * | ext3: skip orphan cleanup on rocompat fsAmir Goldstein2011-02-281-0/+7
| | * | ext2: Fix link count corruption under heavy link+rename loadJosh Hunt2011-02-281-7/+2
| | * | ext3: speed up group trim with the right free block count.Tao Ma2011-02-241-1/+2
| | * | ext3: Adjust trim start with first_data_block.Tao Ma2011-02-241-5/+2
| | * | quota: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-02-241-1/+1
* | | | Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-03-1740-800/+1600
|\ \ \ \
| * | | | RPC: killing RPC tasks races fixedStanislav Kinsbursky2011-03-171-1/+3
| * | | | xprt: remove redundant checkj223yang@asset.uwaterloo.ca2011-03-171-1/+1
| * | | | SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2011-03-172-10/+9
| * | | | SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust2011-03-171-8/+6
| * | | | sunrpc: fix printk format warningRandy Dunlap2011-03-151-1/+2
| * | | | xprt: remove redundant null checkj223yang@asset.uwaterloo.ca2011-03-151-4/+3
| * | | | nfs: BKL is no longer needed, so remove the includeStephen Rothwell2011-03-151-1/+0
| * | | | NFS: Fix a warning in fs/nfs/idmap.cTrond Myklebust2011-03-141-0/+1
| * | | | Cleanup: Factor out some cut-and-paste code.Rob Landley2011-03-111-111/+44
| * | | | cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions.Rob Landley2011-03-111-96/+33
| * | | | NFS: account direct-io into task io accountingKonstantin Khlebnikov2011-03-111-0/+5
| * | | | gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2011-03-112-2/+2
| * | | | RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker2011-03-112-8/+45
| * | | | RPCRDMA: Fix to XDR page base interpretation in marshalling logic.Tom Tucker2011-03-111-44/+42
| * | | | NFSv4: Send unmapped uid/gids to the server when using auth_sysTrond Myklebust2011-03-115-9/+55
| * | | | NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattrTrond Myklebust2011-03-112-2/+3
| * | | | NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust2011-03-113-26/+25
| * | | | NFSv4: Send unmapped uid/gids to the server if the idmapper failsTrond Myklebust2011-03-111-4/+26
| * | | | NFSv4: If the server sends us a numeric uid/gid then accept itTrond Myklebust2011-03-111-2/+26
| * | | | NFSv4.1: reject zero layout with zeroed stripe unitBenny Halevy2011-03-111-2/+2
| * | | | NFSv4.1: Clear lseg pointer in ->doio functionFred Isaman2011-03-113-1/+4
| * | | | NFSv4.1: rearrange ->doio argsFred Isaman2011-03-114-39/+45
| * | | | NFSv4.1: pnfs filelayout driver writeFred Isaman2011-03-115-2/+128
| * | | | NFSv4.1: remove GETATTR from ds writesFred Isaman2011-03-112-4/+10
| * | | | NFSv4.1: implement generic pnfs layer write switchAndy Adamson2011-03-116-0/+47
| * | | | NFSv4.1: trigger LAYOUTGET for writesFred Isaman2011-03-113-12/+49
| * | | | NFSv4.1: Send lseg down into nfs_write_rpcsetupFred Isaman2011-03-112-2/+6
| * | | | NFSv4.1: add callback to nfs4_write_doneFred Isaman2011-03-112-4/+11
| * | | | NFSv4.1: rearrange nfs_write_rpcsetupAndy Adamson2011-03-111-36/+46