linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 19:15:43 to 2016-04-28 21:16:57 UTC [more...]

[PATCH v4 0/7] dax: handling media errors
 2016-04-28 21:16 UTC  (7+ messages)
` [PATCH v4 1/7] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v4 2/7] dax: fallback from pmd to pte on error
` [PATCH v4 3/7] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v4 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io
` [PATCH v4 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible

EXT4 bad block
 2016-04-28 14:10 UTC  (2+ messages)

[PATCH 0/2] scop GFP_NOFS api
 2016-04-27 22:55 UTC  (16+ messages)
` [PATCH 1/2] mm: add PF_MEMALLOC_NOFS
  ` [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
    ` [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context

[Bug 113041] New: mbcache NULL pointer dereference
 2016-04-27 21:35 UTC  (4+ messages)
` [Bug 113041] "

Emergency remount readonly and EFBIG errors when unlinking files on 3.18 android kernel
 2016-04-27 17:56 UTC  (4+ messages)

[PATCH v4 2/3] ext4: fix races between changing inode journal mode and ext4_writepages
 2016-04-27 14:30 UTC  (2+ messages)

[PATCH] ext4: remove trailing \n from ext4_warning/ext4_error calls
 2016-04-27  5:12 UTC  (2+ messages)

[PATCH v4 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling
 2016-04-27  5:05 UTC  (3+ messages)
` [PATCH v4 2/3] ext4: fix races between changing inode journal mode and ext4_writepages

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-04-27  4:27 UTC  (23+ messages)
` [PATCH 01/18] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 02/18] ext4: Fix race in transient ENOSPC detection
` [PATCH 03/18] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 04/18] dax: Remove complete_unwritten argument
` [PATCH 05/18] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 06/18] dax: Remove dead zeroing code from fault handlers
` [PATCH 07/18] ext4: Refactor direct IO code
` [PATCH 08/18] ext4: Pre-zero allocated blocks for DAX IO
` [PATCH 09/18] dax: Remove zeroing from dax_io()
` [PATCH 10/18] dax: Remove pointless writeback from dax_do_io()
` [PATCH 11/18] dax: Fix condition for filling of PMD holes
` [PATCH 12/18] dax: Remove redundant inode size checks
` [PATCH 13/18] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 14/18] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 15/18] dax: Allow DAX code to replace exceptional entries
` [PATCH 16/18] dax: New fault locking
` [PATCH 17/18] dax: Use radix tree entry lock to protect cow faults
` [PATCH 18/18] dax: Remove i_mmap_lock protection

[PATCH] ext4: refuse O_DIRECT opens for mode where DIO doesn't work
 2016-04-27  3:37 UTC  (12+ messages)
    ` O_DIRECT as a hint, was: "

[PATCH] e2image: ignore checksum errors
 2016-04-26 21:01 UTC  (4+ messages)

[PATCH v2 0/5] dax: handling of media errors
 2016-04-26 17:16 UTC  (26+ messages)
` [PATCH v2 5/5] dax: handle media errors in dax_do_io

[PATCH v3 0/2] ext4: Improve parallel I/O performance on NVDIMM
 2016-04-26 16:32 UTC  (14+ messages)
` [PATCH v3 1/2] ext4: Pass in DIO_SKIP_DIO_COUNT flag if inode_dio_begin() called

[PATCH] ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()
 2016-04-26  3:13 UTC 

[PATCH] ext4 crypto: migrate into vfs's crypto engine
 2016-04-26  0:15 UTC 

Backport commit 5e1021f2b6dff
 2016-04-25 22:26 UTC  (4+ messages)

[PATCH] fuse2fs: delete unused variables
 2016-04-25 19:50 UTC  (2+ messages)

f.s. corruption ext3, kernel 4.4.8
 2016-04-25 16:51 UTC  (4+ messages)

[PATCH 0/4 v2] ext4: Fix data exposure after a crash
 2016-04-25 10:24 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] ext4: Remove EXT4_STATE_ORDERED_MODE

[PATCH] e2fsck: update j_tail_sequence after recovery
 2016-04-25  4:43 UTC 

[PATCH v4 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling
 2016-04-25  1:20 UTC 

[PATCH -v2] ext4: allow readdir()'s of large empty directories to be interrupted
 2016-04-24  2:51 UTC 

[PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-23 23:26 UTC  (5+ messages)
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [dm-devel] "
` [PATCH 23/42] md/raid: set bi_op to REQ_OP
  ` [dm-devel] "

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-04-23 23:05 UTC  (40+ messages)
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
  ` [PATCH] RAID Cleanup for bio-split
` [PATCH 24/42] xen: set bi_op to REQ_OP
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH v3 0/7] dax: handling media errors
 2016-04-23 19:13 UTC  (8+ messages)
` [PATCH v3 1/7] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v3 2/7] dax: fallback from pmd to pte on error
` [PATCH v3 3/7] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v3 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v3 5/7] dax: handle media errors in dax_do_io
` [PATCH v3 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v3 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[PATCH] ext4: Fix check of dqget() return value in ext4_ioctl_setproject()
 2016-04-22 18:36 UTC  (2+ messages)

HELLO DEAR
 2016-04-22 17:48 UTC 

[Bug 113781] New: kernel 4.4.1-2-ARCH, 4.4.3-1-ARCH and Fake RAID array setup
 2016-04-21 20:06 UTC  (2+ messages)
` [Bug 113781] "

4.5.1: UBSAN: Undefined behaviour in ./arch/x86/include/asm/atomic.h:156:9
 2016-04-21 12:43 UTC  (6+ messages)

[BUG 4.1.11] EXT4-fs error: ext4_xattr_block_get:299 - Remounting filesystem read-only
 2016-04-19 14:38 UTC 

Next of Kin to £10,300,000.00 GBP
 2016-04-19  0:15 UTC 

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH] fs/ext4: mb_find_order_for_block(): silence UBSAN
 2016-04-17  8:35 UTC  (2+ messages)

[PATCH 1/4] Fix support for configure --enable-jbd-debug
 2016-04-16 15:45 UTC  (6+ messages)
` [PATCH 2/4] e2fsck: use specific CRC and corruption errors in journal recovery
` [PATCH 3/4] e2fsck: don't try to set a UUID on metadata_csum file systems
` [PATCH 4/4] e2fsck: don't abort if the journal is corrupted due to checksum errors

[PATCH] fs/ext4: ext4_find_extent(): remove unmeetable inconsisteny check
 2016-04-16  8:31 UTC 

[Bug 116471] New: Core in ext4 filesystem on a Dell Server
 2016-04-16  5:21 UTC  (4+ messages)
` [Bug 116471] "

XFS reverse-mapping, reflink, and online fs scrub update
 2016-04-15 19:29 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).