summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] shared mounts: cleanupMiklos Szeredi2006-01-094-4/+5
* [PATCH] pivot_root: add commentNeil Brown2006-01-091-0/+4
* [PATCH] Updated CPU hotplug documentationAshok Raj2006-01-091-0/+357
* [PATCH] tpm: add bios measurement logKylene Jo Hall2006-01-095-0/+531
* [PATCH] little do_group_exit() cleanupOleg Nesterov2006-01-091-1/+0Star
* [PATCH] do_coredump() should reset group_stop_count earlierOleg Nesterov2006-01-091-1/+1
* [PATCH] kill_proc_info_as_uid: don't use hardcoded constantsOleg Nesterov2006-01-091-2/+1Star
* [PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton2006-01-098-17/+17
* [PATCH] Unchecked alloc_percpu() return in __create_workqueue()Ben Collins2006-01-091-0/+5
* [PATCH] nbd: remove duplicate assignmenttaneli.vahakangas@netsonic.fi2006-01-091-1/+0Star
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-0930-456/+340Star
* [PATCH] docs: updated some code docsXose Vazquez Perez2006-01-093-28/+63
* [PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger2006-01-092-2/+49
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-0913-245/+378
* [PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells2006-01-092-23/+68
* [PATCH] keys: Permit key expiry time to be setDavid Howells2006-01-095-1/+63
* [PATCH] kmsg_write: don't return printk return valueGuillaume Chazarain2006-01-091-1/+4
* [PATCH] printk return value: fix itGuillaume Chazarain2006-01-091-3/+3
* [PATCH] Fix overflow tests for compat_sys_fcntl64 lockingNeilBrown2006-01-091-4/+18
* [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