aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/glops.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugGravatar Steven Whitehouse 1-2/+2
2011-07-12GFS2: force a log flush when invalidating the rindex glockGravatar Benjamin Marzinski 1-1/+3
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cGravatar Steven Whitehouse 1-0/+113
2011-04-20GFS2: Clean up fsync()Gravatar Steven Whitehouse 1-17/+42
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roGravatar Steven Whitehouse 1-0/+4
2011-03-11GFS2: introduce AIL lockGravatar Dave Chinner 1-2/+8
2011-01-21GFS2: Use RCU for glock hash tableGravatar Steven Whitehouse 1-14/+9
2010-12-16GFS2: Don't flush delete workqueue when releasing the transaction lockGravatar Steven Whitehouse 1-1/+0
2010-10-06GFS2: Fix type mapping for demote_rq interfaceGravatar Steven Whitehouse 1-1/+0
2010-09-20GFS2: Remove i_disksizeGravatar Steven Whitehouse 1-3/+2
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-7/+9
2009-12-03GFS2: Use forget_all_cached_acls()Gravatar Steven Whitehouse 1-1/+4
2009-07-30GFS2: remove dcache entries for remote deleted inodesGravatar Benjamin Marzinski 1-0/+21
2009-05-20GFS2: Improve resource group error handlingGravatar Steven Whitehouse 1-19/+1
2009-04-20GFS2: Clear dirty bit at end of inode glock syncGravatar Steven Whitehouse 1-0/+6
2009-03-24GFS2: Clean up of glops.cGravatar Steven Whitehouse 1-63/+52
2009-03-24GFS2: Add a "demote a glock" interface to sysfsGravatar Steven Whitehouse 1-0/+12
2009-03-24GFS2: Fix deadlock on journal flushGravatar Steven Whitehouse 1-7/+12
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-14/+0
2009-01-05GFS2: Kill two daemons with one patchGravatar Steven Whitehouse 1-13/+19
2009-01-05GFS2: Fix "truncate in progress" hangGravatar Steven Whitehouse 1-2/+9
2009-01-05GFS2: Add more detail to debugfs glock dumpsGravatar Steven Whitehouse 1-3/+8
2009-01-05GFS2: Banish struct gfs2_dinode_hostGravatar Steven Whitehouse 1-1/+1
2008-06-27[GFS2] Clean up the glock coreGravatar Steven Whitehouse 1-26/+44
2008-05-12[GFS2] filesystem consistency error from do_stripGravatar Bob Peterson 1-1/+1
2008-03-31[GFS2] Remove rgrp and glock version numbersGravatar Bob Peterson 1-2/+8
2008-01-25[GFS2] Reorder writeback for glock syncGravatar Steven Whitehouse 1-64/+16
2008-01-25[GFS2] Remove useless i_cache from inodesGravatar Steven Whitehouse 1-20/+1
2008-01-25[GFS2] Use ->page_mkwrite() for mmap()Gravatar Steven Whitehouse 1-8/+1
2007-10-10[GFS2] Clean up gfs2_trans_add_revoke()Gravatar Steven Whitehouse 1-9/+5
2007-10-10[GFS2] Introduce gfs2_remove_from_ailGravatar Steven Whitehouse 1-5/+1
2007-10-10[GFS2] delay glock demote for a minimum hold timeGravatar Benjamin Marzinski 1-0/+2
2007-10-10[GFS2] Clean up invalidatepage/releasepageGravatar Steven Whitehouse 1-1/+3
2007-07-09[GFS2] flush the glock completely in inode_go_syncGravatar Benjamin Marzinski 1-1/+1
2007-05-08Factor outstanding I/O error handlingGravatar Guillaume Chazarain 1-4/+1
2007-03-07[GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpa...Gravatar Steven Whitehouse 1-1/+0
2007-03-07[GFS2] Fix bz 230143, incorrect flushing of rgrpsGravatar Steven Whitehouse 1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-05[GFS2] Tidy up glops callsGravatar Steven Whitehouse 1-58/+42
2007-02-05[GFS2] Remove local exclusive glock modeGravatar Steven Whitehouse 1-1/+1
2007-02-05[GFS2] Remove the "greedy" function from glock.[ch]Gravatar Steven Whitehouse 1-34/+0
2006-11-30[GFS2] Fix journal flush problemGravatar Steven Whitehouse 1-69/+24
2006-11-30[GFS2] Simplify glops functionsGravatar Steven Whitehouse 1-31/+11
2006-11-30[GFS2] Remove gfs2_inode_attr_inGravatar Steven Whitehouse 1-6/+2
2006-11-30[GFS2] Shrink gfs2_inode (8) - i_vnGravatar Steven Whitehouse 1-2/+3
2006-11-30[GFS2] Shrink gfs2_inode (3) - di_modeGravatar Steven Whitehouse 1-4/+4
2006-11-30[GFS2] split and annotate gfs2_log_headGravatar Al Viro 1-1/+1
2006-10-03[GFS2] Move logging code into log.c (mostly)Gravatar Steven Whitehouse 1-0/+51
2006-09-21[GFS2] Tidy up meta_io codeGravatar Steven Whitehouse 1-25/+30