summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala2006-10-121-15/+9Star
* [PATCH] VFS: Destroy the dentries contributed by a superblock on unmountingDavid Howells2006-10-111-0/+1
* [PATCH] include linux/types.h in linux/nbd.hMike Frysinger2006-10-111-0/+2
* [PATCH] Consolidate check_signatureMatthew Wilcox2006-10-111-0/+27
* [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-113-16/+25
* [PATCH] 32-bit compatibility HDIO IOCTLsMaciej W. Rozycki2006-10-111-9/+15
* [PATCH] fix Module taint flags listing in Oops/panicFlorin Malita2006-10-111-3/+0Star
* [PATCH] Add carta_random32() library routineStephane Eranian2006-10-111-0/+29
* [PATCH] epoll_pwait()Davide Libenzi2006-10-111-0/+4
* [PATCH] mm: locks_freed fixNick Piggin2006-10-111-6/+1Star
* [PATCH] ext4 uninline ext4_get_group_no_and_offset()Andrew Morton2006-10-111-20/+2Star
* [PATCH] ext4: move block number hi bitsAlexandre Ratchov2006-10-111-10/+17
* [PATCH] ext4: allow larger descriptor sizeAlexandre Ratchov2006-10-112-3/+7
* [PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao2006-10-111-8/+8
* [PATCH] ext4: blk_type from sector_t to unsigned long longMingming Cao2006-10-111-7/+1Star
* [PATCH] ext4: 64bit metadataLaurent Vivier2006-10-111-13/+73
* [PATCH] ext4: 48bit i_file_aclBadari Pulavarty2006-10-111-2/+4
* [PATCH] jbd2: sector_t conversionMingming Cao2006-10-112-10/+9Star
* [PATCH] 64-bit jbd2 coreZach Brown2006-10-111-2/+12
* [PATCH] ext4: clean up comments in ext4-extents patchRandy Dunlap2006-10-112-29/+29
* [PATCH] ext4: uninitialised extent handlingSuparna Bhattacharya2006-10-111-0/+2
* [PATCH] ext4: 48bit physical block number support in extentsAlex Tomas2006-10-112-5/+5
* [PATCH] ext4: switch fsblk to sector_tMingming Cao2006-10-112-1/+31
* [PATCH] ext3: add extent map supportAlex Tomas2006-10-115-7/+260
* [PATCH] jbd2: cleanup ext4_jbd.hDave Kleikamp2006-10-111-268/+0Star
* [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao2006-10-112-137/+137
* [PATCH] jbd2: initial copy of files from jbdDave Kleikamp2006-10-112-0/+1366
* [PATCH] ext4: enable building of ext4Mingming Cao2006-10-111-0/+1
* [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsMingming Cao2006-10-114-466/+466
* [PATCH] ext4: initial copy of files from ext3Dave Kleikamp2006-10-114-0/+1383
* [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()Chen, Kenneth W2006-10-111-0/+1
* [PATCH] ufs endianness annotationsAl Viro2006-10-111-1/+9
* [PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan2006-10-111-1/+1
* [PATCH] smbfs endianness annotationsAl Viro2006-10-111-6/+6
* [PATCH] cdrom: add endianness annotationsAlexey Dobriyan2006-10-111-14/+14
* [PATCH] trivial iomem annotations: istallionAl Viro2006-10-111-2/+2
* [PATCH] fix misannotation in ioc4.hAl Viro2006-10-111-1/+1
* [PATCH] __user annotations: futexAl Viro2006-10-112-2/+2
* [PATCH] dccp __user annotationsAl Viro2006-10-111-1/+1
* [HEADERS] Put linux/config.h out of its misery.Dave Jones2006-10-101-9/+0Star
* [PATCH] Introduce vfs_listxattrBill Nottingham2006-10-091-0/+1
* [PATCH] linux/io.h needs types.hAl Viro2006-10-081-0/+1
* [PATCH] missing include of scatterlist.hAl Viro2006-10-081-0/+1
* [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2006-10-061-1/+2
* [PATCH] mmc: multi sector write transfersPierre Ossman2006-10-061-0/+1
* [PATCH] sched: fix a kerneldoc error on is_init()Henne2006-10-061-3/+4
* [PATCH] Fix typo in "syntax error if percpu macros are incorrectly used" patchJan Blunck2006-10-061-1/+1
* [PATCH] provide tickadj defineRoman Zippel2006-10-061-0/+3
* [PATCH] page fault retry with NOPAGE_REFAULTBenjamin Herrenschmidt2006-10-061-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0517-72/+50Star