linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 22:38:16 to 2021-01-28 07:35:44 UTC [more...]

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28  7:27 UTC  (26+ messages)
` [RFC PATCH 02/34] block: introduce and use bio_new
` [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush
` [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow
` [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock
` [RFC PATCH 12/34] scsi: target/iblock: use bio_new
` [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO
` [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range
` [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO
` [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage
` [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage
` [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc
` [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio
` [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
` [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev
` [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map
` [RFC PATCH 28/34] zonefs: use bio_new
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io
` [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio()
` [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor
` [RFC PATCH 32/34] mm: use bio_new in __swap_writepage
` [RFC PATCH 33/34] mm: use bio_new in swap_readpage
` [RFC PATCH 34/34] mm: add swap_bio_new common bio helper

mmotm 2021-01-27-23-30 uploaded
 2021-01-28  7:31 UTC 

[PATCH v3 00/25] Page folios
 2021-01-28  7:04 UTC  (20+ messages)
` [PATCH v3 01/25] mm: Introduce struct folio
` [PATCH v3 03/25] mm/vmstat: Add folio stat wrappers
` [PATCH v3 04/25] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v3 05/25] mm: Add put_folio
` [PATCH v3 06/25] mm: Add get_folio
` [PATCH v3 08/25] mm: Handle per-folio private data
` [PATCH v3 13/25] mm: Add unlock_folio
` [PATCH v3 14/25] mm: Add lock_folio
` [PATCH v3 15/25] mm: Add lock_folio_killable
` [PATCH v3 16/25] mm: Convert lock_page_async to lock_folio_async
` [PATCH v3 17/25] mm/filemap: Convert end_page_writeback to end_folio_writeback
` [PATCH v3 18/25] mm: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v3 19/25] mm: Add wait_for_stable_folio and wait_on_folio_writeback
` [PATCH v3 20/25] mm: Add wait_on_folio_locked & wait_on_folio_locked_killable
` [PATCH v3 21/25] mm: Convert lock_page_or_retry to lock_folio_or_retry
` [PATCH v3 22/25] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v3 23/25] mm: Convert test_clear_page_writeback to test_clear_folio_writeback
` [PATCH v3 24/25] mm/filemap: Convert page wait queues to be folios
` [PATCH v3 25/25] cachefiles: Switch to wait_page_key

[PATCH v18 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-01-28  7:05 UTC  (4+ messages)
` [PATCH v18 01/10] fs/ntfs3: Add headers and misc files

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-01-28  6:43 UTC  (45+ messages)
` [RFC v3 01/11] eventfd: track eventfd_signal() recursion depth separately in different cases
    `  "
` [RFC v3 03/11] vdpa: Remove the restriction that only supports virtio-net devices
    `  "
` [RFC v3 05/11] vdpa: shared virtual addressing support
    `  "
` [RFC v3 06/11] vhost-vdpa: Add an opaque pointer for vhost IOTLB
    `  "
` [RFC v3 07/11] vdpa: Pass the netlink attributes to ops.dev_add()
  ` [RFC v3 08/11] vduse: Introduce VDUSE - vDPA Device in Userspace
      `  "
  ` [RFC v3 10/11] vduse: grab the module's references until there is no vduse device
      `  "
  ` [RFC v3 11/11] vduse: Introduce a workqueue for irq injection
      `  "

[PATCH] fs/btrfs: Fix raid6 qstripe kmap'ing
 2021-01-28  6:15 UTC 

[PATCH] fs: generic_copy_file_checks: Do not adjust count based on file size
 2021-01-28  5:57 UTC  (5+ messages)

[PATCH 3/3] parser: add unsigned int parser
 2021-01-28  3:27 UTC  (2+ messages)

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-28  3:24 UTC  (15+ messages)
` [PATCH 1/6] fs-verity: factor out fsverity_get_descriptor()
` [PATCH 2/6] fs-verity: don't pass whole descriptor to fsverity_verify_signature()
` [PATCH 3/6] fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
` [PATCH 4/6] fs-verity: support reading Merkle tree with ioctl
` [PATCH 5/6] fs-verity: support reading descriptor "
` [PATCH 6/6] fs-verity: support reading signature "

[PATCH 0/3] handle large user and group ID for isofs and udf
 2021-01-28  3:22 UTC  (2+ messages)

Getting a new fs in the kernel
 2021-01-28  3:21 UTC  (9+ messages)

[PATCH 2/3] udf: handle large user and group ID
 2021-01-28  2:19 UTC 

[PATCH 1/3] isofs: handle large user and group ID
 2021-01-28  2:19 UTC 

[v5 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-27 23:33 UTC  (12+ messages)
` [v5 PATCH 01/11] mm: vmscan: use nid from shrink_control for tracepoint
` [v5 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v5 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v5 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v5 PATCH 05/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v5 PATCH 06/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v5 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v5 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
` [v5 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v5 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline
` [v5 PATCH 11/11] mm: vmscan: shrink deferred objects proportional to priority

[PATCH 0/6] ceph: convert to new netfs read helpers
 2021-01-27 22:50 UTC  (2+ messages)

mmotm 2021-01-25-21-18 uploaded
 2021-01-27 20:15 UTC  (3+ messages)
` mmotm 2021-01-25-21-18 uploaded (drm/i915/Kconfig.debug)
` mmotm 2021-01-25-21-18 uploaded (octeontx2)

[PATCH v27 00/12] Landlock LSM
 2021-01-27 19:57 UTC  (3+ messages)
` [PATCH v27 07/12] landlock: Support filesystem access-control

[PATCH v14 00/42] btrfs: zoned block device support
 2021-01-27 19:01 UTC  (9+ messages)
` [PATCH v14 12/42] btrfs: calculate allocation offset for conventional zones
` [PATCH v14 13/42] btrfs: track unusable bytes for zones
` [PATCH v14 22/42] btrfs: split ordered extent when bio is sent
` [PATCH v14 41/42] btrfs: serialize log transaction on ZONED mode

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-27 18:42 UTC  (7+ messages)
` [PATCH v16 08/11] secretmem: add memcg accounting

[PATCH] iov_iter: optimise iter type checking
 2021-01-27 18:31 UTC  (11+ messages)

[PATCH v2 00/16] Fanotify event with name info
 2021-01-27 18:03 UTC  (13+ messages)
` [PATCH v2 08/16] fanotify: merge duplicate events on parent and child
        ` fanotify_merge improvements

[PATCH 1/2] fs/efs/inode.c: follow style guide
 2021-01-27 17:25 UTC  (7+ messages)

[PATCH] procfs/dmabuf: Add /proc/<pid>/task/<tid>/dmabuf_fds
 2021-01-27 17:16 UTC  (11+ messages)

[PATCH v4] Resolve LRU page-pinning issue for file-backed pages
 2021-01-27 17:01 UTC  (5+ messages)
` [PATCH v4] fs/buffer.c: Revoke LRU when trying to drop buffers

misc bio allocation cleanups
 2021-01-27 16:52 UTC  (15+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk

[PATCH v5 0/8] Add quota support to UBIFS
 2021-01-27 16:25 UTC  (14+ messages)
` [PATCH 1/8] quota: Allow to pass mount path to quotactl

[PATCH 0/2] io_uring: add mkdirat support
 2021-01-27 16:22 UTC  (7+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

[PATCH] Revert "block: simplify set_init_blocksize" to regain lost performance
 2021-01-27 16:15 UTC  (6+ messages)

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-01-27 15:53 UTC  (7+ messages)
    ` [RFC PATCH 1/4] block: introduce async ioctl operation
    ` [RFC PATCH 2/4] kernel: export task_work_add
    ` [RFC PATCH 3/4] nvme: add async ioctl support
    ` [RFC PATCH 4/4] io_uring: add async passthrough "

[PATCH v3] fs/proc: Expose RSEQ configuration
 2021-01-27 15:14 UTC  (5+ messages)

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-01-27 13:40 UTC  (3+ messages)
` [PATCH RESEND V12 2/8] fuse: 32-bit user space ioctl compat for fuse device

UBSAN: shift-out-of-bounds in exfat_fill_super
 2021-01-26  5:08 UTC  (3+ messages)

Review request 0/1: fs/proc: Fix NULL pointer dereference in
 2021-01-07  9:07 UTC  (4+ messages)

[PATCH] bdev: Do not return EBUSY if bdev discard races with write
 2021-01-27  9:12 UTC  (4+ messages)

[PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update
 2021-01-26 19:39 UTC  (8+ messages)

[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2]
 2021-01-26 19:10 UTC  (5+ messages)
` [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache

[PATCH] zonefs: add tracepoints for file operations
 2021-01-27  2:29 UTC  (2+ messages)

[PATCH] io_uring: Add skip option for __io_sqe_files_update
 2021-01-26 20:23 UTC 

[PATCH 2/2] fs/efs: fix style guide for namei.c and super.c
 2021-01-26 20:58 UTC 

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-27 10:36 UTC  (17+ messages)
` [PATCH v13 02/12] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page

[PATCH RESEND] asm-generic: fcntl: drop a repeated word
 2021-01-26 23:09 UTC 

[PATCH v6 00/40] idmapped mounts
 2021-01-27  5:50 UTC  (6+ messages)
` [PATCH v6 23/40] exec: handle "

[PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
 2021-01-27  5:46 UTC  (2+ messages)

[PATCH 0/2] Clean up various style guide violations for EFS
 2021-01-26 20:58 UTC 


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