messages from 2024-01-24 11:59:55 to 2024-01-25 14:07:06 UTC [more...]
[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
2024-01-25 14:06 UTC (3+ messages)
` [PATCH 5.10/5.15 v2 1/1 RFC] mm/truncate: Replace page_mapped() call in invalidate_inode_page()
Roadmap for netfslib and local caching (cachefiles)
2024-01-25 14:02 UTC
[syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
2024-01-25 12:55 UTC (3+ messages)
[syzbot] [jfs?] INFO: task hung in path_mount (2)
2024-01-25 11:59 UTC (2+ messages)
[PATCH v4 0/2] fuse: Add support for resend pending requests
2024-01-25 11:43 UTC (3+ messages)
` [PATCH v4 1/2] fuse: Introduce a new notification type "
[PATCH v3 00/15] block atomic writes
2024-01-25 11:28 UTC (4+ messages)
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically
[GIT PULL] overlayfs fixes for 6.8-rc2
2024-01-25 11:23 UTC
[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
2024-01-25 10:43 UTC (42+ messages)
` [PATCH v2 01/41] filelock: rename some fields in tracepoints
` [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status
` [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock
` [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck
` [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock
` [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock
` [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker
` [PATCH v2 09/41] filelock: drop the IS_* macros
` [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
` [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to "
` [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
` [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
` [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
` [PATCH v2 22/41] filelock: clean up locks_delete_block internals
` [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to "
` [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core
` [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock
` [PATCH v2 30/41] afs: "
` [PATCH v2 31/41] ceph: "
` [PATCH v2 32/41] dlm: "
` [PATCH v2 33/41] gfs2: "
` [PATCH v2 34/41] lockd: "
` [PATCH v2 35/41] nfs: "
` [PATCH v2 36/41] nfsd: "
` [PATCH v2 37/41] ocfs2: "
` [PATCH v2 38/41] smb/client: "
` [PATCH v2 39/41] smb/server: "
` [PATCH v2 40/41] filelock: remove temporary compatability macros
` [PATCH v2 41/41] filelock: split leases out of struct file_lock
[PATCH net] tcp: add sanity checks to rx zerocopy
2024-01-25 10:33 UTC
[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
2024-01-25 10:31 UTC (13+ messages)
` SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
[PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
2024-01-25 10:19 UTC (6+ messages)
[GIT PULL] netfs fixes
2024-01-25 10:13 UTC
[PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
2024-01-25 9:37 UTC (2+ messages)
[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
2024-01-25 9:36 UTC (3+ messages)
[LSF/MM TOPIC] Rust
2024-01-25 9:24 UTC (13+ messages)
` "
[RFC PATCH 00/19] Rust abstractions for VFS
2024-01-25 9:15 UTC (14+ messages)
` [RFC PATCH 01/19] rust: fs: add registration/unregistration of file systems
` [RFC PATCH 05/19] rust: fs: introduce `INode<T>`
` [RFC PATCH 19/19] tarfs: introduce tar fs
Convert write_cache_pages() to an iterator v5
2024-01-25 8:57 UTC (20+ messages)
` [PATCH 01/19] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/19] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/19] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/19] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/19] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/19] writeback: Factor out writeback_finish()
` [PATCH 07/19] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/19] writeback: Factor folio_prepare_writeback() "
` [PATCH 09/19] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/19] pagevec: Add ability to iterate a queue
` [PATCH 11/19] writeback: Use the folio_batch queue iterator
` [PATCH 12/19] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/19] writeback: Move the folio_prepare_writeback loop "
` [PATCH 14/19] writeback: Factor writeback_iter_next() "
` [PATCH 15/19] writeback: Add for_each_writeback_folio()
` [PATCH 16/19] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/19] writeback: update the kerneldoc comment for tag_pages_for_writeback
` [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 19/19] writeback: simplify writeback iteration
[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
2024-01-25 6:31 UTC (8+ messages)
[LSF/MM TOPIC] QUIC kernel driver and use by kernel FS
2024-01-25 5:51 UTC
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
2024-01-25 3:17 UTC (2+ messages)
[PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
2024-01-25 3:13 UTC (9+ messages)
` [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
` [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
` [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
` [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
[syzbot] [fs?] BUG: soft lockup in pipe_read
2024-01-25 2:05 UTC
[PATCH 1/2] userfaultfd: handle zeropage moves by UFFDIO_MOVE
2024-01-25 0:13 UTC
[PATCH v2 bpf-next 00/30] BPF token
2024-01-25 0:10 UTC (2+ messages)
[PATCH v3 0/2] Try exact-match comparison ahead of case-insensitive match
2024-01-24 22:44 UTC (8+ messages)
` [PATCH v3 1/2] dcache: Expose dentry_string_cmp outside of dcache
` [PATCH v4] libfs: Attempt exact-match comparison first during casefolded lookup
[PATCH v5 0/2] fix the fallback implementation of get_name
2024-01-24 22:19 UTC (3+ messages)
` [PATCH v5 2/2] fs: Create a generic is_dot_dotdot() utility
[PATCH] exec: Remove __FMODE_EXEC from uselib()
2024-01-24 22:09 UTC (2+ messages)
[GIT PULL] execve fixes for v6.8-rc2
2024-01-24 21:56 UTC (2+ messages)
[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
2024-01-24 21:50 UTC (11+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2024-01-24 19:49 UTC (5+ messages)
[6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
2024-01-24 19:41 UTC (13+ messages)
[PATCH] exec: Distinguish in_execve from in_exec
2024-01-24 19:23 UTC
[LSF/MM/BPF TOPIC] State Of The Page
2024-01-24 19:05 UTC (6+ messages)
[PATCH] highmem: Add kernel-doc for memcpy_*_folio()
2024-01-24 18:12 UTC
[PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
2024-01-24 18:01 UTC (9+ messages)
` [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
[PATCH v3] fsnotify: optimize the case of no parent watcher
2024-01-24 16:20 UTC (5+ messages)
[PATCH RFC 0/3] Enable tmpfs quotas
2024-01-24 15:16 UTC (5+ messages)
` [PATCH 3/3] Enable support for "
` "
[PATCH 0/6] block atomic writes for XFS
2024-01-24 14:26 UTC (7+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set
[PATCH] fuse: add support for explicit export disabling
2024-01-24 14:28 UTC (7+ messages)
[PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
2024-01-24 14:28 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"
` [PATCH v2 3/3] asm-generic: remove extra type checking in acquire/release for non-SMP case
[PATCH v5 0/2] io_uring: add support for ftruncate
2024-01-24 13:42 UTC (5+ messages)
[brauner-vfs:vfs.misc 12/13] include/linux/fs.h:911:9: error: call to '__compiletime_assert_207' declared with 'error' attribute: Need native word sized stores/loads for atomicity
2024-01-24 13:38 UTC (3+ messages)
[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
2024-01-24 12:47 UTC (3+ messages)
[PATCH v11 00/26] DEPT(Dependency Tracker)
2024-01-24 11:59 UTC (25+ messages)
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 04/26] dept: Add lock dependency tracker APIs
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
` [PATCH v11 24/26] dept: Track PG_locked with dept
` [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
` [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox