Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-08-12 15:06:57 to 2024-08-14 07:44:45 UTC [more...]

[PATCH v2] fs,security: Fix file_set_fowner LSM hook inconsistencies
 2024-08-14  7:44 UTC  (9+ messages)

[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-08-14  7:42 UTC  (15+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}

[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-14  7:08 UTC  (30+ messages)
` [PATCH v2 1/6] iomap: correct the range of a partial dirty clear
` [PATCH v2 2/6] iomap: support invalidating partial folios
` [PATCH v2 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH v2 4/6] iomap: correct the dirty length in page mkwrite
` [PATCH v2 5/6] iomap: don't mark blocks uptodate after partial zeroing
` [PATCH v2 6/6] iomap: reduce unnecessary state_lock when setting ifs uptodate and dirty bits

[PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO
 2024-08-14  6:34 UTC  (2+ messages)

[PATCH] autofs: add per dentry expire timeout
 2024-08-14  5:45 UTC  (2+ messages)

[PATCH 03/11] close_files(): don't bother with xchg()
 2024-08-14  5:34 UTC  (4+ messages)
` [PATCH] close_files(): reimplement based on do_close_on_exec()

conver XFS perag lookup to xarrays
 2024-08-14  5:21 UTC  (8+ messages)
` [PATCH 2/3] xfs: convert perag lookup to xarray

[RFC net-next 0/5] Suspend IRQs during preferred busy poll
 2024-08-14  3:16 UTC  (20+ messages)
` [RFC net-next 4/5] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [RFC net-next 5/5] eventpoll: Control irq suspension for prefer_busy_poll

[PATCH] fuse: add FOPEN_FETCH_ATTR flag for fetching attributes after open
 2024-08-14  2:46 UTC  (6+ messages)

[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
 2024-08-14  2:40 UTC  (4+ messages)

[PATCH v6 0/9] Improve the copy of task comm
 2024-08-14  2:34 UTC  (5+ messages)
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()

[PATCH 0/9] f2fs: new mount API conversion
 2024-08-14  2:39 UTC  (10+ messages)
` [PATCH 1/9] f2fs: Add fs parameter specifications for mount options
` [PATCH 2/9] f2fs: move the option parser into handle_mount_opt
` [PATCH 3/9] f2fs: move option validation into a separate helper
` [PATCH 4/9] f2fs: Allow sbi to be NULL in f2fs_printk
` [PATCH 5/9] f2fs: Add f2fs_fs_context to record the mount options
` [PATCH 6/9] f2fs: separate the options parsing and options checking
` [PATCH 7/9] f2fs: introduce fs_context_operation structure
` [PATCH 8/9] f2fs: switch to the new mount api
` [PATCH 9/9] f2fs: remove unused structure and functions

[PATCH] vfs: drop one lock trip in evict()
 2024-08-14  1:33 UTC  (2+ messages)

[viro-vfs:work.fdtable 13/13] kernel/fork.c:3242 unshare_fd() warn: passing a valid pointer to 'PTR_ERR'
 2024-08-14  1:03 UTC  (3+ messages)

[PATCH RFC 0/13] fs: generic filesystem shutdown handling
 2024-08-14  0:09 UTC  (5+ messages)

[PATCH v4 0/2] fuse: add timeout option for requests
 2024-08-13 23:22 UTC  (3+ messages)
` [PATCH v4 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v4 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-13 23:21 UTC  (19+ messages)
` [PATCH v5 bpf-next 01/10] lib/buildid: harden "
` [PATCH v5 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v5 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v5 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v5 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v5 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v5 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v5 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v5 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v5 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-08-13 23:03 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: convert __bpf_prog_get() to CLASS(fd, ...)
` [PATCH bpf-next 2/8] bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)
` [PATCH bpf-next 3/8] bpf: factor out fetching bpf_map from FD and adding it to used_maps list
` [PATCH bpf-next 4/8] bpf: switch maps to CLASS(fd, ...)
` [PATCH bpf-next 5/8] bpf: trivial conversions for fdget()
` [PATCH bpf-next 6/8] bpf: more trivial fdget() conversions
` [PATCH bpf-next 7/8] security,bpf: constify struct path in bpf_token_create() LSM hook
` [PATCH bpf-next 8/8] bpf: convert bpf_token_create() to CLASS(fd, ...)

[GIT PULL] sysctl changes for v6.11-rc1
 2024-08-13 20:52 UTC  (3+ messages)

[PATCH] fs/fuse: use correct name fuse_conn_list in docstring
 2024-08-13 20:51 UTC  (2+ messages)

[PATCH] fuse: fix race conditions on fi->nlookup
 2024-08-13 20:47 UTC  (2+ messages)

[PATCH v3 0/2] fuse: add timeout option for requests
 2024-08-13 20:28 UTC  (8+ messages)
` [PATCH v3 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v3 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH] unicode: constify utf8 data table
 2024-08-13 19:22 UTC  (2+ messages)

[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-08-13 18:28 UTC  (5+ messages)

[PATCH fstests] generic/755: test that inode's ctime is updated on unlink
 2024-08-13 18:21 UTC 

[PATCH v4 00/14] forcealign for xfs
 2024-08-13 16:36 UTC  (15+ messages)
` [PATCH v4 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 02/14] xfs: always tail align maxlen allocations
` [PATCH v4 03/14] xfs: simplify extent allocation alignment
` [PATCH v4 04/14] xfs: make EOF allocation simpler
` [PATCH v4 05/14] xfs: introduce forced allocation alignment
` [PATCH v4 06/14] xfs: align args->minlen for "
` [PATCH v4 07/14] xfs: Introduce FORCEALIGN inode flag
` [PATCH v4 08/14] xfs: Update xfs_inode_alloc_unitsize() for forcealign
` [PATCH v4 09/14] xfs: Update xfs_setattr_size() "
` [PATCH v4 10/14] xfs: Do not free EOF blocks "
` [PATCH v4 11/14] xfs: Only free full extents "
` [PATCH v4 12/14] xfs: Unmap blocks according to forcealign
` [PATCH v4 13/14] xfs: Don't revert allocated offset for forcealign
` [PATCH v4 14/14] xfs: Enable file data forcealign feature

[PATCH v3 00/14] forcealign for xfs
 2024-08-13 15:01 UTC  (3+ messages)
` [PATCH v3 02/14] xfs: always tail align maxlen allocations

[PATCH v2] file: reclaim 24 bytes from f_owner
 2024-08-13 13:57 UTC  (6+ messages)

[PATCH] [DRAFT RFC]: file: reclaim 24 bytes from f_owner
 2024-08-13 12:59 UTC  (3+ messages)

[PATCH v3 00/12] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-13 12:34 UTC  (13+ messages)
` [PATCH v3 01/12] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [PATCH v3 02/12] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [PATCH v3 03/12] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [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 08/12] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [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 V2] Squashfs: sanity check symbolic link size
 2024-08-13 11:57 UTC  (2+ messages)

[PATCH] fs,security: Fix file_set_fowner LSM hook inconsistencies
 2024-08-13 11:44 UTC  (5+ messages)

[PATCH v3] filemap: add trace events for get_pages, map_pages, and fault
 2024-08-13 10:03 UTC 

[syzbot] [iomap?] [xfs?] WARNING in iomap_write_begin
 2024-08-13  8:14 UTC 

[PATCHSET][RFC] struct fd and memory safety
 2024-08-13  3:32 UTC  (15+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 35/39] convert bpf_token_create()

[PATCH v4] exfat: check disk status during buffer write
 2024-08-13  1:42 UTC  (3+ messages)

[PATCH v3] fuse: Allow page aligned writes
 2024-08-12 23:26 UTC  (3+ messages)

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-12 18:25 UTC  (5+ messages)

f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)
 2024-08-12 18:17 UTC  (9+ messages)

[PATCH] sysctl: update comments to new registration APIs
 2024-08-12 18:11 UTC  (2+ messages)

[git pull] fix bitmap corruption on close_range(), take 2
 2024-08-12 15:27 UTC  (2+ messages)

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-08-12 15:09 UTC  (10+ messages)
` [PATCH v5 0/3] fs/file.c: optimize the critical section of file_lock in


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox