linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 14:57:46 to 2021-08-04 05:28:00 UTC [more...]

[PATCH 0/7] Test the new fanotify FAN_FS_ERROR event
 2021-08-04  5:27 UTC  (16+ messages)
` [PATCH 1/7] syscalls/fanotify20: Introduce helpers for FAN_FS_ERROR test
` [PATCH 2/7] syscalls/fanotify20: Validate the generic error info
` [PATCH 3/7] syscalls/fanotify20: Validate incoming FID in FAN_FS_ERROR
` [PATCH 4/7] syscalls/fanotify20: Watch event after filesystem abort
` [PATCH 5/7] syscalls/fanotify20: Support submission of debugfs commands
` [PATCH 6/7] syscalls/fanotify20: Test file event with broken inode
` [PATCH 7/7] syscalls/fanotify20: Test capture of multiple errors

[PATCH 0/9 v4] e2fsprogs: Support for orphan file feature
 2021-08-03 18:56 UTC  (6+ messages)
` [PATCH 4/9] libext2fs: "
` [PATCH 6/9] e2fsck: Add support for handling orphan file

[PATCH 0/9 v3] e2fsprogs: Support for orphan file feature
 2021-08-03 17:57 UTC  (8+ messages)
` [PATCH 2/9] quota: Do not account space used by project quota file to quota
` [PATCH 3/9] e2image: Dump quota files
` [PATCH 4/9] libext2fs: Support for orphan file feature

[PATCH v4 00/16] File system wide monitoring
 2021-08-03 16:19 UTC  (31+ messages)
` [PATCH v4 01/16] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v4 02/16] fanotify: Fold event size calculation to its own function
` [PATCH v4 03/16] fanotify: Split fsid check from other fid mode checks
` [PATCH v4 04/16] fsnotify: Reserve mark bits for backends
` [PATCH v4 05/16] fanotify: Split superblock marks out to a new cache
` [PATCH v4 06/16] inotify: Don't force FS_IN_IGNORED
` [PATCH v4 07/16] fsnotify: Add helper to detect overflow_event
` [PATCH v4 08/16] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
  ` [fsnotify] 4c40d6efc8: unixbench.score -3.3% regression
` [PATCH v4 09/16] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v4 10/16] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v4 11/16] fsnotify: Support FS_ERROR event type
` [PATCH v4 12/16] fsnotify: Introduce helpers to send error_events
` [PATCH v4 13/16] fanotify: Introduce FAN_FS_ERROR event
` [PATCH v4 14/16] ext4: Send notifications on error
` [PATCH v4 15/16] samples: Add fs error monitoring example
` [PATCH v4 16/16] docs: Document the FAN_FS_ERROR event

[PATCH] ext4: flush s_error_work before journal destroy in ext4_fill_super
 2021-08-03 11:13 UTC  (8+ messages)

[PATCHv2 0/9] xfstests: 64K blocksize related fixes
 2021-08-03  5:06 UTC  (15+ messages)
` [PATCHv2 1/9] ext4/003: Fix this test on 64K platform for dax config
` [PATCHv2 2/9] ext4/027: Correct the right code of block and inode bitmap
` [PATCHv2 3/9] ext4/306: Add -b blocksize parameter too to avoid failure with DAX config
` [PATCHv2 4/9] ext4/022: exclude this test for dax config on 64KB pagesize platform
` [PATCHv2 5/9] generic/031: Fix the test case for 64k blocksize config
` [PATCHv2 6/9] common/rc: Add _mkfs_dev_blocksized functionality
` [PATCHv2 7/9] generic/620: Use _mkfs_dev_blocksized to use 4k bs
` [PATCHv2 8/9] common/attr: Cleanup end of line whitespaces issues
` [PATCHv2 9/9] common/attr: Reduce MAX_ATTRS to leave some overhead for 64K blocksize

[PATCH v3 00/12] e2fsprogs: some bugfixs
 2021-08-03  2:35 UTC  (9+ messages)
` [PATCH v3 04/12] ss_add_info_dir: don't zap the info->info_dirs and check whether
` [PATCH v3 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer
` [PATCH v3 10/12] hashmap: change return value type of ext2fs_hashmap_add()
` [PATCH v3 11/12] misc/lsattr: check whether path is NULL in lsattr_dir_proc()

bug with large_dir in 5.12.17
 2021-07-31  5:13 UTC  (8+ messages)

[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-30 19:11 UTC  (23+ messages)
` [PATCH v4 01/13] ext4/xfs: add page refcount helper
` [PATCH v4 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v4 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v4 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v4 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v4 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v4 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v4 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v4 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 10/13] lib: test_hmm add module param for "
` [PATCH v4 11/13] lib: add support for device generic type in test_hmm
` [PATCH v4 12/13] tools: update hmm-test to support device generic type
` [PATCH v4 13/13] tools: update test_hmm script to support SP config

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-30 19:02 UTC  (8+ messages)

[PATCH] ext4: fix directory index node split corruption
 2021-07-30 18:24 UTC 

Is it safe to use the bigalloc feature in the case of ext4 filesystem?
 2021-07-30 13:57 UTC  (7+ messages)

[PATCH] fs: unicode: Add utf8-data module
 2021-07-30 12:43 UTC 

bug with large_dir in 5.12.17: patch from Denis
 2021-07-30  2:13 UTC 

[PATCH] ext4: reduce arguments of ext4_fc_add_dentry_tlv
 2021-07-29  9:35 UTC  (3+ messages)

[PATCH] fscrypt: document struct fscrypt_operations
 2021-07-29  4:37 UTC 

[PATCH] tests: skip u_direct_io if losetup fails
 2021-07-28 23:07 UTC 

[ANNOUNCE] e2fsprogs v1.46.3
 2021-07-28  3:23 UTC 

Is labelling a mounted ext2/3/4 file system safe and supported?
 2021-07-27 22:06 UTC  (5+ messages)

[PATCH v3 4/4] ext4: drop unnecessary journal handle in delalloc write
 2021-07-27  5:06 UTC  (2+ messages)
` [ext4] 57e8668f62: aim7.jobs-per-min 60.2% improvement

remove generic_block_fiemap
 2021-07-26 16:17 UTC  (12+ messages)
` [PATCH 1/4] ext2: make ext2_iomap_ops available unconditionally
` [PATCH 2/4] ext2: use iomap_fiemap to implement ->fiemap
` [PATCH 3/4] hpfs: "
` [PATCH 4/4] fs: remove generic_block_fiemap

[PATCH V3 0/5] ext4: get discard out of jbd2 commit context
 2021-07-26  7:05 UTC  (9+ messages)
` [PATCH V3 1/5] ext4: remove the 'group' parameter of ext4_trim_extent
` [PATCH V3 2/5] ext4: add new helper interface ext4_try_to_trim_range()
` [PATCH V3 3/5] ext4: remove the repeated comment of ext4_trim_all_free
` [PATCH V3 4/5] ext4: get discard out of jbd2 commit kthread contex
` [PATCH V3 5/5] ext4: make fallocate retry when err is ENOSPC

[PATCH 0/5] fscrypt: report correct st_size for encrypted symlinks
 2021-07-26  3:58 UTC  (2+ messages)

[PATCH V3 2/5] ext4: add new helper interface ext4_try_to_trim_range()
 2021-07-26  3:42 UTC 

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-07-24  7:19 UTC  (9+ messages)
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [PATCH v9 5/9] block: Make bio_iov_iter_get_pages() respect bio_required_sector_alignment()
` [PATCH v9 6/9] iomap: support direct I/O with fscrypt using blk-crypto

[PATCH] ext4: remove conflict comment from __ext4_forget
 2021-07-23 11:33 UTC  (2+ messages)

[PATCH -next] ext4: Fix access uninitialized 'retval' in kmmpd
 2021-07-23 11:31 UTC  (2+ messages)

[PATCH 1/1] fs: ext4: namei: trivial: Fix a couple of small whitespace issues
 2021-07-23  7:25 UTC  (4+ messages)

情報を知らせる
 2021-07-23  5:20 UTC 

[PATCH v3 14/15] samples: Add fs error monitoring example
 2021-07-23  1:35 UTC  (7+ messages)

[PATCH 0/5 v4] ext4: Speedup orphan file handling
 2021-07-22 14:53 UTC  (5+ messages)
` [PATCH 1/5] ext4: Support for checksumming from journal triggers
` [PATCH 2/5] ext4: Move orphan inode handling into a separate file

[PATCH v4] fs: forbid invalid project ID
 2021-07-22  8:15 UTC  (2+ messages)

[PATCH v2] vfs: only allow SETFLAGS to set DAX flag on files and dirs
 2021-07-22  6:52 UTC  (5+ messages)

[PATCH v2 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak
 2021-07-19 11:08 UTC  (10+ messages)
` [PATCH v2 04/12] ss_add_info_dir: fix memory leak and check whether
` [PATCH v2 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer
` [PATCH v2 11/12] misc/lsattr: check whether path is NULL in lsattr_dir_proc()

[PATCH] ext4: Convert from atomic_t to refcount_t on ext4_io_end->count
 2021-07-19  5:59 UTC 

[PATCH] vfs: only allow SETFLAGS to set DAX flag on files and dirs
 2021-07-19  1:47 UTC  (3+ messages)

[PATCH 0/14 v10] fs: Hole punch vs page cache filling races
 2021-07-16 16:57 UTC  (4+ messages)

[PATCH v3 0/4] ext4: improve delalloc buffer write performance
 2021-07-16 14:57 UTC  (3+ messages)
` [PATCH v3 3/4] ext4: factor out write end code of inline file


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