linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-29 14:29:29 to 2023-03-30 21:17:38 UTC [more...]

[PATCH] cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
 2023-03-30 21:19 UTC  (3+ messages)

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-30 19:49 UTC  (34+ messages)
` [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH v2 14/48] siw: Inline do_tcp_sendpages()
` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbFindCtl
 2023-03-30 19:45 UTC 

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-30 19:25 UTC  (24+ messages)
` [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v2 02/19] drbd: "
` [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [PATCH v2 12/19] zonefs: "
` [PATCH v2 13/19] zram: "
` [PATCH v2 14/19] floppy: "
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v2 19/19] block: mark bio_add_page as __must_check

[PATCH v4] fs/buffer.c: update per-CPU bh_lru cache via RCU
 2023-03-30 19:27 UTC 

[PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
 2023-03-30 17:50 UTC  (14+ messages)
    ` AUTOSEL process

[PATCHSET v6b 0/11] Turn single segment imports into ITER_UBUF
 2023-03-30 17:33 UTC  (14+ messages)
` [PATCH 01/11] block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly
` [PATCH 02/11] iov_iter: add iter_iovec() helper
` [PATCH 03/11] IB/hfi1: check for user backed iterator, not specific iterator type
` [PATCH 04/11] IB/qib: "
` [PATCH 05/11] ALSA: pcm: "
` [PATCH 06/11] iov_iter: add iter_iov_addr() and iter_iov_len() helpers
` [PATCH 07/11] iov_iter: remove iov_iter_iovec()
` [PATCH 08/11] iov_iter: set nr_segs = 1 for ITER_UBUF
` [PATCH 09/11] iov_iter: overlay struct iovec and ubuf/len
` [PATCH 10/11] iov_iter: convert import_single_range() to ITER_UBUF
` [PATCH 11/11] iov_iter: import single vector iovecs as ITER_UBUF

[GIT PULL] zonefs fixes for 6.3-rc5
 2023-03-30 16:45 UTC  (2+ messages)

[syzbot] [xfs?] WARNING in xfs_bmap_extents_to_btree
 2023-03-30 16:39 UTC  (4+ messages)

[syzbot] [ntfs3?] WARNING in attr_data_get_block (2)
 2023-03-30 16:25 UTC  (2+ messages)

[PATCH v8 0/9] Implement copy offload support
 2023-03-30 15:21 UTC  (18+ messages)
  ` [PATCH v8 7/9] dm: Add support for copy offload
  ` [PATCH v8 9/9] null_blk: add "
  ` [PATCH v8 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device

[PATCH] fs: consolidate duplicate dt_type helpers
 2023-03-30 12:41 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 0/2] zonefs: Fix data corruption and error return
 2023-03-30 11:25 UTC  (7+ messages)
` [PATCH v2 1/2] zonefs: Always invalidate last cached page on append write
` [PATCH v2 2/2] zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30 10:38 UTC  (43+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 02/19] drbd: "
` [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH 05/19] md: use __bio_add_page to add single page
` [PATCH 06/19] md: raid5-log: "
` [PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH 11/19] gfs: use __bio_add_page for adding "
` [PATCH 12/19] zonefs: "
` [PATCH 13/19] zram: "
` [PATCH 14/19] floppy: "
` [PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH 18/19] dm-crypt: check if adding pages to clone "
` [PATCH 19/19] block: mark bio_add_page as __must_check

[syzbot] Monthly fat report
 2023-03-30 10:28 UTC 

[PATCH v2] fs: consolidate dt_type() helper definitions
 2023-03-30 10:14 UTC  (5+ messages)

[syzbot] Monthly cluster report
 2023-03-30 10:09 UTC  (2+ messages)

[syzbot] Monthly xfs report
 2023-03-30  9:58 UTC 

[PATCH] fs: vboxsf: remove unused out_len variable
 2023-03-30  8:19 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-30  7:50 UTC 

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in get_max_inline_xattr_value_size
 2023-03-30  7:48 UTC 

[syzbot] [fs?] KASAN: null-ptr-deref Read in ida_free (3)
 2023-03-30  7:13 UTC  (4+ messages)
    ` [PATCH] fs: drop peer group ids under namespace lock

[PATCH v2] nfs: use vfs setgid helper
 2023-03-30  6:57 UTC  (3+ messages)

[PATCH] fs: consolidate dt_type() helper definitions
 2023-03-30  6:02 UTC  (4+ messages)
` [PATCH] "

[syzbot] [jfs?] INFO: task hung in deactivate_super (2)
 2023-03-30  1:56 UTC 

[PATCH] zonefs: Always invalidate last cache page on append write
 2023-03-30  0:22 UTC  (7+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-30  0:02 UTC  (6+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

return an ERR_PTR from __filemap_get_folio v2
 2023-03-29 23:56 UTC  (3+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-29 23:53 UTC  (9+ messages)
  ` [PATCH 2/5] orangefs: use folios in orangefs_readahead
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[PATCHSET v6 0/11] Turn single segment imports into ITER_UBUF
 2023-03-29 20:01 UTC  (22+ messages)
` [PATCH 01/11] block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly
` [PATCH 02/11] iov_iter: add iter_iovec() helper
` [PATCH 03/11] iov_iter: add iter_iov_addr() and iter_iov_len() helpers
` [PATCH 04/11] iov_iter: remove iov_iter_iovec()
` [PATCH 05/11] iov_iter: set nr_segs = 1 for ITER_UBUF
` [PATCH 06/11] iov_iter: overlay struct iovec and ubuf/len
` [PATCH 07/11] IB/hfi1: check for user backed iterator, not specific iterator type
` [PATCH 08/11] IB/qib: "
` [PATCH 09/11] ALSA: pcm: "
` [PATCH 10/11] iov_iter: convert import_single_range() to ITER_UBUF
` [PATCH 11/11] iov_iter: import single vector iovecs as ITER_UBUF

[PATCH] userfaultfd: don't fail on unrecognized features
 2023-03-29 19:41 UTC  (10+ messages)

[PATCH v8 6/9] nvmet: add copy command support for bdev and file ns
 2023-03-29 18:36 UTC  (2+ messages)

[PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
 2023-03-29 16:11 UTC  (3+ messages)


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