linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-06 08:56:36 to 2020-11-10 02:59:22 UTC [more...]

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-11-10  2:59 UTC 

[PATCH] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-11-10  2:56 UTC 

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

[RFC] fs: Avoid to use lockdep information if it's turned off
 2020-11-10  1:49 UTC  (2+ messages)

[PATCH] sysctl: move local variable in proc_do_large_bitmap() to proper scope
 2020-11-10  1:26 UTC  (3+ messages)

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  1:13 UTC  (3+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

cleanup updating the size of block devices
 2020-11-09 23:28 UTC  (37+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-11-09 22:50 UTC  (2+ messages)

[RESEND PATCH v3] fuse: Abort waiting for a response if the daemon receives a fatal signal
 2020-11-09 20:24 UTC  (4+ messages)

[PATCH] hfsplus: remove pr_err message on ENOSPC file extend error
 2020-11-09 19:40 UTC  (2+ messages)

[PATCH 0/8] simplify ep_poll
 2020-11-09 19:28 UTC  (14+ messages)
` [PATCH 1/8] epoll: check for events when removing a timed out thread from the wait queue
` [PATCH 2/8] epoll: simplify signal handling
` [PATCH 3/8] epoll: pull fatal signal checks into ep_send_events()
` [PATCH 4/8] epoll: move eavail next to the list_empty_careful check
` [PATCH 5/8] epoll: simplify and optimize busy loop logic
` [PATCH 6/8] epoll: pull all code between fetch_events and send_event into the loop
` [PATCH 7/8] epoll: replace gotos with a proper loop
` [PATCH 8/8] epoll: eliminate unnecessary lock for zero timeout

[PATCH v3 0/3] vfs: remove lockdep fs freeze weirdness
 2020-11-09 18:17 UTC  (4+ messages)
` [PATCH 1/3] vfs: remove lockdep bogosity in __sb_start_write
` [PATCH 2/3] vfs: separate __sb_start_write into blocking and non-blocking helpers
` [PATCH 3/3] vfs: move __sb_{start,end}_write* to fs.h

KASAN: slab-out-of-bounds Read in io_uring_show_cred
 2020-11-09 18:08 UTC  (2+ messages)

[RFC][PATCH] fanotify: introduce filesystem view mark
 2020-11-09 18:00 UTC 

[PATCH] fanotify: fix logic of reporting name info with watched parent
 2020-11-09 14:03 UTC  (2+ messages)

[PATCH v2 00/18] Refactor generic_file_buffered_read
 2020-11-09 13:29 UTC  (5+ messages)
` [PATCH v2 11/18] mm/filemap: Convert filemap_update_page to return an errno

memory leak in anon_inode_getfile
 2020-11-09 13:24 UTC 

[RFC PATCH v3 00/10] implement containerized syncfs for overlayfs
 2020-11-09 12:06 UTC  (16+ messages)
` [RFC PATCH v3 01/10] ovl: setup overlayfs' private bdi
` [RFC PATCH v3 02/10] ovl: introduce waiting list for syncfs
` [RFC PATCH v3 03/10] ovl: implement ->writepages operation
` [RFC PATCH v3 04/10] ovl: implement overlayfs' ->evict_inode operation
` [RFC PATCH v3 05/10] ovl: mark overlayfs' inode dirty on modification
` [RFC PATCH v3 06/10] ovl: mark overlayfs' inode dirty on shared mmap
` [RFC PATCH v3 07/10] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v3 08/10] ovl: cache dirty overlayfs' inode
` [RFC PATCH v3 09/10] ovl: introduce helper of syncfs writeback inode waiting
  ` 回复:[RFC "
` [RFC PATCH v3 10/10] ovl: implement containerized syncfs for overlayfs

[PATCH 0/2] Support for O_TMPFILE in fuse
 2020-11-09 11:37 UTC  (4+ messages)
` [PATCH 1/2] uapi/fuse.h: Add message definitions for O_TMPFILE
` [PATCH 2/2] fuse: Implement O_TMPFILE support

[PATCH v4] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-11-09 10:54 UTC  (3+ messages)

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

[PATCH] fix typo
 2020-11-09  3:44 UTC 

Best solution for shifting DAX_ZERO_PAGE to XA_ZERO_ENTRY
 2020-11-09  3:35 UTC  (6+ messages)

[PATCH v3] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-11-09  2:17 UTC  (3+ messages)

[PATCH 00/19] Add generic user_landing tracking
 2020-11-09  1:27 UTC  (4+ messages)
` [PATCH 06/19] elf/vdso: Reuse arch_setup_additional_pages() parameters

[GIT PULL] xfs: fixes for 5.10-rc3
 2020-11-08 18:29 UTC  (2+ messages)

[PATCH 0/3] Allow in-kernel consumers to drain events from eventfd
 2020-11-08  9:17 UTC  (4+ messages)
  ` [PATCH 2/3] vfio/virqfd: Drain events from eventfd in virqfd_wakeup()

mmotm 2020-11-07-21-40 uploaded
 2020-11-08  5:41 UTC 

[PATCH v2 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
 2020-11-07 17:20 UTC  (7+ messages)
` [PATCH 1/4] pagevec: Allow pagevecs to be different sizes
  ` [PATCH 2/4] pagevec: Increase the size of LRU pagevecs
  ` [PATCH 3/4] pagevec: Add dynamically allocated pagevecs
  ` [PATCH 4/4] mm/filemap: Use a dynamically allocated pagevec in filemap_read

[PATCH] proc: fix comparison to bool warning
 2020-11-07 15:30 UTC 

possible deadlock in mnt_want_write
 2020-11-07 12:10 UTC  (2+ messages)

[RFC] proc: get_wchan() stack unwind only makes sense for sleeping/non-self tasks
 2020-11-07  5:08 UTC  (2+ messages)

[PATCH 4/9 next] fs/io_uring Don't use the return value from import_iovec()
 2020-11-07  1:14 UTC  (2+ messages)

[PATCH v3 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-11-06 18:41 UTC  (9+ messages)
` [PATCH v3 3/6] fuse: setattr should set FATTR_KILL_PRIV upon size change
` [PATCH v3 5/6] fuse: Add a flag FUSE_OPEN_KILL_PRIV for open() request

[PATCH] fs/hfs: remove unused macro to tame gcc
 2020-11-06 17:56 UTC  (2+ messages)

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2020-11-06 17:52 UTC  (2+ messages)

[PATCH] fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
 2020-11-06 17:50 UTC  (2+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-06 17:46 UTC  (7+ messages)
` [PATCH v12 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v12 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v12 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-11-06 16:43 UTC  (6+ messages)
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "

[PATCH v4 0/3] proc: Relax check of mount visibility
 2020-11-06 15:15 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] proc: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v4 3/3] proc: Disable cancellation of subset=pid option

[PATCH v12 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-11-06 15:09 UTC  (11+ messages)
` [PATCH v12 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v12 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v12 03/10] fs/ntfs3: Add bitmap
` [PATCH v12 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v12 05/10] fs/ntfs3: Add attrib operations
` [PATCH v12 06/10] fs/ntfs3: Add compression
` [PATCH v12 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v12 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v12 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v12 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH v9 01/41] block: add bio_add_zone_append_page
 2020-11-06 15:01 UTC  (8+ messages)
` [PATCH v9 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v9 24/41] btrfs: extend btrfs_rmap_block for specifying a device

INFO: rcu detected stall in security_file_open (3)
 2020-11-06 11:40 UTC  (2+ messages)

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-06 10:37 UTC  (7+ messages)
` [PATCH v9 05/41] btrfs: Check and enable ZONED mode
` [PATCH v9 11/41] btrfs: implement log-structured superblock for "

[RFC PATCH v2 0/8] implement containerized syncfs for overlayfs
 2020-11-06  9:47 UTC  (10+ messages)
` [RFC PATCH v2 5/8] ovl: mark overlayfs' inode dirty on shared writable mmap

[PATCH] fs: Use true,false for bool variable
 2020-11-06  9:32 UTC 

WARN_ON(fuse_insert_writeback(root, wpa)) in tree_insert()
 2020-11-06  9:29 UTC  (5+ 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).