summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] misuse of strstrAl Viro2006-10-111-1/+1
* [PATCH] fs/bio.c: tweaksAndreas Mohr2006-10-111-4/+5
* [PATCH] VFS: Destroy the dentries contributed by a superblock on unmountingDavid Howells2006-10-112-6/+136
* [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_...David Howells2006-10-114-22/+6Star
* [PATCH] ReiserFS: Make sure all dentries refs are released before calling kil...David Howells2006-10-111-11/+20
* [PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan2006-10-115-25/+16Star
* [PATCH] D-cache aliasing issue in __block_prepare_writeMonakhov Dmitriy2006-10-111-0/+2
* [PATCH] Remove unnecessary check in fs/fat/inode.cEric Sesterhenn2006-10-111-1/+1
* [PATCH] 32-bit compatibility HDIO IOCTLsMaciej W. Rozycki2006-10-111-3/+7
* [PATCH] ext2: errors behaviour fixVasily Averin2006-10-111-5/+11
* [PATCH] ext3: errors behaviour fixDmitry Mishin2006-10-111-0/+2
* [PATCH] grow_buffers() infinite loop fixAndrew Morton2006-10-111-2/+19
* [PATCH] epoll_pwait()Davide Libenzi2006-10-111-3/+53
* [PATCH] ext4 whitespace cleanupsAndrew Morton2006-10-115-45/+46
* [PATCH] ext4: errors behaviour fixDmitry Mishin2006-10-111-0/+2
* [PATCH] ext4: rename logic_sb_blockAndrew Morton2006-10-111-12/+11Star
* [PATCH] ext4 64 bit divide fixAndrew Morton2006-10-113-6/+6
* [PATCH] ext4 uninline ext4_get_group_no_and_offset()Andrew Morton2006-10-111-0/+18
* [PATCH] ext4: move block number hi bitsAlexandre Ratchov2006-10-115-36/+47
* [PATCH] ext4: allow larger descriptor sizeAlexandre Ratchov2006-10-113-8/+24
* [PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao2006-10-114-24/+24
* [PATCH] ext4: removesector_t bits checkMingming Cao2006-10-112-14/+8Star
* [PATCH] ext4: blk_type from sector_t to unsigned long longMingming Cao2006-10-116-54/+54
* [PATCH] ext4: 64bit metadataLaurent Vivier2006-10-115-84/+128
* [PATCH] ext4: 48bit i_file_aclBadari Pulavarty2006-10-111-0/+10
* [PATCH] jbd2: sector_t conversionMingming Cao2006-10-114-25/+26
* [PATCH] 64-bit jbd2 coreZach Brown2006-10-114-20/+65
* [PATCH] ext4: clean up comments in ext4-extents patchRandy Dunlap2006-10-111-98/+128
* [PATCH] ext4: uninitialised extent handlingSuparna Bhattacharya2006-10-111-0/+16
* [PATCH] ext4: 48bit physical block number support in extentsAlex Tomas2006-10-111-76/+111
* [PATCH] ext4: switch fsblk to sector_tMingming Cao2006-10-114-29/+26Star
* [PATCH] ext3: add extent map supportAlex Tomas2006-10-117-11/+2108
* [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbdMingming Cao2006-10-1120-108/+141
* [PATCH] jbd2: rename slabJohann Lombardi2006-10-112-5/+5
* [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao2006-10-117-535/+535
* [PATCH] jbd2: initial copy of files from jbdDave Kleikamp2006-10-117-0/+7062
* [PATCH] ext4: enable building of ext4Mingming Cao2006-10-112-4/+72
* [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsMingming Cao2006-10-1122-2761/+2761
* [PATCH] ext4: initial copy of files from ext3Dave Kleikamp2006-10-1122-0/+15595
* [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()Chen, Kenneth W2006-10-111-1/+1
* [PATCH] null dereference in fs/jbd/journal.cEric Sesterhenn2006-10-111-1/+2
* [PATCH] ufs endianness annotationsAl Viro2006-10-111-8/+6Star
* [PATCH] fs/partitions endianness annotationsAl Viro2006-10-111-4/+2Star
* [PATCH] isofs endianness annotationsAl Viro2006-10-111-5/+5
* [PATCH] hpfs endianness annotationsAl Viro2006-10-111-5/+6
* [PATCH] fs/fat endianness annotationsAl Viro2006-10-111-1/+1
* [PATCH] befs: endianness annotationsAl Viro2006-10-116-72/+106
* [PATCH] befs: missing fs32_to_cpu() in debug.cAl Viro2006-10-111-1/+1
* [PATCH] befs: introduce on-disk endian typesAl Viro2006-10-112-18/+22
* [PATCH] befs: prepare to sanitizing headersAl Viro2006-10-118-7/+2Star