reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-18 11:31:11 to 2014-10-19 22:04:39 UTC [more...]

[RFC] [PATCHv3 0/9] reiser4: batch discard support (FITRIM ioctl): initial implementation
 2014-10-19 22:04 UTC  (3+ messages)
` [RFC] [PATCHv3 1/9] reiser4: block_alloc: add BA_SOME_SPACE flag for grabbing a fixed amount of space

[PATCH 0/12 v2] Moving i_dquot out of struct inode
 2014-10-19 14:16 UTC  (24+ 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

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

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

Patchset questions
 2014-10-18 10:34 UTC  (2+ messages)

Here is a plain kernel based on 3.16.x with the reiser4 patch enabled
 2014-10-17 10:40 UTC 

Reiser4 for Linux-3.16
 2014-10-16 17:56 UTC  (3+ messages)

patchset query
 2014-10-15 14:59 UTC  (2+ messages)

[PATCH] reiser4: fix problem of non-deletable directories
 2014-10-12 11:43 UTC  (4+ messages)

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

[PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
 2014-10-10 15:32 UTC  (46+ 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
` [PATCH for 3.14-stable] fanotify: fix double free of pending permission events
` [PATCH] fs: Avoid userspace mounting anon_inodefs filesystem
` [PATCH 1/2] jbd2: Avoid pointless scanning of checkpoint lists
` [PATCH] jbd2: Optimize jbd2_log_do_checkpoint() a bit
` [PATCH] lockdep: Dump info via tracing
` [PATCH] mm: Fixup pagecache_isize_extended() definitions for !CONFIG_MMU
` [PATCH] ncpfs: fix rmdir returns Device or resource busy
` [PATCH] ocfs2: Fix quota file corruption
` [PATCH 1/2] printk: Debug patch1
` [PATCH] printk: debug: Slow down printing to 9600 bauds
` [PATCH] printk: enable interrupts before calling console_trylock_for_printk()
` [PATCH] quota: Fix race between dqput() and dquot_scan_active()
` [PATCH] scsi: Keep interrupts disabled while submitting requests
` [PATCH] sync: don't block the flusher thread waiting on IO
` [PATCH] timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
` [PATCH] udf: Avoid infinite loop when processing indirect ICBs
` [PATCH] udf: Print error when inode is loaded
` [PATCH] vfs: Allocate anon_inode_inode in anon_inode_init()
` [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [PATCH RESEND] vfs: Return EINVAL for default SEEK_HOLE, SEEK_DATA implementation
` [PATCH] writeback: plug writeback at a high level
` [PATCH] x86: Fixup lockdep complaint caused by io apic code
` [PATCH 2/2 RESEND] bdi: Avoid oops on device removal
` [PATCH 2/2] ext3: Don't check quota format when there are no quota files
` [PATCH 2/2] ext4: Fix hole punching for files with indirect blocks
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize
` [PATCH 2/2] jbd2: Simplify calling convention around __jbd2_journal_clean_checkpoint_list
` [PATCH 2/2] printk: Debug patch 2

Sorry for patch spam!
 2014-10-10 14:53 UTC 

[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 

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 


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