The complex patch with which MohammadAG had his success
[h-e-n] / fs / gfs2 /
2010-08-29 Paul FertserMaemo patchset 20101501+0m5
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
2008-03-31 Steven Whitehouse[GFS2] Fix bug where we called drop_bh incorrectly
2008-03-31 Steven Whitehouse[GFS2] Get inode buffer only once per block map call
2008-03-31 Steven Whitehouse[GFS2] Eliminate (almost) duplicate field from gfs2_inode
2008-03-31 Steven Whitehouse[GFS2] Add a function to interate over an extent
2008-03-31 Steven Whitehouse[GFS2] The case of the missing asterisk
2008-03-31 Steven Whitehouse[GFS2] Add extent allocation to block allocator
2008-03-31 Steven Whitehouse[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data
2008-03-31 Steven Whitehouse[GFS2] Update gfs2_trans_add_unrevoke to accept extents
2008-03-31 Steven Whitehouse[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_d...
2008-03-31 Steven Whitehouse[GFS2] Reduce inode size by merging fields
2008-03-31 Bob Peterson[GFS2] Remove unused counters
2008-03-31 Steven Whitehouse[GFS2] Shrink & rename di_depth
2008-03-31 Bob Peterson[GFS2] Remove rgrp and glock version numbers
2008-03-31 Steven Whitehouse[GFS2] Remove lm.[ch] and distribute content
2008-03-31 Bob Peterson[GFS2] Eliminate gl_req_bh
2008-03-31 Steven Whitehouse[GFS2] Add consts to various bits of rgrp.c
2008-03-31 Steven Whitehouse[GFS2] Introduce array of buffers to struct metapath
2008-03-31 Steven Whitehouse[GFS2] Move part of gfs2_block_map into a separate...
2008-03-31 Bob Peterson[GFS2] Get rid of gl_waiters2
2008-03-31 Bob Peterson[GFS2] Combine rg_flags and rd_flags
2008-03-31 Bob Peterson[GFS2] Allocate gfs2_rgrpd from slab memory
2008-03-31 Bob Peterson[GFS2] Plug an unlikely leak
2008-03-31 Adrian Bunk[GFS2] make gfs2_glock_hold() static
2008-03-31 Bob Peterson[GFS2] Only wake the reclaim daemon if we need to
2008-03-31 Bob Peterson[GFS2] Misc fixups
2008-03-31 Bob Peterson[GFS2] Only do lo_incore_commit once
2008-03-31 Bob Peterson[GFS2] Fix debug inode printing
2008-03-31 Bob Peterson[GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc
2008-03-31 Steven Whitehouse[GFS2] Streamline indirect pointer tree height calculation
2008-03-31 Steven Whitehouse[GFS2] Speed up gfs2_write_alloc_required, deprecate...
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
next