linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-16 07:53:44 to 2024-01-18 06:08:55 UTC [more...]

[GIT PULL] xfs: More code changes for 6.8
 2024-01-18  6:01 UTC 

[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
 2024-01-18  5:29 UTC  (4+ messages)

[GIT PULL] bcachefs updates for 6.8
 2024-01-18  5:35 UTC  (19+ messages)

[PATCH 0/3] mm/mempolicy: weighted interleave mempolicy with sysfs extension
 2024-01-18  4:37 UTC  (16+ messages)
` [PATCH 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH 2/3] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in kill_f2fs_super
 2024-01-18  3:59 UTC  (3+ messages)

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in destroy_device_list
 2024-01-18  3:58 UTC  (3+ messages)

[PATCH v2] libfs: Attempt exact-match comparison first during casefold lookup
 2024-01-18  3:50 UTC  (2+ messages)

[PATCH] fs: improve dump_mapping() robustness
 2024-01-18  2:43 UTC  (6+ messages)

[PATCH] libfs: Attempt exact-match comparison first during casefold lookup
 2024-01-18  2:33 UTC  (6+ messages)

[PATCH v4] selftests/move_mount_set_group:Make tests build with old libc
 2024-01-18  2:03 UTC  (2+ messages)
  ` 回复: "

[PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
 2024-01-17 22:46 UTC  (2+ messages)

[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
 2024-01-17 22:37 UTC 

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-01-17 22:26 UTC  (14+ messages)

[LSF/MM/BPF TOPIC] : Flexible Data Placement (FDP) availability for kernel space file systems
 2024-01-17 21:51 UTC  (6+ messages)

Race in mm/readahead.c:140 file_ra_state_init / block/ioctl.c:497 blkdev_common_ioctl
 2024-01-17 21:02 UTC  (3+ messages)

[PATCH] btrfs: fix oob Read in getname_kernel
 2024-01-17 20:08 UTC  (3+ messages)
` [syzbot] [btrfs?] KASAN: slab-out-of-bounds Read in getname_kernel (2)

[GIT PULL] vfs fixes
 2024-01-17 20:03 UTC  (2+ messages)

[GIT PULL] fscrypt fix for 6.8-rc1
 2024-01-17 20:03 UTC  (2+ messages)

[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-17 18:59 UTC  (40+ messages)
` [PATCH 01/20] filelock: split common fields into struct file_lock_core
` [PATCH 02/20] filelock: add coccinelle scripts to move fields to "
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes
` [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead
` [PATCH 06/20] filelock: convert more internal functions to use file_lock_core
` [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks "
` [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core
` [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks "
` [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH 14/20] filelock: convert fl_blocker to file_lock_core
` [PATCH 15/20] filelock: clean up locks_delete_block internals
` [PATCH 16/20] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH 17/20] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH 18/20] filelock: convert locks_wake_up_blocks to "
` [PATCH 19/20] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH 20/20] filelock: split leases out of struct file_lock

[PATCH RFC 0/3] Enable tmpfs quotas
 2024-01-17 18:08 UTC  (5+ messages)
` [PATCH 2/3] Add quotactl_fd() support
` [PATCH 3/3] Enable support for tmpfs quotas

[PATCH] afs: Fix missing/incorrect unlocking of RCU read lock
 2024-01-17 17:15 UTC  (4+ messages)

[syzbot] [reiserfs?] possible deadlock in chown_common
 2024-01-17 16:52 UTC  (2+ messages)

[PATCH RFC 00/34] Open block devices as files & a bd_inode proposal
 2024-01-17 16:46 UTC  (10+ messages)
` [PATCH RFC 01/34] bdev: open block device as files
` [PATCH DRAFT RFC 34/34] buffer: port block device access to files and get rid of bd_inode access

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2024-01-17 16:38 UTC  (10+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "

[PATCH v2 00/16] block atomic writes
 2024-01-17 16:16 UTC  (14+ messages)

[RFC] pagecache_isize_extended
 2024-01-17 16:16 UTC 

[RFC PATCH v1] mm/filemap: Allow arch to request folio size for exec memory
 2024-01-17 15:10 UTC  (2+ messages)

[PATCH v3 0/4] Add tst_fd iterator API
 2024-01-17 14:50 UTC  (7+ messages)
` [PATCH v3 2/4] syscalls: readahead01: Make use of tst_fd
` [PATCH v3 3/4] syscalls: accept: Add tst_fd test
` [PATCH v3 4/4] syscalls: splice07: New splice tst_fd iterator test

[syzbot] [exfat?] kernel BUG in iov_iter_revert
 2024-01-17 14:15 UTC  (3+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-01-17 13:37 UTC  (2+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]

[PATCH] virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw
 2024-01-17 10:24 UTC  (5+ messages)

[syzbot] [gfs2?] BUG: sleeping function called from invalid context in gfs2_make_fs_ro
 2024-01-17 10:01 UTC  (3+ messages)

[syzbot] [ntfs3?] INFO: trying to register non-static key in do_mpage_readpage
 2024-01-17 10:01 UTC  (2+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2024-01-17  8:50 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] : SSDFS - flexible architecture for FDP, ZNS SSD, and SMR HDD
 2024-01-17  8:11 UTC 

[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-16 22:55 UTC  (3+ messages)
` [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same
` [PATCH v3 2/2] eventfs: Do not create dentries nor inodes in iterate_shared

[PATCH v2 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-16 22:01 UTC  (4+ messages)
` [PATCH v2 1/2] eventfs: Have the inodes all for files and directories all be the same
` [PATCH v2 2/2] eventfs: Create list of files and directories at dir open

nfstest_posix failed with 6.7 kernel (resend)
 2024-01-16 20:51 UTC  (3+ messages)

[PATCH] eventfs: Create dentries and inodes at dir open
 2024-01-16 19:42 UTC  (5+ messages)

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-01-16 19:41 UTC  (17+ messages)
` [PATCH v9 13/25] security: Introduce file_release hook
` [PATCH v9 20/25] ima: Move to LSM infrastructure
` [PATCH v9 21/25] ima: Move IMA-Appraisal "
` [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v9 24/25] ima: "
` [PATCH v9 25/25] integrity: Remove LSM

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2024-01-16 19:02 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 0/2] Move fscrypt keyring destruction to after ->put_super
 2024-01-16 19:02 UTC  (2+ messages)
` [f2fs-dev] "

[LSF/MM/BPF TOPIC] : Current status of ZNS SSD support in file systems
 2024-01-16 18:12 UTC  (4+ messages)

[RFC 0/3] reading proc/pid/maps under RCU
 2024-01-16 17:57 UTC  (4+ messages)

[syzbot] [nfs?] KMSAN: kernel-infoleak in sys_name_to_handle_at (4)
 2024-01-16 17:21 UTC  (3+ messages)

[PATCH bpf-next 03/29] bpf: introduce BPF token object
 2024-01-16 16:37 UTC  (11+ messages)

[syzbot] [gfs2?] BUG: unable to handle kernel NULL pointer dereference in gfs2_rindex_update
 2024-01-16 15:57 UTC  (3+ messages)

[syzbot] [ext4?] INFO: task hung in find_inode_fast (2)
 2024-01-16 15:57 UTC  (3+ messages)

[syzbot] [gfs2?] BUG: sleeping function called from invalid context in glock_hash_walk
 2024-01-16 15:55 UTC  (4+ messages)

[PATCH v3] fsnotify: optimize the case of no parent watcher
 2024-01-16 12:53 UTC  (3+ messages)

[syzbot] [udf?] WARNING in __udf_add_aext (2)
 2024-01-16 12:29 UTC  (3+ messages)

[PATCH] fs: Remove NTFS classic
 2024-01-16 11:32 UTC  (8+ messages)
    ` [PATCH] "

[PATCH AUTOSEL 6.1 12/14] add unique mount ID
 2024-01-16 11:31 UTC  (3+ messages)

[PATCH] buffer: Use KMEM_CACHE instead of kmem_cache_create()
 2024-01-16 11:01 UTC  (3+ messages)

[PATCH] fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
 2024-01-16 10:50 UTC  (2+ messages)

[syzbot] [btrfs?] memory leak in corrupted
 2024-01-16  9:48 UTC  (2+ messages)

[syzbot] [reiserfs?] possible deadlock in __run_timers
 2024-01-16  9:25 UTC  (3+ messages)

[syzbot] [bfs?] general protection fault in bfs_get_block (2)
 2024-01-16  9:24 UTC  (3+ 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 NNTP newsgroup(s).