GFS2: Pull request (merge window)
Hi,
Please consider pulling the following patches, Steve. --------------------------------------------------------------------------------- The following changes since commit 540ad6b62b3a188a53b51cac81d8a60d40e29fbd: Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb (2010-07-28 20:01:26 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master Abhijith Das (1): GFS2: Fix typo in stuffed file data copy handling Bob Peterson (1): GFS2: Simplify gfs2_write_alloc_required David Rientjes (1): GFS2: remove dependency on __GFP_NOFAIL Steven Whitehouse (5): GFS2: Use nobh_writepage GFS2: Wait for journal id on mount if not specified on mount command line GFS2: Make "try" lock not try quite so hard Revert "GFS2: recovery stuck on transaction lock" GFS2: Fix recovery stuck bug (try #2) fs/gfs2/aops.c | 9 +--- fs/gfs2/bmap.c | 17 +++----- fs/gfs2/bmap.h | 2 +- fs/gfs2/dir.c | 11 ++++- fs/gfs2/file.c | 4 +- fs/gfs2/glock.c | 105 ++++++++++++++++++++++++++++++------------------- fs/gfs2/incore.h | 1 + fs/gfs2/ops_fstype.c | 27 ++++++++++++- fs/gfs2/quota.c | 15 +------ fs/gfs2/super.c | 9 +--- fs/gfs2/sys.c | 57 +++++++++++++++++++++++++- 11 files changed, 169 insertions(+), 88 deletions(-) |
GFS2: Pull request (merge window)
Hi,
There have been no changes in the GFS2 -nmw git tree since my recent patch posting. Please consider pulling the following changes, Steve. ------------------------------------------------------------------------- The following changes since commit 2422084a94fcd5038406261b331672a13c92c050: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 (2010-09-19 11:09:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master Andrea Gelmini (1): GFS2: fixed typo Benjamin Marzinski (2): GFS2: fallocate support GFS2: reserve more blocks for transactions Bob Peterson (1): GFS2 fatal: filesystem consistency error on rename Steven Whitehouse (18): GFS2: New truncate sequence GFS2: Remove i_disksize GFS2: No longer experimental GFS2: Add a bug trap in allocation code GFS2: Fix whitespace in previous patch GFS2: Don't enforce min hold time when two demotes occur in rapid succession GFS2: Update handling of DLM return codes to match reality GFS2: Use new workqueue scheme GFS2: Make . and .. qstrs constant GFS2: Remove ignore_local_fs mount argument GFS2: Remove localcaching mount option GFS2: Remove upgrade mount option GFS2: Fix journal check for spectator mounts GFS2: Fix compiler warning from previous patch GFS2: Fix spectator umount issue GFS2: Add "norecovery" mount option as a synonym for "spectator" GFS2: Improve journal allocation via sysfs GFS2: Fix type mapping for demote_rq interface fs/gfs2/Kconfig | 2 +- fs/gfs2/aops.c | 24 ++-- fs/gfs2/bmap.c | 255 +++++++++++++++++++-------------------- fs/gfs2/bmap.h | 20 ++-- fs/gfs2/dentry.c | 2 +- fs/gfs2/dir.c | 31 +++-- fs/gfs2/dir.h | 34 +++--- fs/gfs2/export.c | 9 +-- fs/gfs2/file.c | 6 +- fs/gfs2/glock.c | 23 +++- fs/gfs2/glock.h | 2 +- fs/gfs2/glops.c | 6 +- fs/gfs2/incore.h | 8 +- fs/gfs2/inode.c | 9 +- fs/gfs2/inode.h | 15 +++ fs/gfs2/lock_dlm.c | 4 +- fs/gfs2/main.c | 6 +- fs/gfs2/ops_fstype.c | 79 +++---------- fs/gfs2/ops_inode.c | 326 ++++++++++++++++++++++++++++++++++++++++++-------- fs/gfs2/quota.c | 16 +-- fs/gfs2/recovery.c | 15 ++- fs/gfs2/rgrp.c | 50 ++++++-- fs/gfs2/rgrp.h | 8 +- fs/gfs2/super.c | 26 ++--- fs/gfs2/sys.c | 22 ++-- fs/gfs2/trace_gfs2.h | 3 +- fs/gfs2/trans.h | 9 ++ fs/gfs2/xattr.c | 2 +- 28 files changed, 617 insertions(+), 395 deletions(-) |
GFS2: Pull request (merge window)
Hi,
When you are ready to start merging, please consider pulling the following changes. There have been no updates since I posted the patches before Christmas, Steve. ------------------------------------------------------------------------------ The following changes since commit 0fcdcfbbc98f70f559e4b36773a69972489a6d8f: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq (2010-12-14 18:50:10 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master Abhijith Das (1): GFS2: Allow gfs2 to update quota usage values through the quotactl interface Benjamin Marzinski (2): GFS2: reread rindex when necessary to grow rindex GFS2: fix recursive locking during rindex truncates Bob Peterson (1): GFS2: fsck.gfs2 reported statfs error after gfs2_grow Joe Perches (3): GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pS GFS2: fs/gfs2/glock.c: Use printf extension %pV GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg Steven Whitehouse (8): GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIM GFS2: Remove unreachable calls to vmtruncate GFS2: Clean up duplicated setattr code GFS2: Clean up of gdlm_lock function GFS2: Remove duplicate #defines from glock.h GFS2: Fix uninitialised error value in previous patch GFS2: Merge glock state fields into a bitfield GFS2: Don't flush delete workqueue when releasing the transaction lock fs/gfs2/bmap.c | 11 ++++++-- fs/gfs2/glock.c | 71 ++++++++++++++++++++++++-------------------------- fs/gfs2/glock.h | 28 ++++---------------- fs/gfs2/glops.c | 1 - fs/gfs2/incore.h | 12 +++++--- fs/gfs2/inode.c | 9 ------ fs/gfs2/lock_dlm.c | 15 +++-------- fs/gfs2/ops_inode.c | 18 +------------ fs/gfs2/quota.c | 13 ++++++++- fs/gfs2/rgrp.c | 57 +++++++++------------------------------- fs/gfs2/rgrp.h | 1 + fs/gfs2/xattr.c | 23 +---------------- 12 files changed, 86 insertions(+), 173 deletions(-) |
GFS2: Pull request (merge window)
Hi,
Please consider pulling the following changes, Steve. ----------------------------------------------------------- The following changes since commit 2b1caf6ed7b888c95a1909d343799672731651a5: Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2011-01-20 18:30:37 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master Abhijith Das (2): GFS2: panics on quotacheck update GFS2: quota allows exceeding hard limit Benjamin Marzinski (1): GFS2: fix block allocation check for fallocate Bob Peterson (2): GFS2: deallocation performance patch GFS2: Optimize glock multiple-dequeue code Dave Chinner (1): GFS2: introduce AIL lock Maxim (1): GFS2: Adding missing unlock_page() Steven Whitehouse (8): GFS2: Use RCU for glock hash table GFS2: Post-VFS scale update for RCU path walk GFS2: Fix glock queue trace point GFS2: Improve cluster mmap scalability GFS2: Fix glock deallocation race GFS2: Remove potential race in flock code GFS2: Update to AIL list locking GFS2: Don't use _raw version of RCU dereference fs/gfs2/acl.c | 7 +- fs/gfs2/aops.c | 1 + fs/gfs2/bmap.c | 20 ++- fs/gfs2/file.c | 77 ++++++---- fs/gfs2/glock.c | 410 +++++++++++++++++++------------------------------- fs/gfs2/glock.h | 39 +++--- fs/gfs2/glops.c | 33 ++-- fs/gfs2/incore.h | 7 +- fs/gfs2/lock_dlm.c | 14 +-- fs/gfs2/log.c | 32 ++-- fs/gfs2/lops.c | 10 +- fs/gfs2/main.c | 6 +- fs/gfs2/meta_io.c | 2 + fs/gfs2/ops_fstype.c | 11 +- fs/gfs2/ops_inode.c | 10 +- fs/gfs2/quota.c | 14 ++- fs/gfs2/rgrp.c | 34 ++++- fs/gfs2/rgrp.h | 2 + 18 files changed, 351 insertions(+), 378 deletions(-) |
GFS2: Pull request (merge window)
Hi,
Please consider pulling the following GFS2 changes, Steve. ---------------------------------------------------------------------------------- The following changes since commit 2f666bcf757cb72549f360ef6da02f03620a48b6: Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-04-19 18:32:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master Benjamin Marzinski (1): GFS2: make sure fallocate bytes is a multiple of blksize Bob Peterson (5): GFS2: Dump better debug info if a bitmap inconsistency is detected GFS2: remove *leaf_call_t and simplify leaf_dealloc GFS2: Combine transaction from gfs2_dir_exhash_dealloc GFS2: pass leaf_bh into leaf_dealloc GFS2: move function foreach_leaf to gfs2_dir_exhash_dealloc Steven Whitehouse (26): GFS2: Make ->write_inode() really write GFS2: Use filemap_fdatawrite() to write back the AIL GFS2: Alter point of entry to glock lru list for glocks with an address_space GFS2: Remove unused macro GFS2: Clean up fsync() GFS2: Improve tracing support (adds two flags) GFS2: Optimise glock lru and end of life inodes GFS2: Make writeback more responsive to system conditions GFS2: Add an AIL writeback tracepoint GFS2: Fix ail list traversal GFS2: Improve bug trap code in ->releasepage() GFS2: Double check link count under glock GFS2: Don't use a try lock when promoting to a higher mode GFS2: Don't use gfs2_change_nlink in link syscall GFS2: Make gfs2_dir_del update link count when required GFS2: When adding a new dir entry, inc link count if it is a subdir GFS2: Remove gfs2_dinode_print() function GFS2: Move gfs2_refresh_inode() and friends into glops.c GFS2: Move most of the remaining inode.c into ops_inode.c GFS2: Move final part of inode.c into super.c GFS2: Inode.c is empty now, remove it GFS2: Rename ops_inode.c to inode.c GFS2: Use UUID field in generic superblock GFS2: Clean up mkdir GFS2: Clean up symlink creation GFS2: Move all locking inside the inode creation function fs/gfs2/Makefile | 4 +- fs/gfs2/aops.c | 8 +- fs/gfs2/dir.c | 197 +++---- fs/gfs2/dir.h | 4 +- fs/gfs2/export.c | 2 +- fs/gfs2/file.c | 46 +- fs/gfs2/glock.c | 94 ++-- fs/gfs2/glock.h | 3 +- fs/gfs2/glops.c | 172 +++++- fs/gfs2/glops.h | 2 + fs/gfs2/incore.h | 8 +- fs/gfs2/inode.c | 1546 +++++++++++++++++++++++++++++++++++++++----------- fs/gfs2/inode.h | 8 +- fs/gfs2/log.c | 179 +++--- fs/gfs2/log.h | 2 + fs/gfs2/lops.c | 39 +- fs/gfs2/main.c | 1 + fs/gfs2/meta_io.c | 2 + fs/gfs2/meta_io.h | 2 - fs/gfs2/ops_fstype.c | 32 +- fs/gfs2/ops_inode.c | 1344 ------------------------------------------- fs/gfs2/rgrp.c | 20 +- fs/gfs2/super.c | 138 +++++- fs/gfs2/sys.c | 6 +- fs/gfs2/trace_gfs2.h | 38 ++- 25 files changed, 1865 insertions(+), 2032 deletions(-) delete mode 100644 fs/gfs2/ops_inode.c |
GFS2: Pull request (merge window)
Hi,
Please consider pulling the following changes, Steve. ------------------------------------------------------------------------ The following changes since commit 5dcd07b9f39ca3e9be5bcc387d193fc0674e1c81: Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes (2011-07-14 10:20:42 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master Bob Peterson (1): GFS2: Automatically adjust glock min hold time Eric Sandeen (1): GFS2: combine duplicated block freeing routines Steven Whitehouse (2): GFS2: Cache dir hash table in a contiguous buffer GFS2: Add S_NOSEC support fs/gfs2/bmap.c | 12 +--- fs/gfs2/dir.c | 221 +++++++++++++++++++++++++------------------------- fs/gfs2/dir.h | 1 + fs/gfs2/file.c | 4 +- fs/gfs2/glock.c | 39 +++++++--- fs/gfs2/glock.h | 6 ++ fs/gfs2/glops.c | 7 +- fs/gfs2/incore.h | 3 +- fs/gfs2/main.c | 1 + fs/gfs2/ops_fstype.c | 1 + fs/gfs2/rgrp.c | 52 +----------- fs/gfs2/rgrp.h | 4 +- fs/gfs2/super.c | 2 +- 13 files changed, 165 insertions(+), 188 deletions(-) |
GFS2: Pull request (merge window)
Hi,
Please consider pulling the following changes. These are at a temporary location pending getting my kernel.org account back again. If thats an issue, please let me know, otherwise I'm hoping that just signing this pull request should be enough for now. I included below what I hope is enough info that it should be possible to validate the tree from this message. There are no changes since I posted the patches for final review. Steve. -------------------------------------------------------------------------- The following changes since commit fd11e153b82ad1c84ccc71ba1cfedc222465198c: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2011-10-20 22:16:28 +0300) are available in the git repository at: http://sucs.org/~rohan/git/gfs2-3.0-nmw/ master Benjamin Marzinski (1): GFS2: rewrite fallocate code to write blocks directly Bob Peterson (2): GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme GFS2: speed up delete/unlink performance for large files Steven Whitehouse (21): GFS2: Clean up dir hash table reading GFS2: Split data write & wait in fsync GFS2: Fix bug-trap in ail flush code GFS2: Make atime checks more efficient GFS2: Fix inode allocation error path GFS2: Fix bug trap and journaled data fsync GFS2: Use ->dirty_inode() GFS2: Clean up gfs2_create GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added GFS2: Make resource groups "append only" during life of fs GFS2: Cache the most recently used resource group in the inode GFS2: Remove obsolete assert GFS2: Call do_strip() directly from recursive_scan() GFS2: Use cached rgrp in gfs2_rlist_add() GFS2: Fix AIL flush issue during fsync GFS2: Correctly set goal block after allocation GFS2: Clean up ->page_mkwrite GFS2: Fix off-by-one in gfs2_blk2rgrpd GFS2: Misc fixes GFS2: Remove two unused variables GFS2: Move readahead of metadata during deallocation into its own function fs/gfs2/acl.c | 5 +- fs/gfs2/aops.c | 8 +- fs/gfs2/bmap.c | 199 ++++++++++-------- fs/gfs2/dir.c | 50 +---- fs/gfs2/file.c | 295 ++++++++++---------------- fs/gfs2/glops.c | 89 ++++---- fs/gfs2/glops.h | 2 +- fs/gfs2/incore.h | 23 +-- fs/gfs2/inode.c | 112 ++++------- fs/gfs2/inode.h | 2 +- fs/gfs2/lops.c | 66 +++---- fs/gfs2/ops_fstype.c | 6 +- fs/gfs2/quota.c | 28 +-- fs/gfs2/rgrp.c | 573 +++++++++++++++++--------------------------------- fs/gfs2/rgrp.h | 31 +-- fs/gfs2/super.c | 134 +++++++----- fs/gfs2/trans.c | 5 - fs/gfs2/trans.h | 22 +- fs/gfs2/xattr.c | 28 +-- 19 files changed, 666 insertions(+), 1012 deletions(-) --------------------------------------------------------------------------------- Top of tree commit (to verify tree matches details in this email, if required): author Steven Whitehouse <swhiteho@redhat.com> Wed, 21 Sep 2011 10:05:16 +0000 (11:05 +0100) committer Steven Whitehouse <swhiteho@redhat.com> Fri, 21 Oct 2011 11:39:54 +0000 (12:39 +0100) commit b99b98dc2673a123a73068f16720232d7be7e669 tree a191b03e9c054c62777d1b3ab3cae55cbd6e5e01 tree | snapshot parent 9ae32429fe036fcfce036ec57b28fc59f3911976 commit | diff |
GFS2: Pull request (merge window)
Hi,
Please consider pulling the following changes, Steve. ------------------------------------------------------------------------------ The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5: Linux 3.2-rc1 (2011-11-07 16:16:02 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git master Bob Peterson (7): GFS2: Add readahead to sequential directory traversal GFS2: Add non-try locks back to get_local_rgrp GFS2: combine gfs2_alloc_block and gfs2_alloc_di GFS2: remove vestigial al_alloced GFS2: move toward a generic multi-block allocator GFS2: split function rgblk_search GFS2: decouple quota allocations from block allocations H Hartley Sweeten (1): GFS2: local functions should be static Steven Whitehouse (8): GFS2: Fix up REQ flags GFS2: More automated code analysis fixes GFS2: Fix very unlikley memory leak in ACL xattr code GFS2: f_ra is always valid in dir readahead function GFS2: O_(D)SYNC support for fallocate GFS2: Fix up "off by one" in the previous patch GFS2: Fix multi-block allocation GFS2: We only need one ACL getting function fs/gfs2/acl.c | 14 +-- fs/gfs2/aops.c | 18 ++-- fs/gfs2/bmap.c | 26 ++--- fs/gfs2/dir.c | 64 ++++++++++- fs/gfs2/dir.h | 2 +- fs/gfs2/export.c | 3 +- fs/gfs2/file.c | 34 +++--- fs/gfs2/incore.h | 20 ++-- fs/gfs2/inode.c | 72 +++++++------ fs/gfs2/log.c | 2 +- fs/gfs2/main.c | 3 +- fs/gfs2/meta_io.c | 4 +- fs/gfs2/ops_fstype.c | 2 +- fs/gfs2/quota.c | 87 ++++++--------- fs/gfs2/rgrp.c | 293 +++++++++++++++++++++++++++---------------------- fs/gfs2/rgrp.h | 16 ++-- fs/gfs2/super.c | 14 ++-- fs/gfs2/trans.h | 6 +- fs/gfs2/xattr.c | 48 ++++----- 19 files changed, 394 insertions(+), 334 deletions(-) |
GFS2: Pull request (merge window)
Hi,
Please consider pulling the following changes. The only change since the initial patch posting is a three line bug fix from Bob Peterson, Steve. ------------------------------------------------------------------------------ The following changes since commit 891003abb0db6bfffd61b76ad0ed39bb7c3db8e1: Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes (2012-02-28 09:17:31 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git master Benjamin Marzinski (1): GFS2: call gfs2_write_alloc_required for each chunk Bob Peterson (5): GFS2: Sort the ordered write list GFS2: Unlock rindex mutex on glock error GFS2: Eliminate sd_rindex_mutex GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpd GFS2: Change truncate page allocation to be GFP_NOFS Steven Whitehouse (7): GFS2: glock statistics gathering GFS2: Move two functions from log.c to lops.c GFS2: FITRIM ioctl support GFS2: Make bd_cmp() static GFS2: Flush pending glock work when evicting an inode GFS2: Remove a __GFP_NOFAIL allocation GFS2: Clean up log flush header writing fs/gfs2/bmap.c | 4 +- fs/gfs2/file.c | 15 ++- fs/gfs2/glock.c | 210 +++++++++++++++++++++++++++++++++++-- fs/gfs2/incore.h | 50 ++++++++- fs/gfs2/inode.c | 4 +- fs/gfs2/lock_dlm.c | 123 +++++++++++++++++++++- fs/gfs2/log.c | 244 +++++++++++++++---------------------------- fs/gfs2/log.h | 5 +- fs/gfs2/lops.c | 95 +++++++++++++++++- fs/gfs2/main.c | 18 +++ fs/gfs2/ops_fstype.c | 9 ++- fs/gfs2/quota.c | 2 +- fs/gfs2/rgrp.c | 189 ++++++++++++++++++++++++++-------- fs/gfs2/rgrp.h | 10 +- fs/gfs2/super.c | 3 +- fs/gfs2/trace_gfs2.h | 60 +++++++++++- fs/gfs2/util.c | 1 + fs/gfs2/util.h | 3 + fs/gfs2/xattr.c | 4 +- include/linux/gfs2_ondisk.h | 1 + 20 files changed, 805 insertions(+), 245 deletions(-) |
GFS2: Pull request (merge window)
Hi,
Please consider pulling the following patches. There have been no changes since they were posted for review, Steve. ---------------------------------------------------------------------------- The following changes since commit af3a3ab2966112c0d0a44df7eeb1e95fe32d4495: Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes (2012-04-24 08:22:25 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git master Andrew Price (1): GFS2: Remove unused argument from gfs2_internal_read Bob Peterson (14): GFS2: Rename function gfs2_close to gfs2_release GFS2: make function gfs2_page_add_databufs static GFS2: Use slab for block reservation memory GFS2: Eliminate offset parameter to gfs2_setbit GFS2: Fix function parameter comments in rgrp.c GFS2: Change variable blk to biblk GFS2: Use variable rather than qa to determine if unstuff necessary GFS2: Eliminate needless parameter from function gfs2_setbit GFS2: Eliminate vestigial sd_log_le_rg GFS2: eliminate log elements and simplify GFS2: Remove redundant metadata block type check GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer GFS2: Add rgrp information to block_alloc trace point GFS2: Fix quota adjustment return code Steven Whitehouse (9): GFS2: Drop "pull" argument from log_write_header() GFS2: Make gfs2_log_fake_buf() write the buffer too GFS2: Clean up log write code path GFS2: Remove duplicate log code GFS2: Remove bd_list_tr GFS2: Log code fixes GFS2: Fix sgid propagation when using ACLs GFS2: Update main gfs2 doc GFS2: Update glock doc to add new stats info Documentation/filesystems/gfs2-glocks.txt | 119 +++++++- Documentation/filesystems/gfs2.txt | 9 +- fs/gfs2/acl.c | 12 +- fs/gfs2/aops.c | 18 +- fs/gfs2/bmap.c | 10 +- fs/gfs2/file.c | 12 +- fs/gfs2/glops.c | 6 - fs/gfs2/incore.h | 26 +- fs/gfs2/inode.h | 3 - fs/gfs2/log.c | 103 ++----- fs/gfs2/log.h | 2 - fs/gfs2/lops.c | 520 ++++++++++++++++------------- fs/gfs2/lops.h | 14 +- fs/gfs2/main.c | 26 +- fs/gfs2/meta_io.c | 28 +- fs/gfs2/meta_io.h | 4 +- fs/gfs2/ops_fstype.c | 1 - fs/gfs2/quota.c | 6 +- fs/gfs2/rgrp.c | 102 +++--- fs/gfs2/trace_gfs2.h | 16 +- fs/gfs2/trans.c | 44 ++- fs/gfs2/util.c | 3 +- fs/gfs2/util.h | 3 +- 23 files changed, 588 insertions(+), 499 deletions(-) |
| All times are GMT. The time now is 02:24 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.