linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-30 11:11:57 to 2020-02-12 08:47:45 UTC [more...]

[PATCH 0/2] jbd2: fix an oops problem
 2020-02-12  8:47 UTC  (9+ messages)
` [PATCH 1/2] jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
` [PATCH 2/2] jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

RFC: hold i_rwsem until aio completes
 2020-02-12  7:37 UTC  (11+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon
` [PATCH 05/12] gfs2: fix O_SYNC write handling
  ` [Cluster-devel] "

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-12  6:57 UTC  (24+ messages)
` [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [PATCH v7 2/8] fs: Add standard casefolding support
` [PATCH v7 3/8] f2fs: Use generic "
` [PATCH v7 4/8] ext4: "
` [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [PATCH v7 7/8] ext4: Hande casefolding with encryption
` [PATCH v7 8/8] ext4: Optimize match for casefolded encrypted dirs

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-12  6:31 UTC  (31+ messages)
` [PATCH v3 01/12] fs/stat: Define DAX statx attribute
` [PATCH v3 02/12] fs/xfs: Isolate the physical DAX flag from effective
` [PATCH v3 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [PATCH v3 04/12] fs/xfs: Clean up DAX support check
` [PATCH v3 05/12] fs: remove unneeded IS_DAX() check
` [PATCH v3 06/12] fs/xfs: Check if the inode supports DAX under lock
` [PATCH v3 07/12] fs: Add locking for a dynamic DAX state
` [PATCH v3 08/12] fs/xfs: Clarify lockdep dependency for xfs_isilocked()
` [PATCH v3 09/12] fs/xfs: Add write DAX lock to xfs layer
` [PATCH v3 10/12] fs: Prevent DAX state change if file is mmap'ed
` [PATCH v3 11/12] fs/xfs: Clean up locking in dax invalidate
` [PATCH v3 12/12] fs/xfs: Allow toggle of effective DAX flag

[PATCH 1/9] e2fsck: fix e2fsck_allocate_memory() overflow
 2020-02-12  1:09 UTC  (12+ messages)
` [PATCH 2/9] e2fsck: use proper types for variables
` [PATCH 3/9] e2fsck: avoid mallinfo() if over 2GB allocated
` [PATCH 4/9] e2fsck: reduce memory usage for many directories
` [PATCH 5/9] debugfs: allow comment lines in command file
` [PATCH 6/9] debugfs: print inode numbers as unsigned
` [PATCH 7/9] e2fsck: fix overflow if more than 4B inodes
` [PATCH 8/9] e2fsck: consistently use ext2fs_get_mem()
` [PATCH 9/9] misc: handle very large files with filefrag
` [PATCH] "
` [PATCH] e2fsck: avoid overflow with very large dirs

[PATCH] tst_libext2fs: Avoid multiple definition of global variables
 2020-02-11 21:08 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] ext4: remove EXT4_EOFBLOCKS_FL and associated code
 2020-02-11 21:02 UTC 

[PATCH v5 00/13] Change readahead API
 2020-02-11 20:08 UTC  (19+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 04/13] mm: Add readahead address space operation
` [PATCH v5 05/13] mm: Add page_cache_readahead_limit
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [PATCH v5 08/13] erofs: Convert uncompressed files "
` [PATCH v5 09/13] erofs: Convert compressed "
` [PATCH v5 10/13] ext4: Convert "
` [PATCH v5 11/13] f2fs: "
` [PATCH v5 12/13] fuse: "
` [PATCH v5 13/13] iomap: "

[PATCH v2 0/2] jbd2: fix an oops problem
 2020-02-11 13:55 UTC  (3+ messages)
` [PATCH v2 1/2] jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
` [PATCH v2 2/2] jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

[PATCH v2] ext4: Fix checksum errors with indexed dirs
 2020-02-11  3:02 UTC  (2+ messages)

[PATCH v2] ext4: add cond_resched() to ext4_protect_reserved_inode
 2020-02-11  1:17 UTC 

[PATCH] ext4: start to support iopoll method
 2020-02-10 10:24 UTC  (2+ messages)

[PATCH] ext4: add cond_resched() to ext4_protect_reserved_inode
 2020-02-10 10:21 UTC  (2+ messages)

[PATCH 0/3] e2fsprogs: Better handling of indexed directories
 2020-02-10  9:18 UTC  (13+ messages)
` [PATCH 1/3] e2fsck: Clarify overflow link count error message
` [PATCH 2/3] ext2fs: Implement dir entry creation in htree directories
` [PATCH 3/3] tests: Add tests for ext2fs_link() into htree dir

[PATCH] ext4: code cleanup for ext4_statfs_project()
 2020-02-10  8:24 UTC 

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  1:34 UTC 

[Bug 206443] New: general protection fault in ext4 during simultaneous online resize and write operations
 2020-02-07 23:23 UTC  (11+ messages)
` [Bug 206443] "

[PATCH v2] ext4: fix a data race in EXT4_I(inode)->i_disksize
 2020-02-07 16:08 UTC  (5+ messages)

ext4 dio RWF_NOWAIT change
 2020-02-07 15:38 UTC  (2+ messages)

EXT4: unsupported inode size: 4096
 2020-02-07  3:13 UTC  (4+ messages)

ext4 support iopoll
 2020-02-06 14:48 UTC  (2+ messages)

[RFCv2 0/4] ext4: bmap & fiemap conversion to use iomap
 2020-02-06 10:22 UTC  (7+ messages)

[PATCH] ext4: Fix checksum errors with indexed dirs
 2020-02-06  9:41 UTC  (4+ messages)

[PATCH v6 0/5] Support fof Casefolding and Encryption
 2020-02-05 23:40 UTC  (6+ messages)
` [PATCH v6 1/5] unicode: Add standard casefolded d_ops

[PATCH v2] Documentation: changes.rst: update several outdated project URLs
 2020-02-05 17:32 UTC  (2+ messages)

[Bug 206419] New: online resize + fstrim -> bad block checksum
 2020-02-04 23:40 UTC  (2+ messages)
` [Bug 206419] "

[PATCH] ext4: fix a data race in EXT4_I(inode)->i_disksize
 2020-02-04 20:06 UTC 

[PATCH v4 00/12] Change readahead API
 2020-02-04 17:16 UTC  (6+ messages)
` [PATCH v4 03/12] readahead: Put pages in cache earlier
` [PATCH v4 04/12] mm: Add readahead address space operation
` [PATCH v4 09/12] ext4: Convert from readpages to readahead

[PATCH] chattr.1: improve attribute formatting with labels and indented paragraphs
 2020-02-03 20:41 UTC  (2+ messages)

[RFC PATCH] jbd2: remove unused return value of jbd2_journal_cancel_revoke
 2020-02-03  9:38 UTC 

About read-only feature EXT4_FEATURE_RO_COMPAT_SHARED_BLOCKS
 2020-02-02 22:53 UTC  (4+ messages)

[PATCH] ext4: remove trivial nowait check for buffered write
 2020-02-01 22:49 UTC  (2+ messages)

e2fsck dir_info corruption
 2020-02-01 17:02 UTC  (2+ messages)

[PATCH 00/12] Change readahead API
 2020-02-01  0:25 UTC  (4+ messages)
` [PATCH 04/12] mm: Add readahead address space operation

[GIT PULL] iomap: new code for 5.6
 2020-01-31 21:10 UTC  (2+ messages)

ext2fs_link() corrupting a directory
 2020-01-30 16:25 UTC  (3+ messages)

[GIT PULL] ext4 changes for 5.6
 2020-01-30 23:50 UTC  (2+ messages)

[PATCH v2 1/2] vfs: add non-blocking mode for function find_inode_nowait()
 2020-01-30 17:40 UTC  (2+ messages)
` [PATCH v2 2/2] ext4: avoid spinlock congestion in lazytime optimization

[PATCH] ext4: Simplify checking quota limits in ext4_statfs()
 2020-01-30 11:11 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).