summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Fix rename/extend raceSunil Mushran2007-08-101-1/+15
* [2.6 patch] ocfs2_insert_extent(): remove dead codeAdrian Bunk2007-08-101-4/+0Star
* ocfs2: Fix max offset calculationsMark Fasheh2007-08-101-28/+40
* ocfs2: check ia_size limits in setattrMark Fasheh2007-08-101-0/+5
* ocfs2: Fix some casting errors related to file writesMark Fasheh2007-08-102-5/+5
* ocfs2: use s_maxbytes directly in ocfs2_change_file_space()Mark Fasheh2007-08-103-4/+2Star
* ocfs2: Restrict inode changes in ocfs2_update_inode_atime()Mark Fasheh2007-08-101-1/+18
* remove dubious legal statment from uio-howtoAlan Cox2007-08-091-4/+0Star
* Fix Alpha O_CLOEXEC definitionRichard Henderson2007-08-091-0/+1
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-08-0911-84/+67Star
|\
| * SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friendsTrond Myklebust2007-08-072-4/+2Star
| * NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsTrond Myklebust2007-08-072-7/+4Star
| * SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust2007-08-071-3/+6
| * NFSv4: Don't call put_rpccred() from an rcu callbackTrond Myklebust2007-08-071-6/+15
| * NFS: Fix NFSv4 open stateid regressionsTrond Myklebust2007-08-071-9/+7Star
| * NFSv4: Fix a locking regression in nfs4_set_mode_locked()Trond Myklebust2007-08-071-4/+1Star
| * NFS: Fix put_nfs_open_contextTrond Myklebust2007-08-072-17/+9Star
| * SUNRPC: Fix a race in rpciod_down()Trond Myklebust2007-08-071-34/+23Star
* | hexdump: use const notationArtem Bityutskiy2007-08-092-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-08-0912-27/+52
|\ \
| * | [TCP]: H-TCP maxRTT estimation at startupStephen Hemminger2007-08-081-3/+1Star
| * | [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy2007-08-083-1/+9
| * | [NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...Pablo Neira Ayuso2007-08-081-8/+9
| * | [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...Jesper Juhl2007-08-081-1/+6
| * | Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller2007-08-084-10/+20
| |\ \
| | * | [PATCH] mac80211: don't allow scanning in monitor modeDaniel Drake2007-08-061-6/+13
| | * | [PATCH] mac80211: Fix sparse error for sta_last_seq_ctrl_readZhu Yi2007-08-061-1/+1
| | * | [PATCH] mac80211: use do { } while (0) for multi-line macrosZhu Yi2007-08-061-3/+5
| | * | [PATCH] mac80211: missing dev_put in ieee80211_master_start_xmitDaniel Drake2007-08-061-0/+1
| * | | [NET] net/core/utils: fix sparse warningJohannes Berg2007-08-081-0/+1
| * | | [NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has...Paul Moore2007-08-081-4/+6
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-08-0923-119/+684
|\ \ \
| * | | [SPARC64]: Fix memory leak when cpu hotplugging.David S. Miller2007-08-094-65/+28Star
| * | | [SPARC64]: Do not assume sun4v chips have load-twin/store-init support.David S. Miller2007-08-0913-37/+604
| * | | [SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on sun4v.David S. Miller2007-08-081-8/+40
| * | | [SPARC]: Centralize find_in_proplist() instead of duplicating N times.David S. Miller2007-08-086-36/+39
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-08-093-16/+16
|\ \ \
| * | | mmc: at91_mci: remove whitespace at the end of linesNicolas Ferre2007-08-091-4/+4
| * | | mmc: reorganize bounce buffer initPierre Ossman2007-08-091-7/+7
| * | | wbsd: fix section mismatch warningsGabriel C2007-08-091-5/+5
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-098-334/+421
|\ \ \
| * | | sched: refine negative nice level granularityIngo Molnar2007-08-091-6/+10
| * | | sched: fix update_stats_enqueue() reniced codepathIngo Molnar2007-08-091-1/+2
| * | | sched: round a bit betterIngo Molnar2007-08-091-7/+11
| * | | sched: make the multiplication table more accurateIngo Molnar2007-08-091-13/+16
| * | | sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar2007-08-091-6/+8
| * | | sched: optimize activate_task()Ingo Molnar2007-08-091-10/+9Star
| * | | sched: clean up set_curr_task_fair()Ingo Molnar2007-08-091-11/+4Star
| * | | sched: remove __update_rq_clock() call from entity_tick()Ingo Molnar2007-08-091-3/+0Star
| * | | sched: move the __update_rq_clock() call to scheduler_tick()Ingo Molnar2007-08-091-2/+1Star