linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-09 11:08:46 to 2015-11-19 00:49:20 UTC [more...]

[Bug 107301] New: system hang during ext4 xattr operation
 2015-11-19  0:49 UTC  (11+ messages)
` [Bug 107301] "

dax pmd fault handler never returns to userspace
 2015-11-19  0:39 UTC  (16+ messages)

memory leak: data=journal and {collapse,insert,zero}_range
 2015-11-18 21:36 UTC  (9+ messages)

[PATCH] lib/kobject: fix memory leak in error path of kset_create_and_add()
 2015-11-18 16:50 UTC  (8+ messages)
  ` [PATCH v2] kset- and class-registration cleanups
    ` [PATCH v2 1/3] lib/kobject: fix memory leak in error path of kset_create_and_add()
    ` [PATCH v2 2/3] drivers/base/class: __class_register(): make error behaviour consistent
    ` [PATCH v2 3/3] drivers/base/class: __class_register(): invoke class' releaser on failure

[PATCH v2 00/11] DAX fsynx/msync support
 2015-11-18 16:16 UTC  (38+ messages)
` [PATCH v2 01/11] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v2 02/11] mm: add pmd_mkclean()
` [PATCH v2 03/11] pmem: enable REQ_FUA/REQ_FLUSH handling
` [PATCH v2 04/11] dax: support dirty DAX entries in radix tree
` [PATCH v2 05/11] mm: add follow_pte_pmd()
` [PATCH v2 06/11] mm: add pgoff_mkclean()
` [PATCH v2 07/11] mm: add find_get_entries_tag()
` [PATCH v2 08/11] dax: add support for fsync/sync
` [PATCH v2 09/11] ext2: add support for DAX fsync/msync
` [PATCH v2 10/11] ext4: "
` [PATCH v2 11/11] xfs: "

[PATCH 0/4] Output selection, improvements for ext4/001
 2015-11-18 15:37 UTC  (4+ messages)
` [PATCH 3/4] common: Add function for selecting from different output files

[PATCH 0/9 v4] ext4: Punch hole and DAX fixes
 2015-11-18 15:16 UTC  (14+ messages)
` [PATCH 1/9] ext4: Fix races between page faults and hole punching
` [PATCH 2/9] ext4: Move unlocked dio protection from ext4_alloc_file_blocks()
` [PATCH 3/9] ext4: Fix races between buffered IO and collapse / insert range
` [PATCH 4/9] ext4: Fix races of writeback with punch hole and zero range
` [PATCH 5/9] ext4: Document lock ordering
` [PATCH 6/9] ext4: Get rid of EXT4_GET_BLOCKS_NO_LOCK flag
` [PATCH 7/9] ext4: Provide ext4_issue_zeroout()
` [PATCH 8/9] ext4: Implement allocation of pre-zeroed blocks
` [PATCH 9/9] ext4: Use pre-zeroed blocks for DAX page faults

[v15 0/4] ext4: add project quota support
 2015-11-18 14:14 UTC  (6+ messages)

[PATCH 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling
 2015-11-18  1:34 UTC  (3+ messages)
` [PATCH 2/3] ext4: remove incorrect check for inode journal mode in ext4_writepages()
` [PATCH 3/3] ext4: enable again per-file data journaling on delalloc mode

[RFCv3.2 00/12] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2015-11-17 21:16 UTC  (17+ messages)
` [PATCH 01/12] test-scripts: test migration scripts
` [PATCH 02/12] btrfs: move btrfs reflink tests to generic
` [PATCH 03/12] reflink: add test support routines to a separate file
` [PATCH 04/12] reflink: basic tests of the reflink and dedupe ioctls
` [PATCH 05/12] reflink: test CoW behaviors of reflinked files
` [PATCH 06/12] reflink: test the various fallocate modes
` [PATCH 07/12] reflink: test accuracy of free block counts
` [PATCH 08/12] reflink: test error conditions due to bad inputs
` [PATCH 09/12] xfs: test xfs-specific reflink pieces
` [PATCH 10/12] reflink: concurrent operations tests
` [PATCH 11/12] reflink: test that CoW writes fail when we're out of space
` [PATCH 12/12] reflink: test what happens when we hit resource limits

[PATCH 0/8] dax fixes / cleanups: pmd vs thp, lifetime, and locking
 2015-11-17 20:15 UTC  (2+ messages)
` [PATCH 1/8] ext2, ext4: warn when mounting with dax enabled

[PATCH] fix compile error while opening the macro DOUBLE_CHECK
 2015-11-17  6:31 UTC  (4+ messages)

[PATCH] fix compile error while opening the macro DOUBLE_CHECK
 2015-11-17  3:52 UTC 

You have received fax, document 000688593
 2015-11-17  0:41 UTC 

[PATCH 1/4] libext2fs: fix parents when modifying extents
 2015-11-16 19:11 UTC  (9+ messages)
` [PATCH 2/4] LU-7368 e2fsck: skip quota update when interrupted
` [PATCH 3/4] libext2fs: fix block-mapped file punch
` [PATCH 4/4] e2fsck: fix e2fsck -fD directory truncation

[PATCH] chattr: Fix typo in a manpage
 2015-11-16 12:33 UTC 

[PATCH] In mke2fs, accept a human readable size as input to the 'bytes-per-inode' argument
 2015-11-16  1:10 UTC  (2+ messages)

You have new fax, document 00000373570
 2015-11-15 20:45 UTC 

[RFCv3.1 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2015-11-13 18:32 UTC  (19+ messages)
` [PATCH 01/11] btrfs: move btrfs reflink tests to generic
` [PATCH 02/11] generic/80[0-2]: support xfs in addition to btrfs
` [PATCH 03/11] reflink: basic tests of the reflink and dedupe ioctls
` [PATCH 04/11] reflink: test CoW behaviors of reflinked files
` [PATCH 05/11] reflink: test the various fallocate modes
` [PATCH 06/11] reflink: concurrent operations tests
` [PATCH 07/11] reflink: test accuracy of free block counts
` [PATCH 08/11] reflink: test error conditions due to bad inputs
` [PATCH 09/11] xfs: test xfs-specific reflink pieces
` [PATCH 10/11] reflink: test what happens when we hit resource limits
` [PATCH 11/11] reflink: test that CoW writes fail when we're out of space

[PATCH] jbd2: redefine jbd2_get_transaction to jbd2_init_transaction
 2015-11-12 22:27 UTC 

[PATCH] jbd2: redefine jbd2_get_transaction to jbd2_init_transaction
 2015-11-12 21:27 UTC  (2+ messages)

You have 1 new fax, document 000877169
 2015-11-12  7:40 UTC 

[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls
 2015-11-12  0:41 UTC  (5+ messages)

[PATCH 0/9 v3] ext4: Punch hole and DAX fixes
 2015-11-11 15:25 UTC  (8+ messages)

[PATCH v15 00/22] Richacls (Core and Ext4)
 2015-11-11 13:59 UTC  (28+ messages)
` [PATCH v15 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v15 06/22] richacl: In-memory representation and helper functions
` [PATCH v15 07/22] richacl: Permission mapping functions
` [PATCH v15 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v15 09/22] richacl: Permission check algorithm
` [PATCH v15 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v15 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v15 13/22] vfs: Cache richacl in struct inode
` [PATCH v15 14/22] richacl: Update the file masks in chmod()
` [PATCH v15 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v15 16/22] richacl: Create-time inheritance
` [PATCH v15 17/22] richacl: Automatic Inheritance
` [PATCH v15 18/22] richacl: xattr mapping functions
` [PATCH v15 19/22] richacl: Add richacl xattr handler
` [PATCH v15 20/22] vfs: Add richacl permission checking
` [PATCH v15 21/22] ext4: Add richacl support
  ` [PATCH v15 11/22] vfs: Cache base_acl objects in inodes
  ` [PATCH v15 22/22] ext4: Add richacl feature flag

e2fsck -fD corruption of large htree/extent directory
 2015-11-11 10:13 UTC 

[GIT PULL] ext2 changes for 4.4-rc1
 2015-11-10  9:08 UTC  (3+ messages)

discard_zeroes_data questions
 2015-11-10  0:16 UTC  (4+ 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).