linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-26 11:48:27 to 2017-10-13 07:21:23 UTC [more...]

[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
 2017-10-13  7:21 UTC  (36+ messages)
` [PATCH 01/19] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/19] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/19] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/19] dax: Factor out getting of pfn out of iomap
` [PATCH 05/19] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/19] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/19] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/19] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/19] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/19] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/19] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/19] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/19] dax, iomap: Add support for synchronous faults
` [PATCH 14/19] dax: Implement dax_finish_sync_fault()
` [PATCH 15/19] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/19] ext4: Support for synchronous DAX faults
` [PATCH 17/19] ext4: Add support for MAP_SYNC flag
` [PATCH 18/19] xfs: support for synchronous DAX faults
` [PATCH 19/19] xfs: Add support for MAP_SYNC flag

[v4.14-rc3 bug] scheduling while atomic in generic/451 test on extN
 2017-10-13  5:51 UTC  (5+ messages)

Recover from a "deleted inode referenced" situation
 2017-10-12 22:02 UTC  (4+ messages)

[PATCH v2 0/5] ext4: DAX data corruption fixes
 2017-10-12 16:18 UTC  (11+ messages)
` [PATCH v2 1/5] ext4: prevent data corruption with inline data + DAX
` [PATCH v2 2/5] ext4: prevent data corruption with journaling "
` [PATCH v2 4/5] ext4: add ext4_should_use_dax()
` [PATCH v2 5/5] ext4: remove duplicate extended attributes defs

[PATCH] ext4: Convert timers to use timer_setup()
 2017-10-12 14:58 UTC  (2+ messages)

[RFC][PATCH] fstest: regression test for ext4 crash consistency bug
 2017-10-12 14:38 UTC  (18+ messages)
              ` [PATCH] ext4: fix interaction between i_size, fallocate, and delalloc after a crash

[PATCH 1/2] libext2fs: Prevent allocating inode table from already used blocks
 2017-10-12 13:54 UTC  (2+ messages)

[RFC] Ext4 case insensitive proposal
 2017-10-12  6:36 UTC  (3+ messages)

[PATCH] VFS: Handle lazytime in do_mount()
 2017-10-11  5:01 UTC 

(unknown),
 2017-10-10 23:27 UTC 

[PATCH] misc: git ignore generated files
 2017-10-10 22:40 UTC 

[PATCH] debugfs: print "Xst" bits of file mode via stat
 2017-10-10 22:38 UTC 

[PATCH] misc: quiet llvm build warnings
 2017-10-10 22:44 UTC  (2+ messages)

[PATCH] tests: log tests that are taking a long time
 2017-10-10 22:40 UTC 

[PATCH] tests: shorten test descriptions to fit in 80 columns
 2017-10-10 22:43 UTC 

[PATCH] tests: don't leave temporary files at end of test
 2017-10-10 22:39 UTC 

Odd EXT4 corruption
 2017-10-10 22:43 UTC  (2+ messages)

Ext4 support for LTS kernels (was: Re: [PATCH 3.14] ext4: fix data exposure after a crash)
 2017-10-10 18:17 UTC  (2+ messages)

[PATCH 2/5] cgroup, writeback: replace SB_I_CGROUPWB with per-inode S_CGROUPWB
 2017-10-10 15:54 UTC 

[PATCH] ext4: retry allocations conservatively
 2017-10-10 15:45 UTC 

[PATCH] quota: Generate warnings for DQUOT_SPACE_NOFAIL allocations
 2017-10-10 14:20 UTC  (2+ messages)

[v4.14-rc1 regression] ext4 failed fstests generic/233 quota test
 2017-10-10 12:49 UTC  (3+ messages)

[PATCH] jbd2: Convert timers to use timer_setup()
 2017-10-10 11:20 UTC  (2+ messages)

[ANNOUNCE] fsperf: a simple fs/block performance testing framework
 2017-10-10  9:00 UTC  (14+ messages)

[PATCH 1/3] cgroup, writeback: replace SB_I_CGROUPWB with per-inode S_CGROUPWB
 2017-10-10  8:56 UTC  (2+ messages)

[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
 2017-10-09 20:33 UTC  (2+ messages)

[PATCH v2 00/11] fscrypt: add some higher-level helper functions
 2017-10-09 19:15 UTC  (12+ messages)
` [PATCH v2 01/11] fscrypt: clean up include file mess
` [PATCH v2 02/11] fs, fscrypt: add an S_ENCRYPTED inode flag
` [PATCH v2 03/11] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
` [PATCH v2 04/11] fscrypt: remove ->is_encrypted()
` [PATCH v2 05/11] fscrypt: remove unneeded empty fscrypt_operations structs
` [PATCH v2 06/11] fscrypt: new helper function - fscrypt_require_key()
` [PATCH v2 07/11] fscrypt: new helper function - fscrypt_file_open()
` [PATCH v2 08/11] fscrypt: new helper function - fscrypt_prepare_link()
` [PATCH v2 09/11] fscrypt: new helper function - fscrypt_prepare_rename()
` [PATCH v2 10/11] fscrypt: new helper function - fscrypt_prepare_lookup()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_prepare_setattr()

[PATCH 04/16] ext4: Use pagevec_lookup_range_tag()
 2017-10-09 15:13 UTC 

[PATCH 0/2] ext2: Avoid parsing options under a spinlock
 2017-10-09 15:00 UTC  (3+ messages)
` [PATCH 1/2] ext2: Parse mount options into a dedicated structure
` [PATCH 2/2] ext2: Fix possible sleep in atomic during mount option parsing

[PATCH] ext2/super: Fix a possible sleep-in-atomic bug in parse_options
 2017-10-09 13:32 UTC  (7+ messages)

e2fsprogs: building ext2simg
 2017-10-09 12:59 UTC  (4+ messages)

[PATCH 3.16 117/192] ext2: Don't clear SGID when inheriting ACLs
 2017-10-09 12:44 UTC  (2+ messages)
` [PATCH 3.16 119/192] ext3: "

[PATCH 3.2 50/74] ext3: Don't clear SGID when inheriting ACLs
 2017-10-09 12:30 UTC  (2+ messages)
` [PATCH 3.2 48/74] ext2: "

[PATCH] ext4/026: skip test if kernel does not support the ea_inode feature
 2017-10-09  6:37 UTC  (6+ messages)

[FOR STABLE 4.1] ext4 crypto: don't regenerate the per-inode encryption key unnecessarily
 2017-10-09  0:02 UTC  (7+ messages)
    ` [FOR STABLE 4.1 -v2] "

[PATCH] ext4: skip project quota tests if the kernel does not support them
 2017-10-08 21:42 UTC  (2+ messages)

generic/388 can trigger oops and leave mount point busy - v4.14-rc*
 2017-10-08 18:00 UTC 

[PATCH] ext4: Fix bool initialization/comparison
 2017-10-07 14:02 UTC 

[Bug 187051] New: "orphan list check failed" error in ext4
 2017-10-05 11:00 UTC  (5+ messages)
` [Bug 187051] "

(unknown),
 2017-10-05 10:20 UTC 

[PATCH] tune2fs: prevent crash if error in journal recovery
 2017-10-05  5:25 UTC 

[PATCH] ext4: Use symbolic constants for well-known pow 2 sizes
 2017-10-03 16:17 UTC  (4+ messages)

(unknown),
 2017-10-03  8:40 UTC 

ext4 build errors
 2017-10-02 20:12 UTC  (7+ messages)
      ` [EXTERNAL]Re: "
          ` [EXTERNAL]Re: "

(unknown),
 2017-10-02 17:38 UTC 

[PATCH v2 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-10-02 15:02 UTC  (5+ messages)
` [PATCH v2 3/4] ext4: Add iomap support for inline data

[Bug 197069] New: systemd service with ProtectHome=yes causes ELOOP when accessing /home
 2017-10-01  0:37 UTC  (7+ messages)
` [Bug 197069] "

mounting with lazytime doesn't work on ext4
 2017-09-30  7:10 UTC  (6+ messages)
  ` [PATCH] VFS: Handle lazytime in do_mount()
    ` [PATCH v2] "

(unknown),
 2017-09-28 22:59 UTC 

tune2fs crash in error situation
 2017-09-28 12:01 UTC 

(unknown),
 2017-09-27 19:30 UTC 

(unknown),
 2017-09-27 19:12 UTC 

[PATCH] chattr: add maximum value check for project
 2017-09-27 16:08 UTC  (2+ messages)

[PATCH 04/15] ext4: Use pagevec_lookup_range_tag()
 2017-09-27 16:03 UTC 

generic/232 test failures on 4.14-rc1
 2017-09-27  9:34 UTC  (7+ messages)

[PATCH] Documentation: fix little inconsistencies
 2017-09-26 20:30 UTC  (2+ messages)

[Bug 197045] New: renameat2 rename_noreplace
 2017-09-26 16:42 UTC  (2+ messages)
` [Bug 197045] "


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