linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-05 12:30:42 to 2024-02-06 17:07:59 UTC [more...]

[PATCH v2 0/3] per-vma locks in userfaultfd
 2024-02-06 17:07 UTC  (24+ messages)
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v2 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH v3 0/3] per-vma locks in userfaultfd
 2024-02-06 17:05 UTC  (5+ messages)
` [PATCH v3 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v3 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v3 3/3] userfaultfd: use per-vma locks in userfaultfd operations

Fanotify: concurrent work and handling files being executed
 2024-02-06 16:44 UTC  (5+ messages)

[PATCH] eventfd: strictly check the count parameter of eventfd_write to avoid inputting illegal strings
 2024-02-06 16:35 UTC 

[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
 2024-02-06 16:35 UTC  (10+ messages)

[PATCH 0/6] filesystem visibility ioctls
 2024-02-06 16:22 UTC  (22+ messages)
` [PATCH 1/6] fs: super_block->s_uuid_len
` [PATCH 2/6] fs: FS_IOC_GETUUID
` [PATCH 3/6] fat: Hook up sb->s_uuid
` [PATCH 4/6] fs: FS_IOC_GETSYSFSNAME
` [PATCH 5/6] xfs: add support for FS_IOC_GETSYSFSNAME
` [PATCH 6/6] bcachefs: "

[PATCH v2 00/34] Open block devices as files
 2024-02-06 16:10 UTC  (6+ messages)

[linus:master] [remap_range] dfad37051a: stress-ng.file-ioctl.ops_per_sec -11.2% regression
 2024-02-06 16:08 UTC  (6+ messages)

[PATCH] fs/mnt_idmapping.c: Return -EINVAL when no map is written
 2024-02-06 16:06 UTC  (2+ messages)

[PATCH 0/2] Decomplicate file_dentry()
 2024-02-06 16:02 UTC  (7+ messages)
` [PATCH 2/2] fs: remove the inode argument to ->d_real() method

next: /dev/root: Can't open blockdev
 2024-02-06 15:53 UTC  (7+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end (2)
 2024-02-06 15:44 UTC 

[PATCH] ceph: mark lock variable __maybe_unused in ceph_count_file_locks
 2024-02-06 15:08 UTC  (2+ messages)

[RFC 00/18] Pkernfs: Support persistence for live update
 2024-02-06 14:55 UTC  (12+ messages)
` [RFC 05/18] pkernfs: add file mmap callback
` [RFC 11/18] dma-iommu: Always enable deferred attaches for liveupdate
` [RFC 13/18] vfio: add ioctl to define persistent pgtables on container
` [RFC 14/18] intel-iommu: Allocate domain pgtable pages from pkernfs

convert write_cache_pages() to an iterator v6
 2024-02-06 14:54 UTC  (8+ messages)
` [PATCH 05/13] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 12/13] writeback: add a writeback iterator
` [PATCH 13/13] writeback: Remove a use of write_cache_pages() from do_writepages()

[syzbot] [jfs?] KASAN: slab-out-of-bounds Read in dtSearch
 2024-02-06 14:49 UTC 

[PATCH v15 0/9] FUSE passthrough for file io
 2024-02-06 14:24 UTC  (10+ messages)
` [PATCH v15 1/9] fuse: factor out helper for FUSE_DEV_IOC_CLONE
` [PATCH v15 2/9] fuse: introduce FUSE_PASSTHROUGH capability
` [PATCH v15 3/9] fuse: implement ioctls to manage backing files
` [PATCH v15 4/9] fuse: prepare for opening file in passthrough mode
` [PATCH v15 5/9] fuse: implement open "
` [PATCH v15 6/9] fuse: implement read/write passthrough
` [PATCH v15 7/9] fuse: implement splice "
` [PATCH v15 8/9] fuse: implement passthrough for mmap
` [PATCH v15 9/9] fuse: auto-invalidate inode attributes in passthrough mode

[PATCH v4 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-02-06 14:24 UTC  (10+ messages)
` [PATCH v4 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v4 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH v4 3/3] printk: Remove redundant CONFIG_BASE_FULL

[PATCH v3 0/3] fs/exec: remove current->in_execve flag
 2024-02-06 13:59 UTC  (4+ messages)
` [PATCH v3 1/3] LSM: add security_execve_abort() hook
` [PATCH v3 2/3] tomoyo: replace current->in_execve flag with "
` [PATCH v3 3/3] fs/exec: remove current->in_execve flag

[PATCH RFC] MAINTAINERS: add Alex Aring as Reviewer for file locking code
 2024-02-06 13:58 UTC  (2+ messages)

[PATCH v2 0/6] Restore data lifetime support
 2024-02-06 13:35 UTC  (4+ messages)
` [PATCH v2 6/6] block, fs: Restore the per-bio/request data lifetime fields

[PATCH] filelock: don't do security checks on nfsd setlease calls
 2024-02-06 13:12 UTC  (7+ messages)

[PATCH v2 0/5] fuse: inode IO modes and mmap
 2024-02-06 13:07 UTC  (9+ messages)
` [PATCH v2 2/5] fuse: Create helper function if DIO write needs exclusive lock
` [PATCH v2 5/5] fuse: introduce inode io modes

[PATCH] fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap
 2024-02-06 13:06 UTC  (9+ messages)

[PATCH-next] epoll: Remove ep_scan_ready_list() in comments
 2024-02-06 12:55 UTC  (3+ messages)

[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfsplus_bnode_read_key
 2024-02-06 12:05 UTC  (3+ messages)
` [PATCH next] hfsplus: fix oob "

[PATCH rfcv2 00/11] mm: migrate: support poison recover from migrate folio
 2024-02-06 11:21 UTC  (12+ messages)
` [PATCH rfcv2 01/11] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH rfcv2 02/11] mm: migrate_device: use more folio in __migrate_device_pages()
` [PATCH rfcv2 03/11] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
` [PATCH rfcv2 04/11] mm: migrate: remove migrate_folio_extra()
` [PATCH rfcv2 05/11] mm: remove MIGRATE_SYNC_NO_COPY mode
` [PATCH rfcv2 06/11] mm: migrate: split folio_migrate_mapping()
` [PATCH rfcv2 07/11] mm: add folio_mc_copy()
` [PATCH rfcv2 08/11] mm: migrate: support poisoned recover from migrate folio
` [PATCH rfcv2 09/11] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()
` [PATCH rfcv2 10/11] mm: migrate: remove folio_migrate_copy()
` [PATCH rfcv2 11/11] fs: aio: add explicit check for large folio in aio_migrate_folio()

[PATCH] fs: relax mount_setattr() permission checks
 2024-02-06 10:22 UTC 

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbSplit
 2024-02-06 10:16 UTC  (2+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-02-06  9:53 UTC  (18+ 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 v4] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-06  9:46 UTC 

Roadmap for netfslib and local caching (cachefiles)
 2024-02-06  8:39 UTC  (2+ messages)

[fuse-devel] Proxmox + NFS w/ exported FUSE = EIO
 2024-02-06  6:53 UTC 

[PATCH v4 0/9] File abstractions needed by Rust Binder
 2024-02-06  3:04 UTC  (12+ messages)
` [PATCH v4 1/9] rust: types: add `NotThreadSafe`
` [PATCH v4 2/9] rust: task: add `Task::current_raw`
` [PATCH v4 3/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v4 4/9] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v4 5/9] rust: security: add abstraction for secctx

[PATCHv9 1/1] block: introduce content activity based ioprio
 2024-02-06  2:37 UTC 

[PATCH 5.4,4.19] lsm: new security_file_ioctl_compat() hook
 2024-02-06  1:29 UTC 

[PATCHv8 1/1] block: introduce content activity based ioprio
 2024-02-06  0:44 UTC  (3+ messages)

[PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib
 2024-02-05 22:57 UTC  (13+ messages)
` [PATCH v5 01/12] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v5 02/12] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v5 03/12] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v5 04/12] cifs: Use more fields from netfs_io_subrequest
` [PATCH v5 05/12] cifs: Make wait_mtu_credits take size_t args
` [PATCH v5 06/12] cifs: Implement netfslib hooks
` [PATCH v5 07/12] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v5 08/12] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v5 09/12] cifs: Cut over to using netfslib
` [PATCH v5 10/12] cifs: Remove some code that's no longer used, part 1
` [PATCH v5 11/12] cifs: Remove some code that's no longer used, part 2
` [PATCH v5 12/12] cifs: Remove some code that's no longer used, part 3

[PATCH v4 7/9] rust: file: add `Kuid` wrapper
 2024-02-05 22:06 UTC  (2+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin
 2024-02-05 21:13 UTC  (2+ messages)

[PATCH net-next v6 0/4] Per epoll context busy poll support
 2024-02-05 21:04 UTC  (5+ messages)
` [PATCH net-next v6 1/4] eventpoll: support busy poll per epoll instance
` [PATCH net-next v6 2/4] eventpoll: Add per-epoll busy poll packet budget
` [PATCH net-next v6 3/4] eventpoll: Add per-epoll prefer busy poll option
` [PATCH net-next v6 4/4] eventpoll: Add epoll ioctl for epoll_params

[PATCH net-next v5 0/3] Per epoll context busy poll support
 2024-02-05 18:25 UTC  (3+ messages)
` [PATCH net-next v5 1/3] eventpoll: support busy poll per epoll instance

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-02-05 17:39 UTC  (4+ messages)

[PATCH v2] regset: use kvzalloc() for regset_get_alloc()
 2024-02-05 17:26 UTC 

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-05 16:58 UTC  (6+ messages)
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests

[syzbot] [ceph?] [fs?] INFO: task hung in ceph_mdsc_pre_umount
 2024-02-05 16:43 UTC 

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-05 16:30 UTC  (4+ messages)
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated

[PATCH] fs: binfmt_elf_efpic: don't use missing interpreter's properties
 2024-02-05 16:15 UTC  (3+ messages)

[PATCH] udf: Avoid invalid LVID used on mount
 2024-02-05 15:48 UTC 

[PATCH v2] quota: Fix potential NULL pointer dereference
 2024-02-05 14:58 UTC  (2+ messages)

Future of libfuse maintenance
 2024-02-05 14:46 UTC  (3+ messages)

[PATCH] fat: Fix uninitialized field in nostale filehandles
 2024-02-05 14:35 UTC  (2+ messages)

[PATCHES] RCU pathwalk race fixes
 2024-02-05 13:51 UTC  (11+ messages)
` [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
  ` [PATCH 09/13] procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
  ` [PATCH 10/13] procfs: make freeing proc_fs_info rcu-delayed
  ` [PATCH 11/13] fuse: fix UAF in rcu pathwalks

[PATCH v3 0/2] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal
 2024-02-05 13:48 UTC  (6+ messages)
` [PATCH v3 1/2] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v3 2/2] printk: Remove redundant CONFIG_BASE_SMALL


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