aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ext2/ext3/ext4: add block bitmap validationAneesh Kumar K.V2007-10-171-12/+44
* remove unused bh in calls to ext234_get_group_descEric Sandeen2007-10-172-17/+9
* ext2: show all mount optionsMiklos Szeredi2007-10-171-2/+59
* fs: mark nibblemap constPhilippe De Muyter2007-10-171-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* lib: percpu_counter_init error handlingPeter Zijlstra2007-10-171-3/+12
* lib: percpu_counter_subPeter Zijlstra2007-10-171-1/+1
* lib: percpu_counter_addPeter Zijlstra2007-10-172-3/+3
* fs: restore nobhNick Piggin2007-10-161-2/+18
* ext2: convert to new aopsNick Piggin2007-10-163-29/+53
* fix inode_table test in ext234_check_descriptorsEric Sandeen2007-07-261-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-3/+1
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-172-3/+3
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* ext2: statfs speed upBadari Pulavarty2007-07-161-6/+14
* ext2: fix a comment when ext2_release_file() is calledJan Kara2007-07-161-3/+3