public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-26 19:26:07 to 2021-11-09 08:34:00 UTC [more...]

decouple DAX from block devices
 2021-11-09  8:33 UTC  (20+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg

[syzbot] WARNING in iomap_iter
 2021-11-09  7:20 UTC 

[PATCH] ext4: remove unnecessary ext4_inode_datasync_dirty in read path
 2021-11-09  4:50 UTC  (6+ messages)

Debugging ext4 corruption with nojournal & extents
 2021-11-09  3:14 UTC  (2+ messages)

[PATCH v2] ext4: add test for all ext4/ext3/ext2 mount options
 2021-11-09  1:08 UTC  (15+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

Contents of files exchanged
 2021-11-08 22:15 UTC 

[PATCH 1/2] common/rc: add _require_kernel_config and _has_kernel_config
 2021-11-08 22:31 UTC  (5+ messages)
` [PATCH v6 2/2] ext4: add test for all ext4/ext3/ext2 mount options
` [PATCH v2 1/2] common/rc: add _require_kernel_config and _has_kernel_config

[RESEND PATCH v2] ext4: fix a possible ABBA deadlock dued to busy PA
 2021-11-08  2:23 UTC 

[PATCH -next v5 0/3] Fix some issues about mmp
 2021-11-08  2:11 UTC  (2+ messages)

[PATCH] ext4: Add xattr commands to compat ioctl handler
 2021-11-06  3:02 UTC  (2+ messages)

[PATCH v3 0/9] Test the new fanotify FAN_FS_ERROR event
 2021-11-05 13:10 UTC  (23+ messages)
` [PATCH v3 1/9] syscalls: fanotify: Add macro to require specific mark types
      ` [LTP] "
` [PATCH v3 2/9] syscalls: fanotify: Add macro to require specific events
` [PATCH v3 3/9] syscalls/fanotify21: Introduce FAN_FS_ERROR test
    ` [LTP] "
` [PATCH v3 4/9] syscalls/fanotify21: Validate the generic error info
` [PATCH v3 5/9] syscalls/fanotify21: Validate incoming FID in FAN_FS_ERROR
  ` [LTP] "
` [PATCH v3 6/9] syscalls/fanotify21: Support submission of debugfs commands
` [PATCH v3 7/9] syscalls/fanotify21: Create a corrupted file
` [PATCH v3 8/9] syscalls/fanotify21: Test file event with broken inode
` [PATCH v3 9/9] syscalls/fanotify21: Test capture of multiple errors
` [LTP] [PATCH v3 0/9] Test the new fanotify FAN_FS_ERROR event

[tytso-ext4:dev] BUILD SUCCESS 124e7c61deb27d758df5ec0521c36cf08d417f7a
 2021-11-05  7:37 UTC 

futher decouple DAX from block devices
 2021-11-05  3:30 UTC  (45+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
  ` [dm-devel] "
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c

[PATCH] ext4: Fix error code saved on super block during file system abort
 2021-11-04 14:48 UTC  (2+ messages)

[PATCH 1/2] ext4: commit inline data during fast commit
 2021-11-04 14:44 UTC  (2+ messages)

[PATCH] Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
 2021-11-04 14:36 UTC  (4+ messages)

[PATCH v2] ext4: Remove unused assignments
 2021-11-04  6:40 UTC 

[PATCH v2] ext4: Remove unnecessary assignments
 2021-11-04  6:36 UTC 

[PATCH v2] ext4: Remove redundant statement
 2021-11-04  6:34 UTC 

[PATCH 1/2] ext4: Change s_last_trim_minblks type to unsigned long
 2021-11-03 20:20 UTC  (4+ messages)
` [PATCH v3 2/2] ext4: Allow to change s_last_trim_minblks via sysfs

[Bug 214917] New: 5.15: kernel BUG at fs/ext4/inode.c:1721!
 2021-11-03 19:33 UTC  (2+ messages)
` [Bug 214917] "

[Bug 214927] New: re-mount read-write (mount -oremount,rw) of read-only filesystem rejected with EROFS, but block device is nor read-only
 2021-11-03 15:13 UTC  (5+ messages)
` [Bug 214927] re-mount read-write (mount -oremount,rw) of read-only filesystem rejected with EROFS, but block device is not read-only

[PATCH] ext4: Allow to change s_last_trim_minblks via sysfs
 2021-11-03  9:22 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] fscrypt updates for 5.16
 2021-11-01 20:04 UTC  (2+ messages)

[PATCH v8 00/32] file system-wide error monitoring
 2021-11-01 11:42 UTC  (6+ messages)
` [PATCH v8 31/32] samples: Add fs error monitoring example

[PATCH v4 00/13] ext4: new mount API conversion
 2021-11-01  9:25 UTC  (18+ messages)
` [PATCH v4 01/13] fs_parse: allow parameter value to be empty
` [PATCH v4 02/13] ext4: Add fs parameter specifications for mount options
` [PATCH v4 03/13] ext4: move option validation to a separate function
` [PATCH v4 04/13] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH v4 05/13] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH v4 06/13] ext4: move quota configuration out of handle_mount_opt()
` [PATCH v4 07/13] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH v4 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH v4 09/13] ext4: Completely separate options parsing and sb setup
` [PATCH v4 10/13] ext4: clean up return values in handle_mount_opt()
` [PATCH v4 11/13] ext4: change token2str() to use ext4_param_specs
` [PATCH v4 12/13] ext4: switch to the new mount api
` [PATCH v4 13/13] ext4: Remove unused match_table_t tokens

[PATCH -next RFC] ext2: Add check if block is step over super block
 2021-11-01  9:33 UTC 

[PATCH] fs/ext4:bug fix of memory leak in ext4_mb_pa_alloc
 2021-10-31 14:24 UTC  (2+ messages)
` cdf6cd7ffc: WARNING:at_fs/ext4/mballoc.c:#ext4_mb_pa_free

[Bug 214881] New: whole file system down, dmesg say kernel BUG
 2021-10-30  7:32 UTC 

[PATCH v9 00/31] file system-wide error monitoring
 2021-10-30  6:53 UTC  (8+ messages)

[PATCH v2 00/10] Test the new fanotify FAN_FS_ERROR event
 2021-10-29 15:03 UTC  (23+ messages)
` [PATCH v2 01/10] syscalls: fanotify: Add macro to require specific mark types
` [PATCH v2 02/10] syscalls: fanotify: Add macro to require specific events
` [PATCH v2 03/10] syscalls/fanotify20: Introduce helpers for FAN_FS_ERROR test
` [PATCH v2 04/10] syscalls/fanotify20: Validate the generic error info
` [PATCH v2 05/10] syscalls/fanotify20: Validate incoming FID in FAN_FS_ERROR
` [PATCH v2 06/10] syscalls/fanotify20: Support submission of debugfs commands
` [PATCH v2 07/10] syscalls/fanotify20: Create a corrupted file
` [PATCH v2 08/10] syscalls/fanotify20: Test event after filesystem abort
` [PATCH v2 09/10] syscalls/fanotify20: Test file event with broken inode
` [PATCH v2 10/10] syscalls/fanotify20: Test capture of multiple errors

[Question] ext4/xfs: Default behavior changed after per-file DAX
 2021-10-28 19:19 UTC  (14+ messages)

Problem with direct IO
 2021-10-28 15:02 UTC  (9+ messages)

[PATCH] ext4: scope ret locally in ext4_try_to_trim_range()
 2021-10-28 14:59 UTC  (2+ messages)

[PATCH] ext4: remove an unused variable warning with CONFIG_QUOTA=n
 2021-10-28 14:56 UTC  (2+ messages)

[PATCH linux-next] ext4:namei: fix boolreturn.cocci warnings
 2021-10-28 14:52 UTC  (2+ messages)

[PATCH v5 0/3] ext4: fix a inode checksum error
 2021-10-28 14:47 UTC  (2+ messages)

[PATCH] ext2fs: avoid re-reading inode multiple times
 2021-10-28 14:45 UTC  (2+ messages)

unicode cleanups, and split the data table into a separate module v2
 2021-10-28  9:47 UTC  (10+ messages)
` [PATCH 10/11] unicode: Add utf8-data module
              ` Track unicode tree in linux-next (was Re: [PATCH 10/11] unicode: Add utf8-data module)

[PATCH linux-next] ext4: Remove unused assignments
 2021-10-28  2:45 UTC 

[PATCH linux-next] ext4: Remove unnecessary assignments
 2021-10-28  2:44 UTC 

[PATCH linux-next] ext4: Remove redundant statement
 2021-10-28  2:40 UTC 

[PATCH v3 00/13] ext4: new mount API conversion
 2021-10-27 11:52 UTC  (5+ messages)
` [PATCH v3 11/13] ext4: change token2str() to use ext4_param_specs

[PATCH v3 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
 2021-10-27  1:32 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