aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-4/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris2-4/+4
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2-4/+2
2006-09-27[PATCH] more ext3 16T overflow fixesEric Sandeen2-6/+23
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp2-13/+12
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp7-35/+35
2006-09-27[PATCH] ext3: wrong error behaviorVasily Averin1-5/+6
2006-09-27[PATCH] ext3: more comments about block allocation/reservation codeMingming Cao1-45/+247
2006-09-27[PATCH] ext3: turn on reservation dump on block allocation errorsMingming Cao1-4/+8
2006-09-27[PATCH] ext3: inode numbers are unsigned longEric Sandeen5-26/+27
2006-09-27[PATCH] fix ext3 mounts at 16TEric Sandeen1-15/+19
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao10-105/+105
2006-09-16[PATCH] ext3 sequential read regression fixSuparna Bhattacharya1-1/+1
2006-09-16[PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode numberNeilBrown1-0/+42
2006-09-08[PATCH] ext3_getblk() should handle HOLE correctlyBadari Pulavarty1-4/+7
2006-08-27[PATCH] ext3 filesystem bogus ENOSPC with reservation fixMingming Cao1-3/+3
2006-07-31[PATCH] ext3 -nobh option causes oopsBadari Pulavarty1-3/+3
2006-07-31[PATCH] ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown2-8/+20
2006-07-10[PATCH] Remove leftover ext3 acl declarationsAndreas Gruenbacher1-3/+0
2006-07-03[PATCH] lockdep: annotate the quota codeArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-3/+3
2006-06-26[PATCH] ext3: Add "-o bh" optionBadari Pulavarty1-1/+5
2006-06-25[PATCH] ext3: cleanup dead code in ext3_add_entry()Johann Lombardi1-3/+1
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao6-82/+82
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao6-141/+158
2006-06-25[PATCH] ext3: remove inconsistent space before exclamation point in mount codeTheodore Ts'o1-1/+1
2006-06-25[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystemMingming Cao2-0/+20
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao1-17/+19
2006-06-23[PATCH] ext3_clear_inode(): avoid kfree(NULL)Andrew Morton1-11/+12
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-1/+1
2006-05-31[PATCH] ext3 resize: fix double unlock_super()Andrew Morton1-1/+0
2006-05-03[PATCH] ext3: multile block allocate little endian fixesMingming Cao1-5/+8
2006-04-26[PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutexAl Viro1-4/+14
2006-04-26[PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro1-1/+1
2006-04-21[RBTREE] Update ext3 to use rb_parent() accessor macro.David Woodhouse1-1/+1
2006-04-17[PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I1-0/+1
2006-04-11[PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I1-0/+1
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-2/+2
2006-03-26[PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesizeBadari Pulavarty1-6/+0
2006-03-26[PATCH] ext3: multi-block get_block()Badari Pulavarty1-12/+4
2006-03-26[PATCH] ext3: cleanups and WARN_ON()Andrew Morton1-125/+114
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-10/+2
2006-03-26[PATCH] ext3_get_blocks: Adjust reservation window size for mblocksMingming Cao1-1/+31
2006-03-26[PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks()Mingming Cao1-12/+19
2006-03-26[PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao1-10/+36
2006-03-26[PATCH] ext3_get_blocks: multiple block allocationMingming Cao1-77/+193
2006-03-26[PATCH] ext3_get_blocks: Mapping multiple blocks at a onceMingming Cao2-31/+79
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-2/+2
2006-03-25[PATCH] ext3: Fix debug logging-only compilation errorKirk True1-3/+3
2006-03-24[PATCH] ext3: Properly report backup block present in a groupGlauber de Oliveira Costa1-7/+33
2006-03-24[PATCH] fast ext3_statfsAlex Tomas1-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23[PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven4-12/+12
2006-03-23[PATCH] sem2mutex: quotaIngo Molnar1-2/+2
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton2-29/+25
2006-03-11[PATCH] ext3: fix nobh mode for chattr +j inodesBadari Pulavarty1-9/+8
2006-03-11[PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev1-1/+2
2006-02-03[PATCH] Fix two ext[23] uninitialized warningsAndreas Gruenbacher1-1/+1
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter1-0/+2
2006-01-14[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookupPekka Enberg1-4/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap4-0/+4
2006-01-10[PATCH] fs/ext3/: small cleanupsAdrian Bunk4-12/+7
2006-01-10[PATCH] remove ext3 xattr permission checksakpm@osdl.org3-23/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen3-8/+8
2006-01-08[PATCH] ext3: use sbi instead of EXT3_SB() in resize code.Glauber de Oliveira Costa1-5/+5
2006-01-08[PATCH] ext3: remove trailing newlines from ext3_warning() callsGlauber de Oliveira Costa3-15/+15
2006-01-08[PATCH] ext3: external journal device as a mount optionJohann Lombardi1-10/+44
2005-11-28[PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADDGlauber de Oliveira Costa1-0/+1
2005-11-13[PATCH] ext3: journal handling on error path in ext3_journalled_writepage()Denis Lunev1-1/+3
2005-11-09[PATCH] remove CONFIG_EXT{2,3}_CHECKAdrian Bunk3-130/+1
2005-10-30[PATCH] Test for sb_getblk return valueGlauber de Oliveira Costa2-1/+18
2005-10-30[PATCH] ext3: sparse fixesBen Dooks8-6/+29
2005-10-30[PATCH] Locking problems while EXT3FS_DEBUG onGlauber de Oliveira Costa3-6/+3
2005-10-28[PATCH] Fix ext3 warning for unused varPeter Osterlund1-10/+16
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-1/+1
2005-09-28[PATCH] Fix ext3_new_inode() failure pathsChris Sykes1-15/+14
2005-09-22[PATCH] ext3: EXT3_DEBUG build fixesGlauber de Oliveira Costa2-6/+6
2005-09-22[PATCH] ext3: ext3_show_options fixOGAWA Hirofumi1-6/+5
2005-09-09[PATCH] ext3: Enable atomic inode security labelingStephen Smalley3-0/+38
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-09-07[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsMark Bellon1-11/+81
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-2/+2
2005-07-27[PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher1-1/+1
2005-07-27[PATCH] ext3: drop quota references before releasing inodeJan Kara1-0/+2
2005-07-12[PATCH] ext3: fix options parsingJan Kara1-10/+60
2005-07-07[PATCH] ext3 xattr: Don't write to the in-inode xattr space of reserved inodesAndreas Gruenbacher1-1/+1
2005-06-28[PATCH] ext3: reduce allocate-with-reservation lock latenciesMingming Cao2-72/+67
2005-06-28[PATCH] coverity: fs/ext3/super.c: match_int return checkKAMBAROV, ZAUR1-1/+2
2005-06-24[PATCH] quota: ext3: Improve quota credit estimatesJan Kara5-28/+48
2005-06-23[PATCH] remove <linux/xattr_acl.h>Christoph Hellwig2-7/+7
2005-06-23[PATCH] Support for dx directories in ext3_get_parent (NFSD)Andreas Dilger1-2/+10
2005-06-23[PATCH] quota: consolidate code surrounding vfs_quota_on_mountChristoph Hellwig1-16/+2
2005-05-18[PATCH] Avoid console spam with ext3 aborted journal.Stephen Tweedie1-1/+9
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton1-46/+0
2005-05-01[PATCH] ext3: remove unnecessary race then retry in ext3_get_blockMingming Cao1-83/+61
2005-04-16[PATCH] Fix acl Oopsakpm@osdl.org1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds21-0/+14949