linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-08 18:42:08 to 2023-08-10 08:20:19 UTC [more...]

s_fs_info and ->kill_sb revisited v2
 2023-08-10  8:20 UTC  (17+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the xfs_mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: close the RT and log block devices in xfs_free_buftarg
` [PATCH 06/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 07/13] xfs: document the invalidate_bdev call in invalidate_bdev
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[PATCH v7 0/6] Per-VMA lock support for swap and userfaults
 2023-08-10  7:40 UTC  (11+ messages)

[PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
 2023-08-10  5:50 UTC  (19+ messages)
` [PATCH vfs.tmpfs 1/5] xattr: simple_xattr_set() return old_xattr to be freed
` [PATCH vfs.tmpfs 2/5] tmpfs: track free_ispace instead of free_inodes
` [PATCH vfs.tmpfs 3/5] tmpfs,xattr: enable limited user extended attributes
` [PATCH vfs.tmpfs 4/5] tmpfs: trivial support for direct IO
` [PATCH vfs.tmpfs 5/5] mm: invalidation check mapping before folio_contains

A Discussion Request about a maybe-false-positive of UBSAN: OOB Write in do_journal_end in Kernel 6.5-rc3(with POC)
 2023-08-10  5:15 UTC  (2+ messages)

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (38+ messages)
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in hdr_find_e (2)
 2023-08-09 20:49 UTC 

[RFC PATCH v1 0/5] Various Rust bindings for files
 2023-08-09 20:15 UTC  (10+ messages)
` [RFC PATCH v1 1/5] rust: file: add bindings for `struct file`
` [RFC PATCH v1 3/5] rust: file: add `FileDescriptorReservation`
` [RFC PATCH v1 5/5] rust: file: add `DeferredFdCloser`

[PATCH] mm/filemap.c:fix update prev_pos after one read request done
 2023-08-09 18:45 UTC  (3+ messages)

[PATCH] adfs: delete unused "union adfs_dirtail" definition
 2023-08-09 18:01 UTC  (3+ messages)

s_fs_info and ->kill_sb revisited
 2023-08-09 17:17 UTC  (31+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superflous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: don't call invalidate_bdev in xfs_free_buftarg
` [PATCH 06/13] xfs: close the RT and log block devices "
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-09 15:34 UTC  (4+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks

[PATCH v2] zonefs: fix synchronous direct writes to sequential files
 2023-08-09 13:45 UTC  (2+ messages)

[PATCHSET v2 0/3] xfs: maintainer transition for 6.6
 2023-08-09 13:09 UTC  (3+ messages)
  ` [PATCH 3/3] MAINTAINERS: add Chandan Babu as XFS release manager

[PATCH v2] mm: memtest: convert to memtest_report_meminfo()
 2023-08-09 12:39 UTC  (2+ messages)

[syzbot] Monthly v9fs report (Aug 2023)
 2023-08-09 12:33 UTC 

[syzbot] Monthly exfat report (Aug 2023)
 2023-08-09 12:33 UTC 

[PATCH] zonefs: fix synchronous direct writes to sequential files
 2023-08-09 11:27 UTC  (3+ messages)

[PATCH v3 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-09 10:50 UTC  (15+ messages)
` [PATCH v3 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v3 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v3 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v3 04/14] sysctl: Add size argument to init_header
` [PATCH v3 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v3 06/14] sysctl: Add size to register_sysctl
` [PATCH v3 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v3 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v3 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v3 10/14] netfilter: "
` [PATCH v3 11/14] networking: "
` [PATCH v3 12/14] vrf: "
` [PATCH v3 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v3 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

new_inode_pseudo vs locked inode->i_state = 0
 2023-08-09  9:11 UTC  (5+ messages)

[PATCH] fs: use __fput_sync in close(2)
 2023-08-09  9:03 UTC  (18+ messages)
          ` [PATCH v2 (kindof)] "

[PATCH v1] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-09  8:54 UTC  (4+ messages)

[PATCH 0/2] v2: F_OFD_GETLK extension to read lock info
 2023-08-09  7:56 UTC  (6+ messages)
` [PATCH 2/2] selftests: add OFD lock tests

[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-08 13:59 UTC  (11+ messages)
` [PATCH v2 11/14] networking: Update to register_net_sysctl_sz

[PATCH v28 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-09  6:16 UTC  (7+ messages)
` [PATCH v28 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v28 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v28 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v28 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v28 6/6] selftests: mm: add pagemap ioctl tests

[PATCH] fs: unexport d_genocide
 2023-08-09  5:54 UTC  (2+ messages)

[PATCH v27 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-09  4:31 UTC  (9+ messages)
` [PATCH v27 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v27 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v27 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v27 6/6] selftests: mm: add pagemap ioctl tests

[syzbot] [btrfs?] kernel BUG in update_inline_extent_backref
 2023-08-09  4:15 UTC 

[GIT PULL] bcachefs
 2023-08-09  1:27 UTC  (4+ messages)

[PATCH] fanotify: avoid possible NULL dereference
 2023-08-08  9:18 UTC 

[PATCH v4 0/5] io_uring getdents
 2023-08-08 22:55 UTC  (11+ messages)
` [PATCH 3/5] io_uring: add support for getdents

[PATCH] vboxsf: Use flexible arrays for trailing string member
 2023-08-08 21:01 UTC  (4+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-08 21:13 UTC  (3+ messages)

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-08 20:42 UTC  (10+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH] ntfs : fix shift-out-of-bounds in ntfs_iget
 2023-08-08 10:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-08  7:50 UTC  (7+ messages)
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "

[PATCH v2 0/7] Split a folio to any lower order folios
 2023-08-08  9:01 UTC  (3+ messages)
` [PATCH v2 5/7] mm: thp: split huge page to any lower order pages

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in btrfs_open_devices
 2023-08-08 16:35 UTC  (5+ 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).