summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | [PATCH] befs: remove bogus typedefAl Viro2006-10-111-1/+0Star
* | [PATCH] fs/inode.c NULL noise removalAl Viro2006-10-111-1/+1
* | [PATCH] more fs/compat.c __user annotationsAl Viro2006-10-111-1/+1
* | [PATCH] mm: bug in set_page_dirty_buffersNick Piggin2006-10-101-1/+4
* | [PATCH] Introduce vfs_listxattrBill Nottingham2006-10-091-12/+21
* | [PATCH] hppfs: readdir callback missed in prototype changeAl Viro2006-10-091-1/+1
* | [PATCH] dlm gfp_t annotationsAl Viro2006-10-092-4/+4
* | [PATCH] wrong order of arguments in copy_to_user() in ncpfsAl Viro2006-10-091-1/+1
* | Fix extraneous '&' in recent NFS client cleanupLinus Torvalds2006-10-091-1/+1
* | [PATCH] NFS: Fix typo in nfs_get_client()Trond Myklebust2006-10-091-19/+5Star