aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26ext2: Use lowercase names of quota functionsJan Kara4-14/+14
2009-02-11ext2/xip: refuse to change xip flag during remount with busy inodesCarsten Otte1-3/+6
2009-01-15ext2: also update the inode on disk when dir is IS_DIRSYNCJan Kara1-2/+5
2009-01-08ext2: tighten restrictions on inode flagsDuane Griffin2-8/+3
2009-01-08ext2: don't inherit inappropriate inode flags from parentDuane Griffin1-1/+1
2009-01-08ext2: allocate ->s_blockgroup_lock separatelyPekka J Enberg1-1/+9
2009-01-08ext2: fix ext2_splice_branch() commentsQinghuang Feng1-2/+0
2008-12-31nfsd race fixes: ext2Al Viro2-2/+19
2008-12-31ext2: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+5
2008-11-14CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells2-3/+3
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-0/+1
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro3-20/+15
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-12/+1
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro1-0/+1
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan1-0/+55
2008-10-16ext2: avoid printk floods in the face of directory corruptionEric Sandeen1-25/+35
2008-10-16ext2: fix ext2 block reservation early ENOSPC issueMingming Cao1-1/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-03generic block based fiemap implementationJosef Bacik3-0/+11
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-0/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-07-25ext2: remove double definitions of xattr macrosShen Feng3-7/+3
2008-04-28ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V1-5/+11
2008-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-16/+16
2008-04-28fs/ext2: use BUG_ONJulia Lawall2-4/+3
2008-04-28ext2: use ext2_fsblk_t typeAkinobu Mita1-5/+5
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita3-12/+8
2008-04-28ext2: improve ext2_readdir() return valueAkinobu Mita1-1/+1
2008-04-28ext2: convert byte order of constant instead of variableMarcin Slusarz1-5/+3
2008-04-28ext2: le*_add_cpu conversionMarcin Slusarz3-15/+8
2008-04-28xip: support non-struct page backed memoryNick Piggin3-27/+21
2008-04-28return pfn from direct_access, for XIPJared Hulbert1-10/+14
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivialLinus Torvalds2-3/+3
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot2-3/+3
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-20/+37
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara1-1/+1
2008-02-08mount options: fix ext2Miklos Szeredi1-0/+3
2008-02-08ext2: remove unused ext2_put_inode prototypeChristoph Hellwig1-1/+0
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells4-29/+46
2008-02-06ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita1-4/+1
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita1-5/+2
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita1-8/+4
2008-02-06ext[234]: fix comment for nonexistent variableAkinobu Mita1-2/+2
2008-02-06BKL-removal: remove incorrect BKL comment in ext2Andi Kleen1-1/+0
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen4-14/+7
2008-02-06ext2: add block bitmap validationAneesh Kumar K.V1-9/+72
2008-02-06ext2: xip check fixNick Piggin1-2/+1
2008-02-06ext2: change the default behaviour on errorAneesh Kumar K.V1-8/+8