linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-05-06 18:17 UTC  (60+ messages)
  ` get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
    ` [PATCH] epoll: try to be a _bit_ better about file lifetimes
                    ` [PATCH v2] epoll: be "
                ` [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ "

[PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-06 18:05 UTC  (21+ messages)
` [PATCH 1/5] fs/procfs: extract logic for getting VMA name constituents
` [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH 3/5] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH 4/5] selftests/bpf: make use of PROCFS_PROCMAP_QUERY ioctl, if available
` [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs

[PATCH] sched/proc: Print user_cpus_ptr for task status
 2024-05-06 18:03 UTC  (4+ messages)

[PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-06 17:34 UTC  (5+ messages)

[PATCH] mm: Remove mm argument from mm_get_unmapped_area()
 2024-05-06 16:32 UTC  (3+ messages)

[PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-05-06 15:58 UTC  (6+ messages)
` [PATCH RESEND v6 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH RESEND v6 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-05-06 14:02 UTC  (15+ messages)
` [RFC PATCH v4 24/34] ext4: implement buffered write iomap path
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v4 33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write

[syzbot] Monthly ntfs3 report (May 2024)
 2024-05-06 13:18 UTC 

[syzbot] Monthly nilfs report (May 2024)
 2024-05-06 13:18 UTC 

[PATCH] Docs: fs: prove directory locking more formally
 2024-05-06 12:29 UTC  (3+ messages)

[PATCH 0/5] fs: Do not allow get_file() to resurrect 0 f_count
 2024-05-06 10:41 UTC  (6+ messages)
` [PATCH 1/5] "

[PATCH] fs: WARN when f_count resurrection is attempted
 2024-05-06 10:38 UTC  (3+ messages)

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in read_one_super
 2024-05-06  9:51 UTC 

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in __bch2_bkey_invalid
 2024-05-06  9:36 UTC  (2+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-06  8:57 UTC  (8+ messages)
` [PATCH v4 01/29] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
` [PATCH v4 02/29] x86/mm: "
` [PATCH v4 03/29] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN

[ANNOUNCE] util-linux stable v2.40.1
 2024-05-06  8:51 UTC 

[PATCH 4/5] refcount: Introduce refcount_long_t and APIs
 2024-05-06  8:04 UTC  (2+ messages)

[PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO
 2024-05-06  8:01 UTC  (3+ messages)
` [PATCH v3 1/2] virtiofs: use pages instead of pointer "

[syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork
 2024-05-06  7:01 UTC 

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_downgrade_to_text
 2024-05-06  7:01 UTC 

[PATCH] [RFC] dma-buf: fix race condition between poll and close
 2024-05-06  6:52 UTC  (4+ messages)
            ` [lvc-project] "

[PATCH v4 03/34] ext4: trim delalloc extent
 2024-05-06  6:15 UTC  (2+ messages)

[PATCH 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-05-06  5:50 UTC  (19+ 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 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

kmap + memmove
 2024-05-06  5:50 UTC  (8+ messages)

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_clean_to_text
 2024-05-06  4:16 UTC  (2+ messages)

[PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
 2024-05-06  3:49 UTC  (2+ messages)

[PATCH 09/10] writeback: factor out wb_dirty_exceeded to remove repeated code
 2024-05-06  2:15 UTC  (2+ messages)

[PATCH 00/10] Add helper functions to remove repeated code and
 2024-05-06  1:53 UTC  (16+ messages)
` [PATCH 02/10] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
` [PATCH 04/10] writeback use [global/wb]_domain_dirty_avail helper in cgwb_calc_thresh
` [PATCH 05/10] writeback: call domain_dirty_avail in balance_dirty_pages
` [PATCH 06/10] writeback: Factor out code of freerun to remove repeated code
` [PATCH 07/10] writeback: factor out wb_dirty_freerun to remove more repeated freerun code

[syzbot] [bcachefs?] [kernfs?] INFO: task hung in do_renameat2 (2)
 2024-05-06  1:51 UTC 

[PATCH v2 0/4] Fix and cleanups to page-writeback
 2024-05-06  1:25 UTC  (3+ messages)

[syzbot] [ntfs3?] possible deadlock in indx_read (2)
 2024-05-05 22:47 UTC 

[syzbot] [bcachefs?] [ext4?] WARNING: suspicious RCU usage in bch2_fs_quota_read
 2024-05-05 20:59 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_inode_unpack
 2024-05-05 18:26 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_inode_v3_invalid
 2024-05-05 18:26 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_sort_keys
 2024-05-05 18:25 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_alloc_v4_invalid
 2024-05-05 16:25 UTC 

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in rewrite_old_nodes_pred
 2024-05-05 16:14 UTC 

[PATCH 1/4] btrfs: Remove duplicate included header
 2024-05-05  7:03 UTC  (3+ messages)
` [PATCH 4/4] crash: "

bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
 2024-05-05  6:57 UTC  (4+ messages)

[syzbot] [bcachefs] KASAN: use-after-free Read in scatterwalk_copychunks
 2024-05-05  0:35 UTC 

[syzbot] [gfs2?] KASAN: stack-out-of-bounds Read in gfs2_dump_glock
 2024-05-04 22:05 UTC 

[PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-04 21:11 UTC  (4+ messages)
` [PATCH v6 3/3] openat2: add OA2_CRED_INHERIT flag

[PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
 2024-05-04 18:37 UTC 

[syzbot] [nilfs?] kernel BUG in __block_write_begin_int (2)
 2024-05-04 18:26 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 25576c5420e6
 2024-05-04 14:22 UTC 

[PATCH v2] afs: Fix fileserver rotation getting stuck
 2024-05-04 10:22 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in srcu_check_nmi_safety
 2024-05-04 10:09 UTC 

[syzbot] [bcachefs?] WARNING: kmalloc bug in bch2_dev_buckets_resize
 2024-05-04 10:09 UTC 

[syzbot] [bcachefs?] general protection fault in check_init_srcu_struct
 2024-05-04  9:55 UTC 

[syzbot] [bcachefs?] WARNING in bch2_trans_srcu_unlock
 2024-05-04  9:48 UTC  (3+ messages)

[syzbot] [bcachefs?] WARNING in bchfs_truncate
 2024-05-04  7:58 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in __bch2_write_index
 2024-05-04  7:58 UTC 

[syzbot] [ext4?] WARNING in mb_cache_destroy
 2024-05-04  2:00 UTC  (8+ messages)

[PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
 2024-05-04  1:30 UTC  (8+ messages)

[syzbot] [bcachefs?] INFO: task hung in __closure_sync
 2024-05-04  0:29 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_fs_recovery
 2024-05-03 21:23 UTC 

[syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one (2)
 2024-05-03 21:12 UTC 

[syzbot] [kasan?] [mm?] INFO: rcu detected stall in __run_timer_base
 2024-05-03 19:58 UTC 

[PATCH 0/4] More GFS2 folio conversions
 2024-05-03 19:04 UTC  (5+ messages)
` [PATCH 2/4] gfs2: Add a migrate_folio operation for journalled files

[syzbot] [jfs?] KASAN: slab-out-of-bounds Read in ea_get (2)
 2024-05-03 18:51 UTC 

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_varint_decode_fast
 2024-05-03 17:09 UTC  (2+ messages)

[syzbot] [bcachefs?] BUG: unable to handle kernel paging request in bch2_fs_btree_key_cache_exit
 2024-05-03 17:00 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in __virt_to_phys (3)
 2024-05-03 16:47 UTC  (2+ messages)

[RFC] Documentation: Add initial iomap document
 2024-05-03 16:41 UTC  (2+ messages)

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-05-03 15:38 UTC  (6+ messages)
` [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super()

[syzbot] [bcachefs?] kernel BUG in bch2_btree_node_read_done
 2024-05-03 14:55 UTC  (2+ messages)

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-03 14:53 UTC  (3+ messages)
` [PATCH v5 05/11] mm: split a folio in minimum folio order chunks


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