messages from 2014-10-28 13:19:17 to 2015-01-16 12:47:51 UTC [more...]
[Ocfs2-devel] [PATCH 0/17 v3] quota: Unify VFS and XFS quota interfaces
2015-01-16 12:47 UTC (18+ messages)
` [Ocfs2-devel] [PATCH 01/17] quota: Split ->set_xstate callback into two
` [Ocfs2-devel] [PATCH 02/17] quota: Wire up ->quota_{enable, disable} callbacks into Q_QUOTA{ON, OFF}
` [Ocfs2-devel] [PATCH 03/17] quota: Add ->quota_{enable, disable} callbacks for VFS quotas
` [Ocfs2-devel] [PATCH 04/17] ext4: Use generic helpers for quotaon and quotaoff
` [Ocfs2-devel] [PATCH 05/17] ocfs2: "
` [Ocfs2-devel] [PATCH 06/17] quota: Remove quota_on_meta callback
` [Ocfs2-devel] [PATCH 07/17] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
` [Ocfs2-devel] [PATCH 08/17] quota: Store maximum space limit in bytes
` [Ocfs2-devel] [PATCH 09/17] quota: Make Q_XQUOTASYNC support VFS quota syncing
` [Ocfs2-devel] [PATCH 10/17] quota: Make VFS quotas use new interface for getting quota info
` [Ocfs2-devel] [PATCH 11/17] quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
` [Ocfs2-devel] [PATCH 12/17] xfs: Convert to using ->get_state callback
` [Ocfs2-devel] [PATCH 13/17] gfs2: "
` [Ocfs2-devel] [PATCH 14/17] quota: Remove ->get_xstate and ->get_xstatev callbacks
` [Ocfs2-devel] [PATCH 15/17] quota: Make ->set_info use structure with neccesary info to VFS and XFS
` [Ocfs2-devel] [PATCH 16/17] xfs: Add support for Q_SETINFO
` [Ocfs2-devel] [PATCH 17/17] quota: Hook up Q_XSETQLIM for id 0 to ->set_info
[Ocfs2-devel] [PATCH 0/4] Quota cleanups
2015-01-15 10:13 UTC (7+ messages)
` [Ocfs2-devel] [PATCH 1/4] quota: Don't store flags for v2 quota format
` [Ocfs2-devel] [PATCH 2/4] ocfs2: Move OLQF_CLEAN flag out of generic quota flags
` [Ocfs2-devel] [PATCH 3/4] quota: Cleanup flags definitions
` [Ocfs2-devel] [PATCH 4/4] quota: Verify flags passed to Q_SETINFO
[Ocfs2-devel] [patch 09/15] ocfs2: add functions to add and remove inode in orphan dir
2015-01-13 8:36 UTC (7+ messages)
[Ocfs2-devel] [PATCH] ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents
2015-01-13 1:27 UTC
[Ocfs2-devel] Git repos?
2015-01-08 21:28 UTC (3+ messages)
[Ocfs2-devel] [PATCH] ocfs2: fix snprintf format specifier in dlmdebug.c
2015-01-08 9:31 UTC
[Ocfs2-devel] [PATCH V2] ocfs2: add a mount option journal_async_commit on ocfs2 filesystem
2015-01-07 4:01 UTC
[Ocfs2-devel] [PATCH 1/2] ocfs2: fix uninitialized variable access
2015-01-07 2:42 UTC (4+ messages)
` [Ocfs2-devel] [PATCH 2/2] ocfs2: fix wrong comment
[Ocfs2-devel] [PATCH] ocfs2: add a mount option journal_async_commit on ocfs2 filesystem
2015-01-07 2:19 UTC (3+ messages)
[Ocfs2-devel] [PATCH] ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file
2015-01-06 1:07 UTC (5+ messages)
[Ocfs2-devel] [PATCH] ocfs2/dlm: add missing dlm_lock_put() when recovery master down
2014-12-24 9:14 UTC
[Ocfs2-devel] [patch 04/15] ocfs2: avoid access invalid address when read o2dlm debug messages
2014-12-24 9:08 UTC (7+ messages)
[Ocfs2-devel] [PATCH 1/1 linux-next] ocfs2: remove unnecessary sizeof(char)
2014-12-23 11:14 UTC (3+ messages)
[Ocfs2-devel] [PATCH 1/1 linux-next] ocfs2: remove unnecessary else in ocfs2_set_acl()
2014-12-22 21:01 UTC
[Ocfs2-devel] [patch 03/15] ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock()
2014-12-22 12:01 UTC (4+ messages)
[Ocfs2-devel] Introduce myself to become the maintainer of dlm module in ocfs2
2014-12-22 7:01 UTC (2+ messages)
[Ocfs2-devel] [patch 10/15] ocfs2: add orphan recovery types in ocfs2_recover_orphans
2014-12-19 20:49 UTC (2+ messages)
[Ocfs2-devel] [PATCH] ocfs2: remove bogus check in dlm_process_recovery_data
2014-12-19 1:01 UTC (2+ messages)
[Ocfs2-devel] [PATCH 0/25 RFC v2] quota: Unify VFS and XFS quota interfaces
2014-12-18 15:37 UTC (26+ messages)
` [Ocfs2-devel] [PATCH 01/25] xfs: Remove useless test
` [Ocfs2-devel] [PATCH 02/25] xfs: Remove unused variable in xfs_qm_scall_quotaon()
` [Ocfs2-devel] [PATCH 03/25] xfs: Remove some useless flags tests
` [Ocfs2-devel] [PATCH 04/25] quota: Split ->set_xstate callback into two
` [Ocfs2-devel] [PATCH 05/25] quota: Wire up ->quota_{enable, disable} callbacks into Q_QUOTA{ON, OFF}
` [Ocfs2-devel] [PATCH 06/25] quota: Add ->quota_{enable, disable} callbacks for VFS quotas
` [Ocfs2-devel] [PATCH 07/25] ext4: Use generic helpers for quotaon and quotaoff
` [Ocfs2-devel] [PATCH 08/25] ocfs2: "
` [Ocfs2-devel] [PATCH 09/25] quota: Remove quota_on_meta callback
` [Ocfs2-devel] [PATCH 10/25] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
` [Ocfs2-devel] [PATCH 11/25] quota: Store maximum space limit in bytes
` [Ocfs2-devel] [PATCH 12/25] quota: Make Q_XQUOTASYNC support VFS quota syncing
` [Ocfs2-devel] [PATCH 13/25] quota: Don't store flags for v2 quota format
` [Ocfs2-devel] [PATCH 14/25] ocfs2: Move OLQF_CLEAN flag out of generic quota flags
` [Ocfs2-devel] [PATCH 15/25] quota: Cleanup flags definitions
` [Ocfs2-devel] [PATCH 16/25] quota: Verify flags passed to Q_SETINFO
` [Ocfs2-devel] [PATCH 17/25] quota: Make VFS quotas use new interface for getting quota info
` [Ocfs2-devel] [PATCH 18/25] quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
` [Ocfs2-devel] [PATCH 19/25] xfs: Remove some pointless quota checks
` [Ocfs2-devel] [PATCH 20/25] xfs: Convert to using ->get_state callback
` [Ocfs2-devel] [PATCH 21/25] gfs2: "
` [Ocfs2-devel] [PATCH 22/25] quota: Remove ->get_xstate and ->get_xstatev callbacks
` [Ocfs2-devel] [PATCH 23/25] quota: Make ->set_info use structure with neccesary info to VFS and XFS
` [Ocfs2-devel] [PATCH 24/25] xfs: Add support for Q_SETINFO
` [Ocfs2-devel] [PATCH 25/25] quota: Hook up Q_XSETQLIM for id 0 to ->set_info
[Ocfs2-devel] ocfs patches for review
2014-12-17 23:58 UTC (2+ messages)
[Ocfs2-devel] [patch 08/15] ocfs2: eliminate the static flag of some functions
2014-12-17 23:55 UTC (2+ messages)
[Ocfs2-devel] [patch 07/15] ocfs2: fix journal commit deadlock
2014-12-17 21:01 UTC (2+ messages)
[Ocfs2-devel] [patch 06/15] ocfs2: reflink: fix slow unlink for refcounted file
2014-12-17 20:58 UTC (2+ messages)
[Ocfs2-devel] [patch 05/15] ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker
2014-12-17 18:31 UTC (2+ messages)
[Ocfs2-devel] ocfs2-tools repository and documentation
2014-12-16 17:43 UTC (7+ messages)
[Ocfs2-devel] [patch 02/15] ocfs2: free inode when i_count becomes zero
2014-12-16 1:37 UTC (2+ messages)
[Ocfs2-devel] [patch 15/15] ocfs2: fix leftover orphan entry caused by append O_DIRECT write crash
2014-12-15 22:51 UTC
[Ocfs2-devel] [patch 14/15] ocfs2: do not fallback to buffer I/O write if fill holes
2014-12-15 22:51 UTC
[Ocfs2-devel] [patch 13/15] ocfs2: do not fallback to buffer I/O write if appending
2014-12-15 22:51 UTC
[Ocfs2-devel] [patch 12/15] ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
2014-12-15 22:51 UTC
[Ocfs2-devel] [patch 11/15] ocfs2: implement ocfs2_direct_IO_write
2014-12-15 22:51 UTC
[Ocfs2-devel] [patch 01/15] o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapper
2014-12-15 22:50 UTC
[Ocfs2-devel] how can the [o2hb-x] kernel thread begin running in the ocfs2
2014-12-09 6:38 UTC (2+ messages)
[Ocfs2-devel] [PATCH] Remove filesize checks for sync I/O journal commit
2014-12-03 8:20 UTC (5+ messages)
[Ocfs2-devel] [PATCH] ocfs2: fix brelse warning if ocfs2_direct_IO_get_blocks failed
2014-12-03 7:23 UTC
[Ocfs2-devel] [patch 02/10] ocfs2: free inode when i_count becomes zero
2014-12-02 6:50 UTC (4+ messages)
[Ocfs2-devel] [patch] ocfs2: remove unneeded NULL check
2014-11-28 8:30 UTC
[Ocfs2-devel] ocfs2_link:812 ERROR: status = -2 - Re: Linux 3.17.4
2014-11-27 16:50 UTC (2+ messages)
[Ocfs2-devel] [patch] ocfs2: remove bogus NULL check in ocfs2_move_extents()
2014-11-25 16:43 UTC
[Ocfs2-devel] [PATCH] ocfs2: do not set filesystem readonly if link down
2014-11-18 6:57 UTC
[Ocfs2-devel] [PATCH 36/56] fs/ocfs2: support compiling out splice
2014-11-13 21:23 UTC
[Ocfs2-devel] [PATCH] ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once
2014-11-11 3:59 UTC (8+ messages)
[Ocfs2-devel] [PATCH v6 4/7] vfs: RWF_NONBLOCK flag for preadv2
2014-11-10 16:40 UTC (2+ messages)
` [Ocfs2-devel] [PATCH v6 7/7] fs: add a flag for per-operation O_DSYNC semantics
[Ocfs2-devel] [PATCH v5 4/7] vfs: RWF_NONBLOCK flag for preadv2
2014-11-10 16:07 UTC (10+ messages)
` [Ocfs2-devel] [PATCH v5 7/7] fs: add a flag for per-operation O_DSYNC semantics
` [Ocfs2-devel] [PATCH v5 7/7] "
` [Ocfs2-devel] [fuse-devel] "
[Ocfs2-devel] [PATCH 0/12 v4] Moving i_dquot out of struct inode
2014-11-10 9:08 UTC (17+ messages)
` [Ocfs2-devel] [PATCH 01/12] quota: Remove const from function declarations
` [Ocfs2-devel] [PATCH 02/12] quota: Allow each filesystem to specify which quota types it supports
` [Ocfs2-devel] [PATCH 03/12] gfs2: Set allowed quota types
` [Ocfs2-devel] [PATCH 04/12] xfs: "
` [Ocfs2-devel] [PATCH 05/12] quota: Use function to provide i_dquot pointers
` [Ocfs2-devel] [PATCH 06/12] ext2: Convert to private i_dquot field
` [Ocfs2-devel] [PATCH 07/12] ext3: "
` [Ocfs2-devel] [PATCH 08/12] ext4: "
` [Ocfs2-devel] [PATCH 09/12] ocfs2: "
` [Ocfs2-devel] [PATCH 10/12] reiserfs: "
` [Ocfs2-devel] [PATCH 11/12] jfs: "
` [Ocfs2-devel] [PATCH 12/12] vfs: Remove i_dquot field from inode
[Ocfs2-devel] [PATCH] ocfs2: Fix error handling when creating debugfs root in ocfs2_init()
2014-11-06 7:37 UTC (2+ messages)
[Ocfs2-devel] [PATCH] ocfs2: Remove pointless assignment in ocfs2_init()
2014-11-06 6:46 UTC (3+ messages)
[Ocfs2-devel] [PATCH] ocfs2: improve code readability
2014-11-03 5:01 UTC (2+ messages)
[Ocfs2-devel] [PATCH 1/1] ocfs2: Deletion of unnecessary checks before two function calls
2014-11-02 10:51 UTC (2+ messages)
[Ocfs2-devel] [PATCH] ocfs2: fix leftover orphan entry caused by append O_DIRECT write crash
2014-10-31 11:32 UTC
[Ocfs2-devel] [PATCH v2] ocfs2: o2net: fix connect expired
2014-10-31 6:29 UTC (2+ messages)
[Ocfs2-devel] [PATCH] ocfs2: o2net: fix connect expired
2014-10-31 6:10 UTC (4+ messages)
[Ocfs2-devel] [PATCH] ocfs2: o2net: fix connect expired
2014-10-30 5:41 UTC (4+ messages)
[Ocfs2-devel] [PATCH 1/1] o2dlm: fix a race between purge and master query
2014-10-29 8:04 UTC (3+ messages)
[Ocfs2-devel] [PATCH 7/7 v5] ocfs2: do not fallback to buffer I/O write if fill holes
2014-10-28 13:22 UTC
[Ocfs2-devel] [PATCH 6/7 v5] ocfs2: do not fallback to buffer I/O write if appending
2014-10-28 13:20 UTC
[Ocfs2-devel] [PATCH 5/7 v5] ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
2014-10-28 13:19 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox