messages from 2018-10-16 03:19:33 to 2018-11-22 15:54:50 UTC [more...]
[Ocfs2-devel] [PATCH] ocfs2: clear zero in unaligned direct IO
2018-11-22 15:54 UTC
[Ocfs2-devel] [RFC][PATCH v4 06/09] ocfs2: use common file type conversion
2018-11-22 11:43 UTC
[Ocfs2-devel] couple ocfs2 fixes
2018-11-21 2:00 UTC (4+ messages)
` [Ocfs2-devel] [PATCH 1/3] ocfs2: fix panic due to unrecovered local alloc
` [Ocfs2-devel] [PATCH 2/3] ocfs2: clear journal dirty flag after shutdown journal
` [Ocfs2-devel] [PATCH 3/3] ocfs2: don't clear bh uptodate for block read
[Ocfs2-devel] [PATCH 1/2] ocfs2: fix panic due to unrecovered local alloc
2018-11-20 0:59 UTC (11+ messages)
` [Ocfs2-devel] [PATCH V2 2/2] ocfs2: clear journal dirty flag after shutdown journal
[Ocfs2-devel] [PATCH] ocfs2: fix panic due to unrecovered local alloc
2018-11-19 11:17 UTC (10+ messages)
[Ocfs2-devel] [PATCH V2] ocfs2: don't clear bh uptodate for block read
2018-11-19 7:12 UTC (9+ messages)
[Ocfs2-devel] [PATCH] ocfs2: clear journal dirty flag after shutdown journal
2018-11-19 2:43 UTC (5+ messages)
[Ocfs2-devel] [PATCH] ocfs2: don't clear bh uptodate for sync read
2018-11-14 1:29 UTC (5+ messages)
[Ocfs2-devel] [RFC] mm: Replace all open encodings for NUMA_NO_NODE
2018-11-12 3:57 UTC
[Ocfs2-devel] [PATCH RESEND] ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
2018-11-10 8:04 UTC (4+ messages)
[Ocfs2-devel] [PATCH] ocfs2: Improve ocfs2 Makefile
2018-11-08 8:55 UTC
[Ocfs2-devel] [RFC PATCH 0/5] ocfs2: support IPv6 communication in o2cb cluster
2018-11-08 1:57 UTC (3+ messages)
[Ocfs2-devel] [PATCH V2] ocfs2: free up write context when direct IO failed
2018-11-06 20:02 UTC (7+ messages)
[Ocfs2-devel] OCFS2: [ocfs2_rename:1688 ERROR: status = -39] with four syscalls on fresh FS image
2018-11-04 7:52 UTC
[Ocfs2-devel] [PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
2018-11-02 17:42 UTC (4+ messages)
` [Ocfs2-devel] [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
[Ocfs2-devel] [PATCH] ocfs2: free up write context when direct IO failed
2018-11-02 15:57 UTC (5+ messages)
[Ocfs2-devel] [PATCH V3] ocfs2: fix dead lock caused by ocfs2_defrag_extent
2018-11-02 1:18 UTC (9+ messages)
[Ocfs2-devel] [PATCH V2] ocfs2: fix dead lock caused by ocfs2_defrag_extent
2018-11-01 7:25 UTC (5+ messages)
[Ocfs2-devel] [PATCH 5/5] ocfs2/cluster: modify socket container macro to adapt IPv6
2018-10-25 10:36 UTC
[Ocfs2-devel] [PATCH 4/5] ocfs2/dlm: modify DLM_QUERY_NODEINFO message to adapt IPv6 node
2018-10-25 10:35 UTC
[Ocfs2-devel] [PATCH 3/5] ocfs2/cluster: support IPv6 socket connection between nodes
2018-10-25 10:35 UTC
[Ocfs2-devel] [PATCH 2/5] ocfs2/cluster: implement show & store method for IPv6 attribute
2018-10-25 10:34 UTC
[Ocfs2-devel] [PATCH 1/5] ocfs2/cluster: add configfs attributes for IPv6 address and port
2018-10-25 10:32 UTC
[Ocfs2-devel] [PATCH] ocfs2: dlmfs: remove set but not used variable 'status'
2018-10-24 10:37 UTC (2+ messages)
[Ocfs2-devel] [PATCH v2] ocfs2: Optimize the reading of heartbeat data
2018-10-24 10:36 UTC (2+ messages)
[Ocfs2-devel] [PATCH RESEND] ocfs2: clean up some data_ac usage
2018-10-24 10:05 UTC
[Ocfs2-devel] [PATCH] ocfs2: Optimize the reading of heartbeat data
2018-10-24 4:56 UTC (6+ messages)
[Ocfs2-devel] [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
2018-10-22 6:55 UTC (38+ messages)
` [Ocfs2-devel] [PATCH 01/28] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [Ocfs2-devel] [PATCH 02/28] vfs: check file ranges before cloning files
` [Ocfs2-devel] [PATCH 03/28] vfs: exit early from zero length remap operations
` [Ocfs2-devel] [PATCH 04/28] vfs: strengthen checking of file range inputs to generic_remap_checks
` [Ocfs2-devel] [PATCH 05/28] vfs: avoid problematic remapping requests into partial EOF block
` [Ocfs2-devel] [PATCH 06/28] vfs: skip zero-length dedupe requests
` [Ocfs2-devel] [PATCH 07/28] vfs: rename vfs_clone_file_prep to be more descriptive
` [Ocfs2-devel] [PATCH 08/28] vfs: rename clone_verify_area to remap_verify_area
` [Ocfs2-devel] [PATCH 09/28] vfs: combine the clone and dedupe into a single remap_file_range
` [Ocfs2-devel] [PATCH 10/28] vfs: pass remap flags to generic_remap_file_range_prep
` [Ocfs2-devel] [PATCH 11/28] vfs: pass remap flags to generic_remap_checks
` [Ocfs2-devel] [PATCH 12/28] vfs: remap helper should update destination inode metadata
` [Ocfs2-devel] [PATCH 13/28] vfs: make remap_file_range functions take and return bytes completed
` [Ocfs2-devel] [PATCH 14/28] vfs: plumb remap flags through the vfs clone functions
` [Ocfs2-devel] [PATCH 15/28] vfs: plumb remap flags through the vfs dedupe functions
` [Ocfs2-devel] [PATCH 16/28] vfs: enable remap callers that can handle short operations
` [Ocfs2-devel] [PATCH 17/28] vfs: hide file range comparison function
` [Ocfs2-devel] [PATCH 18/28] vfs: clean up generic_remap_file_range_prep return value
` [Ocfs2-devel] [PATCH 19/28] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 20/28] ocfs2: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 21/28] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 22/28] ocfs2: remove ocfs2_reflink_remap_range
` [Ocfs2-devel] [PATCH 23/28] xfs: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
` [Ocfs2-devel] [PATCH 25/28] xfs: support returning partial reflink results
` [Ocfs2-devel] [PATCH 26/28] xfs: remove redundant remap partial EOF block checks
` [Ocfs2-devel] [PATCH 27/28] xfs: remove xfs_reflink_remap_range
` [Ocfs2-devel] [PATCH 28/28] xfs: remove [cm]time update from reflink calls
[Ocfs2-devel] [PATCH v6 00/29] fs: fixes for serious clone/dedupe problems
2018-10-18 18:58 UTC (40+ messages)
` [Ocfs2-devel] [PATCH 01/29] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [Ocfs2-devel] [PATCH 02/29] vfs: check file ranges before cloning files
` [Ocfs2-devel] [PATCH 03/29] vfs: exit early from zero length remap operations
` [Ocfs2-devel] [PATCH 04/29] vfs: strengthen checking of file range inputs to generic_remap_checks
` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 05/29] vfs: avoid problematic remapping requests into partial EOF block
` [Ocfs2-devel] [PATCH 06/29] vfs: skip zero-length dedupe requests
` [Ocfs2-devel] [PATCH 07/29] vfs: rename vfs_clone_file_prep to be more descriptive
` [Ocfs2-devel] [PATCH 08/29] vfs: rename clone_verify_area to remap_verify_area
` [Ocfs2-devel] [PATCH 09/29] vfs: combine the clone and dedupe into a single remap_file_range
` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 10/29] vfs: pass remap flags to generic_remap_file_range_prep
` [Ocfs2-devel] [PATCH 11/29] vfs: pass remap flags to generic_remap_checks
` [Ocfs2-devel] [PATCH 12/29] vfs: remap helper should update destination inode metadata
` [Ocfs2-devel] [PATCH 13/29] vfs: make remap_file_range functions take and return bytes completed
` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 14/29] vfs: plumb remap flags through the vfs clone functions
` [Ocfs2-devel] [PATCH 15/29] vfs: plumb remap flags through the vfs dedupe functions
` [Ocfs2-devel] [PATCH 16/29] vfs: enable remap callers that can handle short operations
` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 17/29] vfs: hide file range comparison function
` [Ocfs2-devel] [PATCH 18/29] vfs: clean up generic_remap_file_range_prep return value
` [Ocfs2-devel] [PATCH 19/29] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 20/29] ocfs2: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 21/29] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 22/29] ocfs2: remove ocfs2_reflink_remap_range
` [Ocfs2-devel] [PATCH 23/29] xfs: add a per-xfs trace_printk macro
` [Ocfs2-devel] [PATCH 24/29] xfs: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 25/29] xfs: clean up xfs_reflink_remap_blocks call site
` [Ocfs2-devel] [PATCH 26/29] xfs: support returning partial reflink results
` [Ocfs2-devel] [PATCH 27/29] xfs: remove redundant remap partial EOF block checks
` [Ocfs2-devel] [PATCH 28/29] xfs: remove xfs_reflink_remap_range
` [Ocfs2-devel] [PATCH 29/29] xfs: remove [cm]time update from reflink calls
[Ocfs2-devel] [PATCH v5 00/26] fs: fixes for serious clone/dedupe problems
2018-10-17 16:40 UTC (31+ messages)
` [Ocfs2-devel] [PATCH 04/26] vfs: exit early from zero length remap operations
` [Ocfs2-devel] [PATCH 10/26] vfs: combine the clone and dedupe into a single remap_file_range
` [Ocfs2-devel] [PATCH 11/26] vfs: pass remap flags to generic_remap_file_range_prep
` [Ocfs2-devel] [PATCH 12/26] vfs: pass remap flags to generic_remap_checks
` [Ocfs2-devel] [PATCH 13/26] vfs: create generic_remap_file_range_touch to update inode metadata
` [Ocfs2-devel] [PATCH 14/26] vfs: make remap_file_range functions take and return bytes completed
` [Ocfs2-devel] [PATCH 15/26] vfs: plumb remap flags through the vfs clone functions
` [Ocfs2-devel] [PATCH 16/26] vfs: plumb remap flags through the vfs dedupe functions
` [Ocfs2-devel] [PATCH 17/26] vfs: enable remap callers that can handle short operations
` [Ocfs2-devel] [PATCH 18/26] vfs: hide file range comparison function
` [Ocfs2-devel] [PATCH 19/26] vfs: clean up generic_remap_file_range_prep return value
` [Ocfs2-devel] [PATCH 20/26] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 21/26] ocfs2: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 22/26] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 23/26] ocfs2: remove ocfs2_reflink_remap_range
` [Ocfs2-devel] [PATCH 24/26] xfs: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 25/26] xfs: support returning partial reflink results
` [Ocfs2-devel] [PATCH 26/26] xfs: remove redundant remap partial EOF block checks
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;
as well as URLs for NNTP newsgroup(s).