linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-29 08:26:10 to 2022-10-01 15:50:26 UTC [more...]

[PATCH v8 0/9] landlock: truncate support
 2022-10-01 15:49 UTC  (6+ messages)
` [PATCH v8 1/9] security: Create file_truncate hook from path_truncate hook
` [PATCH v8 2/9] selftests/landlock: Locally define __maybe_unused
` [PATCH v8 3/9] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v8 4/9] landlock: Support file truncation
` [PATCH v8 5/9] selftests/landlock: Selftests for file truncation support

[syzbot] WARNING in __find_get_block
 2022-10-01 14:26 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in truncate_inode_pages_final
 2022-10-01 13:44 UTC  (2+ messages)

[syzbot] WARNING: nested lock was not taken in evict
 2022-10-01 13:43 UTC  (2+ messages)

[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2022-10-01  7:47 UTC  (12+ messages)
` [PATCH 03/26] fuse-bpf: Update uapi for fuse-bpf
` [PATCH 15/26] fuse-bpf: Add support for read/write iter

[PATCH printk 00/18] preparation for threaded/atomic printing
 2022-09-30 22:41 UTC  (7+ messages)
` [PATCH printk 11/18] printk: Convert console_drivers list to hlist

[PATCH v6 0/9] vfs/nfsd: clean up handling of i_version counter
 2022-09-30 22:32 UTC  (12+ messages)
` [PATCH v6 1/9] iversion: move inode_query_iversion to libfs.c
` [PATCH v6 2/9] iversion: clarify when the i_version counter must be updated
` [PATCH v6 3/9] vfs: plumb i_version handling into struct kstat
` [PATCH v6 4/9] nfs: report the inode version in getattr if requested
` [PATCH v6 5/9] ceph: "
` [PATCH v6 6/9] nfsd: use the getattr operation to fetch i_version
` [PATCH v6 7/9] vfs: expose STATX_VERSION to userland
` [PATCH v6 8/9] vfs: update times after copying data in __generic_file_write_iter
` [PATCH v6 9/9] ext4: update times after I/O in write codepaths

[REGRESSION][PATCH] Revert "pstore: migrate to crypto acomp interface"
 2022-09-30 19:08 UTC  (7+ messages)
` [REGRESSION][PATCH] Revert "pstore: migrate to crypto acomp interface" #forregzbot

[PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
 2022-09-30 18:46 UTC  (15+ messages)

[PATCH v7 0/7] landlock: truncate support
 2022-09-30 18:32 UTC  (9+ messages)
` [PATCH v7 1/7] security: Create file_truncate hook from path_truncate hook
` [PATCH v7 2/7] landlock: Support file truncation
` [PATCH v7 3/7] selftests/landlock: Selftests for file truncation support
` [PATCH v7 4/7] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v7 5/7] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v7 6/7] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v7 7/7] landlock: Document Landlock's file truncation support

[PATCH v2 00/23] Convert to filemap_get_folios_tag()
 2022-09-30 17:33 UTC  (4+ messages)
` [PATCH v2 08/23] ceph: Convert ceph_writepages_start() to use filemap_get_folios_tag()

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30 16:23 UTC  (17+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed

[PATCH v2 0/5] Update the sysctl/fs documentation
 2022-09-30 10:35 UTC  (7+ messages)
` [PATCH v2 1/5] docs: sysctl/fs: remove references to inode-max
` [PATCH v2 2/5] docs: sysctl/fs: remove references to dquot-max/-nr
` [PATCH v2 3/5] docs: sysctl/fs: merge the aio sections
` [PATCH v2 4/5] docs: sysctl/fs: remove references to super-max/-nr
` [PATCH v2 5/5] docs: sysctl/fs: re-order, prettify

[PATCH v6 0/5] landlock: truncate support
 2022-09-30 15:56 UTC  (9+ messages)
` [PATCH v6 2/5] landlock: Support file truncation

[PATCH v4 00/30] acl: add vfs posix acl api
 2022-09-30 14:11 UTC  (52+ messages)
` [PATCH v4 01/30] orangefs: rework posix acl handling when creating new filesystem objects
` [PATCH v4 02/30] fs: pass dentry to set acl method
` [PATCH v4 03/30] fs: rename current get "
` [PATCH v4 04/30] fs: add new "
` [PATCH v4 05/30] cifs: implement "
` [PATCH v4 06/30] cifs: implement set "
` [PATCH v4 07/30] 9p: implement get "
` [PATCH v4 08/30] 9p: implement set "
` [PATCH v4 09/30] security: add get, remove and set acl hook
` [PATCH v4 10/30] selinux: implement get, set and remove "
` [PATCH v4 11/30] smack: "
` [PATCH v4 12/30] integrity: implement get and set "
` [PATCH v4 13/30] evm: add post "
` [PATCH v4 14/30] internal: add may_write_xattr()
` [PATCH v4 15/30] acl: add vfs_set_acl()
` [PATCH v4 16/30] acl: add vfs_get_acl()
` [PATCH v4 17/30] acl: add vfs_remove_acl()
` [PATCH v4 18/30] ksmbd: use vfs_remove_acl()
` [PATCH v4 19/30] ecryptfs: implement get acl method
` [PATCH v4 20/30] ecryptfs: implement set "
` [PATCH v4 21/30] ovl: implement get "
` [PATCH v4 22/30] ovl: implement set "
` [PATCH v4 23/30] ovl: use posix acl api
` [PATCH v4 24/30] xattr: "
` [PATCH v4 25/30] evm: remove evm_xattr_acl_change()
` [PATCH v4 26/30] ecryptfs: use stub posix acl handlers
` [PATCH v4 27/30] ovl: "
` [PATCH v4 28/30] cifs: "
` [PATCH v4 29/30] 9p: "
` [PATCH v4 30/30] acl: remove a slew of now unused helpers

[syzbot] kernel panic: stack is corrupted in writeback_single_inode
 2022-09-30 14:09 UTC  (4+ messages)

[PATCH v4 05/10] cachefiles: use vfs_tmpfile_open() helper
 2022-09-30 13:53 UTC  (5+ messages)
` [PATCH v4 00/10] fuse tmpfile

[syzbot] inconsistent lock state in kmem_cache_alloc
 2022-09-30 13:51 UTC  (6+ messages)

[eventpoll] ee22f2b4c8: kernel_BUG_at_arch/x86/mm/physaddr.c
 2022-09-30 12:57 UTC 

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-09-30 11:52 UTC  (7+ messages)

[PATCH] exfat: use updated exfat_chain directly during renaming
 2022-09-30 10:03 UTC  (4+ messages)

[PATCH v3 00/29] acl: add vfs posix acl api
 2022-09-30  8:35 UTC  (22+ messages)
` [PATCH v3 03/29] fs: rename current get acl method
` [PATCH v3 12/29] integrity: implement get and set acl hook
` [PATCH v3 14/29] acl: add vfs_set_acl()
` [PATCH v3 23/29] xattr: use posix acl api
` [PATCH v3 29/29] acl: remove a slew of now unused helpers

KASAN: use-after-free Read in filp_close
 2022-09-30  6:51 UTC 

[PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-09-30  3:28 UTC  (2+ messages)

[PATCH v5 0/8] vfs/nfsd: clean up handling of the i_version counter
 2022-09-30  1:22 UTC  (3+ messages)
` [PATCH v5 2/8] ext4: fix i_version handling in ext4

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-09-30  0:56 UTC  (15+ messages)

[PATCH] iomap: fix memory corruption when recording errors during writeback
 2022-09-29 23:10 UTC  (6+ messages)

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-29 22:38 UTC  (4+ messages)
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core

[PATCH] iomap: add a tracepoint for mappings returned by map_blocks
 2022-09-29 22:00 UTC  (2+ messages)

[git pull] coredump fix
 2022-09-29 21:49 UTC  (2+ messages)

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-09-29 19:05 UTC  (8+ messages)

[syzbot] kernel panic: stack is corrupted in lock_acquire (2)
 2022-09-29 17:28 UTC  (2+ messages)

[PATCHv3 0/4] submit_bh: Drop unnecessary return value
 2022-09-29 14:58 UTC  (2+ messages)

[PATCH v4 2/3] fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
 2022-09-29 14:58 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v4 1/3] ext4: don't increase iversion counter for ea_inodes
 2022-09-29 14:58 UTC  (2+ messages)

[PATCH v3 0/3] Check content after reading from quota file
 2022-09-29 13:39 UTC  (2+ messages)

[PATCH v1] ksmbd: Fix user namespace mapping
 2022-09-29 13:08 UTC  (5+ messages)

[RFC v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-09-29 12:53 UTC  (17+ messages)
` [RFC v3 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [RFC v3 2/8] ext4: Refactor code related to freeing PAs
` [RFC v3 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [RFC v3 4/8] ext4: Move overlap assert logic into a separate function
` [RFC v3 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [RFC v3 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [RFC v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [RFC v3 8/8] ext4: Remove the logic to trim inode PAs

thoughts about fanotify and HSM
 2022-09-29 10:01 UTC  (11+ messages)

[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-09-29  9:00 UTC  (6+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions

[PATCH v4] sched/numa: add per-process numa_balancing
 2022-09-29  8:45 UTC  (2+ 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).