nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / gfs2 /
2009-01-10 Takashi Satofilesystem freeze: add error handling of write_super_lo...
2009-01-07 Benjamin MarzinskiGFS2: Fix typo in gfs_page_mkwrite()
2009-01-07 Steven WhitehouseGFS2: LSF and LBD are now one and the same
2009-01-07 Steven WhitehouseGFS2: Set GFP_NOFS when allocating page on write
2009-01-05 Julia LawallGFS2: Use DEFINE_SPINLOCK
2009-01-05 Steven WhitehouseGFS2: Fix use-after-free bug on umount (try #2)
2009-01-05 Steven WhitehouseRevert "GFS2: Fix use-after-free bug on umount"
2009-01-05 Steven WhitehouseGFS2: Streamline alloc calculations for writes
2009-01-05 Steven WhitehouseGFS2: Send useful information with uevent messages
2009-01-05 Steven WhitehouseGFS2: Fix use-after-free bug on umount
2009-01-05 Steven WhitehouseGFS2: Remove ancient, unused code
2009-01-05 Steven WhitehouseGFS2: Move four functions from super.c
2009-01-05 Steven WhitehouseGFS2: Fix bug in gfs2_lock_fs_check_clean()
2009-01-05 Steven WhitehouseGFS2: Send some sensible sysfs stuff
2009-01-05 Steven WhitehouseGFS2: Kill two daemons with one patch
2009-01-05 Steven WhitehouseGFS2: Move gfs2_recoverd into recovery.c
2009-01-05 Steven WhitehouseGFS2: Fix "truncate in progress" hang
2009-01-05 Steven WhitehouseGFS2: Clean up & move gfs2_quotad
2009-01-05 Steven WhitehouseGFS2: Add more detail to debugfs glock dumps
2009-01-05 Steven WhitehouseGFS2: Banish struct gfs2_rgrpd_host
2009-01-05 Steven WhitehouseGFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpd
2009-01-05 Steven WhitehouseGFS2: Move rg_igeneration into struct gfs2_rgrpd
2009-01-05 Steven WhitehouseGFS2: Banish struct gfs2_dinode_host
2009-01-05 Steven WhitehouseGFS2: Move i_size from gfs2_dinode_host and rename...
2009-01-05 Steven WhitehouseGFS2: Move di_eattr into "proper" inode
2009-01-05 Steven WhitehouseGFS2: Move "entries" into "proper" inode
2009-01-05 Steven WhitehouseGFS2: Move generation number into "proper" part of...
2009-01-05 Harvey HarrisonGFS2: sparse annotation of gl->gl_spin
2009-01-05 Steven WhitehouseGFS2: Fix up jdata writepage/delete_inode
2009-01-05 Steven WhitehouseGFS2: Rationalise header files
2009-01-05 Steven WhitehouseGFS2: Support for FIEMAP ioctl
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-11-13 David HowellsCRED: Wrap task credential accesses in the GFS2 filesystem
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-23 Al Viro[PATCH] make O_EXCL in nd->intent.flags visible in...
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-09-26 Steven WhitehouseGFS2: Support for I/O barriers
2008-09-18 Steven WhitehouseGFS2: high time to take some time over atime
2008-09-18 Steven WhitehouseGFS2: The war on bloat
2008-09-15 Abhijith DasGFS2: GFS2 will panic if you misspell any mount options
2008-09-15 Bob PetersonGFS2: Direct IO write at end of file error
2008-09-05 Julien BrunelGFS2: Use an IS_ERR test rather than a NULL test
2008-09-05 Steven WhitehouseGFS2: Fix race relating to glock min-hold time
2008-08-28 David Teiglanddlm: allow multiple lockspace creates
2008-08-27 Steven WhitehouseGFS2: Fix & clean up GFS2 rename
2008-08-13 Bob PetersonGFS2: rm on multiple nodes causes panic
2008-08-13 Steven WhitehouseGFS2: Fix metafs mounts
2008-08-13 Steven WhitehouseGFS2: Fix debugfs glock file iterator
2008-07-27 Al Viro[PATCH] don't pass nameidata to gfs2_lookupi()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-15 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-11 David Howells[GFS2] Fix GFS2's use of do_div() in its quota calculations
2008-07-10 Li Xiaodong[GFS2] Remove unused declaration
2008-07-10 Steven Whitehouse[GFS2] Remove support for unused and pointless flag
2008-07-10 Steven Whitehouse[GFS2] Replace rgrp "recent list" with mru list
2008-07-07 Steven Whitehouse[GFS2] Allow local DF locks when holding a cached EX...
2008-07-07 Steven Whitehouse[GFS2] Fix delayed demote race
2008-07-03 Miklos Szeredi[GFS2] don't call permission()
2008-07-02 Andi KleenRemove BKL from remote_llseek v2
2008-06-27 Steven Whitehouse[GFS2] Fix module building
2008-06-27 Steven Whitehouse[GFS2] Remove all_list from lock_dlm
2008-06-27 Steven Whitehouse[GFS2] Remove obsolete conversion deadlock avoidance...
2008-06-27 Steven Whitehouse[GFS2] Remove remote lock dropping code
2008-06-27 Bob Peterson[GFS2] kernel panic mounting volume
2008-06-27 Steven Whitehouse[GFS2] Revise readpage locking
2008-06-27 Steven Whitehouse[GFS2] Fix ordering of args for list_add
2008-06-27 Harvey Harrison[GFS2] trivial sparse lock annotations
2008-06-27 Steven Whitehouse[GFS2] No lock_nolock
2008-06-27 Steven Whitehouse[GFS2] Fix ordering bug in lock_dlm
2008-06-27 Steven Whitehouse[GFS2] Clean up the glock core
2008-06-24 Benjamin Marzinski[GFS2] fix gfs2 block allocation (cleaned up)
2008-06-24 Bob Peterson[GFS2] BUG: unable to handle kernel paging request...
2008-05-12 Jean Delvare[GFS2] Prefer strlcpy() over snprintf()
2008-05-12 Andrew Price[GFS2] Fix cast from unsigned int to s64
2008-05-12 Bob Peterson[GFS2] filesystem consistency error from do_strip
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-28 Nick Pigginmm: remove nopage
2008-04-21 David Teiglanddlm: move plock code from gfs2
2008-04-18 Roel Kluin[GFS2] fix assertion in log_refund()
2008-04-10 Josef Bacik[GFS2] fix GFP_KERNEL misuses
2008-03-31 Julia Lawall[GFS2] test for IS_ERR rather than 0
2008-03-31 Benjamin Marzinski[GFS2] Invalidate cache at correct point
2008-03-31 akpm@linux-foundat... [GFS2] fs/gfs2/recovery.c: suppress warnings
2008-03-31 Bob Peterson[GFS2] Faster gfs2_bitfit algorithm
2008-03-31 Steven Whitehouse[GFS2] Streamline quota lock/check for no-quota case
2008-03-31 Steven Whitehouse[GFS2] Remove drop of module ref where not needed
2008-03-31 Abhijith Das[GFS2] gfs2_adjust_quota has broken unstuffing code
2008-03-31 Cyrill Gorcunov[GFS2] possible null pointer dereference fixup
2008-03-31 Steven Whitehouse[GFS2] Need to ensure that sector_t is 64bits for GFS2
2008-03-31 Denis Cheng[GFS2] re-support special inode
2008-03-31 Denis Cheng[GFS2] remove gfs2_dev_iops
2008-03-31 Christoph Hellwig[GFS2] fix file_system_type leak on gfs2meta mount
2008-03-31 Steven Whitehouse[GFS2] Allow bmap to allocate extents
2008-03-31 Steven Whitehouse[GFS2] Fix a page lock / glock deadlock
2008-03-31 Adrian Bunk[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_ops
2008-03-31 Adrian Bunk[GFS2] gfs2/ops_file.c should #include "ops_inode.h"
2008-03-31 Marcin Slusarz[GFS2] be*_add_cpu conversion
next