reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-05 08:39:02 to 2014-10-10 14:23:20 UTC [more...]

[PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
 2014-10-10 14:23 UTC  (16+ messages)
` [PATCH 1/2 RESEND] bdi: Fix hung task on sync
` [PATCH] block: free q->flush_rq in blk_init_allocated_queue error paths
` [PATCH] block: improve rq_affinity placement
` [PATCH] block: Make rq_affinity = 1 work as expected
` [PATCH] block: strict rq_affinity
` [PATCH] ext3: Fix deadlock in data=journal mode when fs is frozen
` [PATCH] ext3: Speedup WB_SYNC_ALL pass
` [PATCH] ext4: Avoid lock inversion between i_mmap_mutex and transaction start
` [PATCH 1/2] ext4: Don't check quota format when there are no quota files
` [PATCH 1/2] ext4: Fix block zeroing when punching holes in indirect block files
` [PATCH] ext4: Fix buffer double free in ext4_alloc_branch()
` [PATCH] ext4: Fix jbd2 warning under heavy xattr load
` [PATCH] ext4: Fix zeroing of page during writeback
` [PATCH] ext4: Remove orphan list handling
` [PATCH] ext4: Speedup WB_SYNC_ALL pass

reiser4: porting to 3.16: any reason ->aio_read() of struct file_operations has been left out?
 2014-10-09 18:55 UTC  (9+ messages)

[PATCH 0/12 RFC] Moving i_dquot out of struct inode
 2014-10-08  8:45 UTC  (20+ messages)
` [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 02/12] gfs2: Set allowed quota types
` [PATCH 03/12] xfs: "
` [PATCH 04/12] fs: Generic infrastructure for optional inode fields
` [PATCH 05/12] quota: Use optional inode field for 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

What is the next revision-version of the being developed ?
 2014-10-07  6:22 UTC 

[Non RFC patches] after the 3.15.2x release. Which ones are they ?
 2014-10-02  5:36 UTC 

[PATCH] reiser4: fix problem of non-deletable directories
 2014-09-27 23:16 UTC  (3+ messages)

reiser4 (ccreg40): very slow mount, poor unlink performance, questions about compression modes
 2014-09-26 20:46 UTC  (10+ messages)
      ` Non-deleted directories (Was Re: reiser4 (ccreg40)...)

[Bug 83121] New: silent data corruption
 2014-09-21 16:37 UTC  (19+ messages)
` [Bug 83121] "
` [Bug 83121] reiserfs "

[PATCH 3/5] reiserfs: Don't use MAXQUOTAS value
 2014-09-21 11:09 UTC  (2+ messages)

Do these reiser4 patches apply and work properly with the linux-3.16.x series ?
 2014-09-19  7:50 UTC 

[PATCH 1/1] fs/reiserfs/journal.c: fix sparse context imbalance warning
 2014-09-18 18:12 UTC 

linux-3.16.2 queue (3.16.1+)
 2014-09-12 21:29 UTC  (9+ messages)

[RFC] [PATCHv2 0/3] reiser4: block deallocation fixes
 2014-09-08 21:13 UTC  (8+ messages)
` [RFC] [PATCHv2 1/3] reiser4: deferred (BA_DEFER) deallocations do not make use of target stage
` [RFC] [PATCHv2 2/3] reiser4: mark final deallocations in wandering log code as deferred
` [RFC] [PATCHv2 3/3] reiser4: block_alloc: get rid of discard-related hack in reiser4_dealloc_blocks()

[PATCH 0/2] reiser4: block deallocation fixes
 2014-09-07 12:06 UTC  (8+ messages)
` [PATCH 1/2] reiser4: sanitize deallocations throughout the code
` [PATCH 2/2] reiser4: block_alloc: get rid of discard-related hack in reiser4_dealloc_blocks()
    ` [PATCH 2/2] reiser4: block_alloc: get rid of discard-related hack in reiser4_dealloc_blocks().,

Will a reiser4 patch be made available for linux-3.16 as it has been released
 2014-09-03  2:24 UTC 

Here is a plain kernel based on 3.15x with the reiser4 patch enabled
 2014-08-30 11:16 UTC 

What can I do next to use R4 partition sdb
 2014-08-29 14:00 UTC  (10+ messages)
      ` reiser4progs revision

Which patches can be applied on top of reiser4-for-3.15.1.patch.gz
 2014-08-25 13:56 UTC  (7+ messages)

[patch 1/1] reiser4: implement ->remount_fs() super operation
 2014-08-24 12:04 UTC 

[PATCH 0/3] reiser4: space grabbing fixes
 2014-08-18 14:14 UTC  (4+ 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

[RFC] [PATCHv3 0/9] reiser4: batch discard support (FITRIM ioctl): initial implementation
 2014-08-17 21:56 UTC  (11+ 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 3/9] reiser4: txnmgr: free allocated but unneeded atom in atom_begin_and_assign_to_txnh()
` [RFC] [PATCHv3 4/9] reiser4: txnmgr: add reiser4_create_atom() which creates an empty atom without capturing any nodes
` [RFC] [PATCHv3 5/9] reiser4: txnmgr: call reiser4_post_write_back_hook() also for empty atoms
` [RFC] [PATCHv3 6/9] reiser4: batch discard support: add a dummy FITRIM ioctl handler for directories
` [RFC] [PATCHv3 7/9] reiser4: batch discard support: actually implement the FITRIM ioctl handler
` [RFC] [PATCHv3 8/9] reiser4: block_alloc: add a "min_len" parameter to reiser4_blocknr_hint to limit allocated extent length from below
` [RFC] [PATCHv3 9/9] reiser4: batch discard support: honor minimal extent length passed from the userspace

[RFC] [PATCHv2 0/7] reiser4: batch discard support (FITRIM ioctl): initial implementation
 2014-08-17 20:29 UTC  (10+ messages)
` [RFC] [PATCHv2 1/7] reiser4: block_alloc: add BA_SOME_SPACE flag for grabbing a fixed amount of space
` [RFC] [PATCHv2 2/7] reiser4: block_alloc: add a "forward" parameter to reiser4_blocknr_hint to allocate blocks only in forward direction
` [RFC] [PATCHv2 3/7] reiser4: txnmgr: free allocated but unneeded atom in atom_begin_and_assign_to_txnh()
` [RFC] [PATCHv2 4/7] reiser4: txnmgr: add reiser4_create_atom() which creates an empty atom without capturing any nodes
` [RFC] [PATCHv2 5/7] reiser4: txnmgr: call reiser4_post_write_back_hook() also for empty atoms
` [RFC] [PATCHv2 6/7] reiser4: batch discard support: add a dummy FITRIM ioctl handler for directories
` [RFC] [PATCHv2 7/7] reiser4: batch discard support: actually implement the FITRIM ioctl handler

[RFC] [PATCH 0/7] reiser4: batch discard support (FITRIM ioctl): initial implementation
 2014-08-17 16:38 UTC  (12+ messages)
` [RFC] [PATCH 1/7] reiser4: block_alloc: add BA_SOME_SPACE flag for grabbing a fixed amount of space
` [RFC] [PATCH 2/7] reiser4: block_alloc: add a "forward" parameter to reiser4_blocknr_hint to allocate blocks only in forward direction
` [RFC] [PATCH 3/7] reiser4: txnmgr: free allocated but unneeded atom in atom_begin_and_assign_to_txnh()
` [RFC] [PATCH 4/7] reiser4: txnmgr: add reiser4_create_atom() which creates an empty atom without capturing any nodes
` [RFC] [PATCH 5/7] reiser4: txnmgr: call reiser4_post_write_back_hook() for empty atoms
` [RFC] [PATCH 6/7] reiser4: batch discard support: add a dummy FITRIM ioctl handler for directories
` [RFC] [PATCH 7/7] reiser4: batch discard support: actually implement the FITRIM ioctl handler

reiser4: FITRIM ioctl -- how to grab the space?
 2014-08-16 20:13 UTC  (18+ messages)

Transaction XLK-14-TTF/ESP
 2014-08-15 13:02 UTC 

Do these patches apply to reiser4-for-3.15.1.patch.gz version ?
 2014-08-14  5:53 UTC 

Here is a plain kernel based on 3.15.x with the reiser4 patch enabled
 2014-08-14  3:05 UTC 

[PATCH 0/2] Two reiserfs fixes
 2014-08-12 10:52 UTC  (5+ messages)
` [PATCH 1/2] reiserfs: Avoid warning from unlock_new_inode()
` [PATCH 2/2] reiserfs: Fix use after free in journal teardown

Reiser4: discard support with delayed issuing of discard requests
 2014-08-10 20:17 UTC  (5+ messages)

[patch 1/1] reiser4: Fixups
 2014-08-09 17:43 UTC 

[PATCH] reiserfs: fix corruption introduced by balance_leaf refactor
 2014-08-05 21:19 UTC  (5+ messages)

Fails to build: Reiser4-patched Linux kernel 3.16
 2014-08-05 15:32 UTC 


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