Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-23 17:51:48 to 2024-04-25 11:37:56 UTC [more...]

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-25 11:37 UTC 

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-25 11:04 UTC  (5+ messages)

[PATCH v2 0/2] implement OA2_INHERIT_CRED flag for openat2()
 2024-04-25 11:02 UTC  (9+ messages)

[PATCH] virtiofs: include a newline in sysfs tag
 2024-04-25 10:44 UTC 

[PATCH] ovl: implement tmpfile
 2024-04-25 10:15 UTC 

[PATCH] fs: Create anon_inode_getfile_fmode()
 2024-04-25 10:13 UTC  (3+ messages)

[PATCH v4 0/2] implement OA2_INHERIT_CRED flag for openat2()
 2024-04-25 10:12 UTC  (11+ messages)
` [PATCH 1/2] fs: reorganize path_openat()
` [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

[PATCH v1 0/3] overlayfs: Optimize override/revert creds
 2024-04-25  9:20 UTC  (7+ messages)

[syzbot] [udf?] kernel BUG in submit_bh_wbc (2)
 2024-04-25  9:05 UTC 

[PATCH] nilfs2: convert to use the new mount API
 2024-04-25  8:58 UTC  (2+ messages)

[PATCH net] Fix a potential infinite loop in extract_user_to_sg()
 2024-04-25  8:39 UTC 

[syzbot] [f2fs?] KASAN: slab-out-of-bounds Read in f2fs_get_node_info
 2024-04-25  7:59 UTC 

[PATCH 0/5] cachefiles: some bugfixes for clean object/send req/poll
 2024-04-25  6:53 UTC  (11+ messages)
` [PATCH 1/5] cachefiles: stop sending new request when dropping object
` [PATCH 2/5] cachefiles: flush all requests for the object that is being dropped
` [PATCH 3/5] cachefiles: flush ondemand_object_worker during clean object
` [PATCH 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
` [PATCH 5/5] cachefiles: add missing lock protection when polling

[dhowells-fs:cifs-netfs] [cifs] b4834f12a4: WARNING:at_fs/netfs/write_collect.c:#netfs_writeback_lookup_folio
 2024-04-25  6:28 UTC  (3+ messages)

[PATCH v2] exfat: zero the reserved fields of file and stream extension dentries
 2024-04-25  6:15 UTC  (2+ messages)

[PATCH 0/6] Remove page_mapping()
 2024-04-25  6:21 UTC  (18+ messages)
` [PATCH 1/6] fscrypt: Convert bh_get_inode_and_lblk_num to use a folio
` [PATCH 2/6] f2fs: Convert f2fs_clear_page_cache_dirty_tag "
` [PATCH 3/6] memory-failure: Remove calls to page_mapping()
` [PATCH 4/6] migrate: Expand the use of folio in __migrate_device_pages()
` [PATCH 5/6] userfault; Expand folio use in mfill_atomic_install_pte()
` [PATCH 6/6] mm: Remove page_mapping()

[RFC] fstests: add fsstress + writeback + debugfs folio split test
 2024-04-25  5:31 UTC  (2+ messages)

[PATCH 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-04-25  5:15 UTC  (21+ messages)
` [PATCH 01/12] cachefiles: remove request from xarry during flush requests
` [PATCH 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
` [PATCH 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
` [PATCH 04/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
  ` [External] "
` [PATCH 05/12] cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
` [PATCH 06/12] cachefiles: add consistency check for copen/cread
` [PATCH 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
` [PATCH 08/12] cachefiles: never get a new anon fd if ondemand_id is valid
` [PATCH 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
` [PATCH 10/12] cachefiles: Set object to close if ondemand_id < 0 in copen
` [PATCH 11/12] cachefiles: flush all requests after setting CACHEFILES_DEAD
` [PATCH 12/12] cachefiles: make on-demand read killable

[PATCH v6 00/37] Memory allocation profiling
 2024-04-25  3:25 UTC  (3+ messages)

[RFC] Saner typechecking for closures
 2024-04-25  3:19 UTC  (3+ messages)

[PATCH v5 0/5] Improve visibility of writeback
 2024-04-25  1:22 UTC  (4+ messages)
` [PATCH v5 3/5] writeback: fix build problems of "writeback: support retrieving per group debug writeback stats of bdi"

[PATCHSET v5.5 2/2] xfs: fs-verity support
 2024-04-25  1:14 UTC  (8+ messages)
` [PATCH 13/29] xfs: add "
` [PATCH 14/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks

[syzbot] [ext4?] WARNING: locking bug in find_lock_lowest_rq
 2024-04-25  1:07 UTC 

[PATCHSET v5.5 1/2] fs-verity: support merkle tree access by blocks
 2024-04-25  1:04 UTC  (42+ messages)
` [PATCH 03/13] fsverity: support block-based Merkle tree caching
` [PATCH 04/13] fsverity: add per-sb workqueue for post read processing
` [PATCH 06/13] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
` [PATCH 07/13] fsverity: pass the new tree size and block size to ->begin_enable_verity
` [PATCH 08/13] fsverity: expose merkle tree geometry to callers
` [PATCH 09/13] fsverity: box up the write_merkle_tree_block parameters too
` [PATCH 10/13] fsverity: pass the zero-hash value to the implementation
` [PATCH 11/13] fsverity: report validation errors back to the filesystem
` [PATCH 12/13] fsverity: remove system-wide workqueue

[PATCH v2] hfsplus: refactor copy_name to not use strncpy
 2024-04-24 23:55 UTC  (2+ messages)

[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-04-24 22:55 UTC  (2+ messages)

[PATCH v2 0/9] ext4: support adding multi-delalloc blocks
 2024-04-24 20:05 UTC  (5+ messages)
` [PATCH v2 1/9] ext4: factor out a common helper to query extent map
` [PATCH v2 2/9] ext4: check the extent status again before inserting delalloc block

[PATCH 0/2] Adjust brk randomness
 2024-04-24 19:20 UTC  (3+ messages)
` [PATCH 2/2] binfmt_elf: Leave a gap between .bss and brk
  ` (subset) "

[PATCH 00/30] Remove PG_error flag
 2024-04-24 18:02 UTC  (11+ messages)
` [PATCH 13/30] isofs: Remove calls to set/clear the error flag
` [PATCH 16/30] nilfs2: Remove calls to folio_set_error() and folio_clear_error()
` [PATCH 18/30] orangefs: Remove calls to set/clear the error flag

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diFree
 2024-04-24 17:41 UTC  (3+ messages)
` [PATCH] jfs: Fix "

[PATCH 0/2] test_xarray: couple of fixes for v6-9-rc6
 2024-04-24 15:16 UTC  (5+ messages)
` [PATCH 1/2] tools: fix userspace compilation with new test_xarray changes
` [PATCH 2/2] lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()

[PATCH 1/2] fs: reorganize path_openat()
 2024-04-24 15:07 UTC  (8+ messages)
` [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

[ANNOUNCE] xfs-linux: for-next updated to 6a94b1acda7e
 2024-04-24 14:58 UTC  (5+ messages)

[syzbot] [ext4?] WARNING in ext4_journal_check_start
 2024-04-24 14:30 UTC 

[PATCH v2 00/10] mm: migrate: support poison recover from migrate folio
 2024-04-24 13:59 UTC  (11+ messages)
` [PATCH v2 01/10] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH v2 02/10] mm: migrate_device: use more folio in __migrate_device_pages()
` [PATCH v2 03/10] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
` [PATCH v2 04/10] mm: migrate: remove migrate_folio_extra()
` [PATCH v2 05/10] mm: remove MIGRATE_SYNC_NO_COPY mode
` [PATCH v2 06/10] mm: migrate: split folio_migrate_mapping()
` [PATCH v2 07/10] mm: add folio_mc_copy()
` [PATCH v2 08/10] mm: migrate: support poisoned recover from migrate folio
` [PATCH v2 09/10] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()
` [PATCH v2 10/10] mm: migrate: remove folio_migrate_copy()

[PATCH v1] exfat: zero the reserved fields of file and stream extension dentries
 2024-04-24 11:40 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Famfs: shared memory file system for disaggregated memory [LSF/MM/BPF ATTEND]
 2024-04-24 12:22 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-24  9:40 UTC  (5+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-24  7:55 UTC  (9+ messages)

[PATCH v2 0/8] mm/swap: optimize swap cache search space
 2024-04-24  8:48 UTC  (14+ messages)
` [PATCH v2 2/8] nilfs2: drop usage of page_index
` [PATCH v2 3/8] f2fs: "
` [PATCH v2 4/8] ceph: "
` [PATCH v2 7/8] mm: drop page_index/page_file_offset and convert swap helpers to use folio

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-24  8:12 UTC  (2+ messages)

[PATCH 0/5] cachefiles: some bugfixes for withdraw and xattr
 2024-04-24  3:27 UTC  (6+ messages)
` [PATCH 1/5] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
` [PATCH 2/5] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
` [PATCH 3/5] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
` [PATCH 4/5] cachefiles: correct the return value of cachefiles_check_volume_xattr()
` [PATCH 5/5] cachefiles: correct the return value of cachefiles_check_auxdata()

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-24  2:24 UTC  (4+ messages)

[PATCH v3 0/2] implement OA2_INHERIT_CRED flag for openat2()
 2024-04-23 22:46 UTC  (3+ messages)
` [PATCH 1/2] fs: reorganize path_openat()
` [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

[syzbot] [jfs?] possible deadlock in jfs_mount_rw
 2024-04-23 22:47 UTC 

EBADF returned from close() by FUSE
 2024-04-23 21:38 UTC  (12+ messages)

[PATCH -next] cgroup: Introduce css_is_online() helper
 2024-04-23 21:19 UTC  (4+ messages)

[PATCH v2 0/2] test_xarray: couple of fixes for v6-9-rc6
 2024-04-23 19:22 UTC  (3+ messages)
` [PATCH v2 1/2] tools: fix userspace compilation with new test_xarray changes
` [PATCH v2 2/2] lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()

[PATCH 0/1] fuse: Add initial support for fs-verity
 2024-04-23 18:41 UTC  (6+ messages)
` [PATCH v2] "


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