aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/util.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21gfs2: Don't withdraw under a spin lockGravatar Andreas Gruenbacher 1-18/+20
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-03-24GFS2: ignore unlock failures after withdrawGravatar Benjamin Marzinski 1-0/+1
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureGravatar Bob Peterson 1-1/+0
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Gravatar Bob Peterson 1-0/+1
2014-03-07GFS2: Convert gfs2_lm_withdraw to use fs_errGravatar Joe Perches 1-45/+42
2014-03-07GFS2: Use fs_<level> more oftenGravatar Joe Perches 1-3/+3
2014-03-07GFS2: Use pr_<level> more consistentlyGravatar Joe Perches 1-6/+6
2014-03-06GFS2: global conversion to pr_foo()Gravatar Fabian Frederick 1-4/+2
2013-10-02GFS2: Move gfs2_icbit_munge into quota.cGravatar Steven Whitehouse 1-20/+0
2013-02-13GFS2: Reinstate withdraw ack systemGravatar Steven Whitehouse 1-0/+3
2012-04-24GFS2: Clean up log write code pathGravatar Steven Whitehouse 1-1/+1
2012-04-24GFS2: Use slab for block reservation memoryGravatar Bob Peterson 1-0/+1
2012-03-08GFS2: Remove a __GFP_NOFAIL allocationGravatar Steven Whitehouse 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-01GFS2: Metadata address space clean upGravatar Steven Whitehouse 1-0/+1
2009-08-24GFS2: Add "-o errors=panic|withdraw" mount optionsGravatar Bob Peterson 1-14/+27
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-3/+8
2009-01-05GFS2: Clean up & move gfs2_quotadGravatar Steven Whitehouse 1-0/+1
2008-03-31[GFS2] Remove lm.[ch] and distribute contentGravatar Steven Whitehouse 1-1/+22
2008-03-31[GFS2] Allocate gfs2_rgrpd from slab memoryGravatar Bob Peterson 1-0/+1
2007-07-09[GFS2] Fix sign problem in quota/statfs and cleanup _host structuresGravatar Steven Whitehouse 1-1/+1
2007-07-09[GFS2] Clean up inode number handlingGravatar Steven Whitehouse 1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-3/+3
2006-09-19[GFS2] Export lm_interface to kernel headersGravatar Fabio Massimo Di Nitto 1-1/+1
2006-09-04[GFS2] Change all types to uX styleGravatar Steven Whitehouse 1-1/+1
2006-09-01[GFS2] Update copyright, tidy up incore.hGravatar Steven Whitehouse 1-1/+1
2006-06-14[GFS2] Fix unlinked file handlingGravatar Steven Whitehouse 1-1/+1
2006-05-24[GFS2] Casts for printing 64bit numbersGravatar Steven Whitehouse 1-5/+6
2006-05-18[GFS2] Update copyright date to 2006Gravatar Steven Whitehouse 1-1/+1
2006-05-18[GFS2] Remove semaphore.h from C filesGravatar Steven Whitehouse 1-1/+0
2006-04-21[GFS2] Move BUG() back into the header fileGravatar Steven Whitehouse 1-1/+0
2006-04-21[GFS2] Add back missing BUG()Gravatar Steven Whitehouse 1-0/+1
2006-03-28[GFS2] Further updates to dir and logging codeGravatar Steven Whitehouse 1-5/+0
2006-02-27[GFS2] Macros removal in gfs2.hGravatar Steven Whitehouse 1-0/+4
2006-02-08[GFS2] Make journaled data files identical to normal files on diskGravatar Steven Whitehouse 1-0/+3
2006-01-18[GFS2] Remove unused code from various filesGravatar Steven Whitehouse 1-30/+0
2006-01-16[GFS2] The core of GFS2Gravatar David Teigland 1-0/+273