linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 02:12:44 to 2020-03-05 15:51:51 UTC [more...]

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-03-05 15:51 UTC  (18+ messages)
` [PATCH V5 01/12] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V5 02/12] fs: Remove unneeded IS_DAX() check
` [PATCH V5 03/12] fs/stat: Define DAX statx attribute
` [PATCH V5 04/12] fs/xfs: Isolate the physical DAX flag from enabled
` [PATCH V5 05/12] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V5 06/12] fs: Add locking for a dynamic address space operations state
` [PATCH V5 07/12] fs: Prevent DAX state change if file is mmap'ed
` [PATCH V5 08/12] fs/xfs: Hold off aops users while changing DAX state
` [PATCH V5 09/12] fs/xfs: Clean up locking in dax invalidate
` [PATCH V5 10/12] fs/xfs: Allow toggle of effective DAX flag
` [PATCH V5 11/12] fs/xfs: Remove xfs_diflags_to_linux()
` [PATCH V5 12/12] Documentation/dax: Update Usage section

[PATCH] fscrypt: don't evict dirty inodes after removing key
 2020-03-05  8:41 UTC 

[PATCH 1/9] e2fsck: fix e2fsck_allocate_memory() overflow
 2020-03-04 23:39 UTC  (21+ 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] e2fsck: avoid overflow with very large dirs

[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-03-04 15:37 UTC  (17+ messages)
` [PATCHv5 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
` [PATCHv5 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv5 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv5 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv5 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv5 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST

[PATCH] ext4: start to support iopoll method
 2020-03-04 13:40 UTC  (4+ messages)

"I/O 8 QID 0 timeout, reset controller" on 5.6-rc2
 2020-03-04 11:19 UTC  (3+ messages)

[PATCH v2] ext4: use non-movable memory for superblock readahead
 2020-03-03 22:17 UTC  (4+ messages)

[PATCH RFC 0/5] fs, ext4: Physical blocks placement hint for fallocate(0): fallocate2(). TP defrag
 2020-03-03 17:36 UTC  (31+ messages)
` [PATCH RFC 1/5] fs: Add new argument to file_operations::fallocate()
` [PATCH RFC 2/5] fs: Add new argument to vfs_fallocate()
` [PATCH RFC 3/5] fs: Add fallocate2() syscall
` [PATCH RFC 4/5] ext4: Prepare ext4_mb_discard_preallocations() for handling EXT4_MB_HINT_GOAL_ONLY
` [PATCH RFC 5/5] ext4: Add fallocate2() support

A question on umounting without flushing journal
 2020-03-03 17:30 UTC  (2+ messages)

[PATCH] libext2fs/ismounted.c: check open(O_EXCL) before mntent file
 2020-03-03 13:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ext4: mark extents index blocks as dirty to avoid information leakage
 2020-03-03  8:51 UTC 

[PATCH] ext4: namei: Replace zero-length array with flexible-array member
 2020-03-02 23:57 UTC  (2+ messages)

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-03-02 13:31 UTC  (9+ messages)

[PATCH v7 0/9] Inline Encryption Support
 2020-03-02  9:17 UTC  (21+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS

ENOSPC inline_data fsck failure
 2020-03-02  7:04 UTC  (3+ messages)

[GIT PULL] more ext4 bug fixes for 5.6
 2020-03-01 22:45 UTC  (2+ messages)

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-03-01 12:07 UTC  (19+ messages)

[PATCH] fs/jbd2: fix data races at struct journal_head
 2020-02-29 18:40 UTC  (3+ messages)

ext4: convert file system to meta_bg if needed during resizing
 2020-02-29 17:52 UTC  (3+ messages)

[PATCH] ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
 2020-02-28 18:45 UTC  (2+ messages)

[PATCH v8 00/25] Change readahead API
 2020-02-28 14:08 UTC  (15+ messages)
` [PATCH v8 05/25] mm: Add new readahead_control API
` [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v8 14/25] mm: Document why we don't set PageReadahead
` [PATCH v8 17/25] btrfs: Convert from readpages to readahead
` [PATCH v8 25/25] iomap: "

Filesystem corruption after unreachable storage
 2020-02-28 11:06 UTC  (8+ messages)

[PATCH] tst_libext2fs: Avoid multiple definition of global variables
 2020-02-28  3:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCHv4 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-02-27 19:18 UTC  (12+ messages)
` [PATCHv4 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
` [PATCHv4 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv4 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv4 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv4 5/6] ext4: Move ext4_fiemap to use iomap framework
  ` [RFC PATCH] ext4: ext4_iomap_xattr_ops can be static
` [PATCHv4 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST

[PATCH RFC 0/3] fs: online filesystem uuid operations
 2020-02-27 21:33 UTC  (4+ messages)
` [PATCH 1/3] vfs: create ioctls to query and set the filesystem uuids
` [PATCH 2/3] xfs: allow online filesystem uuid queries
` [PATCH 3/3] ext4: "

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-27 17:52 UTC  (29+ messages)
` [PATCH V4 01/13] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer

vmlinux ELF header sometimes corrupt
 2020-02-27 15:57 UTC  (2+ messages)

[QUESTION] jbd2: how metadata blocks are checkpointed by the page-cache?
 2020-02-27 15:21 UTC  (2+ messages)

[PATCH] xfs/XXX: Add xfs/XXX
 2020-02-27  5:38 UTC 

[PATCHv3 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
 2020-02-27  5:38 UTC  (21+ messages)
` [PATCHv3 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv3 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv3 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv3 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv3 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST

Getting issue while creating ext4 file system
 2020-02-26 20:43 UTC  (2+ messages)

[PATCHv3 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-02-26 13:08 UTC  (2+ messages)

[PATCH v2] ext2: Silence lockdep warning about reclaim under xattr_sem
 2020-02-26 12:16 UTC  (3+ messages)

[PATCH] ext4: using matching invalidatepage in ext4_writepage
 2020-02-26 12:03 UTC  (3+ messages)

WARNING in ext4_write_inode
 2020-02-26  6:57 UTC 

[PATCH v2] ext4/021: make sure the fdatasync subprocess exits
 2020-02-26  3:22 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).