Displaying 2 results from an estimated 2 matches for "start_sync".
2010 Mar 22
5
[PATCH 0/5] asynchronous commit, snapshot ponies
...impler, does the job, and the primitives should be useful for other
applications. Let me know what you think! I''m doing more testing this week,
but so far I haven''t seen any problems with these changes.
Thanks-
sage
Sage Weil (5):
Btrfs: async transaction commit
Btrfs: add START_SYNC, WAIT_SYNC ioctls
Btrfs: add SNAP_CREATE_ASYNC ioctl
Btrfs: return transid to userspace from SNAP_CREATE_ASYNC ioctl
btrfs: add SNAP_DESTROY_ASYNC ioctl
fs/btrfs/ctree.h | 1 +
fs/btrfs/disk-io.c | 1 +
fs/btrfs/ioctl.c | 94 ++++++++++++++++++++++----
fs/btrfs/ioctl...
2010 Oct 25
14
[PATCH 0/6] Btrfs commit fixes, async subvol operations
...un as root and I''m a happy camper. :)
If anybody has any questions or issues with any of this, please let me
know so I can revise the patches accordingly.
Thanks!
sage
---
Sage Weil (6):
Btrfs: fix deadlock in btrfs_commit_transaction
Btrfs: async transaction commit
Btrfs: add START_SYNC, WAIT_SYNC ioctls
Btrfs: add SNAP_CREATE_ASYNC ioctl
Btrfs: make SNAP_DESTROY async
Btrfs: allow subvol deletion by owner
fs/btrfs/ctree.h | 1 +
fs/btrfs/disk-io.c | 1 +
fs/btrfs/ioctl.c | 152 +++++++++++++++++++++++++++++++++++-----
fs/btrfs/ioctl.h | 9 +...