summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds2009-04-038-6/+1293
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2009-04-031-0/+2
| * | | | | | | | | | NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2009-04-031-0/+12
| * | | | | | | | | | NFS: Use local disk inode cacheDavid Howells2009-04-031-0/+10
| * | | | | | | | | | NFS: Define and create superblock-level objectsDavid Howells2009-04-031-0/+5
| * | | | | | | | | | NFS: Define and create server-level objectsDavid Howells2009-04-031-0/+4
| * | | | | | | | | | NFS: Add FS-Cache option bit and debug bitDavid Howells2009-04-032-0/+3
| * | | | | | | | | | CacheFiles: Permit the page lock state to be monitoredDavid Howells2009-04-031-0/+5
| * | | | | | | | | | FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-031-5/+47
| * | | | | | | | | | FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-031-1/+15
| * | | | | | | | | | FS-Cache: Add netfs registrationDavid Howells2009-04-031-1/+8
| * | | | | | | | | | FS-Cache: Add cache tag handlingDavid Howells2009-04-031-1/+8
| * | | | | | | | | | FS-Cache: Add use of /proc and presentation of statisticsDavid Howells2009-04-031-4/+0
| * | | | | | | | | | FS-Cache: Add the FS-Cache cache backend API and documentationDavid Howells2009-04-031-0/+509
| * | | | | | | | | | FS-Cache: Add the FS-Cache netfs API and documentationDavid Howells2009-04-031-0/+548
| * | | | | | | | | | FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-5/+33
| * | | | | | | | | | FS-Cache: Release page->private after failed readaheadDavid Howells2009-04-031-1/+1
| * | | | | | | | | | Document the slow work thread poolDavid Howells2009-04-031-0/+2
| * | | | | | | | | | Make the slow work pool configurableDavid Howells2009-04-031-0/+5
| * | | | | | | | | | Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-031-0/+88
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-04-032-0/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dm raid1: add is_remote_recovering hook for clustersJonathan Brassow2009-04-021-0/+10
| * | | | | | | | | | | dm log: remove struct dm_dirty_log_internalMike Snitzer2009-04-021-0/+3
| * | | | | | | | | | | dm target: remove struct tt_internalCheng Renquan2009-04-021-0/+3
* | | | | | | | | | | | Fix highmem PPC build failureKumar Gala2009-04-031-15/+14
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-04-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hwrng: timeriomem - Use phys address rather than virtAlexander Clouter2009-03-271-1/+1
* | | | | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-04-0312-1535/+167
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | md/raid6: move raid6 data processing to raid6_pq.koDan Williams2009-03-311-0/+132
| * | | | | | | | | | | | | md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown2009-03-311-411/+0
| * | | | | | | | | | | | | md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-313-44/+0
| * | | | | | | | | | | | | md: move most content from md.h to md_k.hNeilBrown2009-03-313-40/+40
| * | | | | | | | | | | | | md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown2009-03-313-12/+17
| * | | | | | | | | | | | | md: move headers out of include/linux/raid/Christoph Hellwig2009-03-317-1050/+0
| * | | | | | | | | | | | | md: Fix is_mddev_idle test (again).NeilBrown2009-03-311-1/+1
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds2009-04-031-62/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | remove <linux/ata.h> include from <linux/hdreg.h>Bartlomiej Zolnierkiewicz2009-04-011-4/+0
| * | | | | | | | | | | | | include/linux/hdreg.h: remove unused definesBartlomiej Zolnierkiewicz2009-04-011-58/+0
| * | | | | | | | | | | | | include/linux/hdreg.h: cover WIN_* and friends with #ifndef/#endif __KERNEL__Bartlomiej Zolnierkiewicz2009-04-011-0/+2
| * | | | | | | | | | | | | include/linux/hdreg.h: cover struct hd_driveid with #ifndef/#endif __KERNEL__Bartlomiej Zolnierkiewicz2009-04-011-0/+2
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-027-28/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove two unneeded exports and make two symbols static in fs/mpage.cDmitri Vorobiev2009-04-011-10/+0
| * | | | | | | | | | | | | Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro2009-04-012-12/+12
| * | | | | | | | | | | | | Get rid of indirect include of fs_struct.hAl Viro2009-03-313-1/+5
| * | | | | | | | | | | | | New helper - current_umask()Al Viro2009-03-311-0/+2
| * | | | | | | | | | | | | New locking/refcounting for fs_structAl Viro2009-03-311-5/+3
| * | | | | | | | | | | | | Take fs_struct handling to new file (fs/fs_struct.c)Al Viro2009-03-311-0/+2
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-04-022-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-031-1/+1
| * | | | | | | | | | | | | DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare2009-04-031-1/+0
OpenPOWER on IntegriCloud