linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 03:02:17 to 2020-04-25 09:45:01 UTC [more...]

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-04-25  9:44 UTC  (17+ messages)
` [PATCH 1/5] ext4: Fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 2/5] ext4: Rename fiemap_check_ranges() to make it ext4 specific
` [PATCH 3/5] vfs: EXPORT_SYMBOL for fiemap_check_ranges()
` [PATCH 4/5] overlayfs: Check for range bounds before calling i_op->fiemap()
` [PATCH 5/5] ext4: Get rid of ext4_fiemap_check_ranges

[PATCH 0/2] WARN fibmap user in case of possible addr truncation
 2020-04-25  7:03 UTC  (14+ messages)
` [PATCH 1/2] fibmap: Warn and return an error in case of block > INT_MAX
` [PATCH 2/2] iomap: bmap: Remove the WARN and return the proper block address

ext4: Fix use after free issues with journalled data
 2020-04-25  6:42 UTC  (5+ messages)
` [PATCH 1/3] fs: Avoid leaving freed inode on dirty list
` [PATCH 2/3] writeback: Export inode_io_list_del()
` [PATCH 3/3] ext4: Avoid freeing inodes on dirty list

Need help to understand Ext4 message in /var/log/message file
 2020-04-25  5:39 UTC  (3+ messages)

[PATCH] ext4: Fix comment typo "the the"
 2020-04-24 17:16 UTC 

Changing a workload results in performance drop
 2020-04-24 14:56 UTC 

[PATCH AUTOSEL 5.6 32/38] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:22 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 33/38] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 5.6 34/38] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 5.4 22/26] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:23 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 23/26] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 5.4 24/26] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 4.19 15/18] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:23 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 16/18] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 4.19 17/18] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 4.14 13/21] ext4: use matching invalidatepage in ext4_writepage
 2020-04-24 12:24 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 14/21] ext4: use non-movable memory for superblock readahead
` [PATCH AUTOSEL 4.14 15/21] ext4: increase wait time needed before reuse of deleted inode numbers
` [PATCH AUTOSEL 4.14 16/21] ext4: convert BUG_ON's to WARN_ON's in mballoc.c

[PATCH AUTOSEL 4.9 11/13] ext4: convert BUG_ON's to WARN_ON's in mballoc.c
 2020-04-24 12:24 UTC 

[PATCH AUTOSEL 4.4 7/8] ext4: convert BUG_ON's to WARN_ON's in mballoc.c
 2020-04-24 12:25 UTC 

Any updates on ext4-lazy (lazy_journal branch for SMR)?
 2020-04-24 12:15 UTC 

[PATCH RFC 0/2] fsx: make fsx perceptive to cluster size
 2020-04-24  9:33 UTC  (3+ messages)
` [PATCH RFC 1/2] xfstests: fsx: add support for "
` [PATCH RFC 2/2] xfstests: common/rc: add cluster size support for ext4

[PATCH] xfstests: 298: fix failure on ext4 with bigalloc
 2020-04-24  9:11 UTC 

[PATCH V10 00/11] XFS - Enable per-file/per-directory DAX operations V10
 2020-04-24  5:55 UTC  (28+ messages)
` [PATCH V10 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V10 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V10 03/11] fs/stat: Define DAX statx attribute
` [PATCH V10 04/11] Documentation/dax: Update Usage section
` [PATCH V10 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V10 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V10 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V10 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V10 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V10 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V10 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[RFC PATCH 00/11] ext4: data=journal: writeback mmap'ed pagecache
 2020-04-23 23:37 UTC  (12+ messages)
` [RFC PATCH 01/11] ext4: data=journal: introduce struct/kmem_cache ext4_journalled_wb_page/_cachep
` [RFC PATCH 02/11] ext4: data=journal: handle page writeback in __ext4_journalled_writepage()
` [RFC PATCH 03/11] ext4: data=journal: call ext4_force_commit() in ext4_writepages() for msync()
` [RFC PATCH 04/11] ext4: data=journal: introduce helpers for journalled writeback deadlock
` [RFC PATCH 05/11] ext4: data=journal: prevent journalled writeback deadlock in __ext4_journalled_writepage()
` [RFC PATCH 06/11] ext4: data=journal: prevent journalled writeback deadlock in ext4_write_begin()
` [RFC PATCH 07/11] ext4: grab page before starting transaction handle in ext4_convert_inline_data_to_extent()
` [RFC PATCH 08/11] ext4: data=journal: prevent journalled writeback deadlock "
` [RFC PATCH 09/11] ext4: grab page before starting transaction handle in ext4_try_to_write_inline_data()
` [RFC PATCH 10/11] ext4: deduplicate code with error legs "
` [RFC PATCH 11/11] ext4: data=journal: prevent journalled writeback deadlock "

[PATCH v2] ext4: don't ignore return values from ext4_ext_dirty()
 2020-04-23 15:46 UTC  (2+ messages)

Inline data with 128-byte inodes?
 2020-04-23 11:56 UTC  (5+ messages)

[PATCH v2] ext4: fix error pointer dereference
 2020-04-23 11:07 UTC  (3+ messages)

[PATCH V9 00/11] XFS - Enable per-file/per-directory DAX operations V9
 2020-04-23  8:24 UTC  (36+ messages)
` [PATCH V9 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V9 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V9 03/11] fs/stat: Define DAX statx attribute
` [PATCH V9 04/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V9 05/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V9 06/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V9 07/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V9 08/11] fs: Lift XFS_IDONTCACNE to the VFS layer
` [PATCH V9 09/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V9 10/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()
` [PATCH V9 11/11] Documentation/dax: Update Usage section

[PATCH] ext4: fix error pointer dereference
 2020-04-23  7:38 UTC  (2+ messages)

[PATCH] ext4: Fix buffer_head refcnt leak when ext4_iget() fails
 2020-04-23  5:09 UTC 

[PATCH 0/4] block: Add support for REQ_OP_ASSIGN_RANGE
 2020-04-23  0:40 UTC  (9+ messages)

LSFMMBPF 2020 Cancellation announcement
 2020-04-22 23:14 UTC 

[PATCH v2] LUS-1922 e2image: add option to ignore fs errors
 2020-04-22 20:01 UTC  (2+ messages)

[PATCH 0/2] remove EXT4_GET_BLOCKS_KEEP_SIZE flag, etc
 2020-04-22 16:14 UTC  (5+ messages)
` [PATCH 1/2] ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
` [PATCH 2/2] ext4: translate a few more map flags to strings in tracepoints

Exporting ext4-specific information through fsinfo attributes
 2020-04-22 16:12 UTC  (6+ messages)

[PATCH] ext4: reject mount options not supported when remounting in handle_mount_opt()
 2020-04-22 16:10 UTC  (5+ messages)

[PATCH] ext4: increase wait time needed before reuse of deleted inode numbers
 2020-04-22 15:53 UTC  (2+ messages)

[PATCHv2 1/1] ext4: Fix overflow case for map.m_len in ext4_iomap_begin_*
 2020-04-22 12:26 UTC  (2+ messages)

[PATCH 4.4 091/100] ext2: fix empty body warnings when -Wextra is used
 2020-04-22  9:57 UTC 

[PATCH 5.4 090/118] ext2: fix empty body warnings when -Wextra is used
 2020-04-22  9:57 UTC 

[PATCH 5.6 131/166] ext2: fix empty body warnings when -Wextra is used
 2020-04-22  9:57 UTC 

[PATCH 4.19 49/64] ext2: fix empty body warnings when -Wextra is used
 2020-04-22  9:57 UTC 

[PATCH 4.9 114/125] ext2: fix empty body warnings when -Wextra is used
 2020-04-22  9:57 UTC 

[PATCH v10 00/12] Inline Encryption Support
 2020-04-22  9:37 UTC  (7+ messages)
` [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v10 03/12] block: Inline encryption support for blk-mq
` [PATCH v10 05/12] block: blk-crypto-fallback for Inline Encryption

[Bug 207367] New: Accraid / aptec / Microsemi / ext4 / larger then 16TB
 2020-04-21 23:15 UTC  (21+ messages)
` [Bug 207367] "
    ` [BISECTED] unable to mount devices larger than 16 TB (was: [Bug 207367] Accraid / aptec / Microsemi / ext4 / larger then 16TB)

[PATCH v3] unicode: Expose available encodings in sysfs
 2020-04-21 20:53 UTC 

[PATCH 00/34] fs: convert remaining docs to ReST file format
 2020-04-21 19:53 UTC  (6+ messages)
` [PATCH 12/34] docs: filesystems: convert dax.txt to ReST

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-21 18:56 UTC  (6+ messages)
` [PATCH RFC 3/8] fs/ext4: Disallow encryption if inode is DAX

[PATCH] fcntl: Add 32bit filesystem mode
 2020-04-21 13:02 UTC  (6+ messages)

[RFC] improve malloc for large filesystems - limit scanning
 2020-04-21  8:22 UTC 

[RFC] improve malloc for large filesystems - prefetching
 2020-04-21  8:09 UTC 

[PATCH v11 00/25] Change readahead API
 2020-04-21  7:28 UTC  (4+ messages)
` [PATCH v11 19/25] erofs: Convert compressed files from readpages to readahead

[RFC 1/1] ext4: Fix race in ext4_mb_discard_group_preallocations()
 2020-04-21  4:24 UTC  (4+ messages)
` [RFCv2 1/1] ext4: Fix race in ext4 mb discard group preallocations

[PATCH] ext4: don't ignore return values from ext4_ext_dirty()
 2020-04-21  3:02 UTC  (2+ 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).