summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-0/+1
|\
| * [PATCH] move block_device_operations to blkdev.hAl Viro2008-10-211-0/+1
* | [PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro2008-10-233-20/+15
* | [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-12/+1
|/
* fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan2008-10-201-0/+55
* ext2: avoid printk floods in the face of directory corruptionEric Sandeen2008-10-161-25/+35
* ext2: fix ext2 block reservation early ENOSPC issueMingming Cao2008-10-161-1/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* generic block based fiemap implementationJosef Bacik2008-10-033-0/+11
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-0/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-262-2/+2
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* quota: move function-macros from quota.h to quotaops.hJan Kara2008-07-251-0/+1
* ext2: remove double definitions of xattr macrosShen Feng2008-07-253-7/+3
* ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V2008-04-281-5/+11
* ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-284-16/+16
* fs/ext2: use BUG_ONJulia Lawall2008-04-282-4/+3
* ext2: use ext2_fsblk_t typeAkinobu Mita2008-04-281-5/+5
* ext2: use ext2_group_first_block_no()Akinobu Mita2008-04-283-12/+8
* ext2: improve ext2_readdir() return valueAkinobu Mita2008-04-281-1/+1
* ext2: convert byte order of constant instead of variableMarcin Slusarz2008-04-281-5/+3
* ext2: le*_add_cpu conversionMarcin Slusarz2008-04-283-15/+8
* xip: support non-struct page backed memoryNick Piggin2008-04-283-27/+21
* return pfn from direct_access, for XIPJared Hulbert2008-04-281-10/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-212-3/+3
|\
| * ext*: spelling fix prefered -> preferredBenoit Boissinot2008-04-212-3/+3
* | [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-20/+37
|/
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-151-1/+1
* mount options: fix ext2Miklos Szeredi2008-02-081-0/+3
* ext2: remove unused ext2_put_inode prototypeChristoph Hellwig2008-02-081-1/+0
* iget: stop EXT2 from using iget() and read_inode()David Howells2008-02-074-29/+46
* ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita2008-02-061-4/+1
* ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-061-5/+2
* ext[234]: use ext[234]_get_group_desc()Akinobu Mita2008-02-061-8/+4
* ext[234]: fix comment for nonexistent variableAkinobu Mita2008-02-061-2/+2
* BKL-removal: remove incorrect BKL comment in ext2Andi Kleen2008-02-061-1/+0
* BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen2008-02-064-14/+7
* ext2: add block bitmap validationAneesh Kumar K.V2008-02-061-9/+72
* ext2: xip check fixNick Piggin2008-02-061-2/+1
* ext2: change the default behaviour on errorAneesh Kumar K.V2008-02-061-8/+8
* ext2: return after ext2_error in case of failuresAneesh Kumar K.V2008-02-061-2/+6
* ext2: Fix the max file size for ext2 file system.Aneesh Kumar K.V2008-01-281-4/+28
* fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta2007-11-291-0/+7
* Forbid user to change file flags on quota filesJan Kara2007-11-141-0/+5
* Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds2007-11-131-45/+5
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* ext2: new export opsChristoph Hellwig2007-10-221-15/+19
* ext2: avoid rec_len overflow with 64KB block sizeJan Kara2007-10-221-12/+32
* ext2 reservationsMartin J. Bligh2007-10-178-479/+1487
* ext2/4: use is_power_of_2()vignesh babu2007-10-171-1/+2