summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds33-265/+2505
2009-11-30.gitignore: Add bzip2 compressed filesGertjan van Wingerde1-0/+1
2009-11-30parisc: fix unwind with recent gcc versionsHelge Deller2-4/+4
2009-11-20FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells1-0/+1
2009-11-20SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEDavid Howells1-0/+1
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells1-1/+1
2009-11-19Merge branch 'i2c-pnx-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-1/+6
2009-11-19Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-27/+83
2009-11-20i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includesKevin Wells1-0/+2
2009-11-20i2c: i2c-pnx: Made buf type unsigned to prevent sign extensionKevin Wells1-1/+1
2009-11-20i2c: i2c-pnx: Limit minimum jiffie timeout to 2Kevin Wells1-0/+3
2009-11-19Linux 2.6.32-rc8Linus Torvalds1-1/+1
2009-11-19Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-11/+9
2009-11-19vt: Fix use of "new" in a struct fieldAlan Cox2-5/+5
2009-11-19Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB...David Woodhouse1-0/+3
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells1-2/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells7-25/+90
2009-11-19CacheFiles: Better showing of debugging information in active object problemsDavid Howells1-27/+75
2009-11-19CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyDavid Howells1-2/+2
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingDavid Howells1-6/+93
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells3-7/+39
2009-11-19FS-Cache: Actually requeue an object when requestedDavid Howells1-2/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells6-61/+75
2009-11-19FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells1-5/+12
2009-11-19FS-Cache: Add a retirement stat counterDavid Howells3-2/+7
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells10-35/+152
2009-11-19FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells4-2/+11
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells2-4/+5
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells6-19/+52
2009-11-19FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells1-2/+7
2009-11-19FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells5-39/+115
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2-1/+6
2009-11-19FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells1-4/+4
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells7-9/+134
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells14-3/+578
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells4-6/+103
2009-11-19SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells3-9/+132
2009-11-19SLOW_WORK: Allow the owner of a work item to determine if it is queued or notDavid Howells2-0/+34
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells7-12/+413
2009-11-19SLOW_WORK: Add delayed_slow_work supportJens Axboe3-3/+171
2009-11-19SLOW_WORK: Add support for cancellation of slow workJens Axboe3-7/+88
2009-11-19SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe2-21/+17
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells8-16/+150
2009-11-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds7-32/+70
2009-11-18strcmp: fix overflow and possibly signedness errorLinus Torvalds1-6/+14
2009-11-18Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-6/+5
2009-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+2
2009-11-19agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse1-6/+5
2009-11-18Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-49/+48
2009-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-3/+14