Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-02-07 09:42:12 to 2024-02-08 16:02:12 UTC [more...]

[LSF/MM/BPF TOPIC] Removing GFP_NOFS
 2024-02-08 16:02 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] tracing the source of errors
 2024-02-08 15:57 UTC  (10+ messages)
` [Lsf-pc] "

[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] "

[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
 2024-02-08 14:04 UTC  (11+ messages)

[PATCH] fs: relax mount_setattr() permission checks
 2024-02-08 13:43 UTC  (4+ 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 RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-02-08 10:57 UTC  (6+ 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/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 v2 0/7] filesystem visibililty ioctls
 2024-02-08  9:48 UTC  (9+ messages)
` [PATCH v2 3/7] fs: FS_IOC_GETUUID

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

SMB 1.0 broken between Kernel versions 6.2 and 6.5
 2024-02-08  9:31 UTC  (7+ messages)

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

[PATCH 0/7] Fixes and cleanups to fs-writeback
 2024-02-08 17:20 UTC  (8+ 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] 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  (6+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH] fs/proc/task_mmu: Add display flag for VM_MAYOVERLAY
 2024-02-08  8:48 UTC 

[RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
 2024-02-08  6:43 UTC  (4+ 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] eventfd: strictly check the count parameter of eventfd_write to avoid inputting illegal strings
 2024-02-08  5:34 UTC  (5+ 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] "

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

[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  (15+ messages)
` [PATCH v2 1/3] LSM: add security_execve_abort() hook
` [PATCH v2 2/3] tomoyo: replace current->in_execve flag with "
` [PATCH v2 3/3] fs/exec: remove current->in_execve flag

[PATCH] fs, USB gadget: Rework kiocb cancellation
 2024-02-08  0:26 UTC  (5+ 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)

[PATCH v3 0/3] per-vma locks in userfaultfd
 2024-02-07 21:22 UTC  (8+ messages)
` [PATCH v3 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[syzbot] [xfs?] WARNING: Reset corrupted AGFL on AG NUM. NUM blocks leaked. Please unmount and run xfs_repair
 2024-02-07 21:16 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin
 2024-02-07 21:15 UTC  (3+ messages)

[PATCH net-next v6 0/4] Per epoll context busy poll support
 2024-02-07 20:56 UTC  (17+ 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

[syzbot] [xfs?] INFO: task hung in xfs_inodegc_flush
 2024-02-07 20:54 UTC  (2+ messages)

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

[PATCH v4 00/10] IOMMU memory observability
 2024-02-07 17:41 UTC  (11+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v4 03/10] iommu/io-pgtable-arm: "
` [PATCH v4 04/10] iommu/io-pgtable-dart: "
` [PATCH v4 05/10] iommu/exynos: "
` [PATCH v4 06/10] iommu/rockchip: "
` [PATCH v4 07/10] iommu/sun50i: "
` [PATCH v4 08/10] iommu/tegra-smmu: "
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
` [PATCH v4 10/10] iommu: account IOMMU allocated memory

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

[syzbot] [reiserfs?] KASAN: use-after-free Read in set_de_name_and_namelen
 2024-02-07 17:02 UTC  (2+ messages)

[PATCH v3 1/3] LSM: add security_execve_abort() hook
 2024-02-07 16:01 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-07 15:51 UTC  (4+ messages)

[RFC 00/18] Pkernfs: Support persistence for live update
 2024-02-07 15:28 UTC  (7+ messages)

[PATCH] [v3] hfs: fix a memleak in hfs_find_init
 2024-02-07 15:07 UTC  (2+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-02-07 14:13 UTC  (8+ messages)
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support

convert write_cache_pages() to an iterator v6
 2024-02-07 14:00 UTC  (6+ messages)
` [PATCH 12/13] writeback: add a writeback iterator

Fanotify: concurrent work and handling files being executed
 2024-02-07 11:15 UTC  (7+ messages)

[PATCH 0/2] quota: Use proper __rcu annotation for i_dquot arrays
 2024-02-07  9:42 UTC  (3+ messages)
` [PATCH 1/2] quota: Fix rcu annotations of inode dquot pointers
` [PATCH 2/2] quota: Properly annotate i_dquot arrays with __rcu


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox