linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-22 16:15:06 to 2020-10-26 16:48:28 UTC [more...]

Strange SEEK_HOLE / SEEK_DATA behavior
 2020-10-26 16:48 UTC  (3+ messages)

[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-26 16:44 UTC  (6+ messages)
` [PATCH 6/7] btrfs: Promote to unsigned long long before shifting
` [PATCH 7/7] btrfs: Promote to unsigned long long before multiplying

[PATCH] epoll: add nsec timeout support
 2020-10-26 16:13 UTC  (2+ messages)

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

[PATCH] buffer_io_error: Use dev_err_ratelimited
 2020-10-26 15:57 UTC 

[PATCH v2 0/4] Remove nrexceptional tracking
 2020-10-26 15:18 UTC  (5+ messages)
` [PATCH v2 1/4] mm: Introduce and use mapping_empty
` [PATCH v2 2/4] mm: Stop accounting shadow entries
` [PATCH v2 3/4] dax: Account DAX entries as nrpages
` [PATCH v2 4/4] mm: Remove nrexceptional from inode

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-26 14:51 UTC  (11+ messages)

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-10-26 14:49 UTC  (17+ messages)
` [PATCH v3 01/12] mm: Make pagecache tagged lookups return only head pages
` [PATCH v3 02/12] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH v3 03/12] mm/filemap: Add helper for finding pages
` [PATCH v3 04/12] mm/filemap: Add mapping_seek_hole_data
` [PATCH v3 05/12] mm: Add and use find_lock_entries
` [PATCH v3 06/12] mm: Add an 'end' parameter to find_get_entries
` [PATCH v3 07/12] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH v3 08/12] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH v3 09/12] mm: Pass pvec directly to find_get_entries
` [PATCH v3 10/12] mm: Remove pagevec_lookup_entries
` [PATCH v3 11/12] mm/truncate,shmem: Handle truncates that split THPs
` [PATCH v3 12/12] mm/filemap: Return only head pages from find_get_entries

[PATCH V10 0/5] fuse: Add support for passthrough read/write
 2020-10-26 12:50 UTC  (6+ messages)
` [PATCH V10 1/5] fuse: Definitions and ioctl() for passthrough
` [PATCH V10 2/5] fuse: Passthrough initialization and release
` [PATCH V10 3/5] fuse: Introduce synchronous read and write for passthrough
` [PATCH V10 4/5] fuse: Handle asynchronous read and write in passthrough
` [PATCH V10 5/5] fuse: Use daemon creds in passthrough mode

[PATCH v3 34/56] fs: fix kernel-doc markups
 2020-10-26 12:01 UTC  (3+ messages)
` [PATCH v3 36/56] locks: fix a typo at a kernel-doc markup

[vfs:work.epoll 17/27] fs/eventpoll.c:1629:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing
 2020-10-26  9:45 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] cachefiles: Handle readpage error correctly
 2020-10-26  9:12 UTC 

[PATCH v7 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-26  8:37 UTC  (8+ messages)
` [PATCH v7 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v7 2/7] mmap: make mlock_future_check() global
` [PATCH v7 3/7] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v7 4/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v7 5/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v7 6/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v7 7/7] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH net-next] mm, oom: keep oom_adj under or at upper limit when printing [v2]
 2020-10-26  7:33 UTC  (2+ messages)

[PATCH v2 0/2] generic_file_buffered_read() improvements
 2020-10-25 21:29 UTC  (3+ messages)
` [PATCH v2 1/2] fs: Break generic_file_buffered_read up into multiple functions
` [PATCH v2 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig

[RFC] Removing b_end_io
 2020-10-25 18:58 UTC  (3+ messages)

[RFC PATCH v2 0/8] implement containerized syncfs for overlayfs
 2020-10-25  3:41 UTC  (9+ messages)
` [RFC PATCH v2 1/8] ovl: setup overlayfs' private bdi
` [RFC PATCH v2 2/8] ovl: implement ->writepages operation
` [RFC PATCH v2 3/8] ovl: implement overlayfs' ->evict_inode operation
` [RFC PATCH v2 4/8] ovl: mark overlayfs' inode dirty on modification
` [RFC PATCH v2 5/8] ovl: mark overlayfs' inode dirty on shared writable mmap
` [RFC PATCH v2 6/8] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v2 7/8] ovl: cache dirty overlayfs' inode
` [RFC PATCH v2 8/8] ovl: implement containerized syncfs for overlayfs

WARNING in try_to_wake_up
 2020-10-25  1:37 UTC 

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-10-24 21:12 UTC  (47+ messages)

[git pull] vfs misc pile
 2020-10-24 19:37 UTC  (2+ messages)

[PATCH 0/2] block layer filter and block device snapshot module
 2020-10-24 14:53 UTC  (16+ messages)
` [PATCH 1/2] Block layer filter - second version
                    ` [dm-devel] [PATCH 0/2] block layer filter and block device snapshot module

[PATCH v4 0/2] Control over userfaultfd kernel-fault handling
 2020-10-24  5:28 UTC  (6+ messages)

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

[GIT PULL] xfs: fixes for 5.10-rc1
 2020-10-24  0:26 UTC  (2+ messages)

[PATCH 03/65] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-10-23 20:53 UTC  (7+ messages)
  ` [PATCH 04/65] mm: Extract might_alloc() debug check

[PATCH 0/6] Make block_read_full_page synchronous
 2020-10-23 20:42 UTC  (12+ messages)
` [PATCH 1/6] block: Add blk_completion
` [PATCH 2/6] fs: Return error from block_read_full_page
` [PATCH 3/6] fs: Convert block_read_full_page to be synchronous
` [PATCH 4/6] fs: Hoist fscrypt decryption to bio completion handler
` [PATCH 5/6] fs: Turn decrypt_bh into decrypt_bio
` [PATCH 6/6] fs: Convert block_read_full_page to be synchronous with fscrypt enabled

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-23 20:40 UTC  (9+ messages)
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls

[GIT PULL] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-23 18:53 UTC  (2+ messages)

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

[PATCH] io-wq: fix 'task->pi_lock' spin lock protect
 2020-10-23 13:23 UTC  (2+ messages)

[RFC] synchronous readpage for buffer_heads
 2020-10-23 11:42 UTC  (3+ messages)

possible deadlock in send_sigurg (2)
 2020-10-23  9:07 UTC 

[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-10-23  7:49 UTC  (3+ messages)

[PATCH v2] locks: Fix UBSAN undefined behaviour in flock64_to_posix_lock
 2020-10-23  6:20 UTC 

Question on io-wq
 2020-10-23  3:57 UTC  (5+ messages)
  ` 回复: "

[PATCH 1/2] fs:regfs: add register easy filesystem
 2020-10-23  2:57 UTC  (2+ messages)

[PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range
 2020-10-23  1:02 UTC  (2+ messages)
` [iomap] 11b5156248: xfstests.xfs.310.fail

[PATCH] fs/dcache: optimize start_dir_add()
 2020-10-22 21:16 UTC 

[GIT PULL] nfsd change for 5.10
 2020-10-22 18:05 UTC  (2+ messages)

[GIT PULL] 9p update for 5.10-rc1
 2020-10-22 18:05 UTC  (3+ messages)

[PATCH] locks: Fix UBSAN undefined behaviour in flock64_to_posix_lock
 2020-10-22 17:48 UTC  (3+ messages)

[PATCH V9 0/4] fuse: Add support for passthrough read/write
 2020-10-22 16:38 UTC  (11+ messages)
` [PATCH V9 2/4] fuse: Trace daemon creds
` [PATCH V9 3/4] fuse: Introduce synchronous read and write for passthrough
` [PATCH V9 4/4] fuse: Handle asynchronous read and write in passthrough


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