public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-16 21:22:36 to 2023-05-18 14:51:29 UTC [more...]

[PATCH] Documentation: add initial iomap kdoc
 2023-05-18 14:51 UTC  (4+ messages)

fd == 0 means AT_FDCWD BPF_OBJ_GET commands
 2023-05-18 14:30 UTC  (6+ messages)

[ANNOUNCE] util-linux v2.39
 2023-05-18 14:00 UTC  (4+ messages)

introduce bdev holder ops and a file system shutdown method
 2023-05-18 13:56 UTC  (20+ messages)
` [PATCH 5/9] block: introduce holder ops
` [PATCH 7/9] fs: add a method to shut down the file system

[PATCH v3 0/2] NFSD: add support for NFSv4 write delegation
 2023-05-18 13:51 UTC  (5+ messages)
` [PATCH v3 1/2] locks: allow support for "
` [PATCH v3 2/2] NFSD: enable "

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-18 13:43 UTC  (11+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v4 3/9] overlayfs: allow it to handle multigrain timestamps
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime
` [PATCH v4 5/9] ksmbd: use ctime_peek to grab the ctime out of the inode
` [PATCH v4 6/9] tmpfs: add support for multigrain timestamps
` [PATCH v4 7/9] xfs: switch to "
` [PATCH v4 8/9] ext4: convert "
` [PATCH v4 9/9] btrfs: "

[RFCv5 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-05-18 13:27 UTC  (11+ messages)
` [RFCv5 1/5] iomap: Rename iomap_page_create/release() to iop_alloc/free()
` [RFCv5 2/5] iomap: Refactor iop_set_range_uptodate() function
` [RFCv5 3/5] iomap: Add iop's uptodate state handling functions
` [RFCv5 4/5] iomap: Allocate iop in ->write_begin() early
` [RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-18 13:23 UTC  (4+ messages)

[PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:09 UTC  (18+ messages)
` [PATCH net-next v8 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v8 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v8 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v8 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v8 08/16] tls: "
` [PATCH net-next v8 09/16] siw: "
` [PATCH net-next v8 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v8 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 12/16] ip6, udp6: "
` [PATCH net-next v8 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 14/16] ip: Remove ip_append_page()
` [PATCH net-next v8 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:07 UTC  (17+ messages)
` [PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v9 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v9 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v9 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v9 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v9 08/16] tls: "
` [PATCH net-next v9 09/16] siw: "
` [PATCH net-next v9 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v9 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 12/16] ip6, udp6: "
` [PATCH net-next v9 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 14/16] ip: Remove ip_append_page()
` [PATCH net-next v9 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_read_wrapper
 2023-05-18 12:49 UTC 

[PATCH net-next v7 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 11:34 UTC  (9+ messages)
` [PATCH net-next v7 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
  ` [PATCH net-next v8 "

[PATCHSET RFC v24.6 0/4] xfs: online repair for fs summary counters with exclusive fsfreeze
 2023-05-18  6:07 UTC  (5+ messages)
` [PATCH 1/4] vfs: allow filesystem freeze callers to denote who froze the fs

introduce bdev holder ops and a file system shutdown method v2
 2023-05-18  5:40 UTC  (16+ messages)
` [PATCH 01/13] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 02/13] block: refactor bd_may_claim
` [PATCH 03/13] block: turn bdev_lock into a mutex
` [PATCH 04/13] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 05/13] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 06/13] block: unhash the inode earlier in delete_partition
` [PATCH 07/13] block: delete partitions later in del_gendisk
` [PATCH 08/13] block: remove blk_drop_partitions
` [PATCH 09/13] block: introduce holder ops
` [PATCH 10/13] block: add a mark_dead holder operation
` [PATCH 11/13] fs: add a method to shut down the file system
` [PATCH 12/13] xfs: wire up sops->shutdown
` [PATCH 13/13] xfs: wire up the ->mark_dead holder operation for log and RT devices

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-05-18  5:32 UTC  (3+ messages)
` [PATCH 1/6] fs: unify locking semantics for fs freeze / thaw

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-18  5:12 UTC  (9+ messages)
` [PATCH v4 1/2] mm: memcontrol: protect the memory in cgroup from being oom killed
` [PATCH v4 2/2] memcg: add oom_kill_inherit event indicator

INFO: task hung in blkdev_open bug
 2023-05-18  3:29 UTC  (4+ messages)

[PATCH -next v2 00/13] mm: page_alloc: misc cleanup and refector
 2023-05-18  2:10 UTC  (5+ messages)
` [PATCH v2 08/13] mm: page_alloc: split out DEBUG_PAGEALLOC

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-18  0:43 UTC  (7+ messages)

[syzbot] [erofs?] general protection fault in erofs_bread (2)
 2023-05-18  0:06 UTC  (4+ messages)

[PATCH v6 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-17 19:25 UTC 

[PATCH 0/6] gfs2/buffer folio changes
 2023-05-17 18:06 UTC  (10+ messages)
` [PATCH 1/6] gfs2: Use a folio inside gfs2_jdata_writepage()
` [PATCH 2/6] gfs2: Pass a folio to __gfs2_jdata_write_folio()
` [PATCH 3/6] gfs2: Convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()
` [PATCH 4/6] buffer: Convert __block_write_full_page() to __block_write_full_folio()
` [PATCH 5/6] gfs2: Support ludicrously large folios in gfs2_trans_add_databufs()
` [PATCH 6/6] buffer: Make block_write_full_page() handle large folios correctly

[PATCH] squashfs: don't include buffer_head.h
 2023-05-17 17:47 UTC  (3+ messages)

[PATCH RFC 00/16] block atomic writes
 2023-05-17 17:02 UTC  (4+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-17 15:59 UTC  (19+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec
` [PATCH 22/32] vfs: inode cache conversion to hash-bl

next: qemu-arm64: kernel BUG at fs/inode.c:1763!
 2023-05-17 15:08 UTC  (2+ messages)

[PATCH 00/12] arch: Make virt_to_pfn into a static inline
 2023-05-17 14:01 UTC  (5+ messages)
` [PATCH 05/12] cifs: Pass a pointer to virt_to_page()
` [PATCH 06/12] cifs: Pass a pointer to virt_to_page() in cifsglob

[PATCH] procfs: consolidate arch_report_meminfo declaration
 2023-05-17 13:30 UTC  (4+ messages)

[PATCH] fs: don't call posix_acl_listxattr in generic_listxattr
 2023-05-17 12:39 UTC  (9+ messages)
    ` A pass-through support for NFSv4 style ACL

[PATCH V4 0/6] shmem: Add user and group quota support for tmpfs
 2023-05-17 12:22 UTC  (4+ messages)

[PATCH v6 0/2] sched/numa: add per-process numa_balancing
 2023-05-17  9:28 UTC  (5+ messages)
    `  "

[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-17  8:26 UTC  (15+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir
 2023-05-17  7:29 UTC  (2+ messages)

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-05-17  7:19 UTC  (7+ messages)

[PATCH 1/2] fs: d_path: include internal.h
 2023-05-17  7:18 UTC  (2+ messages)

[PATCH 6/5] ext4: Call fsverity_verify_folio()
 2023-05-17  6:45 UTC  (2+ messages)

[PATCH 6.3 022/246] rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
 2023-05-17  3:38 UTC  (2+ messages)

[PATCH] fuse: fix return value of inode_inline_reclaim_one_dmap in error path
 2023-05-17  0:07 UTC  (2+ messages)

[PATCH v3 0/6] sysctl: Remove register_sysctl_table from parport
 2023-05-16 23:07 UTC  (2+ messages)

DIO hangs in 6.4.0-rc2
 2023-05-16 22:09 UTC  (2+ messages)

[PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-16 22:02 UTC  (3+ messages)

[PATCH 0/6] sysctl: Remove register_sysctl_table from parport
 2023-05-16 21:49 UTC  (6+ messages)
  ` [PATCH 2/6] parport: Remove register_sysctl_table from parport_proc_register

[RFC PATCH v1] ACPI: APEI: EINJ: Add support for vendor defined error types
 2023-05-16 21:36 UTC  (3+ messages)

[PATCH] coredump, vmcore: Set p_align to 4 for PT_NOTE
 2023-05-16 21:32 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