linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-18 12:01:14 to 2020-11-20 07:25:50 UTC [more...]

cleanup updating the size of block devices v3
 2020-11-20  7:25 UTC  (15+ messages)
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 34/78] block: propagate BLKROSET to all partitions
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype

[PATCH v5 00/21] Free some vmemmap pages of hugetlb page
 2020-11-20  6:43 UTC  (22+ messages)
` [PATCH v5 01/21] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v5 02/21] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v5 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v5 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v5 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [PATCH v5 06/21] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v5 07/21] mm/bootmem_info: Combine bootmem info and type into page->freelist
` [PATCH v5 08/21] mm/hugetlb: Initialize page table lock for vmemmap
` [PATCH v5 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [PATCH v5 10/21] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v5 11/21] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v5 12/21] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v5 13/21] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v5 14/21] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v5 15/21] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v5 16/21] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v5 17/21] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v5 18/21] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v5 19/21] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v5 20/21] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
` [PATCH v5 21/21] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-20  4:32 UTC  (14+ messages)
` [PATCH v10 03/41] btrfs: introduce ZONED feature flag
` [PATCH v10 06/41] btrfs: introduce max_zone_append_size
` [PATCH v10 07/41] btrfs: disallow space_cache in ZONED mode
` [PATCH v10 08/41] btrfs: disallow NODATACOW "
` [PATCH v10 09/41] btrfs: disable fallocate "
` [PATCH v10 10/41] btrfs: disallow mixed-bg "

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-11-20  3:10 UTC  (6+ messages)
` [PATCH v6 1/2] Add UFFD_USER_MODE_ONLY
` [PATCH v6 2/2] Add user-mode only option to unprivileged_userfaultfd sysctl knob

[PATCH v2 0/2] optimise iov_iter
 2020-11-20  2:54 UTC  (13+ messages)
` [PATCH v2 1/2] iov_iter: optimise iov_iter_npages for bvec
` [PATCH v2 2/2] iov_iter: optimise iter type checking

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-20  2:52 UTC  (15+ messages)
` [PATCH v4 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v4 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v4 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-20  2:33 UTC  (2+ messages)

[PATCH v24 00/12] Landlock LSM
 2020-11-20  1:52 UTC  (3+ messages)
` [PATCH v24 02/12] landlock: Add ruleset and domain management

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-11-20  1:22 UTC  (3+ messages)

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-11-19 23:29 UTC  (16+ messages)
` [PATCH man-pages v6] Document encoded I/O
` [PATCH v6 01/11] iov_iter: add copy_struct_from_iter()
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag
` [PATCH v6 03/11] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v6 04/11] btrfs: fix btrfs_write_check()
` [PATCH v6 05/11] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v6 06/11] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v6 07/11] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v6 08/11] btrfs: support different disk extent size for delalloc
` [PATCH v6 09/11] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes

[PATCH v3 0/2] add epoll_pwait2 syscall
 2020-11-19 20:13 UTC  (16+ messages)
` [PATCH v3 1/2] epoll: add nsec timeout support with epoll_pwait2
` [PATCH manpages RFC] epoll_wait.2: add epoll_pwait2
` [PATCH v3 2/2] selftests/filesystems: expand epoll with epoll_pwait2

[PATCH v2] eventfd: convert to ->write_iter()
 2020-11-19 18:48 UTC  (4+ messages)

[PATCH v5 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-19 15:39 UTC  (3+ messages)
` [PATCH v5 2/2] NFSv4: Refactor to use user namespaces for nfs4idmap

merge struct block_device and struct hd_struct
 2020-11-19 15:13 UTC  (56+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/20] block: remove a duplicate __disk_get_part prototype
` [PATCH 03/20] block: add a bdev_kobj helper
` [PATCH 04/20] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 05/20] block: use put_device in put_disk
` [PATCH 06/20] block: change the hash used for looking up block devices
` [PATCH 07/20] init: refactor name_to_dev_t
` [PATCH 08/20] init: refactor devt_from_partuuid
` [PATCH 09/20] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 10/20] block: refactor __blkdev_put
` [PATCH 11/20] block: reference struct block_device from struct hd_struct
` [PATCH 12/20] block: simplify the block device claiming interface
` [PATCH 13/20] block: remove ->bd_contains
` [PATCH 14/20] block: remove the nr_sects field in struct hd_struct
` [PATCH 15/20] block: merge struct block_device and "
` [PATCH 16/20] block: stop using bdget_disk for partition 0
` [PATCH 17/20] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 18/20] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 19/20] bcache: remove a superflous lookup_bdev all

[PATCH 0/5] [RFC] MUSE: Userspace backed MTD
 2020-11-19 14:16 UTC  (6+ messages)
` [PATCH 1/5] fuse: Rename FUSE_DIO_CUSE
` [PATCH 2/5] fuse: Export fuse_simple_request
` [PATCH 3/5] fuse: Make cuse_parse_one a common helper
` [PATCH 4/5] mtd: Add MTD_MUSE flag
` [PATCH 5/5] fuse: Implement MUSE: MTD in userspace

[PATCH] enable core.fsyncObjectFiles by default
 2020-11-19 11:38 UTC  (5+ messages)
` [RFC PATCH 1/2] sha1-file: fsync() loose dir entry when core.fsyncObjectFiles

[PATCH] coredump: fix core_pattern parse error
 2020-11-19  8:08 UTC 

[PATCH v4 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-19  6:09 UTC  (4+ messages)
` [PATCH v4 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v4 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v4 3/3] f2fs: Handle casefolding with Encryption

[PATCH RESEND v2] fs/select.c: batch user writes in do_sys_poll
 2020-11-19  0:42 UTC 

[PATCH] eventfd: convert to ->write_iter()
 2020-11-18 23:34 UTC  (7+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-18 22:39 UTC  (8+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH RFC] iomap: only return IO error if no data has been transferred
 2020-11-18 22:21 UTC  (12+ messages)

[PATCH v2 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2020-11-18 19:19 UTC  (19+ messages)
` [PATCH v2 1/5] btrfs: add send stream v2 definitions
` [PATCH v2 01/13] btrfs-progs: send: fix crash on unknown option
` [PATCH v2 02/13] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v2 2/5] btrfs: send: write larger chunks when using stream v2
` [PATCH v2 03/13] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v2 3/5] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v2 04/13] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v2 4/5] btrfs: send: send compressed extents with encoded writes
` [PATCH v2 05/13] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v2 5/5] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v2 06/13] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH v2 07/13] btrfs-progs: receive: open files with O_CLOEXEC
` [PATCH v2 08/13] btrfs-progs: receive: process encoded_write commands
` [PATCH v2 09/13] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v2 10/13] btrfs-progs: receive: process fallocate commands
` [PATCH v2 11/13] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v2 12/13] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v2 13/13] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH v3 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18 19:05 UTC  (7+ messages)
` [PATCH v3 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v3 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v3 3/3] f2fs: Handle casefolding with Encryption

[RESEND][PATCH] ima: Set and clear FMODE_CAN_READ in ima_calc_file_hash()
 2020-11-18 18:28 UTC  (13+ messages)

[PATCH v3 08/11] evm: Allow setxattr() and setattr() for unmodified metadata
 2020-11-18 17:58 UTC  (2+ messages)

INFO: task can't die in io_sq_thread_stop
 2020-11-18 17:58 UTC  (4+ messages)

[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2020-11-18 16:48 UTC  (3+ messages)

[PATCH] cifs: Rough, incomplete conversion to new fscache API
 2020-11-18 15:31 UTC 

[PATCH] 9p: Convert to new fscache API
 2020-11-18 15:02 UTC  (8+ messages)

[RFC PATCH 3/3] overlay: Add the ability to remount volatile directories when safe
 2020-11-18 14:55 UTC  (11+ 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).