summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-06-1116-554/+2285
|\
| * fsnotify: allow groups to set freeing_mark to nullEric Paris2009-06-112-8/+3
| * inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris2009-06-113-3/+7
| * dnotify: do not bother to lock entry->lock when reading maskEric Paris2009-06-111-2/+1
| * dnotify: do not use ?true:false when assigning to a boolEric Paris2009-06-111-1/+1
| * inotify: reimplement inotify using fsnotifyEric Paris2009-06-115-447/+570
| * fsnotify: handle filesystem unmounts with fsnotify marksEric Paris2009-06-112-0/+73
| * fsnotify: fsnotify marks on inodes pin them in coreEric Paris2009-06-111-0/+7
| * fsnotify: allow groups to add private data to eventsEric Paris2009-06-112-4/+49
| * fsnotify: add correlations between eventsEric Paris2009-06-112-5/+21
| * fsnotify: include pathnames with entries when possibleEric Paris2009-06-112-4/+19
| * fsnotify: generic notification queue and waitqEric Paris2009-06-113-7/+241
| * dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-112-107/+363
| * fsnotify: parent event notificationEric Paris2009-06-113-0/+113
| * fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-116-2/+405
| * fsnotify: unified filesystem notification backendEric Paris2009-06-117-0/+448
* | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-111-0/+6
|\ \
| * | kmemleak: Remove some of the kmemleak false positivesCatalin Marinas2009-06-111-0/+6
* | | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-0/+9
|\ \ \
| * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-118-39/+96
| |\| |
| * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-064-7/+11
| |\ \ \
| * \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-0117-174/+195
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-1897-2332/+1661
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/signal' into perfcounters/coreThomas Gleixner2009-04-301-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29124-1972/+2334
| |\ \ \ \ \ \ \
| * | | | | | | | perf_counter: track task-comm dataPeter Zijlstra2009-04-081-0/+1
| * | | | | | | | Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-0852-20/+19400
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-0748-1331/+3656
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-06553-15740/+34873
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-0423-123/+436
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-2644-344/+879
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-138-44/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-11159-3255/+4171
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-2151-426/+414
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-186-380/+358
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-11526-22493/+77358
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-29135-1179/+1562
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | perfcounters: flush on setuid execIngo Molnar2008-12-161-0/+8
* | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2009-06-112-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | jfs: Add missing mutex_unlock call to error pathDave Kleikamp2009-05-231-0/+1
| * | | | | | | | | | | | | | | | | | | missing unlock in jfs_quota_write()Dan Carpenter2009-04-071-1/+3
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-1122-67/+389
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | fs/bio.c: add missing __user annotationMichal Simek2009-06-101-1/+1
| * | | | | | | | | | | | | | | | | | | Revert "block: implement blkdev_readpages"Jens Axboe2009-06-041-7/+0
| * | | | | | | | | | | | | | | | | | | block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-221-0/+10
| * | | | | | | | | | | | | | | | | | | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-9/+10
| * | | | | | | | | | | | | | | | | | | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-2216-25/+26
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-225-64/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22114-2728/+2011
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | splice: fix kmaps in default_file_splice_write()Miklos Szeredi2009-05-191-108/+22