linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-24 15:24:17 to 2021-01-26 15:42:28 UTC [more...]

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-26 15:34 UTC  (30+ messages)
` [PATCH v13 01/12] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v13 02/12] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v13 04/12] mm: hugetlb: defer freeing of HugeTLB pages
    ` [External] "
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v13 06/12] mm: hugetlb: set the PageHWPoison to the raw error page
    ` [External] "
` [PATCH v13 09/12] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap

[PATCH v5 0/8] Add quota support to UBIFS
 2021-01-26 13:34 UTC  (9+ messages)
` [PATCH 1/8] quota: Allow to pass mount path to quotactl

[v4 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-25 21:16 UTC  (10+ messages)
` [v4 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v4 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v4 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker

KASAN: slab-out-of-bounds Write in record_print_text
 2021-01-25 13:16 UTC  (2+ messages)

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-01-25 16:46 UTC  (8+ messages)
` [PATCH RESEND V12 1/8] fs: Generic function to convert iocb to rw flags
` [PATCH RESEND V12 2/8] fuse: 32-bit user space ioctl compat for fuse device
` [PATCH RESEND V12 4/8] fuse: Passthrough initialization and release
` [PATCH RESEND V12 5/8] fuse: Introduce synchronous read and write for passthrough
` [PATCH RESEND V12 7/8] fuse: Use daemon creds in passthrough mode
` [PATCH RESEND V12 8/8] fuse: Introduce passthrough for mmap

[PATCH v6 00/40] idmapped mounts
 2021-01-25 17:03 UTC  (10+ messages)
` [PATCH v6 05/39] namei: make permission helpers idmapped mount aware
` [PATCH v6 23/40] exec: handle idmapped mounts

[PATCH V6 0/1] block: fix I/O errors in BLKRRPART
 2021-01-26  0:29 UTC  (2+ messages)
` [PATCH V6 1/1] block: reject I/O for same fd if block size changed

[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2]
 2021-01-26 15:33 UTC  (39+ messages)
` [PATCH 01/32] iov_iter: Add ITER_XARRAY
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] mm: Implement readahead_control pageset expansion
` [PATCH 04/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/32] netfs: Make a netfs helper module
` [PATCH 06/32] netfs: Provide readahead and readpage netfs helpers
` [PATCH 07/32] netfs: Add tracepoints
` [PATCH 08/32] netfs: Gather stats
` [PATCH 09/32] netfs: Add write_begin helper
` [PATCH 10/32] netfs: Define an interface to talk to a cache
` [PATCH 11/32] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 12/32] afs: Disable use of the fscache I/O routines
` [PATCH 13/32] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 14/32] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 15/32] afs: Move key to afs_read struct
` [PATCH 16/32] afs: Don't truncate iter during data fetch
` [PATCH 17/32] afs: Log remote unmarshalling errors
` [PATCH 18/32] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 19/32] afs: Use ITER_XARRAY for writing
` [PATCH 20/32] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 21/32] afs: Extract writeback extension into its own function
` [PATCH 22/32] afs: Prepare for use of THPs
` [PATCH 23/32] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 24/32] afs: Use new fscache read helper API
` [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages()
` [PATCH 26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
` [PATCH 27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
` [PATCH 28/32] NFS: Call readpage_async_filler() from nfs_readpage_async()
` [PATCH 29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
` [PATCH 30/32] NFS: Allow internal use of read structs and functions
` [PATCH 31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
` [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache

[PATCH v14 00/42] btrfs: zoned block device support
 2021-01-26  2:25 UTC  (16+ messages)
` [PATCH v14 06/42] btrfs: do not load fs_info->zoned from incompat flag
` [PATCH v14 07/42] btrfs: disallow fitrim in ZONED mode
` [PATCH v14 08/42] btrfs: allow zoned mode on non-zoned block devices
` [PATCH v14 13/42] btrfs: track unusable bytes for zones
` [PATCH v14 14/42] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v14 15/42] btrfs: redirty released extent buffers "
` [PATCH v14 17/42] btrfs: enable to mount ZONED incompat flag
` [PATCH v14 18/42] btrfs: reset zones of unused block groups
` [PATCH v14 21/42] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v14 22/42] btrfs: split ordered extent when bio is sent
` [PATCH v14 23/42] btrfs: check if bio spans across an ordered extent
` [PATCH v14 24/42] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v14 35/42] btrfs: implement copying for ZONED device-replace
` [PATCH v14 41/42] btrfs: serialize log transaction on ZONED mode
` [PATCH v14 42/42] btrfs: reorder log node allocation

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-26 15:05 UTC  (29+ messages)
` [PATCH v16 06/11] "
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant

misc bio allocation cleanups
 2021-01-26 15:08 UTC  (20+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_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 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH 0/6] ceph: convert to new netfs read helpers
 2021-01-26 13:41 UTC  (7+ messages)
` [PATCH 1/6] ceph: disable old fscache readpage handling
` [PATCH 2/6] ceph: rework PageFsCache handling
` [PATCH 3/6] ceph: fix fscache invalidation
` [PATCH 4/6] ceph: convert readpage to fscache read helper
` [PATCH 5/6] ceph: plug write_begin into "
` [PATCH 6/6] ceph: convert ceph_readpages to ceph_readahead

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

[PATCH] bdev: Do not return EBUSY if bdev discard races with write
 2021-01-26 10:02 UTC  (2+ messages)

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-01-26  8:19 UTC  (6+ messages)
` [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 11/11] vduse: Introduce a workqueue for irq injection

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

[BUG] copy_file_range with sysfs file as input
 2021-01-26  3:50 UTC  (4+ messages)

[PATCH 0/2] capability conversion fixes
 2021-01-26  1:52 UTC  (6+ messages)
` [PATCH 1/2] ecryptfs: fix uid translation for setxattr on security.capability

[PATCHSET RFC] support RESOLVE_CACHED for statx
 2021-01-26  1:31 UTC  (8+ messages)
` [PATCH 1/3] fs: add support for AT_STATX_CACHED
` [PATCH 2/3] fs: ensure that ->getattr() honors AT_STATX_CACHED
` [PATCH 3/3] io_uring: use AT_STATX_CACHED for IORING_OP_STATX fast path

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

[PATCH v13 00/42] btrfs: zoned block device support
 2021-01-25 17:31 UTC  (9+ messages)
` [PATCH v13 01/42] block: add bio_add_zone_append_page
` [PATCH v13 13/42] btrfs: track unusable bytes for zones
` [PATCH v13 22/42] btrfs: split ordered extent when bio is sent

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-01-25 18:31 UTC  (8+ messages)
` [RFC PATCH v4 05/17] ceph: crypto context handling for ceph
` [RFC PATCH v4 16/17] ceph: create symlinks with encrypted and base64-encoded targets

[PATCH v3 0/7] no-copy bvec
 2021-01-25 15:58 UTC  (2+ messages)

[PATCH v2 00/10] fsdax: introduce fs query to support reflink
 2021-01-25 22:55 UTC  (11+ messages)
` [PATCH v2 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v2 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH v2 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v2 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v2 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v2 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH v2 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH v2 08/10] md: Implement ->corrupted_range()
` [PATCH v2 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH v2 10/10] fs/dax: Remove useless functions

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-01-25 20:59 UTC  (5+ messages)
` [PATCH v7 02/10] fs: add O_ALLOW_ENCODED open flag
` [PATCH v7 04/10] btrfs: fix check_data_csum() error message for direct I/O

[PATCH 4.14 0/3] backport lazytime fix to 4.14
 2021-01-25 20:37 UTC  (4+ messages)
` [PATCH 4.14 1/3] fs: move I_DIRTY_INODE to fs.h
` [PATCH 4.14 2/3] writeback: Drop I_DIRTY_TIME_EXPIRE
` [PATCH 4.14 3/3] fs: fix lazytime expiration handling in __writeback_single_inode()

[PATCH 4.19 0/2] backport lazytime fix to 4.19
 2021-01-25 20:05 UTC  (3+ messages)
` [PATCH 4.19 1/2] writeback: Drop I_DIRTY_TIME_EXPIRE
` [PATCH 4.19 2/2] fs: fix lazytime expiration handling in __writeback_single_inode()

UBSAN: shift-out-of-bounds in exfat_fill_super
 2021-01-25 18:39 UTC  (2+ messages)

[PATCH] fs: provide locked helper variant of close_fd_get_file()
 2021-01-25  4:44 UTC 

[PATCH 0/2] io_uring: add mkdirat support
 2021-01-25  4:38 UTC  (3+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

[PATCH RESEND V11 0/7] fuse: Add support for passthrough read/write
 2021-01-25  2:39 UTC  (2+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-24 22:21 UTC  (2+ messages)

[RFC][PATCH 0/2] unprivileged fanotify listener
 2021-01-24 18:42 UTC  (3+ messages)
` [RFC][PATCH 1/2] fanotify: configurable limits via sysfs
` [RFC][PATCH 2/2] fanotify: support limited functionality for unprivileged users

[PATCH v27 00/12] Landlock LSM
 2021-01-24 15:22 UTC  (3+ messages)
` [PATCH v27 08/12] landlock: Add syscall implementations


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