Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-07 21:33:35 to 2024-02-09 03:41:19 UTC [more...]

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-02-09  3:41 UTC  (2+ messages)
` [syzbot] "

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

[LSF/MM/BPF TOPIC] tracing the source of errors
 2024-02-09  2:27 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH] zonefs: convert zonefs to use the new mount api
 2024-02-09  2:10 UTC  (2+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-02-09  1:40 UTC  (9+ messages)
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-09  1:01 UTC  (35+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "

SMB 1.0 broken between Kernel versions 6.2 and 6.5
 2024-02-08 23:25 UTC  (6+ messages)

[PATCH v2] fs, USB gadget: Rework kiocb cancellation
 2024-02-08 23:16 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Removing GFP_NOFS
 2024-02-08 22:45 UTC  (6+ messages)

[PATCH v2 0/7] filesystem visibililty ioctls
 2024-02-08 21:57 UTC  (11+ messages)
` [PATCH v2 3/7] fs: FS_IOC_GETUUID

[PATCH] fs/proc/task_mmu: Add display flag for VM_MAYOVERLAY
 2024-02-08 20:40 UTC  (3+ messages)

[PATCH 0/7] Fixes and cleanups to fs-writeback
 2024-02-08 19:34 UTC  (12+ messages)
` [PATCH 1/7] fs/writeback: avoid to writeback non-expired inode in kupdate writeback
` [PATCH 2/7] fs/writeback: bail out if there is no more inodes for IO and queued once
` [PATCH 3/7] fs/writeback: remove unused parameter wb of finish_writeback_work
` [PATCH 4/7] fs/writeback: remove unneeded check in writeback_single_inode
` [PATCH 5/7] fs/writeback: only calculate dirtied_before when b_io is empty
` [PATCH 6/7] fs/writeback: correct comment of __wakeup_flusher_threads_bdi
` [PATCH 7/7] fs/writeback: remove unnecessary return in writeback_inodes_sb

[PATCH v2 0/3] virtiofs: export filesystem tags through sysfs
 2024-02-08 19:32 UTC  (4+ messages)
` [PATCH v2 1/3] virtiofs: forbid newlines in tags
` [PATCH v2 2/3] virtiofs: export filesystem tags through sysfs
` [PATCH v2 3/3] virtiofs: emit uevents on filesystem events

[PATCH 0/5] Fix and cleanups to page-writeback
 2024-02-08 19:32 UTC  (7+ messages)
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh

[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
 2024-02-08 19:21 UTC  (13+ messages)

[RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
 2024-02-08 18:42 UTC  (6+ messages)
` [RESEND PATCH v9 1/3] libfs: "
` [RESEND PATCH v9 2/3] ext4: Reuse generic_ci_match for ci comparisons
` [RESEND PATCH v9 3/3] f2fs: "

[PATCH net-next v6 0/4] Per epoll context busy poll support
 2024-02-08 18:06 UTC  (10+ 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 RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-02-08 17:30 UTC  (9+ messages)
` [PATCH RFC gmem v1 3/8] KVM: x86: Add gmem hook for initializing memory
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type

[PATCH v3 0/9] fuse: inode IO modes and mmap + parallel dio
 2024-02-08 17:06 UTC  (10+ messages)
` [PATCH v3 1/9] fuse: Fix VM_MAYSHARE and direct_io_allow_mmap
` [PATCH v3 2/9] fuse: Create helper function if DIO write needs exclusive lock
` [PATCH v3 3/9] fuse: Add fuse_dio_lock/unlock helper functions
` [PATCH v3 4/9] fuse: factor out helper fuse_truncate_update_attr()
` [PATCH v3 5/9] fuse: allocate ff->release_args only if release is needed
` [PATCH v3 6/9] fuse: break up fuse_open_common()
` [PATCH v3 7/9] fuse: prepare for failing open response
` [PATCH v3 8/9] fuse: introduce inode io modes
` [PATCH v3 9/9] fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAP

disable large folios for shmem file used by xfs xfile
 2024-02-08 16:03 UTC  (9+ messages)
` [PATCH 2/2] xfs: disable large folio support in xfile_create

[PATCH v4 0/9] File abstractions needed by Rust Binder
 2024-02-08 15:07 UTC  (23+ 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
` [PATCH v4 6/9] rust: file: add `FileDescriptorReservation`
` [PATCH v4 7/9] rust: file: add `Kuid` wrapper
` [PATCH v4 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v4 9/9] rust: file: add abstraction for `poll_table`

[PATCH v5 0/2] io_uring: add support for ftruncate
 2024-02-08 15:07 UTC  (4+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/2] Add do_ftruncate that truncates a struct file

[syzbot] [gfs2?] general protection fault in gfs2_rindex_update
 2024-02-08 14:57 UTC  (3+ messages)

Calls to vfs_setlease() from NFSD code cause unnecessary CAP_LEASE security checks
 2024-02-08 14:28 UTC  (4+ messages)

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-08 14:16 UTC  (4+ messages)
` [PATCH v9 0/25] "

[PATCH] fs: relax mount_setattr() permission checks
 2024-02-08 13:43 UTC  (2+ messages)

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-08 13:18 UTC 

Future of libfuse maintenance
 2024-02-08 11:04 UTC  (4+ messages)
      ` [fuse-devel] "

[PATCH] isofs: handle CDs with bad root inode but good Joliet root directory
 2024-02-08 10:59 UTC  (2+ messages)

[PATCH v3 0/7] filesystem visibililty ioctls
 2024-02-08 10:20 UTC  (6+ messages)
` [PATCH v3 1/7] fs: super_set_uuid()
` [PATCH v3 5/7] fs: FS_IOC_GETSYSFSNAME

[PATCH v3 3/7] fs: FS_IOC_GETUUID
 2024-02-08  9:44 UTC  (3+ messages)

[PATCH v4] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-08  9:36 UTC  (7+ messages)

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

[jlayton:flsplit] [filelock] 5f664b2068: ltp.fcntl17_64.fail
 2024-02-08  9:10 UTC 

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-08  9:02 UTC  (4+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH] eventfd: strictly check the count parameter of eventfd_write to avoid inputting illegal strings
 2024-02-08  5:34 UTC  (3+ messages)

[PATCH RFC 0/3] bcachefs: add framework for internal Rust code
 2024-02-08  4:19 UTC  (7+ messages)

[PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib
 2024-02-08  3:55 UTC  (2+ messages)

[PATCH v9 25/25] integrity: Remove LSM
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 22/25] evm: Move to LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 20/25] ima: Move to LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 18/25] security: Introduce key_post_create_or_update hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 17/25] security: Introduce inode_post_remove_acl hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 16/25] security: Introduce inode_post_set_acl hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 14/25] security: Introduce path_post_mknod hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 13/25] security: Introduce file_release hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 12/25] security: Introduce file_post_open hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 10/25] security: Introduce inode_post_setattr hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 11/25] security: Introduce inode_post_removexattr hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 09/25] security: Align inode_setattr hook definition with EVM
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 9/25] "

[PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 8/25] "

[PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 7/25] "

[PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 6/25] "

[PATCH v9 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 4/25] "

[PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 5/25] "

[PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 3/25] "

[PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 2/25] "

[PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 1/25] "

[syzbot] [fs?] KASAN: use-after-free Read in sysv_new_block
 2024-02-08  1:37 UTC 

[PATCH v2 0/3] fs/exec: remove current->in_execve flag
 2024-02-08  0:57 UTC  (9+ messages)
` [PATCH v2 1/3] LSM: add security_execve_abort() hook

[PATCH] fs, USB gadget: Rework kiocb cancellation
 2024-02-08  0:26 UTC  (3+ messages)

[PATCH v2 0/5] fuse: inode IO modes and mmap
 2024-02-08  0:04 UTC  (7+ messages)
` [PATCH v2 2/5] fuse: Create helper function if DIO write needs exclusive lock

[PATCH v7 0/1] mm: report per-page metadata information
 2024-02-07 23:05 UTC  (2+ messages)

[RFC] ->d_name accesses
 2024-02-07 22:55 UTC  (2+ messages)

[PATCH] debufgs: debugfs_create_blob can set the file size
 2024-02-07 22:47 UTC  (7+ messages)

[PATCH] [v2] debufgs: debugfs_create_blob can set the file size
 2024-02-07 22:46 UTC 

[syzbot] [xfs?] WARNING in xfs_bmapi_convert_delalloc
 2024-02-07 22:18 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 read-only IMAP folder(s) and NNTP newsgroup(s).