linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-03 15:53:02 to 2016-05-12 08:38:52 UTC [more...]

[PATCH v7 0/6] dax: handling media errors (clear-on-zero only)
 2016-05-12  8:38 UTC  (8+ messages)
` [PATCH v7 1/6] dax: fallback from pmd to pte on error
` [PATCH v7 2/6] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v7 3/6] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
` [PATCH v7 5/6] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v7 6/6] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-05-12  7:58 UTC  (16+ messages)
` [PATCH 16/18] dax: New "

[Bug 118041] New: My tricky script involving zram and device mapper hangs on "mount"
 2016-05-11 21:22 UTC 

Remarks regarding sparse_super2 feature
 2016-05-11 18:50 UTC  (3+ messages)

[PATCH v6 0/5] dax: handling media errors (clear-on-zero only)
 2016-05-11 18:39 UTC  (11+ messages)
` [PATCH v6 1/5] dax: fallback from pmd to pte on error
` [PATCH v6 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v6 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v6 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v6 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[PATCH v2 1/2] direct-io: cleanup get_more_blocks()
 2016-05-11 17:08 UTC  (6+ messages)
` [PATCH v2 2/2] direct-io: fix stale data exposure from concurrent buffered read

[PATCH] direct-io: fix stale data exposure from concurrent buffered read
 2016-05-11 16:57 UTC  (7+ messages)

ext4: what are possible causes of "zero length extent" ?
 2016-05-11 10:22 UTC 

[PATCH 0/7 v4] DAX cleanups and fixes
 2016-05-11  9:58 UTC  (8+ messages)
` [PATCH 1/7] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 2/7] dax: Remove complete_unwritten argument
` [PATCH 3/7] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 4/7] dax: Remove dead zeroing code from fault handlers
` [PATCH 5/7] dax: Remove zeroing from dax_io()
` [PATCH 6/7] dax: Remove pointless writeback from dax_do_io()
` [PATCH 7/7] dax: Remove redundant inode size checks

[PATCH 0/4] ext4: DAX fixes
 2016-05-11  9:39 UTC  (5+ messages)
` [PATCH 1/4] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 2/4] ext4: Fix race in transient ENOSPC detection
` [PATCH 3/4] ext4: Refactor direct IO code
` [PATCH 4/4] ext4: Pre-zero allocated blocks for DAX IO

[Bug 117421] New: e2fsprogs: mke2fs ignores sparse_super2 when also using extent or 64bit
 2016-05-10 21:41 UTC  (4+ messages)
` [Bug 117421] "

[PATCH v21 00/22] Richacls
 2016-05-10 15:55 UTC  (27+ messages)
` [PATCH v21 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v21 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v21 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v21 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v21 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v21 06/22] richacl: In-memory representation and helper functions
` [PATCH v21 07/22] richacl: Permission mapping functions
` [PATCH v21 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v21 09/22] richacl: Permission check algorithm
` [PATCH v21 10/22] posix_acl: Improve xattr fixup code
` [PATCH v21 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v21 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v21 13/22] vfs: Cache richacl in struct inode
` [PATCH v21 14/22] richacl: Update the file masks in chmod()
` [PATCH v21 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v21 16/22] richacl: Create-time inheritance
` [PATCH v21 17/22] richacl: Automatic Inheritance
` [PATCH v21 18/22] richacl: xattr mapping functions
` [PATCH v21 19/22] richacl: Add richacl xattr handler
` [PATCH v21 20/22] vfs: Add richacl permission checking
` [PATCH v21 21/22] ext4: Add richacl support
` [PATCH v21 22/22] ext4: Add richacl feature flag

[PATCH v5 0/5] dax: handling media errors (clear-on-zero only)
 2016-05-10 14:29 UTC  (14+ messages)
` [PATCH v5 1/5] dax: fallback from pmd to pte on error
` [PATCH v5 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v5 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v5 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v5 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[PATCH 1/6] statx: Add a system call to make enhanced file info available
 2016-05-10 13:21 UTC  (37+ messages)
` [RFC][PATCH 0/6] Enhanced file stat system call
  ` [PATCH 3/6] statx: Ext4: Return enhanced file attributes
  ` [PATCH 5/6] statx: Make windows attributes available for CIFS, NTFS and FAT to use

[PATCH] ext4: guarantee already started handles to successfully finish while ro remounting
 2016-05-09  8:40 UTC  (5+ messages)

EXT4 bad block
 2016-05-09  1:52 UTC  (3+ messages)
` EXT4 bad block - ext4_xattr_block_get

[PATCH v4 0/7] dax: handling media errors
 2016-05-08 18:42 UTC  (13+ messages)
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io

[PATCH] ext4 crypto: migrate into vfs's crypto engine
 2016-05-07 18:52 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] ext4: guarantee already started handles to successfully finish while ro remounting
 2016-05-07 17:47 UTC  (2+ messages)

[PATCH e2fsprogs] Apply LDFLAGS when building tests in lib/e2p
 2016-05-06 23:40 UTC 

[PATCH] ext4: guarantee already started handles to successfully finish while ro remounting
 2016-05-06  5:35 UTC 

[PATCH 0/2] scop GFP_NOFS api
 2016-05-06  3:20 UTC  (10+ messages)

[PATCH] jbd2: remove excess descriptions for handle_s
 2016-05-06  2:37 UTC  (2+ messages)
` [RESEND Patch] "

[PATCH] ext4: remove unnecessary bio get/put
 2016-05-06  2:11 UTC  (2+ messages)

[Bug 114701] New: ubsan: "shift exponent -1 is negative" in fs/ext4/mballoc.c:2612:15
 2016-05-06  1:19 UTC  (2+ messages)
` [Bug 114701] "

[Bug 112161] New: UBSAN: Undefined behaviour in fs/ext4/mballoc.c:1274:11
 2016-05-06  1:19 UTC  (2+ messages)
` [Bug 112161] "

[PATCH 1/1] Fix Ubsan error
 2016-05-06  1:17 UTC  (2+ messages)

[PATCH v2 0/2] fs/ext4: mballoc.c: silence two UBSAN reports
 2016-05-05 23:47 UTC  (5+ messages)
` [PATCH v2 1/2] fs/ext4: mb_find_order_for_block(): silence UBSAN
` [PATCH v2 2/2] fs/ext4: ext4_mb_init(): "

[RFC 0/3] getfsmapx ioctl
 2016-05-05 19:52 UTC  (4+ messages)
` [PATCH 1/3] document the XFS_IOC_GETFSMAPX ioctl
` [PATCH 2/3] xfs: introduce "
` [PATCH 3/3] xfs_io: support the new getfsmap ioctl

[PATCH v5 0/2] ext4: Improve parallel I/O performance on NVDIMM
 2016-05-05 15:48 UTC  (11+ messages)
` [PATCH v5 1/2] dax: Don't touch i_dio_count in dax_do_io()
` [PATCH v5 2/2] ext4: Make cache hits/misses per-cpu counts

[PATCH] ext4: guarantee already started handles to successfully finish while ro remounting
 2016-05-05 15:44 UTC  (3+ messages)

[PATCH] ext4: Fix oops on corrupted filesystem
 2016-05-05 15:11 UTC  (2+ messages)

[PATCH] ext4: Fix check of dqget() return value in ext4_ioctl_setproject()
 2016-05-05 14:53 UTC  (4+ messages)

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-05-04 18:04 UTC  (5+ messages)

[PATCH v2 5/5] dax: handle media errors in dax_do_io
 2016-05-04  5:05 UTC  (20+ messages)

[RFC PATCH] ext4: Don't release mutex for DAX write
 2016-05-03 15:58 UTC  (3+ messages)

[PATCH 5/6] statx: Make windows attributes available for CIFS, NTFS and FAT to use
 2016-05-02 22:52 UTC 

[PATCH 3/6] statx: Ext4: Return enhanced file attributes
 2016-05-02 22:48 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).