linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-10 03:17:55 to 2020-04-15 12:27:23 UTC [more...]

[PATCH AUTOSEL 5.4 35/84] ext4: fix incorrect group count in ext4_fill_super error message
 2020-04-15 11:44 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 36/84] ext4: fix incorrect inodes per group in "
` [PATCH AUTOSEL 5.4 72/84] ext2: fix empty body warnings when -Wextra is used
` [PATCH AUTOSEL 5.4 76/84] ext2: fix debug reference to ext2_xattr_cache

[PATCH AUTOSEL 4.19 12/40] ext4: do not commit super on read-only bdev
 2020-04-15 11:46 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 13/40] ext4: fix incorrect group count in ext4_fill_super error message
` [PATCH AUTOSEL 4.19 14/40] ext4: fix incorrect inodes per group in "
` [PATCH AUTOSEL 4.19 34/40] ext2: fix empty body warnings when -Wextra is used
` [PATCH AUTOSEL 4.19 36/40] ext2: fix debug reference to ext2_xattr_cache

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-15 12:08 UTC  (13+ messages)
` [PATCH RFC 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH RFC 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH RFC 3/8] fs/ext4: Disallow encryption "
` [PATCH RFC 4/8] fs/ext4: Introduce DAX inode flag
` [PATCH RFC 5/8] fs/ext4: Make DAX mount option a tri-state
` [PATCH RFC 6/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH RFC 7/8] fs/ext4: Only change S_DAX on inode load
` [PATCH RFC 8/8] Documentation/dax: Update DAX enablement for ext4

[PATCH AUTOSEL 4.14 11/30] ext4: do not commit super on read-only bdev
 2020-04-15 11:47 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 12/30] ext4: fix incorrect group count in ext4_fill_super error message
` [PATCH AUTOSEL 4.14 13/30] ext4: fix incorrect inodes per group in "
` [PATCH AUTOSEL 4.14 27/30] ext2: fix empty body warnings when -Wextra is used
` [PATCH AUTOSEL 4.14 28/30] ext2: fix debug reference to ext2_xattr_cache

[PATCH AUTOSEL 4.9 07/21] ext4: do not commit super on read-only bdev
 2020-04-15 11:47 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 08/21] ext4: fix incorrect group count in ext4_fill_super error message
` [PATCH AUTOSEL 4.9 09/21] ext4: fix incorrect inodes per group in "
` [PATCH AUTOSEL 4.9 18/21] ext2: fix empty body warnings when -Wextra is used
` [PATCH AUTOSEL 4.9 19/21] ext2: fix debug reference to ext2_xattr_cache

[PATCH AUTOSEL 4.4 04/14] ext4: do not commit super on read-only bdev
 2020-04-15 11:48 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 05/14] ext4: fix incorrect group count in ext4_fill_super error message
` [PATCH AUTOSEL 4.4 06/14] ext4: fix incorrect inodes per group in "
` [PATCH AUTOSEL 4.4 13/14] ext2: fix empty body warnings when -Wextra is used

[PATCH v11 00/25] Change readahead API
 2020-04-15 11:22 UTC  (35+ messages)
` [PATCH v11 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v11 02/25] mm: Return void from various readahead functions
` [PATCH v11 03/25] mm: Ignore return value of ->readpages
` [PATCH v11 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v11 05/25] mm: Add new readahead_control API
` [PATCH v11 06/25] mm: Use readahead_control to pass arguments
` [PATCH v11 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v11 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v11 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v11 10/25] mm: Put readahead pages in cache earlier
` [PATCH v11 11/25] mm: Add readahead address space operation
` [PATCH v11 12/25] mm: Move end_index check out of readahead loop
` [PATCH v11 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v11 14/25] mm: Document why we don't set PageReadahead
` [PATCH v11 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v11 17/25] btrfs: Convert from readpages to readahead
` [PATCH v11 18/25] erofs: Convert uncompressed files "
` [PATCH v11 19/25] erofs: Convert compressed "
` [PATCH v11 20/25] ext4: Convert "
` [PATCH v11 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v11 22/25] f2fs: Convert from readpages to readahead
` [PATCH v11 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v11 24/25] fuse: Convert from readpages to readahead
` [PATCH v11 25/25] iomap: "

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

[PATCH V7 0/9] Enable per-file/per-directory DAX operations V7
 2020-04-15  8:23 UTC  (47+ messages)
` [PATCH V7 1/9] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V7 2/9] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V7 3/9] fs/stat: Define DAX statx attribute
` [PATCH V7 4/9] fs/xfs: Make DAX mount option a tri-state
` [PATCH V7 5/9] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V7 6/9] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V7 7/9] fs: Define I_DONTCACNE in VFS layer
` [PATCH V7 8/9] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()
` [PATCH V7 9/9] Documentation/dax: Update Usage section

[PATCH] ext4: remove redundant variable has_bigalloc in ext4_fill_super
 2020-04-15  7:25 UTC 

BUG: unable to handle kernel NULL pointer dereference in generic_perform_write (2)
 2020-04-15  4:55 UTC  (3+ messages)

comments on "ext4: don't assume that mmp_nodename/bdevname have NUL"
 2020-04-14 16:47 UTC 

WARNING in iomap_apply
 2020-04-14 15:50 UTC  (4+ messages)
` [RFC 1/1] ext4: Fix overflow case for map.m_len in ext4_iomap_begin_*

generic/456 regression on 5.7-rc1, 1k test case
 2020-04-14 15:11 UTC  (4+ messages)

[PATCH v2] unicode: Expose available encodings in sysfs
 2020-04-14  9:33 UTC  (4+ messages)

[PATCH] e2image: add option to ignore fs errors
 2020-04-14  8:47 UTC  (2+ messages)

Inline data with 128-byte inodes?
 2020-04-14  7:02 UTC 

[PATCH] ext4: fix BUG_ON in fs/ext4/page_io.c:ext4_release_io_end()
 2020-04-14  4:11 UTC  (3+ messages)

[PATCH] ext4: convert BUG_ON's to WARN_ON's in mballoc.c
 2020-04-14  3:56 UTC 

[PATCH] ext4: increase wait time needed before reuse of deleted inode numbers
 2020-04-14  2:39 UTC 

[PATCH] libext2fs: avoid pointer arithmetic on `void *`
 2020-04-14  1:59 UTC  (3+ messages)

[PATCH -next] ext4: remove set but not used variable 'es' in ext4_jbd2.c
 2020-04-14  1:56 UTC  (2+ messages)

[PATCH -next] ext4: remove set but not used variable 'es'
 2020-04-14  1:56 UTC  (2+ messages)

[PATCH] ext4: Do not zeroout extents beyond i_disksize
 2020-04-14  1:30 UTC  (3+ messages)

[PATCH] xfs/XXX: Add xfs/XXX
 2020-04-13 16:30 UTC  (6+ messages)

[PATCH] ext4: remove unnecessary test_opt for DIOREAD_NOLOCK
 2020-04-13  4:38 UTC  (2+ messages)

[PATCH] unicode: Expose available encodings in sysfs
 2020-04-12 12:01 UTC  (3+ messages)
` [RFC PATCH] unicode: ucd_init() can be static

[PATCH AUTOSEL 5.6 144/149] ext4: check for non-zero journal inum in ext4_calculate_overhead
 2020-04-11 23:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 145/149] ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes

[PATCH AUTOSEL 5.5 116/121] ext4: check for non-zero journal inum in ext4_calculate_overhead
 2020-04-11 23:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 117/121] ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes

[PATCH AUTOSEL 5.4 103/108] ext4: check for non-zero journal inum in ext4_calculate_overhead
 2020-04-11 23:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 104/108] ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes

[PATCH AUTOSEL 4.19 63/66] ext4: check for non-zero journal inum in ext4_calculate_overhead
 2020-04-11 23:12 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 64/66] ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes

[PATCH AUTOSEL 4.9 25/26] ext4: check for non-zero journal inum in ext4_calculate_overhead
 2020-04-11 23:14 UTC 

[PATCH AUTOSEL 4.14 35/37] ext4: check for non-zero journal inum in ext4_calculate_overhead
 2020-04-11 23:13 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 36/37] ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes

[PATCH v6 01/20] ext4: update docs for fast commit feature
 2020-04-10 17:51 UTC  (4+ messages)
` [PATCH v6 03/20] ext4, jbd2: add fast commit initialization routines

[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-04-10 16:30 UTC  (10+ messages)
` [PATCH 1/4] tune2fs: prevent changing UUID of fs with "

[PATCH] e2scrub: Remove PATH setting from the scripts
 2020-04-10 16:16 UTC  (2+ messages)

[PATCH v2] ext4: use non-movable memory for superblock readahead
 2020-04-10 16:12 UTC  (3+ messages)

[RFC 0/1] ext4: Fix mballoc race in freeing up group preallocations
 2020-04-10 15:52 UTC  (5+ messages)
` [RFC 1/1] ext4: Fix race in ext4_mb_discard_group_preallocations()

[PATCH 0/2] Fixes for dir_index support in libext2fs
 2020-04-10 15:09 UTC  (11+ messages)
` [PATCH 1/2] ext2fs: Fix error checking in dx_link()
` [PATCH 2/2] ext2fs: Fix off-by-one in dx_grow_tree()

[PATCH] ext4: Fix return-value types in several function documentation comments
 2020-04-10  3:49 UTC  (2+ messages)

[PATCH] ext4: using matching invalidatepage in ext4_writepage
 2020-04-10  3:17 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).