nfsd4: lookup up callback cred only once
[safe/jmp/linux-2.6] / fs / gfs2 /
2009-04-20 Steven WhitehouseGFS2: Fix page_mkwrite() return code
2009-04-20 Steven WhitehouseGFS2: Clear dirty bit at end of inode glock sync
2009-04-15 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-fixes
2009-04-15 Nikanth Karthikesangfs2: Remove code handling bio_alloc failure with __GFP...
2009-04-15 Xu GangGFS2: Use DEFINE_SPINLOCK
2009-04-15 Christoph HellwigGFS2: cleanup file_operations mess
2009-04-15 Steven WhitehouseGFS2: Move umount flush rwsem
2009-04-15 Steven WhitehouseGFS2: Fix symlink creation race
2009-04-15 Steven WhitehouseGFS2: Make quotad's waiting interruptible
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-04-01 Al ViroNew helper - current_umask()
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Al Viroconstify dentry_operations: GFS2
2009-03-24 Steven WhitehouseGFS2: Fix freeze issue
2009-03-24 Steven WhitehouseFix a minor bug in the previous patch
2009-03-24 Steven WhitehouseGFS2: Clean up of glops.c
2009-03-24 Benjamin MarzinskiGFS2: Fix locking bug in failed shared to exclusive...
2009-03-24 Hisashi HifumiGFS2: Pagecache usage optimization on GFS2
2009-03-24 Hannes EderGFS2: fix sparse warning: Should it be static?
2009-03-24 Hannes EderGFS2: fix sparse warnings: constant is so big it is ...
2009-03-24 Steven WhitehouseGFS2: Support quota/noquota mount arguments
2009-03-24 Steven WhitehouseGFS2: Fix alignment issue and tidy gfs2_bitfit
2009-03-24 Steven WhitehouseGFS2: Add a "demote a glock" interface to sysfs
2009-03-24 Steven WhitehouseGFS2: Expose UUID via sysfs/uevent
2009-03-24 Steven WhitehouseGFS2: Support generation of discard requests
2009-03-24 Steven WhitehouseGFS2: Fix deadlock on journal flush
2009-03-24 Steven WhitehouseGFS2: Fix error path ref counting for root inode
2009-03-24 Steven WhitehouseGFS2: Remove unused field from glock
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2009-03-24 Steven WhitehouseGFS2: Remove "double" locking in quota
2009-03-24 Abhijith DasGFS2: change gfs2_quota_scan into a shrinker
2009-03-24 Abhijith DasGFS2: Bring back lvb-related stuff to lock_nolock to...
2009-03-24 Steven WhitehouseGFS2: Fix remount argument parsing
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
next