public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-29 16:14:05 to 2023-03-31 00:29:10 UTC [more...]

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-03-31  0:28 UTC  (11+ messages)
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

[PATCH 0/5] remove page_endio()
 2023-03-30 23:16 UTC  (11+ 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

[syzbot] [xfs?] WARNING in xfs_bmap_extents_to_btree
 2023-03-30 22:43 UTC  (5+ messages)

[PATCH] cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
 2023-03-30 22:42 UTC  (4+ messages)

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30 22:29 UTC  (44+ 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

[PATCHSET v6b 0/11] Turn single segment imports into ITER_UBUF
 2023-03-30 22:18 UTC  (16+ 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

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-30 22:03 UTC  (4+ messages)
  ` RE(2): "

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-30 22:05 UTC  (4+ messages)
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-30 22:02 UTC  (2+ messages)

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-30 19:49 UTC  (26+ messages)
` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
` [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

[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

[GIT PULL] zonefs fixes for 6.3-rc5
 2023-03-30 16:45 UTC  (2+ 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  (6+ messages)
  ` [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

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

[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  (2+ messages)


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