linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-17 20:28:22 to 2022-10-20 07:45:05 UTC [more...]

Odd interaction with file capabilities and procfs files
 2022-10-20  7:44 UTC  (4+ messages)

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-20  7:43 UTC  (7+ messages)
` [PATCH printk v2 02/38] printk: Convert console_drivers list to hlist
` [PATCH printk v2 25/38] proc: consoles: document console_lock usage
` [PATCH printk v2 36/38] proc: consoles: use console_list_lock for list iteration

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-20  6:58 UTC  (16+ messages)
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland

[PATCH] vfs: fs_context: Modify mismatched function name
 2022-10-20  3:53 UTC  (2+ messages)

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-20  3:12 UTC  (19+ messages)

[PATCH linux-next] fs/super.c: use strscpy() is more robust and safer
 2022-10-20  3:09 UTC 

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-10-20  3:02 UTC  (12+ messages)

writeback completion soft lockup BUG in folio_wake_bit()
 2022-10-20  1:35 UTC  (7+ messages)

[PATCH] fs/ceph/super: add mount options "snapdir{mode,uid,gid}"
 2022-10-20  1:29 UTC  (7+ messages)

[PATCH v2 0/5] Update the sysctl/fs documentation
 2022-10-19 22:43 UTC  (2+ messages)

[RESEND PATCH] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2022-10-19 19:07 UTC  (4+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-19 18:32 UTC  (32+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions

[RFC PATCH v5 3/8] mm: Display inflated memory to users
 2022-10-19  9:56 UTC 

[PATCH] fscrypt: fix keyring memory leak on mount failure
 2022-10-19 11:36 UTC  (3+ messages)

[PATCH] binfmt: Fix whitespace issues
 2022-10-19 11:35 UTC  (2+ messages)

[PATCH] exec: Add comments on check_unsafe_exec() fs counting
 2022-10-19 11:35 UTC  (2+ messages)

[PATCH v3] proc: report open files as size in stat() for /proc/pid/fd
 2022-10-19 11:28 UTC  (5+ messages)

[PATCH] binfmt_elf: simplify error handling in load_elf_phdrs()
 2022-10-19  7:52 UTC 

[PATCH] binfmt_elf: fix documented return value for load_elf_phdrs()
 2022-10-19  7:43 UTC 

[PATCH] fs/exec.c: simplify initial stack size expansion
 2022-10-19  7:32 UTC 

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

[RFC] fsnotify: allow sleepable child dentry flag update
 2022-10-19  5:33 UTC  (9+ messages)
` [PATCH 0/2] fsnotify: fix softlockups iterating over d_subdirs
  ` [PATCH 1/2] fsnotify: Protect i_fsnotify_mask and child flags with inode rwsem
  ` [PATCH 2/2] fsnotify: allow sleepable child flag update

[PATCH] mm: remove kern_addr_valid() completely
 2022-10-19  1:31 UTC  (7+ messages)

[PATCH v10 00/11] landlock: truncate support
 2022-10-18 22:33 UTC  (15+ messages)
` [PATCH v10 01/11] security: Create file_truncate hook from path_truncate hook
` [PATCH v10 02/11] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v10 03/11] landlock: Document init_layer_masks() helper
` [PATCH v10 04/11] landlock: Support file truncation
` [PATCH v10 05/11] selftests/landlock: Test file truncation support
` [PATCH v10 06/11] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v10 07/11] selftests/landlock: Locally define __maybe_unused
` [PATCH v10 08/11] selftests/landlock: Test FD passing from restricted to unrestricted processes
` [PATCH v10 09/11] selftests/landlock: Test ftruncate on FDs created by memfd_create(2)
` [PATCH v10 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v10 11/11] landlock: Document Landlock's file truncation support

[PATCH 00/23] Convert to filemap_get_folios_tag()
 2022-10-18 21:45 UTC  (4+ messages)
` [PATCH 04/23] page-writeback: Convert write_cache_pages() to use filemap_get_folios_tag()

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-10-18 20:08 UTC  (7+ messages)

[RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-18 19:50 UTC  (5+ messages)
` [RFC for-next v2 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next v2 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next v2 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next v2 4/4] io_uring/rw: enable bio caches for IRQ rw

[RFC for-next 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-18 19:33 UTC  (6+ messages)
` [RFC for-next 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next 4/4] io_uring/rw: enable bio caches for IRQ rw

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

[PATCH v9 00/11] landlock: truncate support
 2022-10-18 18:32 UTC  (9+ messages)

[PATCH v3 00/25] Fix the DAX-gup mistake
 2022-10-18 17:30 UTC  (13+ messages)
` [PATCH v3 07/25] fsdax: Hold dax lock over mapping insertion
` [PATCH v3 10/25] fsdax: Introduce pgmap_request_folios()

[RFC][PATCH] iov_iter: Add extraction functions
 2022-10-18 14:48 UTC  (4+ messages)

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2022-10-18 11:19 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH] coredump: Proactively round up to kmalloc bucket size
 2022-10-18  9:07 UTC 

[PATCH v2] proc: report open files as size in stat() for /proc/pid/fd
 2022-10-18  8:48 UTC  (6+ messages)

[PATCH v4 0/6] fs: improve setgid stripping consistency even more
 2022-10-18  8:23 UTC  (2+ messages)

[PATCH] exec: Copy oldsighand->action under spin-lock
 2022-10-18  7:22 UTC  (2+ messages)

[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
 2022-10-18  2:32 UTC  (3+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read
` [PATCH 2/2] kernfs: dont take i_lock on revalidate

[REPOST PATCH v3 0/2] vfs: fix a mount table handling problem
 2022-10-18  2:07 UTC  (4+ messages)
` [REPOST PATCH v3 2/2] vfs: parse: deal with zero length string value

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-17 20:24 UTC  (11+ messages)
` [PATCH v3 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v3 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v3 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v3 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v3 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v3 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v3 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v3 23/23] filemap: Remove find_get_pages_range_tag()


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