summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix some problems with truncate and mtime semantics.NeilBrown2006-01-095-23/+17Star
* [PATCH] Permit multiple inclusion of linux/pagevec.hDavid Howells2006-01-091-0/+5
* [PATCH] vgacon: Workaround for resize bug in some chipsetsAntonino A. Daplas2006-01-091-7/+21
* [PATCH] vgacon: fix doublescan modeSamuel Thibault2006-01-091-1/+7
* [PATCH] udf: remove bogus inode == NULL check in inode_bmapChristoph Hellwig2006-01-091-5/+0Star
* [PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig2006-01-0912-241/+105Star
* [PATCH] relayfs: Documentation cleanup, remove obsolete infoTom Zanussi2006-01-091-23/+34
* [PATCH] relayfs: cleanup, change relayfs_file_* to relay_file_*Tom Zanussi2006-01-093-46/+50
* [PATCH] relayfs: add Documentation on global relay buffersTom Zanussi2006-01-091-1/+20
* [PATCH] relayfs: add support for global relay buffersTom Zanussi2006-01-092-11/+32
* [PATCH] relayfs: add Documentation on relay files in other filesystemsTom Zanussi2006-01-091-0/+27
* [PATCH] relayfs: add support for relay files in other filesystemsTom Zanussi2006-01-093-3/+63
* [PATCH] relayfs: add Documention for non-relay filesTom Zanussi2006-01-091-0/+23
* [PATCH] relayfs: remove unused alloc/destroy_inode()Tom Zanussi2006-01-092-59/+1Star
* [PATCH] relayfs: use generic_ip for private dataTom Zanussi2006-01-091-8/+9
* [PATCH] relayfs: add relayfs_remove_file()Tom Zanussi2006-01-092-0/+13
* [PATCH] relayfs: export relayfs_create_file() with fileops paramTom Zanussi2006-01-094-21/+34
* [PATCH] relayfs: decouple buffer creation from inode creationTom Zanussi2006-01-094-26/+19Star
* [PATCH] ipc: expand shm_flagsAndrew Morton2006-01-091-12/+10Star
* [PATCH] ELF: symbol table type additionsJan Beulich2006-01-091-0/+2
* [PATCH] rcu file: use atomic primitivesNick Piggin2006-01-099-291/+48Star
* [PATCH] atomic: dec_and_lock use atomic primitivesNick Piggin2006-01-091-43/+6Star
* [PATCH] pktcdvd: Use bd_claim to get exclusive accessPeter Osterlund2006-01-091-3/+9
* [PATCH] kernel/: small cleanupsAdrian Bunk2006-01-094-2/+5
* [PATCH] drivers/isdn/: "extern inline" -> "static inline"Adrian Bunk2006-01-093-5/+4Star
* [PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk2006-01-095-9/+10
* [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi2006-01-0916-61/+48Star
* [PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi2006-01-093-18/+76
* [PATCH] export/change sync_page_range/_nolock()OGAWA Hirofumi2006-01-092-5/+7
* [PATCH] fat: support ->direct_IO()OGAWA Hirofumi2006-01-094-16/+89
* [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi2006-01-095-17/+17
* [PATCH] fat: add the read/writepages()OGAWA Hirofumi2006-01-091-1/+16
* [PATCH] fat: use sb_find_get_block() instead of sb_getblk()OGAWA Hirofumi2006-01-091-2/+2
* [PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi2006-01-093-6/+14
* [PATCH] IRQ type flagsRussell King2006-01-0914-61/+80
* [PATCH] new driver synclink_gtPaul Fulghum2006-01-094-1/+4518
* [PATCH] fix more missing includesTim Schmielau2006-01-0919-0/+22
* [PATCH] cpuset: skip rcu check if task is in root cpusetPaul Jackson2006-01-091-4/+9
* [PATCH] cpuset: mark number_of_cpusets read_mostlyPaul Jackson2006-01-091-1/+1
* [PATCH] cpuset: use rcu directly optimizationPaul Jackson2006-01-091-10/+30
* [PATCH] cpuset: remove test for null cpuset from alloc code pathPaul Jackson2006-01-093-6/+19
* [PATCH] cpuset: migrate all tasks in cpuset at oncePaul Jackson2006-01-091-13/+16
* [PATCH] cpuset: rebind vma mempolicies fixPaul Jackson2006-01-093-0/+137
* [PATCH] cpuset: number_of_cpusets optimizationPaul Jackson2006-01-092-2/+20
* [PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson2006-01-093-15/+30
* [PATCH] cpuset: implement cpuset_mems_allowedPaul Jackson2006-01-093-7/+33
* [PATCH] cpuset: combine refresh_mems and update_memsPaul Jackson2006-01-093-61/+48Star
* [PATCH] cpuset: fork hook fixPaul Jackson2006-01-092-5/+5
* [PATCH] cpuset: update_nodemask code reformatPaul Jackson2006-01-091-10/+15
* [PATCH] cpuset: minor spacing initializer fixesPaul Jackson2006-01-091-6/+3Star