linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 12:24:59 to 2022-10-05 09:03:36 UTC [more...]

[PATCH v4 3/7] Display inflated memory to users
 2022-10-05  9:01 UTC 

Biznesowy angielski
 2022-10-05  8:05 UTC 

[PATCH v4 00/30] acl: add vfs posix acl api
 2022-10-05  7:15 UTC  (21+ messages)
` [PATCH v4 04/30] fs: add new get acl method
` [PATCH v4 12/30] integrity: implement get and set acl hook
` [PATCH v4 13/30] evm: add post "

[RFC PATCH 0/2] iomap/xfs: fix data corruption due to stale cached iomaps
 2022-10-05  1:34 UTC  (8+ messages)
` [PATCH 2/2] xfs: use iomap_valid method to detect "

[PATCH v6 0/9] vfs/nfsd: clean up handling of i_version counter
 2022-10-04 22:27 UTC  (25+ 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 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] mm: /proc/pid/smaps_rollup: fix no vma's null-deref
 2022-10-04 21:05 UTC  (4+ messages)

[PATCH v8 0/9] landlock: truncate support
 2022-10-04 19:56 UTC  (11+ 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
` [PATCH v8 6/9] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v8 7/9] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v8 8/9] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v8 9/9] landlock: Document Landlock's file truncation support

[PATCH] ext4: journal_path mount options should follow links
 2022-10-04 18:47 UTC  (2+ messages)

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-10-04 18:26 UTC  (13+ messages)

[man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN
 2022-10-04 17:43 UTC 

[RFC UKL 00/10] Unikernel Linux (UKL)
 2022-10-04 17:43 UTC  (17+ messages)
` [RFC UKL 01/10] kbuild: Add sections and symbols to linker script for UKL support
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 03/10] sched: Add task_struct tracking of kernel or application execution
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 06/10] x86/fault: Skip checking kernel mode access to user address space for UKL
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 08/10] exec: Make exec path for starting UKL application
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL

[PATCH v2 RESEND] namei: clear nd->root.mnt before O_CREAT unlazy
 2022-10-04 17:09 UTC  (3+ messages)

[git pull] vfs.git pile 6 (constification, mostly struct path)
 2022-10-04 17:02 UTC 

[git pull] vfs.git pile 4 (file_inode)
 2022-10-04 16:56 UTC 

[git pull] vfs.git pile 3 (file)
 2022-10-04 16:54 UTC 

[git pull] vfs.git pile 2 (d_path)
 2022-10-04 16:53 UTC 

[git pull] vfs.git pile 1 (inode)
 2022-10-04 16:51 UTC 

[PATCH 0/2] Some fixes for overlayfs remove privs
 2022-10-04 15:52 UTC  (8+ messages)
` [PATCH 1/2] ovl: remove privs in ovl_copyfile()
` [PATCH 2/2] ovl: remove privs in ovl_fallocate()

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-04 15:39 UTC  (16+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[syzbot] possible deadlock in exfat_iterate
 2022-10-04 15:23 UTC 

[PATCH v2 00/23] Convert to filemap_get_folios_tag()
 2022-10-04 10:51 UTC  (7+ messages)
` [PATCH v2 08/23] ceph: Convert ceph_writepages_start() to use filemap_get_folios_tag()

[syzbot] BUG: unable to handle kernel NULL pointer dereference in do_read_cache_folio
 2022-10-04  9:55 UTC  (2+ messages)

[PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page()
 2022-10-04  6:18 UTC  (14+ messages)

[PATCH] fs/ntfs3: add system.ntfs_attrib_be extended attribute
 2022-10-04  4:34 UTC 

[GIT PULL] acl updates for v6.1
 2022-10-04  3:45 UTC  (4+ messages)
` [GIT PULL] vfsuid "

[GIT PULL] fsverity updates for 6.1
 2022-10-04  3:45 UTC  (2+ messages)

[GIT PULL] STATX_DIOALIGN for 6.1
 2022-10-04  3:44 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.1
 2022-10-04  3:44 UTC  (2+ messages)

[PATCH 0/3] fs/ntfs3: Refactoring and hidedotfiles option
 2022-10-03 22:51 UTC  (3+ messages)
` [PATCH 2/3] fs/ntfs3: Add "

[PATCH 0/2] Some fixes for overlayfs remove privs
 2022-10-03 12:21 UTC  (3+ messages)
` [PATCH 1/2] ovl: remove privs in ovl_copyfile()
` [PATCH 2/2] ovl: remove privs in ovl_fallocate()

[RFC v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-10-03 11:25 UTC  (4+ messages)
` [RFC v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-10-03 11:21 UTC  (5+ messages)

[PATCH] coredump: Move dump_emit_page() to kill unused warning
 2022-10-03  9:06 UTC 

[PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
 2022-10-03  7:55 UTC  (15+ messages)

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-10-03  7:06 UTC  (9+ messages)

[PATCH v9 12/27] rust: add `kernel` crate
 2022-10-03  4:17 UTC  (18+ messages)

[ANNOUNCE] xfs-linux: iomap-6.1-merge updated to adc9c2e5a723
 2022-10-02 21:34 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_trim_fs
 2022-10-02 20:04 UTC 

[PATCHSET v23.3 00/14] xfs: design documentation for online fsck
 2022-10-02 18:19 UTC  (15+ messages)
` [PATCH 02/14] xfs: document the general theory underlying online fsck design
` [PATCH 01/14] xfs: document the motivation for "
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 09/14] xfs: document online file metadata repair code
` [PATCH 03/14] xfs: document the testing plan for online fsck
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 04/14] xfs: document the user interface for online fsck
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 10/14] xfs: document full filesystem scans for online fsck
` [PATCH 12/14] xfs: document directory tree repairs
` [PATCH 14/14] xfs: document future directions of online fsck
` [PATCH 11/14] xfs: document metadata file repair
` [PATCH 13/14] xfs: document the userspace fsck driver program

[syzbot] invalid opcode in writeback_single_inode
 2022-10-02 18:22 UTC  (2+ messages)

[PATCH v7 0/3] ksmbd patches included vfs changes
 2022-10-02  2:22 UTC  (7+ messages)
` [PATCH v7 2/3] fs: introduce lock_rename_child() helper
` [PATCH v7 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name

[syzbot] WARNING in __brelse
 2022-10-01 22:50 UTC  (2+ messages)

[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-10-01 16:28 UTC  (5+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
` [PATCH v2 02/16] slab: Introduce kmalloc_size_roundup()

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2022-10-01 16:01 UTC  (7+ messages)

[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  (6+ messages)
` [PATCH printk 11/18] printk: Convert console_drivers list to hlist

[REGRESSION][PATCH] Revert "pstore: migrate to crypto acomp interface"
 2022-09-30 19:08 UTC  (6+ 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 0/5] Update the sysctl/fs documentation
 2022-09-30 10:35 UTC  (4+ messages)
` [PATCH v2 3/5] docs: sysctl/fs: merge the aio sections
` [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

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

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

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

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


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