public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-26 14:23:48 to 2023-01-04 06:38:39 UTC [more...]

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-04  6:38 UTC  (2+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2023-01-04  6:18 UTC  (4+ messages)

[PATCH v2] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-04  3:46 UTC  (3+ messages)

[PATCH] mm/filemap: fix page end in filemap_get_read_batch
 2023-01-04  3:21 UTC 

[GIT PULL] acl updates for v6.2
 2023-01-04  0:57 UTC  (8+ messages)
  ` [GIT PULL] acl updates for v6.2 #forregzbot

[PATCH] fs: don't allocate blocks beyond EOF from __mpage_writepage
 2023-01-04  0:02 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-03 23:06 UTC  (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2023-01-03 20:53 UTC  (4+ messages)
` [RFC PATCH] "

[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-03 19:53 UTC  (3+ messages)

[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
 2023-01-03 16:15 UTC  (3+ messages)
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover auto mounts
  ` [PATCH 2/3] "

[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
 2023-01-03 12:42 UTC  (5+ messages)
` [PATCH v5 2/3] fanotify: define struct members to hold response decision context

[PATCH] selftests/mount_setattr: Remove redefinition of struct mount_attr
 2023-01-03 10:27 UTC  (3+ messages)

[PATCH] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-03  4:40 UTC  (3+ messages)

[PATCH] fs/ext4: Replace kmap_atomic() with kmap_local_page()
 2023-01-03  4:30 UTC  (3+ messages)

[PATCH] fs/ext2: Replace kmap_atomic() with kmap_local_page()
 2023-01-03  4:20 UTC  (3+ messages)

[PATCH linux-next] swap_state: update shadow_nodes for anonymous page
 2023-01-03  1:44 UTC  (4+ messages)

[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock
 2023-01-03  0:35 UTC  (3+ messages)

[PATCH linux-next v3] docs: proc.rst: add softnet_stat to /proc/net table
 2023-01-02 23:28 UTC  (2+ messages)

[PATCH mm-unstable v1 0/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
 2023-01-02 16:08 UTC  (4+ messages)
` [PATCH mm-unstable v1 1/3] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-unstable v1 2/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
` [PATCH mm-unstable v1 3/3] drivers/misc/open-dice: don't touch VM_MAYSHARE

[PATCH] Add new open(2) flag - O_EMPTY_PATH
 2023-01-02 14:35 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/7] udf: Couple more fixes for extent and directory handling
 2023-01-02 12:51 UTC  (4+ messages)
` [PATCH 3/7] udf: Handle error when adding extent to a file

remove generic_writepages
 2023-01-02 12:16 UTC  (10+ messages)
` [PATCH 1/6] fs: remove an outdated comment on mpage_writepages
` [PATCH 2/6] ntfs3: stop using generic_writepages
` [PATCH 3/6] ntfs3: remove ->writepage
` [PATCH 4/6] jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2
` [PATCH 5/6] ocfs2: use filemap_fdatawrite_wbc instead of generic_writepages
` [PATCH 6/6] mm: remove generic_writepages

[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
 2023-01-01 23:02 UTC  (7+ messages)
` [RFC PATCH v2 03/18] ntfs: Undeprecate iocharset= mount option
` [RFC PATCH v2 14/18] jfs: Do not use broken utf8 NLS table for iocharset=utf8 "
` [RFC PATCH v2 15/18] ntfs: "

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2022-12-31 15:09 UTC  (10+ messages)
` [PATCH v5 1/9] iomap: Add iomap_put_folio helper
` [PATCH v5 2/9] iomap/gfs2: Unlock and put folio in page_done handler
` [PATCH v5 3/9] iomap: Rename page_done handler to put_folio
` [PATCH v5 4/9] iomap: Add iomap_get_folio helper
` [PATCH v5 5/9] iomap/gfs2: Get page in page_prepare handler
` [PATCH v5 6/9] iomap: Rename page_prepare handler to get_folio
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
` [PATCH v5 8/9] iomap: Rename page_ops to folio_ops
` [PATCH v5 9/9] xfs: Make xfs_iomap_folio_ops static

[PATCH 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2022-12-31  7:57 UTC  (5+ messages)
` [PATCH 1/4] fs/sysv: Use the offset_in_page() helper
` [PATCH 2/4] fs/sysv: Change the signature of dir_get_page()
` [PATCH 3/4] fs/sysv: Use dir_put_page() in sysv_rename()
` [PATCH 4/4] fs/sysv: Replace kmap() with kmap_local_page()

[Question] Unlinking original file of bind mounted file
 2022-12-31  4:35 UTC  (7+ messages)
    ` Fwd: "

[RFC] fs-verity and encryption for EROFS
 2022-12-31  1:38 UTC  (3+ messages)

[NYE DELUGE 2/4] xfs: online repair in its entirety
 2022-12-30 22:13 UTC  (39+ messages)
` [PATCHSET v24.0 0/7] xfs: stage repair information in pageable memory
  ` [PATCH 1/7] xfs: create a big array data structure
  ` [PATCH 7/7] xfs: improve xfarray quicksort pivot
  ` [PATCH 5/7] xfs: speed up xfarray sort by sorting xfile page contents directly
  ` [PATCH 2/7] xfs: enable sorting of xfile-backed arrays
  ` [PATCH 4/7] xfs: teach xfile to pass back direct-map pages to caller
  ` [PATCH 3/7] xfs: convert xfarray insertion sort to heapsort using scratchpad memory
  ` [PATCH 6/7] xfs: cache pages used for xfarray quicksort convergence
` [PATCHSET v24.0 0/7] xfs: support in-memory btrees
  ` [PATCH 3/7] xfs: support in-memory buffer cache targets
  ` [PATCH 2/7] xfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 1/7] xfs: dump xfiles for debugging purposes
  ` [PATCH 4/7] xfs: consolidate btree block freeing tracepoints
  ` [PATCH 6/7] xfs: support in-memory btrees
  ` [PATCH 5/7] xfs: consolidate btree block allocation tracepoints
  ` [PATCH 7/7] xfs: connect in-memory btrees to xfiles
` [PATCHSET v24.0 00/21] xfs: atomic file updates
  ` [PATCH 01/21] vfs: introduce new file range exchange ioctl
  ` [PATCH 05/21] xfs: create a log incompat flag for atomic extent swapping
  ` [PATCH 03/21] xfs: refactor non-power-of-two alignment checks
  ` [PATCH 04/21] xfs: parameterize all the incompat log feature helpers
  ` [PATCH 02/21] xfs: create a new helper to return a file's allocation unit
  ` [PATCH 07/21] xfs: create deferred log items for extent swapping
  ` [PATCH 09/21] xfs: add a ->xchg_file_range handler
  ` [PATCH 11/21] xfs: port xfs_swap_extents_rmap to our new code
  ` [PATCH 06/21] xfs: introduce a swap-extent log intent item
  ` [PATCH 08/21] xfs: enable xlog users to toggle atomic extent swapping
  ` [PATCH 10/21] xfs: add error injection to test swapext recovery
  ` [PATCH 14/21] xfs: allow xfs_swap_range to use older extent swap algorithms
  ` [PATCH 15/21] xfs: remove old swap extents implementation
  ` [PATCH 18/21] xfs: condense symbolic links after an atomic swap
  ` [PATCH 17/21] xfs: condense directories "
  ` [PATCH 13/21] xfs: port xfs_swap_extent_forks to use xfs_swapext_req
  ` [PATCH 12/21] xfs: consolidate all of the xfs_swap_extent_forks code
  ` [PATCH 16/21] xfs: condense extended attributes after an atomic swap
  ` [PATCH 19/21] xfs: make atomic extent swapping support realtime files
  ` [PATCH 20/21] xfs: support non-power-of-two rtextsize with exchange-range
  ` [PATCH 21/21] xfs: enable atomic swapext feature

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2022-12-30 22:10 UTC  (15+ messages)
  ` [PATCH 01/14] xfs: document the motivation for online fsck design
  ` [PATCH 02/14] xfs: document the general theory underlying "
  ` [PATCH 09/14] xfs: document online file metadata repair code
  ` [PATCH 08/14] xfs: document btree bulk loading
  ` [PATCH 03/14] xfs: document the testing plan for online fsck
  ` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
  ` [PATCH 07/14] xfs: document pageable kernel memory
  ` [PATCH 04/14] xfs: document the user interface for online fsck
  ` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
  ` [PATCH 10/14] xfs: document full filesystem scans for online fsck
  ` [PATCH 11/14] xfs: document metadata file repair
  ` [PATCH 14/14] xfs: document future directions of online fsck
  ` [PATCH 13/14] xfs: document the userspace fsck driver program
  ` [PATCH 12/14] xfs: document directory tree repairs

[PATCH 1/2] mm: add vma_has_locality()
 2022-12-30 21:59 UTC  (5+ messages)

[PATCH mm-unstable v2 1/2] mm: add vma_has_recency()
 2022-12-30 21:52 UTC  (2+ messages)
` [PATCH mm-unstable v2 2/2] mm: support POSIX_FADV_NOREUSE

remove ->writepage in ntfs3
 2022-12-30 12:03 UTC  (2+ messages)

[PATCH 0/5] fs/ntfs3: Refactoring and bugfix
 2022-12-30 11:27 UTC  (6+ messages)
` [PATCH 1/5] fs/ntfs3: Add null pointer checks
` [PATCH 2/5] fs/ntfs3: Improved checking of attribute's name length
` [PATCH 3/5] fs/ntfs3: Check for extremely large size of $AttrDef
` [PATCH 4/5] fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr
` [PATCH 5/5] fs/ntfs3: Refactoring of various minor issues

[PATCH v4 -next] fs: coredump: using preprocessor directives for dump_emit_page
 2022-12-30  2:24 UTC 

[RESEND PATCH v3 -next] fs: coredump: using preprocessor directives for dump_emit_page
 2022-12-30  2:13 UTC 

[PATCH v1] exfat: fix unexpected EOF while reading dir
 2022-12-30  1:33 UTC  (3+ messages)

[PATCH v1] exfat: fix reporting fs error when reading dir beyond EOF
 2022-12-30  1:32 UTC  (3+ messages)

[PATCH v5 0/4] fs/ufs: Replace kmap() with kmap_local_page
 2022-12-30  0:50 UTC  (8+ messages)
` [PATCH v5 1/4] fs/ufs: Use the offset_in_page() helper
` [PATCH v5 2/4] fs/ufs: Change the signature of ufs_get_page()
` [PATCH v5 3/4] fs/ufs: Use ufs_put_page() in ufs_rename()
` [PATCH v5 4/4] fs/ufs: Replace kmap() with kmap_local_page()

[PATCH] exfat: redefine DIR_DELETED as the bad cluster number
 2022-12-29 11:52 UTC 

[PATCH v4 3/8] proc: Use lsmids instead of lsm names for attrs
 2022-12-29 23:34 UTC 

[syzbot] INFO: task hung in __unmap_and_move (4)
 2022-12-29 22:01 UTC  (2+ messages)

[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
 2022-12-29 13:07 UTC  (7+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read

[PATCH] eventfd: use a generic helper instead of an open coded wait_event
 2022-12-29 10:04 UTC  (2+ messages)

[PATCH v2 0/8] fsdax,xfs: fix warning messages
 2022-12-29  8:23 UTC  (3+ messages)

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2022-12-29  8:12 UTC  (8+ messages)
` [PATCH v2 1/7] block: Introduce provisioning primitives
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION
` [PATCH v2 4/7] loop: Add support for provision requests
` [PATCH v2 5/7] ext4: Add support for FALLOC_FL_PROVISION
` [PATCH v2 6/7] ext4: Add mount option for provisioning blocks during allocations
` [PATCH v2 7/7] ext4: Add a per-file provision override xattr

[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
 2022-12-28 15:55 UTC  (7+ messages)
` [RFC v3 4/7] iomap: Add iomap_folio_prepare helper

Słowa kluczowe do wypozycjonowania
 2022-12-28  8:40 UTC 

[syzbot] [vfs?] [ntfs3?] WARNING in do_symlinkat
 2022-12-27 20:13 UTC  (2+ messages)

WARNING: proc registration bug in clusterip_tg_check
 2022-12-27 15:09 UTC 

[syzbot] [nilfs2?] kernel BUG in folio_end_writeback
 2022-12-27  3:42 UTC 

[syzbot] [hfs?] possible deadlock in hfs_find_init (2)
 2022-12-27  0:59 UTC 

[linux-next:master] BUILD REGRESSION c76083fac3bae1a87ae3d005b5cb1cbc761e31d5
 2022-12-26 16:54 UTC 

[PATCH] fs/ntfs3: fix wrong cast in xattr.c
 2022-12-26 15:07 UTC  (2+ messages)

[RFC PATCH 0/3] fs: nls: Simplification of ASCII and ISO-8859-1
 2022-12-26 14:43 UTC  (4+ messages)
` [RFC PATCH 1/3] nls: Simplify ASCII implementation
` [RFC PATCH 2/3] nls: Simplify ISO-8859-1 implementation
` [RFC PATCH 3/3] nls: Replace default nls table by correct iso8859-1 table


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox