aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse2011-07-141-2/+2
* GFS2: force a log flush when invalidating the rindex glockBenjamin Marzinski2011-07-121-1/+3
* GFS2: Move gfs2_refresh_inode() and friends into glops.cSteven Whitehouse2011-05-091-0/+113
* GFS2: Clean up fsync()Steven Whitehouse2011-04-201-17/+42
* GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse2011-04-181-0/+4
* GFS2: introduce AIL lockDave Chinner2011-03-111-2/+8
* GFS2: Use RCU for glock hash tableSteven Whitehouse2011-01-211-14/+9
* GFS2: Don't flush delete workqueue when releasing the transaction lockSteven Whitehouse2010-12-161-1/+0
* GFS2: Fix type mapping for demote_rq interfaceSteven Whitehouse2010-10-061-1/+0
* GFS2: Remove i_disksizeSteven Whitehouse2010-09-201-3/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* GFS2: Metadata address space clean upSteven Whitehouse2010-03-011-7/+9
* GFS2: Use forget_all_cached_acls()Steven Whitehouse2009-12-031-1/+4
* GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski2009-07-301-0/+21
* GFS2: Improve resource group error handlingSteven Whitehouse2009-05-201-19/+1
* GFS2: Clear dirty bit at end of inode glock syncSteven Whitehouse2009-04-201-0/+6
* GFS2: Clean up of glops.cSteven Whitehouse2009-03-241-63/+52
* GFS2: Add a "demote a glock" interface to sysfsSteven Whitehouse2009-03-241-0/+12
* GFS2: Fix deadlock on journal flushSteven Whitehouse2009-03-241-7/+12
* GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-241-14/+0
* GFS2: Kill two daemons with one patchSteven Whitehouse2009-01-051-13/+19
* GFS2: Fix "truncate in progress" hangSteven Whitehouse2009-01-051-2/+9
* GFS2: Add more detail to debugfs glock dumpsSteven Whitehouse2009-01-051-3/+8
* GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse2009-01-051-1/+1
* [GFS2] Clean up the glock coreSteven Whitehouse2008-06-271-26/+44
* [GFS2] filesystem consistency error from do_stripBob Peterson2008-05-121-1/+1
* [GFS2] Remove rgrp and glock version numbersBob Peterson2008-03-311-2/+8
* [GFS2] Reorder writeback for glock syncSteven Whitehouse2008-01-251-64/+16
* [GFS2] Remove useless i_cache from inodesSteven Whitehouse2008-01-251-20/+1
* [GFS2] Use ->page_mkwrite() for mmap()Steven Whitehouse2008-01-251-8/+1
* [GFS2] Clean up gfs2_trans_add_revoke()Steven Whitehouse2007-10-101-9/+5
* [GFS2] Introduce gfs2_remove_from_ailSteven Whitehouse2007-10-101-5/+1
* [GFS2] delay glock demote for a minimum hold timeBenjamin Marzinski2007-10-101-0/+2
* [GFS2] Clean up invalidatepage/releasepageSteven Whitehouse2007-10-101-1/+3
* [GFS2] flush the glock completely in inode_go_syncBenjamin Marzinski2007-07-091-1/+1
* Factor outstanding I/O error handlingGuillaume Chazarain2007-05-081-4/+1
* [GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpa...Steven Whitehouse2007-03-071-1/+0
* [GFS2] Fix bz 230143, incorrect flushing of rgrpsSteven Whitehouse2007-03-071-0/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [GFS2] Tidy up glops callsSteven Whitehouse2007-02-051-58/+42
* [GFS2] Remove local exclusive glock modeSteven Whitehouse2007-02-051-1/+1
* [GFS2] Remove the "greedy" function from glock.[ch]Steven Whitehouse2007-02-051-34/+0
* [GFS2] Fix journal flush problemSteven Whitehouse2006-11-301-69/+24
* [GFS2] Simplify glops functionsSteven Whitehouse2006-11-301-31/+11
* [GFS2] Remove gfs2_inode_attr_inSteven Whitehouse2006-11-301-6/+2
* [GFS2] Shrink gfs2_inode (8) - i_vnSteven Whitehouse2006-11-301-2/+3
* [GFS2] Shrink gfs2_inode (3) - di_modeSteven Whitehouse2006-11-301-4/+4
* [GFS2] split and annotate gfs2_log_headAl Viro2006-11-301-1/+1
* [GFS2] Move logging code into log.c (mostly)Steven Whitehouse2006-10-031-0/+51
* [GFS2] Tidy up meta_io codeSteven Whitehouse2006-09-211-25/+30