Please pull from 'upstream-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
to receive the following updates:
fs/configfs/dir.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++
fs/ocfs2/alloc.c | 3 ++
fs/ocfs2/dcache.c | 42 +++++++++++++++++++++++++++++++--
fs/ocfs2/dcache.h | 9 ++++++-
fs/ocfs2/dlmglue.c | 4 +++
fs/ocfs2/ocfs2.h | 6 ++++
fs/ocfs2/quota_global.c | 4 ++-
fs/ocfs2/super.c | 3 ++
fs/ocfs2/xattr.c | 17 ++++++-------
9 files changed, 133 insertions(+), 14 deletions(-)
Jan Kara (2):
ocfs2: Push out dropping of dentry lock to ocfs2_wq
ocfs2: Fix possible deadlock in ocfs2_write_dquot()
Joel Becker (1):
configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()
Mark Fasheh (1):
ocfs2: add quota call to ocfs2_remove_btree_range()
Sunil Mushran (1):
ocfs2: Wakeup the downconvert thread after a successful cancel convert
Tao Ma (1):
ocfs2: Access the xattr bucket only before modifying it.
--
Mark Fasheh
Linus,
Can you please pull again? I mistakenly included a version of the configfs
patch which is in the process of being reworked. This pull reverts it. Thank
you.
--Mark
Please pull from 'upstream-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
to receive the following updates:
fs/configfs/dir.c | 59 -----------------------------------------------------
1 files changed, 0 insertions(+), 59 deletions(-)
Mark Fasheh (1):
Revert "configfs: Silence lockdep on mkdir(), rmdir() and
configfs_depend_item()"
--
Mark Fasheh
Seemingly Similar Threads
- [git patches] ocfs2 and configfs updates
- [git patches] Ocfs2 and Configfs fixes
- [git patches] Ocfs2 and Configfs updates for 2.6.27
- [PATCH 1/4] ocfs2: Fixes pipe_buf_operations->pin switch to confirm in 2.6.23.
- [PATCH 59/62] fs/ocfs2/quota_global.c: Remove unnecessary semicolons