linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 19:18:07 to 2020-04-27 18:20:08 UTC [more...]

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-04-27 18:19 UTC  (4+ messages)
` [PATCH 01/11] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap

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

ext4 fiemap and the inode lock
 2020-04-27 14:45 UTC  (2+ messages)

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-04-27 10:38 UTC  (24+ 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

ext4: Fix use after free issues with journalled data
 2020-04-27 10:05 UTC  (4+ messages)
` [PATCH 1/3] fs: Avoid leaving freed inode on dirty list

fix fiemap for ext4 bitmap files (+ cleanups)
 2020-04-27  9:58 UTC  (9+ messages)
` [PATCH 1/8] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 2/8] ext4: fix fiemap size checks for bitmap files
` [PATCH 3/8] ext4: split _ext4_fiemap
` [PATCH 4/8] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 5/8] fs: mark __generic_block_fiemap static
` [PATCH 6/8] fs: move the fiemap definitions out of fs.h
` [PATCH 7/8] iomap: fix the iomap_fiemap prototype
` [PATCH 8/8] fs: move fiemap range validation into the file systems instances

[ext4:dev] BUILD SUCCESS 907ea529fc4c3296701d2bfc8b831dd2a8121a34
 2020-04-27  5:16 UTC 

[PATCH 2/2] ext4: skip non-loaded groups at cr=0/1
 2020-04-27  4:03 UTC 

[PATCH] ext4: handle ext4_mark_inode_dirty errors
 2020-04-27  1:34 UTC  (2+ messages)
` [PATCH v3] ext4: don't ignore return values from ext4_ext_dirty()

[PATCH 0/2] WARN fibmap user in case of possible addr truncation
 2020-04-27  1:04 UTC  (15+ 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

[PATCH 4.4 091/100] ext2: fix empty body warnings when -Wextra is used
 2020-04-25 11:47 UTC  (3+ messages)

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] 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 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  (9+ messages)
` [Bug 207367] "

[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


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