Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-18 17:33:29 to 2024-04-23 03:46:49 UTC [more...]

[PATCH v5 0/5] Improve visibility of writeback
 2024-04-23  3:46 UTC  (3+ messages)
` [PATCH v5 1/5] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [PATCH v5 2/5] writeback: support retrieving per group debug writeback stats of bdi

[PATCH v1] exfat: zero the reserved fields of file and stream extension dentries
 2024-04-23  2:28 UTC 

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-23  3:20 UTC  (14+ messages)
` [PATCH 4/8] ceph: drop usage of page_index
` [PATCH 6/8] mm/swap: get the swap file offset directly

[PATCH v4 0/4] Improve visibility of writeback
 2024-04-23  1:29 UTC  (13+ messages)
` [PATCH v4 1/4] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [PATCH v4 2/4] writeback: support retrieving per group debug writeback stats of bdi
` [PATCH v4 3/4] writeback: add wb_monitor.py script to monitor writeback info on bdi
` [PATCH v4 4/4] writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages

[PATCH 00/30] Remove PG_error flag
 2024-04-22 21:57 UTC  (41+ messages)
` [PATCH 01/30] btrfs: Use a folio in wait_dev_supers()
` [PATCH 02/30] btrfs: Use a folio in write_dev_supers()
` [PATCH 03/30] btrfs: Use the folio iterator in btrfs_end_super_write()
` [PATCH 04/30] btrfs: Remove use of the folio error flag
` [PATCH 05/30] jfs: Remove use of "
` [PATCH 06/30] bcachefs: Remove calls to folio_set_error
` [PATCH 07/30] befs: Convert befs_symlink_read_folio() to use folio_end_read()
` [PATCH 08/30] coda: Convert coda_symlink_filler() "
` [PATCH 09/30] ext2: Remove call to folio_set_error()
` [PATCH 10/30] ext4: Remove calls to to set/clear the folio error flag
` [PATCH 11/30] fuse: Convert fuse_readpages_end() to use folio_end_read()
` [PATCH 12/30] hostfs: Convert hostfs_read_folio() to use a folio
` [PATCH 13/30] isofs: Remove calls to set/clear the error flag
` [PATCH 14/30] jffs2: Remove calls to set/clear the folio "
` [PATCH 15/30] nfs: Remove calls to folio_set_error
` [PATCH 16/30] nilfs2: Remove calls to folio_set_error() and folio_clear_error()
` [PATCH 17/30] ntfs3: Remove calls to set/clear the error flag
` [PATCH 18/30] orangefs: "
` [PATCH 19/30] reiserfs: Remove call to folio_set_error()
` [PATCH 20/30] romfs: Convert romfs_read_folio() to use a folio
` [PATCH 21/30] smb: Remove calls to set folio error flag
` [PATCH 22/30] squashfs: Convert squashfs_symlink_read_folio to use folio APIs
` [PATCH 23/30] squashfs: Remove calls to set the folio error flag
` [PATCH 24/30] ufs: Remove call "
` [PATCH 25/30] vboxsf: Convert vboxsf_read_folio() to use a folio
` [PATCH 26/30] mm/memory-failure: Stop setting the folio error flag
` [PATCH 27/30] iomap: Remove calls to set and clear "
` [PATCH 28/30] buffer: Remove calls to set and clear the "
` [PATCH 29/30] fs: "
` [PATCH 30/30] mm: Remove PG_error

[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-04-22 21:11 UTC  (5+ messages)

[GIT PULL] bcachefs fixes fro 6.9-rc6
 2024-04-22 21:06 UTC  (2+ messages)

weekly bcachefs meeting, 1PM EST
 2024-04-22 21:04 UTC 

[PATCH 00/11] Bugfix and refactoring
 2024-04-22 20:42 UTC  (3+ messages)
` [PATCH 10/11] fs/ntfs3: Remove cached label from sbi

[PATCH 1/2] fs: reorganize path_openat()
 2024-04-22 20:18 UTC  (4+ messages)
` [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

[PATCH v2 00/11] Convert (most of) ntfs3 to use folios
 2024-04-22 19:32 UTC  (12+ messages)
` [PATCH v2 01/11] ntfs3: Convert ntfs_read_folio to use a folio
` [PATCH v2 02/11] ntfs3: Convert ntfs_write_begin "
` [PATCH v2 03/11] ntfs3: Convert attr_data_read_resident() to take "
` [PATCH v2 04/11] ntfs3: Convert ntfs_write_end() to work on "
` [PATCH v2 05/11] ntfs3: Convert attr_data_write_resident to use "
` [PATCH v2 06/11] ntfs3: Convert attr_make_nonresident "
` [PATCH v2 07/11] ntfs3: Convert inode_read_data() to use folios
` [PATCH v2 08/11] ntfs3: Remove calls to set/clear the error flag
` [PATCH v2 09/11] ntfs3: Convert attr_wof_frame_info() to use a folio
` [PATCH v2 10/11] ntfs3: Convert ntfs_get_frame_pages() "
` [PATCH v2 11/11] ntfs3: Convert ni_readpage_cmpr() to take "

fuse: Avoid fuse_file_args null pointer dereference
 2024-04-22 17:40 UTC 

[PATCH 0/1] fuse: Add initial support for fs-verity
 2024-04-22 16:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RFC 0/7] buffered block atomic writes
 2024-04-22 16:02 UTC  (10+ messages)
` [PATCH RFC 1/7] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [PATCH RFC 2/7] filemap: Change mapping_set_folio_min_order() -> mapping_set_folio_orders()
` [PATCH RFC 3/7] mm: Add PG_atomic
` [PATCH RFC 4/7] fs: Add initial buffered atomic write support info to statx
` [PATCH RFC 5/7] fs: iomap: buffered atomic write support
` [PATCH RFC 6/7] fs: xfs: buffered atomic writes statx support
` [PATCH RFC 7/7] fs: xfs: Enable buffered atomic writes

[syzbot] [fs?] WARNING in netdev_queue_update_kobjects (2)
 2024-04-22 15:46 UTC 

[syzbot] [jfs?] possible deadlock in diFree
 2024-04-22 15:24 UTC 

[PATCH] fuse: verify zero padding in fuse_backing_map
 2024-04-22 15:19 UTC  (2+ messages)

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-22 15:07 UTC  (5+ messages)

[RFC] fstests: add mmap page boundary tests
 2024-04-22 14:12 UTC  (4+ messages)

[PATCH v3 00/11] enable bs > ps in XFS
 2024-04-22 11:03 UTC  (4+ messages)
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead

[PATCH v2 1/2] seq_file: Optimize seq_puts()
 2024-04-22 10:24 UTC  (2+ messages)
` [PATCH v2 2/2] seq_file: Simplify __seq_puts()

[ANNOUNCE] xfs-linux: for-next updated to c414a87ff750
 2024-04-22  8:47 UTC  (3+ messages)

[ATCH v3 0/4] Improve visibility of writeback
 2024-04-22 16:05 UTC  (6+ messages)
` [ATCH v3 1/4] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [ATCH v3 2/4] writeback: support retrieving per group debug writeback stats of bdi
` [ATCH v3 3/4] writeback: add wb_monitor.py script to monitor writeback info on bdi
` [ATCH v3 4/4] writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages

[axboe-block:rw_iter] [fs/proc] 611088cbf6: segfault_at_ip_sp_error
 2024-04-22  6:55 UTC 

[syzbot] [gfs2?] KMSAN: uninit-value in inode_go_dump (4)
 2024-04-21 23:11 UTC 

[PATCH] seq_file: Optimize seq_puts()
 2024-04-21 17:21 UTC  (9+ messages)

[syzbot] [overlayfs?] possible deadlock in ovl_nlink_start
 2024-04-21  0:21 UTC  (3+ messages)

[PATCH] bcachefs: idle work scheduling design doc
 2024-04-20 22:06 UTC 

[PATCH] fstests: add fsstress + compaction test
 2024-04-20 14:02 UTC  (9+ messages)

[syzbot] [btrfs?] WARNING in btrfs_chunk_alloc
 2024-04-20 11:05 UTC 

[PATCH -next] cgroup: Introduce css_is_online() helper
 2024-04-20  9:44 UTC 

[PATCH] cgroup: Introduce css_is_online() helper
 2024-04-20  9:50 UTC  (2+ messages)

EBADF returned from close() by FUSE
 2024-04-19 23:04 UTC  (10+ messages)

[GIT PULL] fuse fixes for 6.9-rc5
 2024-04-19 20:46 UTC  (2+ messages)

[PATCH] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-19 20:04 UTC  (8+ messages)

[PATCH v15 00/11] Landlock: IOCTL support
 2024-04-19 16:11 UTC  (12+ messages)
` [PATCH v15 01/11] landlock: Add IOCTL access right for character and block devices
` [PATCH v15 02/11] selftests/landlock: Test IOCTL support
` [PATCH v15 03/11] selftests/landlock: Test IOCTL with memfds
` [PATCH v15 04/11] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v15 05/11] selftests/landlock: Test IOCTLs on named pipes
` [PATCH v15 06/11] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets
` [PATCH v15 07/11] selftests/landlock: Exhaustive test for the IOCTL allow-list
` [PATCH v15 08/11] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
` [PATCH v15 09/11] landlock: Document IOCTL support
` [PATCH v15 10/11] MAINTAINERS: Notify Landlock maintainers about changes to fs/ioctl.c
` [PATCH v15 11/11] fs/ioctl: Add a comment to keep the logic in sync with LSM policies

Returning more precise errors from read()
 2024-04-19 15:30 UTC 

[PATCH v14 00/12] Landlock: IOCTL support
 2024-04-19 14:49 UTC  (13+ messages)
` [PATCH v14 02/12] landlock: Add IOCTL access right for character and block devices
` [PATCH v14 03/12] selftests/landlock: Test IOCTL support
` [PATCH v14 08/12] selftests/landlock: Exhaustive test for the IOCTL allow-list

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-19 14:03 UTC  (18+ messages)
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios

[PATCH] ext4: remove the redundant folio_wait_stable()
 2024-04-19  9:28 UTC  (2+ messages)

[PATCH 0/7] Convert UDF to folios
 2024-04-19  8:50 UTC  (5+ messages)
` [PATCH 4/7] udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-19  8:14 UTC  (4+ messages)
` [PATCH v4 6/9] iomap: don't increase i_size if it's not a write operation

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-04-19  3:44 UTC  (2+ messages)
` [syzbot] "

[PATCH] quota: fix to propagate error of mark_dquot_dirty() to caller
 2024-04-19  1:46 UTC  (4+ messages)

[syzbot] [fs?] [usb?] [input?] INFO: rcu detected stall in sys_close (7)
 2024-04-19  1:14 UTC 

[PATCH 08/10] ntfs3: Use a folio to read UpCase
 2024-04-19  1:12 UTC  (3+ messages)

Removing PG_error use from btrfs
 2024-04-18 19:07 UTC  (3+ messages)

[PATCH 8/8] mm/swap: reduce swap cache search space
 2024-04-18 18:21 UTC  (3+ messages)

[PATCH v2] sysctl: treewide: constify ctl_table_header::ctl_table_arg
 2024-04-18 17:33 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 read-only IMAP folder(s) and NNTP newsgroup(s).