linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 06:08:52 to 2020-11-25 02:50:50 UTC [more...]

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-25  2:50 UTC  (8+ messages)

[PATCH v2] fs/stat: set attributes_mask for STATX_ATTR_DAX
 2020-11-25  2:46 UTC  (2+ messages)

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-25  1:57 UTC  (12+ messages)
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 11/41] btrfs: implement log-structured superblock for ZONED mode
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-25  1:52 UTC  (13+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH v2 02/24] exec: Simplify unshare_files
 2020-11-25  1:16 UTC  (7+ messages)

[PATCH 0/9] Allow deleting files with unsupported encryption policy
 2020-11-25  0:23 UTC  (10+ messages)
` [PATCH 1/9] ext4: remove ext4_dir_open()
` [PATCH 2/9] f2fs: remove f2fs_dir_open()
` [PATCH 3/9] ubifs: remove ubifs_dir_open()
` [PATCH 4/9] ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
` [PATCH 5/9] fscrypt: introduce fscrypt_prepare_readdir()
` [PATCH 6/9] fscrypt: move body of fscrypt_prepare_setattr() out-of-line
` [PATCH 7/9] fscrypt: move fscrypt_require_key() to fscrypt_private.h
` [PATCH 8/9] fscrypt: unexport fscrypt_get_encryption_info()
` [PATCH 9/9] fscrypt: allow deleting files with unsupported encryption policy

[PATCH 0/5] fscrypt: prevent creating duplicate encrypted filenames
 2020-11-24 23:28 UTC  (2+ messages)

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-24 23:24 UTC  (12+ messages)

[PATCH] exfat: Avoid allocating upcase table using kcalloc()
 2020-11-24 22:17 UTC  (2+ messages)

merge struct block_device and struct hd_struct v2
 2020-11-24 21:20 UTC  (70+ messages)
` [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/45] zram: remove the claim mechanism
` [PATCH 07/45] zram: do not call set_blocksize
` [PATCH 08/45] loop: "
` [PATCH 09/45] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 10/45] dm: remove the block_device reference in struct mapped_device
` [PATCH 11/45] block: remove a duplicate __disk_get_part prototype
` [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 13/45] block: add a bdev_kobj helper
` [PATCH 14/45] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 15/45] block: use put_device in put_disk
` [PATCH 16/45] block: change the hash used for looking up block devices
` [PATCH 17/45] init: refactor name_to_dev_t
` [PATCH 18/45] init: refactor devt_from_partuuid
` [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 20/45] block: refactor __blkdev_put
` [PATCH 21/45] block: refactor blkdev_get
` [PATCH 22/45] block: opencode devcgroup_inode_permission
` [PATCH 23/45] block: remove i_bdev
` [PATCH 24/45] blk-cgroup: stop abusing get_gendisk
` [PATCH 25/45] block: reference struct block_device from struct hd_struct
` [PATCH 26/45] block: remove ->bd_contains
` [PATCH 27/45] block: simplify the block device claiming interface
` [PATCH 28/45] block: simplify part_to_disk
` [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 31/45] block: move disk stat accounting to struct block_device
` [PATCH 32/45] block: move the start_sect field "
` [PATCH 33/45] block: move the partition_meta_info "
` [PATCH 34/45] block: move holder_dir "
` [PATCH 35/45] block: move make_it_fail "
` [PATCH 36/45] block: move the policy field "
` [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 38/45] block: switch partition lookup to use struct block_device
` [PATCH 39/45] block: remove the partno field from struct hd_struct
` [PATCH 40/45] block: pass a block_device to blk_alloc_devt
` [PATCH 41/45] block: pass a block_device to invalidate_partition
` [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks
` [PATCH 44/45] block: merge struct block_device and struct hd_struct
` [PATCH 45/45] block: stop using bdget_disk for partition 0

[PATCH 00/17] kmap: Create mem*_page interfaces
 2020-11-24 20:20 UTC  (24+ messages)
` [PATCH 01/17] mm/highmem: Lift memcpy_[to|from]_page and memset_page to core
` [PATCH 02/17] drivers/firmware_loader: Use new memcpy_[to|from]_page()
` [PATCH 03/17] drivers/gpu: Convert to mem*_page()
` [PATCH 04/17] fs/afs: Convert to memzero_page()
` [PATCH 05/17] fs/btrfs: "
` [PATCH 06/17] fs/hfs: Convert to mem*_page() interface
` [PATCH 07/17] fs/cifs: Convert to memcpy_page()
` [PATCH 08/17] fs/hfsplus: Convert to mem*_page()
` [PATCH 09/17] fs/f2fs: Remove f2fs_copy_page()
` [PATCH 10/17] fs/freevxfs: Use memcpy_to_page()
` [PATCH 11/17] fs/reiserfs: Use memcpy_from_page()
` [PATCH 12/17] fs/cramfs: "
` [PATCH 13/17] drivers/target: Convert to mem*_page()
` [PATCH 14/17] drivers/scsi: Use memcpy_to_page()
` [PATCH 15/17] drivers/staging: Use memcpy_to/from_page()
` [PATCH 16/17] lib: Use mempcy_to/from_page()
` [PATCH 17/17] samples: Use memcpy_to/from_page()

[PATCH] exfat: Avoid allocating upcase table using kcalloc()
 2020-11-24 18:50 UTC 

[PATCH v5 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-24 18:42 UTC  (2+ messages)

[RESEND PATCH v1] proc: use untagged_addr() for pagemap_read addresses
 2020-11-24 18:32 UTC  (2+ messages)

merge struct block_device and struct hd_struct
 2020-11-24 16:59 UTC  (5+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 11/20] block: reference struct block_device from struct hd_struct

[PATCH v11 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24 16:49 UTC  (12+ messages)
` [PATCH v11 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v11 2/9] mmap: make mlock_future_check() global
` [PATCH v11 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v11 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v11 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v11 6/9] secretmem: add memcg accounting
` [PATCH v11 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v11 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v11 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] Resolve LRU page-pinning issue for file-backed pages
 2020-11-24 15:39 UTC  (3+ messages)
` [PATCH] fs/buffer.c: Revoke LRU when trying to drop buffers

[PATCH 01/29] iov_iter: Switch to using a table of operations
 2020-11-24 15:30 UTC  (7+ messages)
  ` [PATCH 00/29] RFC: iov_iter: Switch to using an ops table

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-24 15:27 UTC  (5+ messages)
` [PATCH 2/3] mm: Extract might_alloc() debug check

[RFC][PATCH] fanotify: introduce filesystem view mark
 2020-11-24 14:47 UTC  (3+ messages)

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-24 13:59 UTC  (9+ messages)
` [PATCH v2 07/39] mount: attach mappings to mounts

[PATCH v6 00/16] Free some vmemmap pages of hugetlb page
 2020-11-24 13:14 UTC  (25+ messages)
` [PATCH v6 01/16] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v6 02/16] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v6 03/16] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v6 04/16] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v6 05/16] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v6 06/16] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two
` [PATCH v6 07/16] x86/mm/64: Disable PMD page mapping of vmemmap
    ` [External] "
` [PATCH v6 08/16] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [PATCH v6 09/16] mm/hugetlb: Defer freeing of HugeTLB pages
    ` [External] "
` [PATCH v6 10/16] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v6 11/16] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v6 12/16] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v6 13/16] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v6 14/16] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [PATCH v6 15/16] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v6 16/16] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page

[RFC PATCH] vfs: fs{set,get}attr iops
 2020-11-24 11:52 UTC  (5+ messages)

PROBLEM: fanotify_mark EFAULT on x86
 2020-11-24 10:28 UTC  (8+ messages)

INFO: task hung in __io_uring_files_cancel
 2020-11-24  9:39 UTC  (2+ messages)

[PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24  9:29 UTC  (3+ messages)

[fuse-devel] Cross-host entry caching and file open/create
 2020-11-24  8:16 UTC  (6+ messages)

[PATCH] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2020-11-24  6:33 UTC  (2+ messages)

[PATCH v2 06/19] elf/vdso: Reuse arch_setup_additional_pages() parameters
 2020-11-24  6:18 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;
as well as URLs for NNTP newsgroup(s).