linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-17 16:20:18 to 2022-10-19 13:49:46 UTC [more...]

Odd interaction with file capabilities and procfs files
 2022-10-19 13:22 UTC  (2+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-19 13:23 UTC  (26+ 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] mm: move xa forward when run across zombie page
 2022-10-19 13:06 UTC  (12+ messages)

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-19 12:18 UTC  (11+ messages)
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland

[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  (14+ 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  (18+ messages)
` [PATCH v3 07/25] fsdax: Hold dax lock over mapping insertion
` [PATCH v3 10/25] fsdax: Introduce pgmap_request_folios()
` [PATCH v3 22/25] mm/memremap_pages: Replace zone_device_page_init() with pgmap_request_folios()
` [PATCH v3 23/25] mm/memremap_pages: Initialize all ZONE_DEVICE pages to start at refcount 0

[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  (7+ 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  (24+ messages)
` [PATCH v3 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v3 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v3 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v3 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v3 05/23] afs: Convert afs_writepages_region() "
` [PATCH v3 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v3 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v3 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v3 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v3 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v3 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [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 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v3 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v3 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [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()

[PATCH v3 0/2] Rework find_get_entries() and find_lock_entries()
 2022-10-17 20:12 UTC  (6+ messages)
` [PATCH v3 1/2] filemap: find_lock_entries() now updates start offset

[PATCH stable 0/5] Fix missing patches in stable
 2022-10-17 19:20 UTC  (6+ messages)
` [PATCH stable 1/5] fs: clear or set FMODE_LSEEK based on llseek function
` [PATCH stable 2/5] fs: do not compare against ->llseek
` [PATCH stable 3/5] dma-buf: remove useless FMODE_LSEEK flag
` [PATCH stable 4/5] vfio: do not set "
` [PATCH stable 5/5] fs: remove no_llseek

[PATCH v4 2/2] f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE
 2022-10-17 17:03 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 NNTP newsgroup(s).