nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / ext2 /
2009-02-11 Carsten Otteext2/xip: refuse to change xip flag during remount...
2009-01-16 Jan Karaext2: also update the inode on disk when dir is IS_DIRSYNC
2009-01-08 Duane Griffinext2: tighten restrictions on inode flags
2009-01-08 Duane Griffinext2: don't inherit inappropriate inode flags from...
2009-01-08 Pekka J Enbergext2: allocate ->s_blockgroup_lock separately
2009-01-08 Qinghuang Fengext2: fix ext2_splice_branch() comments
2008-12-31 Al Vironfsd race fixes: ext2
2008-12-31 Duane Griffinext2: ensure fast symlinks are NUL-terminated
2008-11-13 David HowellsCRED: Wrap task credential accesses in the Ext2 filesystem
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Al Viro[PATCH] get rid of on-stack dentry in ext2_get_parent()
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-21 Al Viro[PATCH] move block_device_operations to blkdev.h
2008-10-20 Alexey Dobriyanfs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
2008-10-16 Eric Sandeenext2: avoid printk floods in the face of directory...
2008-10-16 Mingming Caoext2: fix ext2 block reservation early ENOSPC issue
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-03 Josef Bacikgeneric block based fiemap implementation
2008-07-28 Hisashi Hifumivfs: pagecache usage optimization for pagesize!=blocksize
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Jan Karaquota: move function-macros from quota.h to quotaops.h
2008-07-25 Shen Fengext2: remove double definitions of xattr macros
2008-04-28 Aneesh Kumar K.Vext2: retry block allocation if new blocks are allocate...
2008-04-28 Harvey Harrisonext2: replace remaining __FUNCTION__ occurrences
2008-04-28 Julia Lawallfs/ext2: use BUG_ON
2008-04-28 Akinobu Mitaext2: use ext2_fsblk_t type
2008-04-28 Akinobu Mitaext2: use ext2_group_first_block_no()
2008-04-28 Akinobu Mitaext2: improve ext2_readdir() return value
2008-04-28 Marcin Slusarzext2: convert byte order of constant instead of variable
2008-04-28 Marcin Slusarzext2: le*_add_cpu conversion
2008-04-28 Nick Pigginxip: support non-struct page backed memory
2008-04-28 Jared Hulbertreturn pfn from direct_access, for XIP
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Benoit Boissinotext*: spelling fix prefered -> preferred
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-04-16 Jan Karavfs: fix possible deadlock in ext2, ext3, ext4 when...
2008-02-08 Miklos Szeredimount options: fix ext2
2008-02-08 Christoph Hellwigext2: remove unused ext2_put_inode prototype
2008-02-07 David Howellsiget: stop EXT2 from using iget() and read_inode()
2008-02-06 Akinobu Mitaext[234]: cleanup ext[234]_bg_num_gdb()
2008-02-06 Akinobu Mitaext[234]: remove unused argument for ext[234]_find_goal()
2008-02-06 Akinobu Mitaext[234]: use ext[234]_get_group_desc()
2008-02-06 Akinobu Mitaext[234]: fix comment for nonexistent variable
2008-02-06 Andi KleenBKL-removal: remove incorrect BKL comment in ext2
2008-02-06 Andi KleenBKL-removal: convert ext2 over to use unlocked_ioctl
2008-02-06 Aneesh Kumar K.Vext2: add block bitmap validation
2008-02-06 Nick Pigginext2: xip check fix
2008-02-06 Aneesh Kumar K.Vext2: change the default behaviour on error
2008-02-06 Aneesh Kumar K.Vext2: return after ext2_error in case of failures
2008-01-29 Aneesh Kumar K.Vext2: Fix the max file size for ext2 file system.
2007-11-29 Tobias Poschwattafix up ext2_fs.h for userspace after reservations backport
2007-11-15 Jan KaraForbid user to change file flags on quota files
2007-11-13 Linus TorvaldsRevert "ext2/ext3/ext4: add block bitmap validation"
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwigext2: new export ops
2007-10-22 Jan Karaext2: avoid rec_len overflow with 64KB block size
2007-10-17 Martin J. Blighext2 reservations
2007-10-17 vignesh babuext2/4: use is_power_of_2()
2007-10-17 Aneesh Kumar K.Vext2/ext3/ext4: add block bitmap validation
2007-10-17 Eric Sandeenremove unused bh in calls to ext234_get_group_desc
2007-10-17 Miklos Szerediext2: show all mount options
2007-10-17 Philippe De Muyterfs: mark nibblemap const
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstralib: percpu_counter_init error handling
2007-10-17 Peter Zijlstralib: percpu_counter_sub
2007-10-17 Peter Zijlstralib: percpu_counter_add
2007-10-16 Nick Pigginfs: restore nobh
2007-10-16 Nick Pigginext2: convert to new aops
2007-07-26 Eric Sandeenfix inode_table test in ext234_check_descriptors
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-17 Satyam SharmaIntroduce is_owner_or_cap() to wrap CAP_FOWNER use...
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-16 Badari Pulavartyext2: statfs speed up
2007-07-16 Jan Karaext2: fix a comment when ext2_release_file() is called
2007-07-10 Carsten Ottexip sendfile removal
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-28 Andrew Mortonext2: fix return of uninitialised variable
2007-06-24 Carsten Otteext2: disallow setting xip on remount
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Jan Karaext3: copy i_flags to inode flags on write
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Markus Rechbergerext2/3/4: fix file date underflow on ext2 3 filesystems...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-02-21 Aneesh Kumar K.V[PATCH] ext[234]: update documentation
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2007-02-11 Hugh Dickins[PATCH] fix umask when noACL kernel meets extN tuned...
2007-02-11 Eric Sandeen[PATCH] ext2: skip pages past number of blocks in ext2_...
2006-12-08 David Howells[PATCH] LOG2: Implement a general integer log2 facility...
2006-12-08 Josef "Jeff" Sipek[PATCH] ext2: change uses of f_{dentry, vfsmnt} to...
2006-12-07 Andrew Morton[PATCH] protect ext2 ioctl modifying append_only immuta...
2006-12-07 Andreas Gruenbacher[PATCH] Remove superfluous lock_super() in extN xattr...
2006-12-07 Pekka Enberg[PATCH] ext2: fsid for statvfs
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-11 Vasily Averin[PATCH] ext2: errors behaviour fix
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: unlink: monitor i_nlink
next