- e5966cf gfs2: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- c551f66 gfs2: Fix a number of kernel-doc warnings by Lee Jones · 3 years, 9 months ago
- 9153dac gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent by Andreas Gruenbacher · 3 years, 9 months ago
- 834ec3e gfs2: Lock imbalance on error path in gfs2_recover_one by Andreas Gruenbacher · 3 years, 11 months ago
- 8221894 gfs2: keep bios separate for each journal by Bob Peterson · 4 years ago
- c77b52c gfs2: Add common helper for holding and releasing the freeze glock by Bob Peterson · 4 years ago
- 4a55752 gfs2: Split up gfs2_meta_sync into inode and rgrp versions by Bob Peterson · 4 years, 2 months ago
- bedb0f0 gfs2: Recover statfs info in journal head by Abhi Das · 4 years, 2 months ago
- 7309269 gfs2: Add fields for statfs info in struct gfs2_log_header_host by Abhi Das · 4 years, 2 months ago
- 623ba66 gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE by Bob Peterson · 4 years, 6 months ago
- c953a73 gfs2: change from write to read lock for sd_log_flush_lock in journal replay by Bob Peterson · 4 years, 9 months ago
- 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
- c9ebc4b gfs2: allow journal replay to hold sd_log_flush_lock by Bob Peterson · 4 years, 10 months ago
- 03678a9 gfs2: Ignore dlm recovery requests if gfs2 is withdrawn by Bob Peterson · 6 years ago
- 19ebc05 gfs2: Remove active journal side effect from gfs2_write_log_header by Andreas Gruenbacher · 5 years ago
- 098b9c1 gfs2: removed unnecessary semicolon by Aliasgar Surti · 5 years ago
- 49eb776 gfs2: log which portion of the journal is replayed by Bob Peterson · 6 years ago
- 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
- f4686c2 gfs2: read journal in large chunks by Abhi Das · 6 years ago
- 7c70b89 gfs2: clean_journal improperly set sd_log_flush_head by Bob Peterson · 6 years ago
- 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
- 2a5f14f gfs2: read journal in large chunks to locate the head by Abhi Das · 6 years ago
- 40e0e61 gfs2: add a helper function to get_log_header that can be used elsewhere by Abhi Das · 6 years ago
- 98583b3 gfs2: add more timing info to journal recovery process by Abhi Das · 6 years ago
- 4a77277 GFS2: Fix recovery issues for spectators by Bob Peterson · 6 years ago
- 5e86d9d gfs2: time journal recovery steps accurately by Abhi Das · 7 years ago
- c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
- 0ff5916 gfs2: Get rid of gfs2_log_header_in by Andreas Gruenbacher · 7 years ago
- 588bff9 GFS2: Reduce code redundancy writing log headers by Bob Peterson · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- e1cb6be GFS2: Fix gfs2_replay_incr_blk for multiple journal sizes by Bob Peterson · 8 years ago
- 3566c96 GFS2: fix sprintf format specifier by alex chen · 10 years ago
- 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
- ba1bdef Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into next by Linus Torvalds · 11 years ago
- 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago
- 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
- a17d758b GFS2: Move recovery variables to journal structure in memory by Bob Peterson · 11 years ago
- 376d377 GFS2: fail mount if journal recovery fails by David Teigland · 13 years ago
- e8ca5cc GFS2: let spectator mount do read only recovery by David Teigland · 13 years ago
- e0c2a9a GFS2: dlm based recovery coordination by David Teigland · 13 years ago
- c741c45 GFS2: Fix spectator umount issue by Steven Whitehouse · 14 years ago
- d0795f9 GFS2: Fix journal check for spectator mounts by Steven Whitehouse · 14 years ago
- 6ecd7c2 gfs2: use workqueue instead of slow-work by Tejun Heo · 14 years ago
- 0ab7d13 GFS2: Tag all metadata with jid by Steven Whitehouse · 15 years ago
- 1c2ea8a SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE by David Howells · 15 years ago
- 3d7a641 SLOW_WORK: Wait for outstanding work items belonging to a module to clear by David Howells · 15 years ago
- fe64d51 GFS2: Umount recovery race fix by Steven Whitehouse · 16 years ago
- f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
- 2bfb644 GFS2: Move four functions from super.c by Steven Whitehouse · 16 years ago
- 9ac1b4d GFS2: Move gfs2_recoverd into recovery.c by Steven Whitehouse · 16 years ago
- 048bca2 [GFS2] No lock_nolock by Steven Whitehouse · 17 years ago
- 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 17 years ago
- 16c5f06 [GFS2] fix GFP_KERNEL misuses by Josef Bacik · 17 years ago
- f5a8cd0 [GFS2] fs/gfs2/recovery.c: suppress warnings by akpm@linux-foundation.org · 17 years ago
- da755fd [GFS2] Remove lm.[ch] and distribute content by Steven Whitehouse · 17 years ago
- c78bad1 fs/: Spelling fixes by Joe Perches · 17 years ago
- 7bc5c41 [GFS2] Allow journal recovery on read-only mount by Abhijith Das · 17 years ago
- e9e1ef2 [GFS2] Remove function gfs2_get_block by Bob Peterson · 17 years ago
- 75be73a [GFS2] Ensure journal file cache is flushed after recovery by Bob Peterson · 17 years ago
- bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 18 years ago
- cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
- 887bc5d [GFS2] Fix indent in recovery.c by Steven Whitehouse · 18 years ago
- 2a2c982 [GFS2] Fix crc32 calculation in recovery.c by Steven Whitehouse · 18 years ago
- 5516762 [GFS2] split and annotate gfs2_log_head by Al Viro · 18 years ago
- 2359125 [GFS2] Fix bmap to map extents properly by Steven Whitehouse · 18 years ago
- 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
- 7276b3b [GFS2] Tidy up meta_io code by Steven Whitehouse · 18 years ago
- 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
- 7a6bbac [GFS2] Map multiple blocks at once where possible by Steven Whitehouse · 18 years ago
- a67cdbd [GFS2] Style changes in logging code by Steven Whitehouse · 18 years ago
- cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
- e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
- 8872187 [GFS2] Fix a couple of refcount leaks. by Russell Cattelan · 18 years ago
- 59a1cc6 [GFS2] Fix lock ordering bug in page fault path by Steven Whitehouse · 18 years ago
- feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 19 years ago
- 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 19 years ago
- bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 19 years ago
- fd88de56 [GFS2] Readpages support by Steven Whitehouse · 19 years ago
- 579b78a [GFS2] Remove GL_NEVER_RECURSE flag by Steven Whitehouse · 19 years ago
- 5965b1f [GFS2] Don't do recursive locking in glock layer by Steven Whitehouse · 19 years ago
- c63e31c [GFS2] journal recovery patch by David Teigland · 19 years ago
- e3167de [GFS] Fix bug in endian conversion for metadata header by Steven Whitehouse · 19 years ago
- 71b86f5 [GFS2] Further updates to dir and logging code by Steven Whitehouse · 19 years ago
- 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 19 years ago
- 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 19 years ago
- 7359a19 [GFS2] Fix for root inode ref count bug by Steven Whitehouse · 19 years ago
- b3b94fa [GFS2] The core of GFS2 by David Teigland · 19 years ago