linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-20 01:20:44 to 2021-04-22 06:25:33 UTC [more...]

[PATCH v3 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-22  6:24 UTC  (17+ messages)
` [PATCH v3 1/3] dax: Add an enum for specifying dax wakup mode
  ` [Virtio-fs] "
` [PATCH v3 2/3] dax: Add a wakeup mode parameter to put_unlocked_entry()
  ` [Virtio-fs] "
` [PATCH v3 3/3] dax: Wake up all waiters after invalidating dax entry

[PATCH v4 00/10] Add support for synchronous signals on perf events
 2021-04-22  6:12 UTC  (16+ messages)
` [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo

mmotm 2021-04-21-23-03 uploaded
 2021-04-22  6:04 UTC 

[PATCH 0/2] mm/filemap: fix 5.12-rc regressions
 2021-04-22  5:55 UTC  (6+ messages)
` [PATCH 1/2] mm/filemap: fix find_lock_entries hang on 32-bit THP
` [PATCH 2/2] mm/filemap: fix mapping_seek_hole_data on THP & 32-bit

[PATCH v2 00/10] cifsd: introduce new SMB3 kernel server
 2021-04-22  4:06 UTC  (12+ messages)
    ` [PATCH v2 01/10] cifsd: add document
      ` cifsd/nfsd interop
    ` [PATCH v2 02/10] cifsd: add server handler
    ` [PATCH v2 03/10] cifsd: add trasport layers
    ` [PATCH v2 04/10] cifsd: add authentication
    ` [PATCH v2 05/10] cifsd: add smb3 engine part 1
    ` [PATCH v2 06/10] cifsd: add smb3 engine part 2
    ` [PATCH v2 07/10] cifsd: add oplock/lease cache mechanism
    ` [PATCH v2 08/10] cifsd: add file operations
    ` [PATCH v2 09/10] cifsd: add Kconfig and Makefile
    ` [PATCH v2 10/10] MAINTAINERS: add cifsd kernel server

(in)consistency of page/folio function naming
 2021-04-22  3:20 UTC 

[PATCH] fuse: Avoid potential use after free
 2021-04-22  0:44 UTC  (4+ messages)

[PATCH v2] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-04-22  0:08 UTC  (2+ messages)

[PATCH 0/2] fs: provide a stop gap fix for buggy resume firmware API calls
 2021-04-21 22:23 UTC  (5+ messages)
` [PATCH 1/2] test_firmware: add suspend support to test buggy drivers
` [PATCH 2/2] fs/kernel_read_file: use usermodehelper_read_trylock() as a stop gap

[PATCH v1 0/3] perf/binfmt/mm: remove in-tree usage of MAP_EXECUTABLE
 2021-04-21 20:56 UTC  (7+ messages)
` [PATCH v1 1/3] perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
` [PATCH v1 2/3] binfmt: remove in-tree usage of MAP_EXECUTABLE
` [PATCH v1 3/3] mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()

[RFC PATCH 0/2] selinux,anon_inodes: Use a separate SELinux class for each type of anon inode
 2021-04-21 20:38 UTC  (4+ messages)
` [RFC PATCH 1/2] LSM,anon_inodes: explicitly distinguish anon inode types
` [RFC PATCH 2/2] selinux: add capability to map anon inode types to separate classes

[PATCH v5] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-21 17:35 UTC  (15+ messages)

[PATCH v2] mm/readahead: Handle ractl nr_pages being modified
 2021-04-21 17:09 UTC 

[RFC PATCH v2 0/7] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-04-21 16:57 UTC  (13+ messages)
` [RFC PATCH v2 1/7] jbd2: remove the out label in __jbd2_journal_remove_checkpoint()
` [RFC PATCH v2 2/7] jbd2: ensure abort the journal if detect IO error when writing original buffer back
` [RFC PATCH v2 3/7] jbd2: don't abort the journal when freeing buffers
` [RFC PATCH v2 7/7] ext4: fix race between blkdev_releasepage() and ext4_put_super()

[PATCH] mm/readahead: Handle ractl nr_pages being modified
 2021-04-21 16:49 UTC  (7+ messages)

[PATCH v9 0/4] block device interposer
 2021-04-21 16:45 UTC  (5+ messages)
` [PATCH v9 1/4] Adds blk_interposer
` [PATCH v9 2/4] Applying the blk_interposer in the block device layer
` [PATCH v9 3/4] Add blk_interposer in DM
` [PATCH v9 4/4] Using dm_get_device_ex() instead of dm_get_device()

[PATCH 0/2] fanotify: Adding pidfd support to the fanotify API
 2021-04-21 14:46 UTC  (14+ messages)
` [PATCH 2/2] fanotify: Add "

[PATCH v3] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-21 12:37 UTC  (3+ messages)

[PATCH v20 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-21  9:06 UTC  (11+ messages)
` [PATCH v20 6/9] mm: hugetlb: alloc the vmemmap pages associated with each "
    ` [External] "
` [PATCH v20 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
    ` [External] "

[PATCH] virtiofs: propagate sync() to file server
 2021-04-21  8:46 UTC  (4+ messages)
` [Virtio-fs] "

[PATCH v1] binfmt: remove support for em86 (alpha only)
 2021-04-21  8:01 UTC  (3+ messages)

[PATCH v2] mm/compaction:let proactive compaction order configurable
 2021-04-21  7:21 UTC 

[PATCH v2] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-21  6:35 UTC  (9+ messages)

mmotm 2021-04-20-21-10 uploaded
 2021-04-21  4:11 UTC 

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-21  1:02 UTC  (12+ messages)
` [PATCH v4 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v4 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
` [PATCH v4 04/10] userfaultfd/shmem: support minor fault registration "
` [PATCH v4 05/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v4 06/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v4 07/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v4 08/10] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH v4 09/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v4 10/10] userfaultfd: update documentation to mention shmem minor faults

[PATCH 0/7 RFC v3] fs: Hole punch vs page cache filling races
 2021-04-20 22:12 UTC  (3+ messages)

[PATCH v3 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-20 21:28 UTC  (3+ messages)

[syzbot] WARNING in io_poll_double_wake
 2021-04-20 20:52 UTC 

[PATCH -next 0/5] block: add a sequence number to disks
 2021-04-20 20:12 UTC  (5+ messages)
` [PATCH -next 1/5] block: add disk sequence number

[RFC v2 0/6] vfs: provide automatic kernel freeze / resume
 2021-04-20 18:47 UTC  (8+ messages)
` [RFC v2 1/6] fs: provide unlocked helper for freeze_super()
` [RFC v2 4/6] fs: distinguish between user initiated freeze and kernel initiated freeze
` [RFC v2 6/6] fs: add automatic kernel fs freeze / thaw and remove kthread freezing

[PATCH v2 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-20 18:43 UTC  (7+ messages)
` [PATCH v2 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v2 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[RFC PATCH v6 00/20] ceph+fscrypt: context, filename and symlink support
 2021-04-20 15:52 UTC  (13+ messages)
` [RFC PATCH v6 20/20] ceph: add fscrypt ioctls

[PATCH v3 0/2] secretmem: optimize page_is_secretmem()
 2021-04-20 15:17 UTC  (4+ messages)
` [PATCH v3 1/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v3 2/2] secretmem: optimize page_is_secretmem()

[PATCH v2] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-20 15:02 UTC  (3+ messages)

[PATCH v2 0/2] secretmem: optimize page_is_secretmem()
 2021-04-20 14:38 UTC  (8+ messages)
` [PATCH v2 1/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v2 1/2] secretmem: optimize page_is_secretmem()
` [PATCH v2 2/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v2 2/2] secretmem: optimize page_is_secretmem()

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-20 13:38 UTC  (19+ messages)
    ` fsnotify path hooks

[PATCH] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-20 12:05 UTC  (3+ messages)

[PATCH v4] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-20 11:24 UTC  (24+ messages)

[PATCH 0/2 V6]Add dma-buf counter
 2021-04-20  8:30 UTC  (4+ messages)
` [PATCH 1/2 V6] dma-buf: Add DmaBufTotal counter in meminfo
` [PATCH 2/2 V6] lib/show_mem.c: Add dma-buf counter to show_mem dump

[PATCH] fs: Optimized file struct to improve performance
 2021-04-20  6:10 UTC  (2+ messages)
` [fs] aec499039e: unixbench.score 19.2% improvement

[syzbot] INFO: task hung in __io_uring_cancel
 2021-04-20  1:59 UTC  (2+ messages)

[PATCH v2 0/3] Fix dm-crypt zoned block device support
 2021-04-20  1:35 UTC  (5+ messages)
` [PATCH v2 3/3] zonefs: fix synchronous write to sequential zone files


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