nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / gfs2 / lops.c
2009-12-03 Steven WhitehouseGFS2: Tag all metadata with jid
2009-06-12 Steven WhitehouseGFS2: Add tracepoints
2009-05-11 Steven WhitehouseGFS2: Update the rw flags
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2008-03-31 Bob Peterson[GFS2] Plug an unlikely leak
2008-03-31 Bob Peterson[GFS2] Only do lo_incore_commit once
2008-01-25 Steven Whitehouse[GFS2] Don't add glocks to the journal
2008-01-25 Steven Whitehouse[GFS2] Split gfs2_writepage into three cases
2007-10-10 Steven Whitehouse[GFS2] Clean up journaled data writing
2007-10-10 Steven Whitehouse[GFS2] Clean up gfs2_trans_add_revoke()
2007-10-10 Steven Whitehouse[GFS2] Use slab operations for all gfs2_bufdata allocations
2007-10-10 Steven Whitehouse[GFS2] Replace revoke structure with bufdata structure
2007-10-10 Steven Whitehouse[GFS2] Clean up ordered write code
2007-10-10 Steven Whitehouse[GFS2] Move pin/unpin into lops.c, clean up locking
2007-10-10 Bob Peterson[GFS2] Patch to protect sd_log_num_jdata
2007-10-10 Bob Peterson[GFS2] Move some code inside the log lock
2007-08-14 Bob Peterson[GFS2] soft lockup detected in databuf_lo_before_commit
2007-07-09 Robert Peterson[GFS2] Addendum to the journaled file/unmount patch
2007-07-09 Robert Peterson[GFS2] assertion failure after writing to journaled...
2007-07-09 Robert Peterson[GFS2] Journaled file write/unstuff bug
2007-07-09 Benjamin Marzinski[GFS2] fix jdata issues
2007-05-01 Benjamin Marzinski[GFS2] Fix log entry list corruption
2007-02-05 Steven Whitehouse[GFS2] Fix list corruption in lops.c
2006-11-30 Russell Cattelan[GFS2] Fix race in logging code
2006-11-30 Al Viro[GFS2] split and annotate gfs2_log_head
2006-10-12 Russell Cattelan[GFS2] Pass the correct value to kunmap_atomic
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-21 Steven Whitehouse[GFS2] Tidy up meta_io code
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-05 Steven Whitehouse[GFS2] Style changes in logging code
2006-09-05 Steven Whitehouse[GFS2] Fix end of multi-line structures
2006-09-04 Steven Whitehouse[GFS2] More style changes
2006-09-04 Steven Whitehouse[GFS2] Change all types to uX style
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
2006-08-31 Steven Whitehouse[GFS2] Fix releasepage bug (fixes direct i/o writes)
2006-08-22 Steven Whitehouse[GFS2] Another list_del bug
2006-08-22 Steven Whitehouse[GFS2] Fix to list_del in lops.c
2006-08-18 Steven Whitehouse[GFS2] Fix leak of gfs2_bufdata
2006-06-19 Steven Whitehouse[GFS2] Always include glock in transaction
2006-06-19 Steven Whitehouse[GFS2] Remove debugging printks
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
2006-05-18 Steven Whitehouse[GFS2] Update copyright date to 2006
2006-05-18 Steven Whitehouse[GFS2] Remove semaphore.h from C files
2006-04-07 Steven Whitehouse[GFS2] Fix a ref count bug and other clean ups
2006-03-30 Steven Whitehouse[GFS] Fix bug in endian conversion for metadata header
2006-03-01 Steven Whitehouse[GFS2] Fix some bugs
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] 80 Column audit of GFS2
2006-02-22 Steven Whitehouse[GFS2] Missed deletion of debugging code
2006-02-22 Steven Whitehouse[GFS2] Add list empty test to databuf_lo_add
2006-02-21 Steven Whitehouse[GFS2] Use mutices rather than semaphores
2006-02-13 Steven Whitehouse[GFS2] Fix for root inode ref count bug
2006-02-08 Steven Whitehouse[GFS2] Make journaled data files identical to normal...
2006-01-18 Steven Whitehouse[GFS2] Rename gfs2_meta_pin to gfs2_pin
2006-01-18 Steven Whitehouse[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata...
2006-01-16 David Teigland[GFS2] The core of GFS2