linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-01 21:27:54 to 2020-11-03 13:34:05 UTC [more...]

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-03 13:32 UTC  (56+ messages)
` [PATCH v9 01/41] block: add bio_add_zone_append_page
  ` [PATCH v9 02/41] iomap: support REQ_OP_ZONE_APPEND
  ` [PATCH v9 04/41] btrfs: Get zone information of zoned block devices
  ` [PATCH v9 06/41] btrfs: introduce max_zone_append_size
  ` [PATCH v9 07/41] btrfs: disallow space_cache in ZONED mode
  ` [PATCH v9 08/41] btrfs: disallow NODATACOW "
  ` [PATCH v9 11/41] btrfs: implement log-structured superblock for "
  ` [PATCH v9 12/41] btrfs: implement zoned chunk allocator
  ` [PATCH v9 13/41] btrfs: verify device extent is aligned to zone
  ` [PATCH v9 14/41] btrfs: load zone's alloction offset
  ` [PATCH v9 15/41] btrfs: emulate write pointer for conventional zones
` [PATCH v9 05/41] btrfs: Check and enable ZONED mode
` [PATCH v9 09/41] btrfs: disable fallocate in "
` [PATCH v9 10/41] btrfs: disallow mixed-bg "

Null pointer dereference in nsfs_evict with CONFIG_NET_NS=n triggered via systemd-networkd's debugging
 2020-11-03 13:22 UTC 

[PATCH v8 resend 0/2] avoid xfs transaction reservation recursion
 2020-11-03 13:17 UTC  (3+ messages)
` [PATCH v8 resend 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 resend 2/2] xfs: avoid transaction reservation recursion

[PATCH] fuse: fix panic in __readahead_batch()
 2020-11-03 12:43 UTC 

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03 12:25 UTC  (40+ messages)
` [patch V3 01/37] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V3 02/37] highmem: Remove unused functions
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [patch V3 05/37] asm-generic: Provide kmap_size.h
` [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
` [patch V3 07/37] highmem: Make DEBUG_HIGHMEM functional
` [patch V3 08/37] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V3 09/37] arc/mm/highmem: "
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [patch V3 11/37] csky/mm/highmem: "
` [patch V3 12/37] microblaze/mm/highmem: "
` [patch V3 13/37] mips/mm/highmem: "
` [patch V3 14/37] nds32/mm/highmem: "
` [patch V3 15/37] powerpc/mm/highmem: "
` [patch V3 16/37] sparc/mm/highmem: "
` [patch V3 17/37] xtensa/mm/highmem: "
` [patch V3 18/37] highmem: Get rid of kmap_types.h
` [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [patch V3 20/37] io-mapping: Cleanup atomic iomap
` [patch V3 21/37] Documentation/io-mapping: Remove outdated blurb
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
` [patch V3 24/37] sched: highmem: Store local kmaps in task struct
` [patch V3 25/37] mm/highmem: Provide kmap_local*
` [patch V3 26/37] io-mapping: Provide iomap_local variant
` [patch V3 27/37] x86/crashdump/32: Simplify copy_oldmem_page()
` [patch V3 28/37] mips/crashdump: "
` [patch V3 29/37] ARM: mm: Replace kmap_atomic_pfn()
` [patch V3 30/37] highmem: Remove kmap_atomic_pfn()
` [patch V3 31/37] drm/ttm: Replace kmap_atomic() usage
` [patch V3 32/37] drm/vmgfx: Replace kmap_atomic()
` [patch V3 33/37] highmem: Remove kmap_atomic_prot()
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch V3 35/37] drm/nouveau/device: "
` [patch V3 36/37] drm/i915: "
` [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-03 10:11 UTC  (9+ messages)

[PATCH] fs/aio.c: Cosmetic
 2020-11-03  9:50 UTC  (6+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH 0/2] quota: Handle corrupted quota file better
 2020-11-03  8:57 UTC  (6+ messages)
` [PATCH 1/2] quota: Don't overflow quota file offsets
` [PATCH 2/2] quota: Sanity-check quota file headers on load

[PATCH 00/17] Refactor generic_file_buffered_read
 2020-11-03  8:00 UTC  (53+ messages)
` [PATCH 01/17] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH 02/17] mm/filemap: Use THPs in generic_file_buffered_read
` [PATCH 03/17] mm/filemap: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH 04/17] mm/filemap: Support readpage splitting a page
` [PATCH 05/17] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH 06/17] mm/filemap: Don't call ->readpage if IOCB_WAITQ is set
` [PATCH 07/17] mm/filemap: Change filemap_read_page calling conventions
` [PATCH 08/17] mm/filemap: Change filemap_create_page arguments
` [PATCH 09/17] mm/filemap: Convert filemap_update_page to return an errno
` [PATCH 10/17] mm/filemap: Move the iocb checks into filemap_update_page
` [PATCH 11/17] mm/filemap: Add filemap_range_uptodate
` [PATCH 12/17] mm/filemap: Split filemap_readahead out of filemap_get_pages
` [PATCH 13/17] mm/filemap: Remove parameters from filemap_update_page()
` [PATCH 14/17] mm/filemap: Restructure filemap_get_pages
` [PATCH 15/17] mm/filemap: Don't relock the page after calling readpage
` [PATCH 16/17] mm/filemap: rename generic_file_buffered_read to filemap_read
` [PATCH 17/17] mm: simplify generic_file_read_iter

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2020-11-03  5:42 UTC  (5+ messages)

[PATCH v11 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
 2020-11-03  3:06 UTC  (3+ messages)
` [kbuild] "

[PATCH RFC] io_uring: support ioctl
 2020-11-03  3:02 UTC  (3+ messages)

[PATCH AUTOSEL 5.8 08/29] io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
 2020-11-03  1:19 UTC 

[PATCH AUTOSEL 5.9 09/35] io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
 2020-11-03  1:18 UTC 

[PATCH -next] fs: Fix memory leaks in do_renameat2() error paths
 2020-11-02 21:39 UTC  (13+ messages)

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-11-02 18:23 UTC  (14+ messages)

[PATCH v4 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-02 17:47 UTC  (3+ messages)
` [PATCH v4 1/2] NFS: NFSv2/NFSv3: Use cred from fs_context during mount
` [PATCH v4 2/2] NFSv4: Refactor NFS to use user namespaces

KASAN: null-ptr-deref Write in kthread_use_mm
 2020-11-02 17:38 UTC  (3+ messages)

[RFC PATCH v2 0/8] implement containerized syncfs for overlayfs
 2020-11-02 17:30 UTC  (5+ messages)
` [RFC PATCH v2 2/8] ovl: implement ->writepages operation
` [RFC PATCH v2 5/8] ovl: mark overlayfs' inode dirty on shared writable mmap

PROBLEM: fanotify_mark EFAULT on x86
 2020-11-02 17:16 UTC  (5+ messages)

Solving the portable binaries problem in the elf loader
 2020-11-02 16:09 UTC 

WARN_ON(fuse_insert_writeback(root, wpa)) in tree_insert()
 2020-11-02 14:25 UTC  (4+ messages)

[PATCH 00/34] fs: idmapped mounts
 2020-11-02 13:34 UTC  (16+ messages)
` [PATCH 01/34] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 03/34] fs: add mount_setattr()
` [PATCH 05/34] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH 06/34] fs: add id translation helpers
` [PATCH 07/34] capability: handle idmapped mounts

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-02  9:43 UTC  (3+ messages)
` [PATCH v2 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL

clean up the generic pagecache read helpers
 2020-11-02  8:18 UTC  (11+ messages)
` [PATCH 04/13] mm: handle readahead in generic_file_buffered_read_pagenotuptodate

BUG: sleeping function called from invalid context in ext4_superblock_csum_set
 2020-11-01 23:24 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).