aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAge
* GFS2: Fix bmap allocation corner-case bugSteven Whitehouse2010-02-12
* GFS2: Fix error codeAbhijith Das2010-02-12
* GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse2010-02-03
* GFS2: Wait for unlock completion on umountSteven Whitehouse2010-02-03
* GFS2: Use GFP_NOFS for alloc structureSteven Whitehouse2010-02-01
* GFS2: Fix previous patchSteven Whitehouse2010-02-01
* GFS2: Don't withdraw on partial rindex entriesBenjamin Marzinski2010-02-01
* GFS2: Fix refcnt leak on gfs2_follow_link() error pathOGAWA Hirofumi2010-01-12
* GFS2: Use MAX_LFS_FILESIZE for meta inode sizeSteven Whitehouse2010-01-11
* GFS2: Fix gfs2_xattr_acl_chmod()Steven Whitehouse2010-01-08
* GFS2: Fix locking bug in renameSteven Whitehouse2010-01-08
* GFS2: Ensure uptodate inode size when using O_APPENDSteven Whitehouse2010-01-08
* Revert "task_struct: make journal_info conditional"Linus Torvalds2009-12-17
* kill I_LOCKChristoph Hellwig2009-12-17
* sanitize xattr handler prototypesChristoph Hellwig2009-12-16
* fs/gfs2/sys.c: use %pUB to print UUIDsJoe Perches2009-12-15
* task_struct: make journal_info conditionalHiroshi Shimamoto2009-12-15
* GFS2: Fix glock refcount issuesSteven Whitehouse2009-12-03
* writeback: remove unused nonblocking and congestion checks (gfs2)Wu Fengguang2009-12-03
* GFS2: drop rindex glock to refresh rindex listBenjamin Marzinski2009-12-03
* GFS2: Tag all metadata with jidSteven Whitehouse2009-12-03
* GFS2: Locking order fix in gfs2_check_blk_stateSteven Whitehouse2009-12-03
* GFS2: Remove dirent_first() functionSteven Whitehouse2009-12-03
* GFS2: Display nobarrier option in /proc/mountsSteven Whitehouse2009-12-03
* GFS2: add barrier/nobarrier mount optionsChristoph Hellwig2009-12-03
* GFS2: remove division from new statfs codeBenjamin Marzinski2009-12-03
* GFS2: Improve statfs and quota usabilityBenjamin Marzinski2009-12-03
* GFS2: Use dquot_send_warning()Steven Whitehouse2009-12-03
* GFS2: Add set_xquota supportSteven Whitehouse2009-12-03
* GFS2: Add get_xquota supportSteven Whitehouse2009-12-03
* GFS2: Clean up gfs2_adjust_quota() and do_glock()Steven Whitehouse2009-12-03
* GFS2: Remove constant argument from qd_get()Steven Whitehouse2009-12-03
* GFS2: Remove constant argument from qdsb_get()Steven Whitehouse2009-12-03
* GFS2: Add proper error reporting to quota sync via sysfsSteven Whitehouse2009-12-03
* GFS2: Add get_xstate quota functionSteven Whitehouse2009-12-03
* GFS2: Remove obsolete code in quota.cSteven Whitehouse2009-12-03
* GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_opsSteven Whitehouse2009-12-03
* GFS2: Alter arguments of gfs2_quota/statfs_syncSteven Whitehouse2009-12-03
* GFS2: Add cached ACLs supportSteven Whitehouse2009-12-03
* GFS2: Clean up ACLsSteven Whitehouse2009-12-03
* GFS2: Use gfs2_set_mode() instead of munge_mode()Steven Whitehouse2009-12-03
* GFS2: Use forget_all_cached_acls()Steven Whitehouse2009-12-03
* GFS2: Fix up system xattrsSteven Whitehouse2009-12-03
* GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one)Steven Whitehouse2009-12-03
* GFS2: Fix potential race in glock codeSteven Whitehouse2009-12-03
* SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEDavid Howells2009-11-20
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-19
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
|\
| * HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-16