linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-17 10:49:06 to 2023-08-21 04:08:24 UTC [more...]

[RESEND PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-08-21  3:46 UTC  (10+ messages)
` [RESEND PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [RESEND PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [RESEND PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [RESEND PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [RESEND PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [RESEND PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [RESEND PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [RESEND PATCH v10 12/25] dept: Distinguish each syscall context from another
` [RESEND PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-21  1:06 UTC  (3+ messages)
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()

Possible io_uring related race leads to btrfs data csum mismatch
 2023-08-21  0:38 UTC  (17+ messages)

[GIT PULL] bcachefs
 2023-08-21  0:09 UTC  (8+ messages)

[syzbot] [nilfs2?] kernel BUG in folio_end_writeback
 2023-08-20 18:41 UTC  (2+ messages)
` [syzbot] [nilfs?] "

[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
 2023-08-20 18:16 UTC  (15+ messages)
` [PATCH 1/3] btrfs-progs: Add the single-dev feature (to both mkfs/tune)
` [PATCH 2/3] btrfs: Introduce the single-dev feature
` [PATCH 3/3] btrfs: Add parameter to force devices behave as single-dev ones

[PATCH RFC bootconfig 0/2] Distinguish bootloader and embedded kernel parameters
 2023-08-20 15:40 UTC  (13+ messages)
` [PATCH RFC bootconfig] 1/2] fs/proc: Add /proc/cmdline_load for boot loader arguments

[syzbot] [ntfs?] WARNING in do_open_execat
 2023-08-19 20:03 UTC  (11+ messages)

[syzbot] [udf?] UBSAN: array-index-out-of-bounds in udf_process_sequence
 2023-08-20 14:25 UTC  (2+ messages)

[PATCHSET 0/3] xfs: maintainer transition for 6.6
 2023-08-19 19:07 UTC  (13+ messages)
` [PATCH 1/3] docs: add maintainer entry profile for XFS

[PATCH] fs: clean up usage of noop_dirty_folio
 2023-08-19 12:42 UTC 

[PATCH v1] fs/dcache: Replace printk and WARN_ON by WARN
 2023-08-19 11:48 UTC  (2+ messages)

[PATCH][next] fs/pipe: remove redundant initialization of pointer buf
 2023-08-19 11:38 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in do_symlinkat (2)
 2023-08-19 10:47 UTC 

[PATCH] fs: Fix kernel-doc warnings
 2023-08-19 10:13 UTC  (2+ messages)

[PATCH] devpts: Fix kernel-doc warnings
 2023-08-19 10:11 UTC  (2+ messages)

[PATCH] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
 2023-08-19  9:21 UTC 

[PATCH 5.15.y] exfat: check if filename entries exceeds max filename length
 2023-08-19  7:53 UTC 

[syzbot] [jfs?] INFO: task hung in path_mount (2)
 2023-08-19  6:33 UTC 

[PATCH v5 2/2] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-08-19  3:53 UTC  (5+ messages)
` [PATCH v5 1/2] watch_queue: refactor post_one_notification

[PATCH v32 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-19  1:04 UTC  (6+ messages)
` [PATCH v32 2/6] fs/proc/task_mmu: "

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-18 23:03 UTC  (5+ messages)

[syzbot] [f2fs?] possible deadlock in f2fs_getxattr
 2023-08-18 21:49 UTC  (7+ messages)

[BUG] KCSAN: data-race in xas_clear_mark / xas_find_marked
 2023-08-18 21:47 UTC  (5+ messages)

[PATCH v3 2/2] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
 2023-08-18 21:39 UTC  (23+ messages)
` [PATCH v3 0/2] iov_iter: Convert the iterator macros into inline funcs

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-18 20:15 UTC  (12+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH v3 0/5] Landlock: IOCTL support
 2023-08-18 17:06 UTC  (7+ messages)
` [PATCH v3 2/5] selftests/landlock: Test ioctl support
` [PATCH v3 5/5] landlock: Document "

[syzbot] [ext4?] INFO: task hung in __writeback_inodes_sb_nr (6)
 2023-08-18 16:50 UTC  (3+ messages)

[syzbot] [ext4?] kernel panic: EXT4-fs (device loop0): panic forced after error (3)
 2023-08-18 16:46 UTC  (12+ messages)

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-08-18 16:15 UTC  (17+ messages)
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry

[PATCH v3 0/4] super: allow waiting without s_umount held
 2023-08-18 15:21 UTC  (7+ messages)
` [PATCH v3 1/4] super: use locking helpers
` [PATCH v3 2/4] super: make locking naming consistent
` [PATCH v3 3/4] super: wait for nascent superblocks
` [PATCH v3 4/4] super: wait until we passed kill super

[PATCH v3] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-18 14:35 UTC  (2+ messages)

[syzbot] [nilfs?] WARNING in mark_buffer_dirty (5)
 2023-08-18 13:18 UTC  (3+ messages)
` [PATCH] nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse

[PATCH v2 0/4] super: allow waiting without s_umount held
 2023-08-18 13:06 UTC  (12+ messages)
` [PATCH v2 1/4] super: use locking helpers
` [PATCH v2 2/4] super: make locking naming consistent
` [PATCH v2 3/4] super: wait for nascent superblocks
` [PATCH v2 4/4] super: wait until we passed kill super

[PATCH 0/3] super: allow waiting without s_umount held
 2023-08-18 10:56 UTC  (15+ messages)
` [PATCH 1/3] super: use super_{lock,unlock}()
` [PATCH 2/3] super: wait for nascent superblocks
` [PATCH 3/3] super: wait until we passed kill super

Pytanie o samochód
 2023-08-18  8:15 UTC 

[PATCH 00/13] Remove pagevecs
 2023-08-18  7:05 UTC  (7+ messages)
` [PATCH 03/13] scatterlist: Add sg_set_folio()

fanotify HSM open issues
 2023-08-18  7:01 UTC 

[PATCH v4] ntfs : fix shift-out-of-bounds in ntfs_iget
 2023-08-18  6:34 UTC  (3+ messages)

landlock: fs_test: fs_test.c:4524:9: error: initializer element is not a compile-time constant
 2023-08-18  5:18 UTC  (3+ messages)

[PATCH] mm: Change calling convention for ->huge_fault
 2023-08-18  5:15 UTC  (3+ messages)

[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
 2023-08-17 22:11 UTC  (7+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog

[RFCv2 0/7] fs: nfs: async lock request changes
 2023-08-17 18:39 UTC  (11+ messages)
` [RFCv2 1/7] lockd: fix race in async lock request handling
` [RFCv2 6/7] dlm: use FL_SLEEP to check if blocking request

[linux-next:master] BUILD REGRESSION 47762f08697484cf0c2f2904b8c52375ed26c8cb
 2023-08-17 17:51 UTC 

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-17 17:06 UTC  (2+ messages)

[PATCH v3 0/7] kiocb_{start,end}_write() helpers
 2023-08-17 14:56 UTC  (15+ messages)
` [PATCH v3 1/7] io_uring: rename kiocb_end_write() local helper
` [PATCH v3 2/7] fs: add kerneldoc to file_{start,end}_write() helpers
` [PATCH v3 3/7] fs: create kiocb_{start,end}_write() helpers
` [PATCH v3 4/7] io_uring: use "
` [PATCH v3 5/7] aio: "
` [PATCH v3 6/7] ovl: "
` [PATCH v3 7/7] cachefiles: "

[PATCH v1 1/1] fs/affs: Rename local toupper() to fn() to avoid confusion
 2023-08-17 13:46 UTC  (2+ messages)

[syzbot] [ext4?] memory leak in __es_insert_extent
 2023-08-17 13:40 UTC 

remove get_super
 2023-08-17 13:24 UTC  (5+ messages)
` [PATCH 05/17] btrfs: open block devices after superblock creation

[PATCH v2] fs: create kiocb_{start,end}_write() helpers
 2023-08-17 13:18 UTC  (5+ messages)

[PATCH v2 0/5] use refcount+RCU method to implement lockless slab shrink (part 1)
 2023-08-17 11:24 UTC  (6+ messages)
` [PATCH v2 1/5] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v2 2/5] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 3/5] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 4/5] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 5/5] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}


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