aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-11
|\
| * kmemleak: Remove some of the kmemleak false positivesCatalin Marinas2009-06-11
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-11
|\ \
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-11
| |\|
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-06
| |\ \
| * \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-01
| |\ \ \
| * \ \ \ Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-18
| |\ \ \ \
| * \ \ \ \ Merge branch 'core/signal' into perfcounters/coreThomas Gleixner2009-04-30
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29
| |\ \ \ \ \ \
| * | | | | | | perf_counter: track task-comm dataPeter Zijlstra2009-04-08
| * | | | | | | Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-08
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-07
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-06
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-04
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-26
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-13
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | perfcounters: flush on setuid execIngo Molnar2008-12-16
* | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2009-06-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | jfs: Add missing mutex_unlock call to error pathDave Kleikamp2009-05-23
| * | | | | | | | | | | | | | | | | | | missing unlock in jfs_quota_write()Dan Carpenter2009-04-07
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | fs/bio.c: add missing __user annotationMichal Simek2009-06-10
| * | | | | | | | | | | | | | | | | | | Revert "block: implement blkdev_readpages"Jens Axboe2009-06-04
| * | | | | | | | | | | | | | | | | | | block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-22
| * | | | | | | | | | | | | | | | | | | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
| * | | | | | | | | | | | | | | | | | | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | splice: fix kmaps in default_file_splice_write()Miklos Szeredi2009-05-19
| * | | | | | | | | | | | | | | | | | | | | bio: always copy back data for copied kernel requestsTejun Heo2009-05-19
| * | | | | | | | | | | | | | | | | | | | | splice: fix error return codeAndrew Morton2009-05-14
| * | | | | | | | | | | | | | | | | | | | | splice: fix repeated kmap()'s in default_file_splice_read()Jens Axboe2009-05-13
| * | | | | | | | | | | | | | | | | | | | | splice: implement default splice_write methodMiklos Szeredi2009-05-11
| * | | | | | | | | | | | | | | | | | | | | splice: implement default splice_read methodMiklos Szeredi2009-05-11
| * | | | | | | | | | | | | | | | | | | | | splice: implement pipe to pipe splicingMiklos Szeredi2009-05-11
| * | | | | | | | | | | | | | | | | | | | | block: add rq->resid_lenTejun Heo2009-05-11
| * | | | | | | | | | | | | | | | | | | | | block: implement blkdev_readpagesJeff Moyer2009-04-28
* | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2009-06-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | GFS2: Merge gfs2_get_sb into gfs2_get_sb_metaSteven Whitehouse2009-06-10
| * | | | | | | | | | | | | | | | | | | | | | GFS2: Fix cache coherency between truncate and O_DIRECT readSteven Whitehouse2009-06-10
| * | | | | | | | | | | | | | | | | | | | | | GFS2: Fix locking issue mounting gfs2meta fsSteven Whitehouse2009-06-05
| * | | | | | | | | | | | | | | | | | | | | | GFS2: Remove unused variableSteven Whitehouse2009-06-03
| * | | | | | | | | | | | | | | | | | | | | | GFS2: smbd proccess hangs with flock() call.Abhijith Das2009-06-02
| * | | | | | | | | | | | | | | | | | | | | | GFS2: Remove args subdir from gfs2 sysfs filesSteven Whitehouse2009-05-26
| * | | | | | | | | | | | | | | | | | | | | | GFS2: Remove lockstruct subdir from gfs2 sysfs filesSteven Whitehouse2009-05-26