linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-04 10:22:07 to 2024-09-05 10:36:15 UTC [more...]

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-05 10:36 UTC  (17+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH v5 00/18] fanotify: add pre-content hooks
 2024-09-05 10:32 UTC  (29+ messages)
` [PATCH v5 01/18] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v5 02/18] fsnotify: introduce pre-content permission event
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open
` [PATCH v5 04/18] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v5 05/18] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v5 06/18] fanotify: pass optional file access range in pre-content event
` [PATCH v5 07/18] fanotify: rename a misnamed constant
` [PATCH v5 08/18] fanotify: report file range info with pre-content events
` [PATCH v5 09/18] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v5 10/18] fs: add a flag to indicate the fs supports pre-content events
` [PATCH v5 11/18] fanotify: add a helper to check for pre content events
` [PATCH v5 12/18] fanotify: disable readahead if we have pre-content watches
` [PATCH v5 13/18] mm: don't allow huge faults for files with pre content watches
` [PATCH v5 14/18] fsnotify: generate pre-content permission event on page fault
` [PATCH v5 15/18] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v5 16/18] xfs: add pre-content fsnotify hook for write faults
` [PATCH v5 17/18] btrfs: disable defrag on pre-content watched files
` [PATCH v5 18/18] fs: enable pre-content events on supported file systems

[PATCH 2/2] vfs: Fix implicit conversion problem when testing overflow case
 2024-09-05 10:26 UTC 

[PATCH 1/2] iomap: Do not unshare exents beyond EOF
 2024-09-05 10:24 UTC 

[RFC 0/9] ext4: Add direct-io atomic write support using fsawu
 2024-09-05 10:19 UTC  (2+ messages)

[PATCH v4 00/14] forcealign for xfs
 2024-09-05 10:15 UTC  (9+ messages)
` [PATCH v4 04/14] xfs: make EOF allocation simpler

[PATCH 6.10 181/184] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
 2024-09-05  9:41 UTC 

[PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-09-05  9:28 UTC  (2+ messages)

[PATCH RFC 00/20] file: remove f_version
 2024-09-05  9:28 UTC  (12+ messages)
` [PATCH RFC 14/20] proc: store cookie in private data
` [PATCH RFC 18/20] fs: add f_pipe

Are jump labels broken on 6.11-rc1?
 2024-09-05  9:16 UTC  (12+ messages)

[brauner-vfs:work.f_version.wip.v1] [proc] e85c0d9e72: WARNING:lock_held_when_returning_to_user_space
 2024-09-05  9:10 UTC  (4+ messages)

[PATCH v4 00/17] slab: add struct kmem_cache_args
 2024-09-05  8:16 UTC  (21+ messages)
` [PATCH v4 01/17] slab: s/__kmem_cache_create/do_kmem_cache_create/g
` [PATCH v4 02/17] slab: add struct kmem_cache_args
` [PATCH v4 03/17] slab: port kmem_cache_create() to "
` [PATCH v4 04/17] slab: port kmem_cache_create_rcu() "
` [PATCH v4 05/17] slab: port kmem_cache_create_usercopy() "
` [PATCH v4 06/17] slab: pass struct kmem_cache_args to create_cache()
` [PATCH v4 07/17] slab: pull kmem_cache_open() into do_kmem_cache_create()
` [PATCH v4 08/17] slab: pass struct kmem_cache_args to do_kmem_cache_create()
` [PATCH v4 09/17] slab: remove rcu_freeptr_offset from struct kmem_cache
` [PATCH v4 10/17] slab: port KMEM_CACHE() to struct kmem_cache_args
` [PATCH v4 11/17] slab: port KMEM_CACHE_USERCOPY() "
` [PATCH v4 12/17] slab: create kmem_cache_create() compatibility layer
` [PATCH v4 13/17] file: port to struct kmem_cache_args
` [PATCH v4 14/17] slab: remove kmem_cache_create_rcu()
` [PATCH v4 15/17] slab: make kmem_cache_create_usercopy() static inline
` [PATCH v4 16/17] slab: make __kmem_cache_create() "
` [PATCH v4 17/17] io_uring: port to struct kmem_cache_args

[PATCH][RFC] fs: add levels to inode write access
 2024-09-05  7:38 UTC  (4+ messages)
` [PATCH] fs: don't block i_writecount during exec

[REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
 2024-09-05  7:32 UTC  (4+ messages)

[PATCH 0/2] fstests: add two tests for the precontent fanotify work
 2024-09-05  7:21 UTC  (5+ messages)
` [PATCH 1/2] fstests: add a test for the precontent fanotify hooks
` [PATCH 2/2] fstests: add a test for executing from a precontent watch directory

[PATCH v3 00/13] nfsd: implement the "delstid" draft
 2024-09-05  1:44 UTC  (8+ messages)
` [PATCH v3 03/13] nfsd: drop the ncf_cb_bmap field

[PATCH 0/2 v2] remove PF_MEMALLOC_NORECLAIM
 2024-09-04 23:05 UTC  (17+ messages)

[PATCH RFC v3 00/17] fuse: fuse-over-io-uring
 2024-09-04 22:42 UTC  (23+ messages)
` [PATCH RFC v3 05/17] fuse: Add a uring config ioctl
` [PATCH RFC v3 06/17] fuse: Add the queue configuration ioctl
` [PATCH RFC v3 08/17] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v3 15/17] ate: 2024-08-30 15:43:32 +0100
` [PATCH RFC v3 17/17] fuse: {uring} Pin the user buffer

[PATCH v2 0/8] tmpfs: Add case-insesitive support for tmpfs
 2024-09-04 22:28 UTC  (4+ messages)
` [PATCH v2 6/8] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs

[GIT PULL] bcachefs fixes for 6.11-rc7
 2024-09-04 20:56 UTC  (2+ messages)

[PATCH v2 00/15] slab: add struct kmem_cache_args
 2024-09-04 20:10 UTC  (22+ messages)
` [PATCH v2 02/15] "
` [PATCH v2 12/15] slab: create kmem_cache_create() compatibility layer

SRCU hung task on 5.10.y on synchronize_srcu(&fsnotify_mark_srcu)
 2024-09-04 19:51 UTC  (4+ messages)

[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-09-04 19:48 UTC  (16+ messages)
` [PATCH xfstests v2 1/2] statx: update headers to include newer statx fields
  ` [PATCH xfstests v2 2/2] open_by_handle: add tests for u64 mount ID
` [PATCH xfstests v3 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v3 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly
` [PATCH xfstests v4 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v4 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly

[PATCH v2 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-04 19:45 UTC  (3+ messages)
` [PATCH v2 -next 11/15] sunrpc: use vfs_pressure_ratio() helper

[GIT PULL] bcachefs fixes for 6.11-rc6
 2024-09-04 18:55 UTC  (3+ messages)

decruft the early init / initrd / initramfs code v2
 2024-09-04 18:49 UTC  (3+ messages)
` [PATCH 14/23] initrd: mark initrd support as deprecated

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-09-04 18:01 UTC  (12+ messages)

[PATCH v6 0/2] fuse: add timeout option for requests
 2024-09-04 17:23 UTC  (6+ messages)
` [PATCH v6 1/2] fuse: add optional kernel-enforced timeout "

[PATCH v4 00/15] fuse: basic support for idmapped mounts
 2024-09-04 17:21 UTC  (7+ messages)
` [PATCH v4 03/15] fs/fuse: add an idmap argument to fuse_simple_request

[GIT PULL] vfs fixes
 2024-09-04 16:46 UTC  (2+ messages)

[PATCH v4 0/5] Write-placement hints and FDP
 2024-09-04 14:57 UTC  (4+ messages)

[PATCH printk v6 00/17] add threaded printing + the rest
 2024-09-04 14:55 UTC  (5+ messages)
` [PATCH printk v6 12/17] proc: consoles: Add notation to c_start/c_stop
` [PATCH printk v6 13/17] proc: Add nbcon support for /proc/consoles

[PATCH] fs/pipe: Correct imprecise wording in comment
 2024-09-04 14:54 UTC  (2+ messages)

[PATCH v5 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-04 14:36 UTC  (5+ messages)
` [PATCH v5 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64

[PATCH v15 16/26] nfsd: add LOCALIO support
 2024-09-04 13:56 UTC  (6+ messages)

[PATCH v4 0/2] virtiofs: fix the warning for kernel direct IO
 2024-09-04 12:12 UTC  (5+ messages)
` [PATCH v4 2/2] virtiofs: use GFP_NOFS when enqueuing request through kworker

[PATCH v3 00/12] ext4: simplify the counting and management of delalloc reserved blocks
 2024-09-04 11:43 UTC  (19+ messages)
` [PATCH v3 04/12] ext4: let __revise_pending() return newly inserted pendings
` [PATCH v3 05/12] ext4: passing block allocation information to ext4_es_insert_extent()
` [PATCH v3 06/12] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v3 07/12] ext4: drop ext4_es_delayed_clu()
` [PATCH v3 09/12] ext4: drop unused ext4_es_store_status()
` [PATCH v3 10/12] ext4: make extent status types exclusive
` [PATCH v3 11/12] ext4: drop ext4_es_is_delonly()
` [PATCH v3 12/12] ext4: drop all delonly descriptions

[PATCH v3 00/17] slab: add struct kmem_cache_args
 2024-09-04 10:21 UTC  (15+ messages)
` [PATCH v3 04/17] slab: port kmem_cache_create_rcu() to "
` [PATCH v3 05/17] slab: port kmem_cache_create_usercopy() "
` [PATCH v3 06/17] slab: pass struct kmem_cache_args to create_cache()
` [PATCH v3 07/17] slab: pull kmem_cache_open() into do_kmem_cache_create()
` [PATCH v3 08/17] slab: pass struct kmem_cache_args to do_kmem_cache_create()
` [PATCH v3 09/17] slab: remove rcu_freeptr_offset from struct kmem_cache
` [PATCH v3 10/17] slab: port KMEM_CACHE() to struct kmem_cache_args
` [PATCH v3 11/17] slab: port KMEM_CACHE_USERCOPY() "
` [PATCH v3 12/17] slab: create kmem_cache_create() compatibility layer
` [PATCH v3 13/17] file: port to struct kmem_cache_args
` [PATCH v3 14/17] slab: remove kmem_cache_create_rcu()
` [PATCH v3 15/17] slab: make kmem_cache_create_usercopy() static inline
` [PATCH v3 16/17] slab: make __kmem_cache_create() "
` [PATCH v3 17/17] io_uring: port to struct kmem_cache_args


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