Displaying 3 results from an estimated 3 matches for "ocfs2_ioc_info".
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel
part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus.
The following 6 patches have already got sunil's SOBs, and now they're
trying to attract more reviewers before it goes to central repo with
a modification of getting manual pages being introduced.
2010 Aug 19
0
[GIT PULL] ocfs2 changes for 2.6.36, part 2.
...s.
      ocfs2: pass struct file* to ocfs2_write_begin_nolock.
      ocfs2: pass struct file* to ocfs2_prepare_inode_for_write.
      ocfs2: Add struct file to ocfs2_refcount_cow.
      ocfs2: Add readahead support for CoW.
      ocfs2: Add readhead during CoW.
Tristan Ye (1):
      Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.
 fs/ext3/super.c         |    4 +-
 fs/ext4/super.c         |    8 +-
 fs/jbd2/journal.c       |    4 +
 fs/libfs.c              |   29 ++++
 fs/ocfs2/aops.c         |    9 +-
 fs/ocfs2/aops.h         |    3 +-
 fs/ocfs2/blockcheck.c   |    4 +-
 fs/ocfs2/file.c         |   49...
2010 Oct 22
0
[GIT PULL] ocfs2 changes for 2.6.37
...some trace log for orphan scan.
      ocfs2: Remove obscure error handling in direct_write.
      ocfs2: Remove unused old_id in ocfs2_commit_cache.
      ocfs2: Remove obsolete comments before ocfs2_start_trans.
      ocfs2: Cache system inodes of other slots.
Tristan Ye (2):
      Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.
      ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes.
 Documentation/filesystems/ocfs2.txt  |    7 +
 fs/ext3/super.c                      |    4 +-
 fs/ext4/super.c                      |    8 +-
 fs/jbd2/journal.c...