reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-18 15:17:38 to 2015-01-14 09:18:14 UTC [more...]

In the future, will a r4 patch be created for linux 3.18.x series and patches
 2015-01-14  9:18 UTC 

[PATCH 3.16.y-ckt 136/216] reiserfs: destroy allocated commit workqueue
 2015-01-12 18:28 UTC 

[3.16.y-ckt stable] Patch "reiserfs: destroy allocated commit workqueue" has been added to staging queue
 2015-01-07 10:31 UTC 

Reiser 3.6: Recover partition start position & Journal
 2015-01-01 17:50 UTC  (4+ messages)

[PATCH 1/1 linux-next] fs/reiserfs/inode.c: replace 0 by NULL for pointers
 2014-12-25 12:17 UTC  (2+ messages)

[xfstests] Errors when stress testing. edward-430, edward-1192, edward-219
 2014-12-24  6:12 UTC  (2+ messages)

[PATCH] reiser4: precise discard - general case
 2014-12-20 20:24 UTC 

[PATCH 0/6] reiser4: discard support: "precise discard" aka padding of extents to erase unit boundaries
 2014-12-19 20:24 UTC  (13+ messages)
` [PATCH 1/6] reiser4: block_alloc: split block allocation accounting logic into separate functions for re-use
` [PATCH 2/6] reiser4: block_alloc, plugin/space/bitmap: add a method for "exact" block allocation
` [PATCH 3/6] reiser4: iterate over extents in discard_atom
` [PATCH 4/6] reiser4: discard: don't be overly smart when gluing extents in discard_sorted_merged_extents()
` [PATCH 5/6] reiser4: blocknrlist: add operations blocknr_list_del() and blocknr_list_update_extent()
` [PATCH 6/6] reiser4: discard: allocate extent paddings

Reiser4 for 3.16.2 problem: mount: mount /dev/md125 on /mnt/backup failed: Cannot allocate memory
 2014-12-17 13:44 UTC  (33+ messages)
                                                      ` Fwd: "

patches to apply to reiser4-for-3.17.2 patch
 2014-12-15 15:49 UTC  (2+ messages)

[PATCH] reiser4: roll back space grabbing fixes
 2014-12-14  0:17 UTC 

[Testing Error] xfstests generic/127 - fsx tests modified from CXFSQA tests
 2014-12-13 23:55 UTC  (3+ messages)

[PATCHv2 0/3] reiser4: space grabbing fixes
 2014-12-13 23:41 UTC  (17+ messages)
` [PATCHv2 1/3] reiser4: block_alloc: improve error handling in reiser4_grab_reserved()
` [PATCHv2 2/3] reiser4: block_alloc: sanitize grab_enabled modifications
` [PATCHv2 3/3] reiser4: do not mess with grab_enabled; instead, use BA_FORCE

[PATCH 1/1] reiserfs: destroy allocated commit workqueue
 2014-12-12 21:27 UTC  (3+ messages)

[PATCHv4 00/10] reiser4: batch discard support (FITRIM ioctl): initial implementation
 2014-12-12 21:02 UTC  (12+ messages)
` [PATCHv4 01/10] reiser4: block_alloc: add BA_SOME_SPACE flag for grabbing a fixed amount of space
` [PATCHv4 02/10] reiser4: block_alloc: add a "monotonic_forward" parameter to reiser4_blocknr_hint to allocate blocks only in forward direction
` [PATCHv4 03/10] reiser4: block_alloc: move block accounting by pre-commit hook into block_alloc.c and document BA_DEFER behavior
` [PATCHv4 04/10] reiser4: txnmgr: free allocated but unneeded atom in atom_begin_and_assign_to_txnh()
` [PATCHv4 05/10] reiser4: txnmgr: add reiser4_create_atom() which creates an empty atom without capturing any nodes
` [PATCHv4 06/10] reiser4: txnmgr: move "empty atom" shortcut slightly below
` [PATCHv4 07/10] reiser4: batch discard support: add a dummy FITRIM ioctl handler for directories
` [PATCHv4 08/10] reiser4: batch discard support: actually implement the FITRIM ioctl handler
` [PATCHv4 09/10] reiser4: block_alloc: add a "min_len" parameter to reiser4_blocknr_hint to limit allocated extent length from below
` [PATCHv4 10/10] reiser4: batch discard support: honor minimal extent length passed from the userspace

Is there a Reiser4 patch set planned for linux-3.18 series or will reiser4-for-3.17.2.patch.gz work with it ?
 2014-12-09  6:21 UTC 

[Testing Error] xfstests generic/263 - fsx exercising direct IO vs sub-block buffered I/O
 2014-12-08 19:14 UTC  (2+ messages)

NULL pointer dereference in do_journal_end()
 2014-12-07 23:40 UTC 

[Testing] Testing Reiser4 with xfstests
 2014-12-07  8:28 UTC  (4+ messages)

[Testing Error] xfstests generic/169 - Test for file size consistency with append followed by umount/mount
 2014-12-07  8:17 UTC  (3+ messages)

[Testing Error] xfstests generic/130 - xfs_io vector read/write and trunc tests. modified from cxfsqa tests
 2014-12-05 19:06 UTC 

[Testing Error] xfstests generic/135 - Concurrent I/O to same file to ensure no deadlocks
 2014-12-05 13:27 UTC 

[Testing Error] xfstests generic/091 - fsx exercising direct IO -- sub-block sizes and concurrent buffered IO
 2014-12-05 13:25 UTC 

[patch 1/1] reiser4: add an assignment in writeback_sb_inodes missed in the forward port for 3.11
 2014-12-01 21:30 UTC 

[patch 3/3] reiser4: fix up compile errors when debug is on
 2014-11-30 21:45 UTC 

[patch 3/3] reiser4: fix up compile errors when debug is on
 2014-11-30 21:42 UTC 

[patch 2/3] reiser4: don't panic in do_readpage_ctail
 2014-11-30 21:42 UTC 

[patch 1/3] reiser4: rewrite handling compressed files at flush time
 2014-11-30 21:42 UTC 

Cleanup patches
 2014-11-16  9:50 UTC  (7+ messages)

[PATCH 0/3] reiser4: space grabbing fixes
 2014-11-16  5:39 UTC  (9+ messages)
` [PATCH 1/3] reiser4: block_alloc: improve error handling in reiser4_grab_reserved()
` [PATCH 2/3] reiser4: block_alloc: sanitize grab_enabled modifications
` [PATCH 3/3] reiser4: do not mess with grab_enabled; instead, use BA_FORCE

[PATCH 39/56] fs/reiserfs: support compiling out splice
 2014-11-13 21:23 UTC 

[PATCH 0/12 v4] Moving i_dquot out of struct inode
 2014-11-10  9:08 UTC  (17+ messages)
` [PATCH 01/12] quota: Remove const from function declarations
` [PATCH 02/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 03/12] gfs2: Set allowed quota types
` [PATCH 04/12] xfs: "
` [PATCH 05/12] quota: Use function to provide i_dquot pointers
` [PATCH 06/12] ext2: Convert to private i_dquot field
` [PATCH 07/12] ext3: "
` [PATCH 08/12] ext4: "
` [PATCH 09/12] ocfs2: "
` [PATCH 10/12] reiserfs: "
` [PATCH 11/12] jfs: "
` [PATCH 12/12] vfs: Remove i_dquot field from inode

Reiser4 inclusion into staging tree
 2014-11-02 22:47 UTC  (3+ messages)

Does the reiser4-for-3.17.2.patch contain all the non-rfc patches since reiser4-for-3.16.2.patch
 2014-11-02  5:55 UTC 

Here is a plain kernel based on 3.17.x with the reiser4 patch enabled
 2014-11-02  5:38 UTC 

Reiser4 corruption
 2014-11-01 16:05 UTC  (5+ messages)

[RFC] [PATCHv3 0/9] reiser4: batch discard support (FITRIM ioctl): initial implementation
 2014-10-26 23:21 UTC  (27+ messages)
` [RFC] [PATCHv3 1/9] reiser4: block_alloc: add BA_SOME_SPACE flag for grabbing a fixed amount of space
` [RFC] [PATCHv3 2/9] reiser4: block_alloc: add a "forward" parameter to reiser4_blocknr_hint to allocate blocks only in forward direction
` [RFC] [PATCHv3 7/9] reiser4: batch discard support: actually implement the FITRIM ioctl handler

[PATCH 0/12 v3] Moving i_dquot out of struct inode
 2014-10-23 12:05 UTC  (18+ messages)
` [PATCH 01/12] quota: Remove const from function declarations
` [PATCH 02/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 03/12] gfs2: Set allowed quota types
` [PATCH 04/12] xfs: "
` [PATCH 05/12] quota: Use function to provide i_dquot pointers
` [PATCH 06/12] ext2: Convert to private i_dquot field
` [PATCH 07/12] ext3: "
` [PATCH 08/12] ext4: "
` [PATCH 09/12] ocfs2: "
` [PATCH 10/12] reiserfs: "
` [PATCH 11/12] jfs: "
` [PATCH 12/12] vfs: Remove i_dquot field from inode

[PATCH 0/12 v2] Moving i_dquot out of struct inode
 2014-10-19 14:16 UTC  (6+ messages)

[ANNOUNCE] Reiser4: Different Transaction Models
 2014-10-18 20:35 UTC  (2+ messages)


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).