Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-15 09:24:45 to 2021-05-31 07:15:33 UTC [more...]

[syzbot] kernel BUG in mpage_prepare_extent_to_map
 2021-05-31  7:15 UTC 

[PATCH V2 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-05-31  4:28 UTC  (7+ messages)
` [PATCH V2 03/12] zap_sector: fix memory leak
` [PATCH V2 04/12] ss_add_info_dir: fix memory leak and check whether,NULL pointer
` [PATCH V2 06/12] append_pathname: check the value returned by realloc to avoid segfault
` [PATCH V2 07/12] argv_parse: check return value of malloc in argv_parse()
` [PATCH V2 10/12] hashmap: change return value type of, ext2fs_hashmap_add()

[PATCH] ext4: fsmap: Fix the block/inode bitmap comment
 2021-05-31  3:49 UTC 

generic/475 failure/BUG on 5.13-rc3 running adv test case
 2021-05-30 18:28 UTC  (2+ messages)

Check for CAP_SYS_ADMIN before thaw/freeze block device
 2021-05-30 14:20 UTC 

[PATCH 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-05-29  9:55 UTC  (20+ messages)
` [PATCH 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak
` [PATCH 02/12] tdb_transaction_recover: fix "
` [PATCH 03/12] zap_sector: "
` [PATCH 04/12] ss_add_info_dir: fix memory leak and check whether,NULL pointer
` [PATCH 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer
` [PATCH 06/12] append_pathname: check the value returned by realloc to avoid segfault
` [PATCH 07/12] argv_parse: check return value of malloc in argv_parse()
` [PATCH 08/12] misc: fix potential segmentation fault problem in, scandir()
` [PATCH 09/12] lib/ss/error.c: check return value malloc in ss_name()
` [PATCH 10/12] hashmap: change return value type of, ext2fs_hashmap_add()
` [PATCH 11/12] misc/lsattr: check whether path is NULL in, lsattr_dir_proc()
` [PATCH 12/12] ext2ed: fix potential NULL pointer dereference in, dupstr()

[PATCH] e2fsck: replay all commits except broken ones
 2021-05-27  8:57 UTC 

ext4_xattr_ibody_find:2180: inode #2669312: comm systemd-journal: corrupted in-inode xattr
 2021-05-28 12:36 UTC 

[PATCH V2 1/7] ext4: remove the 'group' parameter of ext4_trim_extent
 2021-05-28  3:40 UTC  (14+ messages)
  ` [PATCH V2 2/7] ext4: add new helper interface ext4_try_to_trim_range()
    ` [PATCH V2 3/7] ext4: remove the repeated comment of ext4_trim_all_free
      ` [PATCH V2 4/7] ext4: add new helper interface ext4_insert_free_data
        ` [PATCH V2 5/7] ext4: get buddy cache after insert successfully
          ` [PATCH V2 6/7] ext4: use bb_free_root to get the free data entry
          ` [PATCH V2 7/7] ext4: get discard out of jbd2 commit kthread contex

[PATCH] ext4: fix comment for s_hash_unsigned
 2021-05-27 23:55 UTC 

[PATCH] fscrypt: don't ignore minor_hash when hash is 0
 2021-05-27 23:52 UTC 

[PATCH] fscrypt: fix derivation of SipHash keys on big endian CPUs
 2021-05-27 22:55 UTC 

[RFC PATCH v3 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-05-27 13:56 UTC  (9+ messages)
` [RFC PATCH v3 1/8] jbd2: remove the out label in __jbd2_journal_remove_checkpoint()
` [RFC PATCH v3 2/8] jbd2: ensure abort the journal if detect IO error when writing original buffer back
` [RFC PATCH v3 3/8] jbd2: don't abort the journal when freeing buffers
` [RFC PATCH v3 4/8] jbd2: remove redundant buffer io error checks
` [RFC PATCH v3 5/8] jbd2,ext4: add a shrinker to release checkpointed buffers
` [RFC PATCH v3 6/8] jbd2: simplify journal_clean_one_cp_list()
` [RFC PATCH v3 7/8] ext4: remove bdev_try_to_free_page() callback
` [RFC PATCH v3 8/8] fs: remove bdev_try_to_free_page callback

[PATCH 0/13 v6] fs: Hole punch vs page cache filling races
 2021-05-27 12:01 UTC  (31+ messages)
` [PATCH 01/13] mm: Fix comments mentioning i_mutex
` [PATCH 02/13] documentation: Sync file_operations members with reality
` [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/13] ext2: Convert to using invalidate_lock
` [PATCH 07/13] xfs: Convert to use invalidate_lock
` [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 09/13] zonefs: Convert to using invalidate_lock
` [PATCH 10/13] f2fs: "
` [PATCH 11/13] fuse: "
` [PATCH 12/13] ceph: Fix race between hole punch and page fault
` [PATCH 13/13] cifs: "

[PATCH 1/1] fs: ext4: namei: trivial: Fix a couple of small whitespace issues
 2021-05-27  8:23 UTC  (3+ messages)

[PATCH] use local variables ei instead of invoking function EXT4_I
 2021-05-27  2:49 UTC  (2+ messages)

[PATCH 00/11] File system wide monitoring
 2021-05-26 23:37 UTC  (28+ messages)
` [PATCH 01/11] fanotify: Fold event size calculation to its own function
` [PATCH 02/11] fanotify: Split fsid check from other fid mode checks
` [PATCH 03/11] fanotify: Simplify directory sanity check in DFID_NAME mode
` [PATCH 04/11] fanotify: Expose fanotify_mark
` [PATCH 05/11] inotify: Don't force FS_IN_IGNORED
` [PATCH 06/11] fsnotify: Support FS_ERROR event type
` [PATCH 07/11] fsnotify: Introduce helpers to send error_events
` [PATCH 08/11] fanotify: Introduce FAN_ERROR event
` [PATCH 09/11] ext4: Send notifications on error
` [PATCH 10/11] samples: Add fs error monitoring example
` [PATCH 11/11] Documentation: Document the FAN_ERROR event

[PATCH V2 0/7] ext4: get discard out of jbd2 commit kthread
 2021-05-26  8:43 UTC 

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-05-26  8:02 UTC  (3+ messages)

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-05-26  0:24 UTC  (19+ messages)

[PATCH] ext4: Fix no-key deletion for encrypt+casefold
 2021-05-25 17:29 UTC  (2+ messages)

[PATCH] ext4: fix avefreec in find_group_orlov
 2021-05-25  7:36 UTC 

[PATCH 5.4] ext4: fix error handling in ext4_end_enable_verity()
 2021-05-24 12:45 UTC  (2+ messages)

[PATCH 0/2] ext4: fix two minor mistakes in ext4_es_scan()
 2021-05-24  9:54 UTC  (5+ messages)
` [PATCH 1/2] ext4: remove check for zero nr_to_scan "
` [PATCH 2/2] ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit

[PATCH] ext4/310: test journal checkpoint ioctl
 2021-05-23 14:11 UTC  (2+ messages)

[PATCH] ext4: fix memory leak in ext4_fill_super
 2021-05-21 16:12 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH] fs: ext4: mballoc: amend goto to cleanup groupinfo memory correctly
 2021-05-21  7:31 UTC  (5+ messages)

[PATCH v8 0/4] Make UTF-8 encoding loadable
 2021-05-20 20:19 UTC  (10+ messages)
` [PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH v5] e2image: add option to ignore fs errors
 2021-05-20  9:25 UTC  (3+ messages)

[PATCH v2] ext4: remove set but rewrite variables
 2021-05-20  6:55 UTC 

[PATCH] ext4: get discard out of jbd2 commit kthread
 2021-05-20  1:20 UTC  (7+ messages)

[PATCH] ext4: fix fast commit alignment issues
 2021-05-19 21:59 UTC 

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-19 10:57 UTC  (10+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock

[Bug 213137] New: NVMe device file system corruption immediately after mkfs
 2021-05-19  0:44 UTC 

[PATCH v5 1/3] ext4: add discard/zeroout flags to journal flush
 2021-05-18 15:13 UTC  (3+ messages)
` [PATCH v5 2/3] ext4: add ioctl EXT4_IOC_CHECKPOINT
` [PATCH v5 3/3] ext4: update journal documentation

[PATCH] ext4: fix memory leak in ext4_fill_super
 2021-05-17 18:34 UTC  (4+ messages)
` [PATCH v2] "

[syzbot] INFO: task hung in ext4_put_super
 2021-05-17 18:30 UTC  (3+ messages)

[PATCH v2] ext4/309: add test for ext4_dir_entry2 wipe
 2021-05-17 14:48 UTC 

[PATCH v3 00/16] Replace some bad characters on documents
 2021-05-17 11:24 UTC  (4+ messages)
` [PATCH v3 10/16] docs: filesystems: ext4: blockgroup.rst: replace some characters

[PATCH] ext4: remove set but rewrite variables
 2021-05-17  9:18 UTC  (4+ messages)

[PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols
 2021-05-15 12:02 UTC  (8+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).