messages from 2024-08-11 10:26:18 to 2024-08-13 16:37:21 UTC [more...]
[PATCH v4 00/14] forcealign for xfs
2024-08-13 16:36 UTC (9+ 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 v2] fs,security: Fix file_set_fowner LSM hook inconsistencies
2024-08-13 15:04 UTC (6+ messages)
[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] vfs: drop one lock trip in evict()
2024-08-13 14:36 UTC
[PATCH v2] file: reclaim 24 bytes from f_owner
2024-08-13 13:57 UTC (6+ messages)
[RFC net-next 0/5] Suspend IRQs during preferred busy poll
2024-08-13 13:18 UTC (17+ 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] [DRAFT RFC]: file: reclaim 24 bytes from f_owner
2024-08-13 12:59 UTC (5+ messages)
[PATCH RFC 0/13] fs: generic filesystem shutdown handling
2024-08-13 12:46 UTC (4+ 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)
f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)
2024-08-13 11:44 UTC (16+ messages)
` [PATCH] fs,security: Fix file_set_fowner LSM hook inconsistencies
[PATCH v3] filemap: add trace events for get_pages, map_pages, and fault
2024-08-13 10:03 UTC
conver XFS perag lookup to xarrays
2024-08-13 8:30 UTC (12+ messages)
` [PATCH 1/3] xarray: add xa_set
` [PATCH 2/3] xfs: convert perag lookup to xarray
` [PATCH 3/3] xfs: use kfree_rcu_mightsleep to free the perag structures
[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
2024-08-13 8:15 UTC (19+ 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
[syzbot] [iomap?] [xfs?] WARNING in iomap_write_begin
2024-08-13 8:14 UTC
[viro-vfs:work.fdtable 13/13] kernel/fork.c:3242 unshare_fd() warn: passing a valid pointer to 'PTR_ERR'
2024-08-13 8:00 UTC
[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
2024-08-13 4:53 UTC (4+ messages)
[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 v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-13 3:11 UTC (16+ 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 0/2] mm: Add readahead support for IOCB_NOWAIT
2024-08-13 2:09 UTC (8+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
` [PATCH 2/2] mm: allow read-ahead with IOCB_NOWAIT set
[PATCH v4] exfat: check disk status during buffer write
2024-08-13 1:42 UTC (5+ messages)
[PATCH v3] fuse: Allow page aligned writes
2024-08-12 23:26 UTC (3+ messages)
[PATCH v3 0/2] fuse: add timeout option for requests
2024-08-12 23:18 UTC (3+ messages)
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2024-08-12 18:25 UTC (5+ 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
[PATCH v6 0/9] Improve the copy of task comm
2024-08-12 13:20 UTC (12+ messages)
` [PATCH v6 1/9] Get rid of __get_task_comm()
` [PATCH v6 2/9] auditsc: Replace memcpy() with strscpy()
` [PATCH v6 3/9] security: Replace memcpy() with get_task_comm()
` [PATCH v6 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v6 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v6 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()
` [PATCH v6 8/9] net: Replace strcpy() "
` [PATCH v6 9/9] drm: "
[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
2024-08-12 13:01 UTC (4+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
[PATCHES] fs/file.c stuff
2024-08-12 9:35 UTC (18+ messages)
` [PATCH 01/11] get rid of ...lookup...fdget_rcu() family
` [PATCH 02/11] remove pointless includes of <linux/fdtable.h>
` [PATCH 03/11] close_files(): don't bother with xchg()
` [PATCH] close_files(): reimplement based on do_close_on_exec()
` [PATCH 04/11] proc_fd_getattr(): don't bother with S_ISDIR() check
` [PATCH 05/11] move close_range(2) into fs/file.c, fold __close_range() into it
` [PATCH 06/11] sane_fdtable_size(): don't bother looking at descriptors we are not going to copy
` [PATCH 07/11] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
` [PATCH 08/11] fs/file.c: conditionally clear full_fds
` [PATCH 09/11] fs/file.c: add fast path in find_next_fd()
` [PATCH 10/11] alloc_fdtable(): change calling conventions
` [PATCH 11/11] dup_fd(): "
[PATCH] unicode: get rid of obsolete 'utf8data.h'
2024-08-12 8:52 UTC (2+ messages)
[brauner-vfs:vfs.misc] [fs] 10c62724d2: aim7.jobs-per-min 117.1% improvement
2024-08-12 8:25 UTC
[PATCHES] [drm] file descriptor fixes
2024-08-12 6:59 UTC (5+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()
` [PATCH 2/4] amdgpu: fix a race in kfd_mem_export_dmabuf()
` [PATCH 3/4] amdkfd CRIU fixes
` [PATCH 4/4] amdgpu: get rid of bogus includes of fdtable.h
[PATCH] unicode: constify utf8 data table
2024-08-12 6:45 UTC (2+ messages)
[PATCH 00/16] Prepare to remove PG_error
2024-08-12 4:36 UTC (5+ messages)
` [PATCH 12/16] romfs: Convert romfs_read_folio() to use a folio
[syzbot] [fs?] general protection fault in iter_file_splice_write
2024-08-11 22:43 UTC (2+ messages)
[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
2024-08-11 21:52 UTC (12+ messages)
[PATCH] Squashfs: sanity check symbolic link size
2024-08-11 20:13 UTC
[RESEND PATCH v2] eventfd: introduce ratelimited wakeup for non-semaphore eventfd
2024-08-11 10:26 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).