public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-29 20:45:23 to 2024-08-01 00:35:10 UTC [more...]

[PATCH AUTOSEL 5.15 34/47] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:31 UTC 

[PATCH AUTOSEL 6.1 44/61] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:26 UTC 

[PATCH AUTOSEL 6.6 61/83] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:18 UTC 

[PATCH AUTOSEL 6.10 090/121] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:00 UTC 

[RFC PATCH] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-07-31 22:14 UTC 

fuse: slow cp performance with writeback cache enabled
 2024-07-31 21:35 UTC  (3+ messages)

[PATCHSET][RFC] struct fd and memory safety
 2024-07-31 21:11 UTC  (50+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 02/39] introduce fd_file(), convert all accessors to it
  ` [PATCH 03/39] struct fd: representation change
  ` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
  ` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
  ` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
  ` [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that
  ` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
  ` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
  ` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
  ` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
  ` [PATCH 12/39] do_mq_notify(): saner skb freeing on failures
  ` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
  ` [PATCH 14/39] simplify xfs_find_handle() a bit
  ` [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
  ` [PATCH 16/39] convert __bpf_prog_get() "
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
  ` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
  ` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
  ` [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
  ` [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
  ` [PATCH 23/39] fdget(), trivial conversions
  ` [PATCH 24/39] fdget(), more "
  ` [PATCH 25/39] convert do_preadv()/do_pwritev()
  ` [PATCH 26/39] convert cachestat(2)
  ` [PATCH 27/39] switch spufs_calls_{get,put}() to CLASS() use
  ` [PATCH 28/39] convert spu_run(2)
  ` [PATCH 29/39] convert media_request_get_by_fd()
  ` [PATCH 30/39] convert coda_parse_fd()
  ` [PATCH 31/39] convert cifs_ioctl_copychunk()
  ` [PATCH 32/39] convert vfs_dedupe_file_range()
  ` [PATCH 33/39] convert do_select()
  ` [PATCH 34/39] do_pollfd(): convert to CLASS(fd)
  ` [PATCH 35/39] convert bpf_token_create()
  ` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)
  ` [PATCH 37/39] memcg_write_event_control(): switch "
  ` [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...)
  ` [PATCH 39/39] deal with the last remaing boolean uses of fd_file()

[PATCH 00/24] netfs: Read/write improvements
 2024-07-31 19:07 UTC  (5+ messages)
` [PATCH 18/24] netfs: Speed up buffered reading
` (subset) [PATCH 00/24] netfs: Read/write improvements

[PATCH] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-31 18:55 UTC  (8+ messages)

[PATCH v2 0/2] fuse: add timeout option for requests
 2024-07-31 18:46 UTC  (10+ messages)
` [PATCH v2 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v2 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

Testing if two open descriptors refer to the same inode
 2024-07-31 18:07 UTC  (16+ messages)

[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-07-31 16:52 UTC  (8+ messages)
` [PATCH 1/6] iomap: correct the range of a partial dirty clear
` [PATCH 2/6] iomap: support invalidating partial folios
` [PATCH 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH 4/6] iomap: correct the dirty length in page mkwrite
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits
` [PATCH 6/6] iomap: drop unnecessary state_lock when changing ifs dirty bits

[PATCH v3] exfat: check disk status during buffer write
 2024-07-31 15:54 UTC  (3+ messages)

[PATCH] libfs: fix infinite directory reads for offset dir
 2024-07-31 15:37 UTC  (8+ messages)

[PATCH printk v3 00/19] add threaded printing + the rest
 2024-07-31 15:07 UTC  (3+ messages)
` [PATCH printk v3 15/19] proc: Add nbcon support for /proc/consoles

[PATCH v1] mm/hugetlb: remove hugetlb_follow_page_mask() leftover
 2024-07-31 15:04 UTC  (2+ messages)

[PATCH] pidfd: prevent creation of pidfds for kthreads
 2024-07-31 14:51 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] Add bpf_get_dentry_xattr
 2024-07-31 14:49 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH] netfs: clean up after renaming FSCACHE_DEBUG config
 2024-07-31 14:40 UTC  (2+ messages)

[PATCH v4] proc: add config & param to block forcing mem writes
 2024-07-31 14:39 UTC  (6+ messages)

[syzbot] [usb?] INFO: rcu detected stall in __run_timer_base
 2024-07-31 14:08 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 7bf888fa26e8
 2024-07-31 12:39 UTC 

[PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-31 11:37 UTC  (7+ messages)
` [PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"

[PATCH v4 bpf-next 0/3] bpf: introduce new VFS based BPF kfuncs
 2024-07-31 11:08 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/3] "
` [PATCH v4 bpf-next 2/3] selftests/bpf: add negative tests for "
` [PATCH v4 bpf-next 3/3] selftests/bpf: add positive "

Are jump labels broken on 6.11-rc1?
 2024-07-31 10:55 UTC  (8+ messages)

[PATCH v5 0/3] man2: Document RWF_ATOMIC
 2024-07-31 10:20 UTC  (2+ messages)

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-07-31  8:12 UTC 

[RFC] why do we have lookup_fdget_rcu() and friends?
 2024-07-31  6:58 UTC  (2+ messages)

[PATCH] mm/filemap: In page fault retry path skip filemap_map_pages() if no read-ahead pages
 2024-07-31  6:51 UTC 

[PATCH 0/8] Support foreign mount namespace with statmount/listmount
 2024-07-31  5:51 UTC  (4+ messages)
` [PATCH 7/8] fs: add an ioctl to get the mnt ns id from nsfs

[PATCH v3] exfat: check disk status during buffer write
 2024-07-31  2:31 UTC 

posix_fallocate behavior in glibc
 2024-07-31  2:32 UTC  (15+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-31  2:14 UTC  (3+ messages)

Forcing vmscan to drop more (related) pages?
 2024-07-30 21:18 UTC  (3+ messages)

[PATCH v1] mount: handle OOM on mnt_warn_timestamp_expiry
 2024-07-30 20:45 UTC  (6+ messages)

[PATCH 6.10 765/809] netfs: Fix writeback that needs to go to both server and cache
 2024-07-30 15:50 UTC 

[PATCH 00/10] fanotify: add pre-content hooks
 2024-07-30 16:51 UTC  (7+ messages)
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault

[PATCH v2] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-30 16:31 UTC  (3+ messages)

[PATCH] fs/ceph/addr: pass using_pgpriv2=false to fscache_write_to_cache()
 2024-07-30 15:41 UTC  (3+ messages)

[PATCH] fuse: fs-verity: aoid out-of-range comparison
 2024-07-30 14:27 UTC 

[PATCH 00/23] Convert write_begin / write_end to take a folio
 2024-07-30 14:23 UTC  (6+ messages)

[PATCH] fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctx
 2024-07-30 14:10 UTC  (3+ messages)

[PATCH] filelock: fix name of file_lease slab cache
 2024-07-30 13:47 UTC  (4+ messages)

[PATCH] quotaio_xfs: Fix memory leak
 2024-07-30 12:50 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[PATCH AUTOSEL 6.10 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[syzbot] [f2fs?] WARNING in rcu_sync_dtor
 2024-07-30 12:38 UTC  (5+ messages)

[PATCH v2] char: misc: add missing #ifdef CONFIG_PROC_FS
 2024-07-30 10:25 UTC 

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-07-30  8:59 UTC  (3+ messages)

[PATCH v3 bpf-next 0/3] introduce new VFS based BPF kfuncs
 2024-07-30  7:37 UTC  (4+ messages)

[RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
 2024-07-30  7:27 UTC  (6+ messages)
` [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
` [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
  ` [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
  ` [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
  ` [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer

Why do very few filesystems have umount helpers
 2024-07-30  2:54 UTC  (5+ messages)

exfat: slow write performance
 2024-07-30  2:32 UTC  (2+ messages)

[viro-vfs:work.fd 28/39] include/linux/cleanup.h:111:21: error: function declaration isn't a prototype
 2024-07-29 20:45 UTC  (2+ messages)


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