linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-06 15:09:44 to 2023-01-10 02:12:23 UTC [more...]

[RFC v2 0/6] vfs: provide automatic kernel freeze / resume
 2023-01-10  2:11 UTC  (5+ messages)
` [RFC v2 6/6] fs: add automatic kernel fs freeze / thaw and remove kthread freezing

[LSF/MM/BPF BoF] Session for Zoned Storage 2023
 2023-01-10  1:50 UTC  (14+ messages)
    ` [External] "

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-10  1:09 UTC  (17+ messages)
` [RFC v6 01/10] iomap: Add __iomap_put_folio helper
` [RFC v6 02/10] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v6 03/10] iomap: Rename page_done handler to put_folio
` [RFC v6 04/10] iomap: Add iomap_get_folio helper
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler
` [RFC v6 06/10] iomap: Add __iomap_get_folio helper
` [RFC v6 07/10] iomap: Rename page_prepare handler to get_folio
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v6 09/10] iomap: Rename page_ops to folio_ops
` [RFC v6 10/10] xfs: Make xfs_iomap_folio_ops static

Do I really need to add mount2 and umount3 syscalls for some crazy experiment
 2023-01-10  0:48 UTC  (3+ messages)

[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
 2023-01-10  0:06 UTC  (3+ messages)
` [PATCH v5 3/3] fanotify,audit: Allow audit to use the full permission event response

[PATCH v4 0/7] iov_iter: Add extraction helpers
 2023-01-09 22:57 UTC  (17+ messages)
` [PATCH v4 1/7] iov_iter: Change the direction macros into an enum
` [PATCH v4 2/7] iov_iter: Use the direction in the iterator functions
` [PATCH v4 3/7] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
` [PATCH v4 4/7] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v4 5/7] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v4 6/7] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate

[PATCH mm-unstable v2 1/2] mm: add vma_has_recency()
 2023-01-09 22:51 UTC  (3+ messages)

[PATCH RFC] mm: implement granular soft-dirty vma support
 2023-01-09 22:18 UTC  (2+ messages)

remove write_one_page / folio_write_one
 2023-01-09 19:53 UTC  (14+ messages)
` [PATCH 1/7] btrfs: don't read the disk superblock for zoned devices in btrfs_scratch_superblocks
` [PATCH 2/7] btrfs: stop using write_one_page in btrfs_scratch_superblock
` [PATCH 3/7] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 4/7] sysv: "
` [PATCH 5/7] ufs: "
` [PATCH 6/7] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
` [PATCH 7/7] mm,jfs: move write_one_page/folio_write_one to jfs

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-09 19:34 UTC  (3+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-09 19:32 UTC  (5+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

Metal Hellsinger offer for YouTube
 2023-01-09 18:42 UTC 

[RESEND PATCH] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-01-09 18:12 UTC  (3+ messages)

[PATCH v5 3/8] proc: Use lsmids instead of lsm names for attrs
 2023-01-09 18:07 UTC 

[PATCH v2] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-01-09 17:56 UTC 

[PATCH v5 1/2] fs/proc: optimize register ctl_tables
 2023-01-09 18:00 UTC  (3+ messages)

[RFC PATCH 00/11] fs-verity support for XFS
 2023-01-09 17:23 UTC  (18+ messages)
` [RFC PATCH 02/11] pagemap: add mapping_clear_large_folios() wrapper
` [RFC PATCH 03/11] xfs: add attribute type for fs-verity
` [RFC PATCH 05/11] xfs: add inode on-disk VERITY flag
` [RFC PATCH 07/11] xfs: disable direct read path for fs-verity sealed files
` [RFC PATCH 09/11] iomap: fs-verity verification on page read

[PATCH v2 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-09 17:06 UTC  (5+ messages)
` [PATCH v2 1/4] fs/sysv: Use the offset_in_page() helper
` [PATCH v2 2/4] fs/sysv: Change the signature of dir_get_page()
` [PATCH v2 3/4] fs/sysv: Use dir_put_page() in sysv_rename()
` [PATCH v2 4/4] fs/sysv: Replace kmap() with kmap_local_page()

inactive buffer head in lrus prevents page migrate
 2023-01-09 16:33 UTC  (2+ messages)

[PATCH 00/11] Remove AS_EIO and AS_ENOSPC
 2023-01-09 15:43 UTC  (23+ messages)
` [PATCH 01/11] memory-failure: Remove comment referencing AS_EIO
` [PATCH 02/11] filemap: Remove filemap_check_and_keep_errors()
` [PATCH 03/11] f2fs: Convert f2fs_wait_on_node_pages_writeback() to errseq
` [PATCH 04/11] fuse: Convert fuse_flush() to use file_check_and_advance_wb_err()
` [PATCH 05/11] page-writeback: Convert folio_write_one() to use an errseq
` [PATCH 06/11] filemap: Convert filemap_write_and_wait_range() to use errseq
` [PATCH 07/11] filemap: Convert filemap_fdatawait_range() to errseq
` [PATCH 08/11] cifs: Remove call to filemap_check_wb_err()
` [PATCH 09/11] mm: Remove AS_EIO and AS_ENOSPC
` [PATCH 10/11] mm: Remove filemap_fdatawait_range_keep_errors()
` [PATCH 11/11] mm: Remove filemap_fdatawait_keep_errors()

[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-09 15:33 UTC  (4+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH 3/3] prctl,syscall_user_dispatch: add a getter for configuration info

[PATCHv2 00/12] iov_iter: replace import_single_range with ubuf
 2023-01-09 15:12 UTC  (5+ messages)
  ` [PATCHv2 02/12] io_uring: switch network send/recv to ITER_UBUF

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-09 15:07 UTC  (9+ messages)
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION
` [PATCH v2 6/7] ext4: Add mount option for provisioning blocks during allocations

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-09  9:10 UTC  (25+ messages)
` [PATCH RFC v7 01/23] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v7 02/23] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 04/23] dept: Add lock "
` [PATCH RFC v7 05/23] dept: Tie to Lockdep and IRQ tracing
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()
` [PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait
` [PATCH RFC v7 09/23] dept: Apply sdt_might_sleep_weak() to swait
` [PATCH RFC v7 10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait
` [PATCH RFC v7 11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait
` [PATCH RFC v7 12/23] dept: Distinguish each syscall context from another
` [PATCH RFC v7 13/23] dept: Distinguish each work "
` [PATCH RFC v7 14/23] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH RFC v7 15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v7 16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait
` [PATCH RFC v7 17/23] dept: Track timeout waits separately with a new Kconfig
` [PATCH RFC v7 18/23] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH RFC v7 19/23] dept: Apply timeout consideration to swait
` [PATCH RFC v7 20/23] dept: Apply timeout consideration to waitqueue wait
` [PATCH RFC v7 21/23] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH RFC v7 22/23] dept: Apply timeout consideration to dma fence wait
` [PATCH RFC v7 23/23] dept: Record the latest one out of consecutive waits of the same class

[LSF/MM/BPF TOPIC] Image-based read-only filesystem: further use cases & directions
 2023-01-09  8:43 UTC 

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-09  6:45 UTC  (5+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 2/4] userfaultfd: split mwriteprotect_range()
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v7 4/4] selftests: vm: add pagemap ioctl tests

[PATCH] freevxfs: fix kernel-doc warnings
 2023-01-09  2:29 UTC 

[PATCH] mm/filemap: fix page end in filemap_get_read_batch
 2023-01-09  1:58 UTC 

[PATCH] ntfs: fix multiple kernel-doc warnings
 2023-01-09  1:00 UTC 

[PATCH] fuse: fix all W=1 kernel-doc warnings
 2023-01-09  1:00 UTC 

[PATCH] fs/dcache: Remove unneeded math.h and rculist.h includes
 2023-01-08 19:57 UTC  (3+ messages)

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2023-01-08 19:40 UTC  (23+ messages)
` [PATCH v5 1/9] iomap: Add iomap_put_folio helper
` [PATCH v5 2/9] iomap/gfs2: Unlock and put folio in page_done handler
` [PATCH v5 3/9] iomap: Rename page_done handler to put_folio
` [PATCH v5 4/9] iomap: Add iomap_get_folio helper
` [PATCH v5 5/9] iomap/gfs2: Get page in page_prepare handler
` [PATCH v5 6/9] iomap: Rename page_prepare handler to get_folio
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
` [PATCH v5 8/9] iomap: Rename page_ops to folio_ops
` [PATCH v5 9/9] xfs: Make xfs_iomap_folio_ops static

[PATCH] fs: don't allocate blocks beyond EOF from __mpage_writepage
 2023-01-08 17:25 UTC  (2+ messages)

[PATCH] posix_acl: Use try_cmpxchg in get_acl
 2023-01-08 11:42 UTC  (3+ messages)

[PATCH v3 0/2] watch_queue: Clean up some code
 2023-01-08 10:36 UTC  (3+ messages)
` [PATCH v3 1/2] include/linux/watch_queue: Improve documentation
` [PATCH v3 2/2] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check

[syzbot] [reiserfs?] WARNING: locking bug in lockref_put_or_lock
 2023-01-08  4:51 UTC 

[PATCH v2] exfat: fix inode->i_blocks for non-512 byte sector size device
 2023-01-08  1:07 UTC  (2+ messages)

[PATCH] exfat: redefine DIR_DELETED as the bad cluster number
 2023-01-08  1:06 UTC  (2+ messages)

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-01-07 15:11 UTC  (6+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()

Rust PROC FILESYSTEM abstractions
 2023-01-07 11:02 UTC  (4+ messages)

[syzbot] [ntfs3?] kernel panic: stack is corrupted in run_unpack_ex
 2023-01-07  8:04 UTC 

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-07  5:01 UTC  (3+ messages)
` [PATCH 01/14] xfs: document the motivation for online fsck design

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-07  3:31 UTC  (5+ messages)

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-07  1:23 UTC 

BUG: core dump in selftest of proc fs
 2023-01-06 22:06 UTC  (5+ messages)
` [PATCH] proc: fix PIE proc-empty-vm, proc-pid-vm tests
  ` BUG: assert spuriously fails in selftest/proc/proc-uptime-001.c

[GIT PULL] UDF fixes for 6.2-rc3
 2023-01-06 21:19 UTC  (2+ messages)

[syzbot] WARNING in walk_component
 2023-01-06 16:15 UTC  (2+ messages)
` [syzbot] [vfs?] [ntfs3?] [tmpfs?] "

LSF/MM/BPF: 2023: Call for Proposals
 2023-01-06 15:50 UTC 


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