aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-08[PATCH] ext3: external journal device as a mount optionJohann Lombardi2-10/+49
2006-01-08[PATCH] shared mounts: cleanupMiklos Szeredi4-4/+5
2006-01-08[PATCH] pivot_root: add commentNeil Brown1-0/+4
2006-01-08[PATCH] Updated CPU hotplug documentationAshok Raj1-0/+357
2006-01-08[PATCH] tpm: add bios measurement logKylene Jo Hall5-0/+531
2006-01-08[PATCH] little do_group_exit() cleanupOleg Nesterov1-1/+0
2006-01-08[PATCH] do_coredump() should reset group_stop_count earlierOleg Nesterov1-1/+1
2006-01-08[PATCH] kill_proc_info_as_uid: don't use hardcoded constantsOleg Nesterov1-2/+1
2006-01-08[PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton8-17/+17
2006-01-08[PATCH] Unchecked alloc_percpu() return in __create_workqueue()Ben Collins1-0/+5
2006-01-08[PATCH] nbd: remove duplicate assignmenttaneli.vahakangas@netsonic.fi1-1/+0
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig30-456/+340
2006-01-08[PATCH] docs: updated some code docsXose Vazquez Perez3-28/+63
2006-01-08[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger2-2/+49
2006-01-08[PATCH] keys: Permit running process to instantiate keysDavid Howells13-245/+378
2006-01-08[PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells2-23/+68
2006-01-08[PATCH] keys: Permit key expiry time to be setDavid Howells5-1/+63
2006-01-08[PATCH] kmsg_write: don't return printk return valueGuillaume Chazarain1-1/+4
2006-01-08[PATCH] printk return value: fix itGuillaume Chazarain1-3/+3
2006-01-08[PATCH] Fix overflow tests for compat_sys_fcntl64 lockingNeilBrown1-4/+18
2006-01-08[PATCH] Fix some problems with truncate and mtime semantics.NeilBrown5-23/+17
2006-01-08[PATCH] Permit multiple inclusion of linux/pagevec.hDavid Howells1-0/+5
2006-01-08[PATCH] vgacon: Workaround for resize bug in some chipsetsAntonino A. Daplas1-7/+21
2006-01-08[PATCH] vgacon: fix doublescan modeSamuel Thibault1-1/+7
2006-01-08[PATCH] udf: remove bogus inode == NULL check in inode_bmapChristoph Hellwig1-5/+0
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig12-241/+105
2006-01-08[PATCH] relayfs: Documentation cleanup, remove obsolete infoTom Zanussi1-23/+34
2006-01-08[PATCH] relayfs: cleanup, change relayfs_file_* to relay_file_*Tom Zanussi3-46/+50
2006-01-08[PATCH] relayfs: add Documentation on global relay buffersTom Zanussi1-1/+20
2006-01-08[PATCH] relayfs: add support for global relay buffersTom Zanussi2-11/+32
2006-01-08[PATCH] relayfs: add Documentation on relay files in other filesystemsTom Zanussi1-0/+27
2006-01-08[PATCH] relayfs: add support for relay files in other filesystemsTom Zanussi3-3/+63
2006-01-08[PATCH] relayfs: add Documention for non-relay filesTom Zanussi1-0/+23
2006-01-08[PATCH] relayfs: remove unused alloc/destroy_inode()Tom Zanussi2-59/+1
2006-01-08[PATCH] relayfs: use generic_ip for private dataTom Zanussi1-8/+9
2006-01-08[PATCH] relayfs: add relayfs_remove_file()Tom Zanussi2-0/+13
2006-01-08[PATCH] relayfs: export relayfs_create_file() with fileops paramTom Zanussi4-21/+34
2006-01-08[PATCH] relayfs: decouple buffer creation from inode creationTom Zanussi4-26/+19
2006-01-08[PATCH] ipc: expand shm_flagsAndrew Morton1-12/+10
2006-01-08[PATCH] ELF: symbol table type additionsJan Beulich1-0/+2
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin9-291/+48
2006-01-08[PATCH] atomic: dec_and_lock use atomic primitivesNick Piggin1-43/+6
2006-01-08[PATCH] pktcdvd: Use bd_claim to get exclusive accessPeter Osterlund1-3/+9
2006-01-08[PATCH] kernel/: small cleanupsAdrian Bunk4-2/+5
2006-01-08[PATCH] drivers/isdn/: "extern inline" -> "static inline"Adrian Bunk3-5/+4
2006-01-08[PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk5-9/+10
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi16-61/+48
2006-01-08[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi3-18/+76
2006-01-08[PATCH] export/change sync_page_range/_nolock()OGAWA Hirofumi2-5/+7
2006-01-08[PATCH] fat: support ->direct_IO()OGAWA Hirofumi4-16/+89