linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-23 20:37:12 to 2022-12-31 15:12:12 UTC [more...]

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

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

[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 03/14] xfs: document the testing plan for online fsck
  ` [PATCH 04/14] xfs: document the user interface "
  ` [PATCH 09/14] xfs: document online file metadata repair code
  ` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
  ` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
  ` [PATCH 08/14] xfs: document btree bulk loading
  ` [PATCH 07/14] xfs: document pageable kernel memory
  ` [PATCH 12/14] xfs: document directory tree repairs
  ` [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 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 linux-next] swap_state: update shadow_nodes for anonymous page
 2022-12-30  1:36 UTC  (3+ messages)

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

remove generic_writepages
 2022-12-29 16:10 UTC  (7+ 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

[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  (3+ 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

[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2022-12-28 19:42 UTC 

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

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

[GIT PULL] acl updates for v6.2
 2022-12-28  8:40 UTC  (5+ messages)
  ` [GIT PULL] acl updates for v6.2 #forregzbot

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-28  8:28 UTC  (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[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

[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
 2022-12-26 14:21 UTC  (19+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option
` [RFC PATCH v2 02/18] hfsplus: Add iocharset= mount option as alias for nls=
` [RFC PATCH v2 03/18] ntfs: Undeprecate iocharset= mount option
` [RFC PATCH v2 04/18] ntfs: Fix error processing when load_nls() fails
` [RFC PATCH v2 05/18] befs: Fix printing iocharset= mount option
` [RFC PATCH v2 06/18] befs: Rename enum value Opt_charset to Opt_iocharset to match "
` [RFC PATCH v2 07/18] befs: Fix error processing when load_nls() fails
` [RFC PATCH v2 08/18] befs: Allow to use native UTF-8 mode
` [RFC PATCH v2 09/18] hfs: Explicitly set hsb->nls_disk when hsb->nls_io is set
` [RFC PATCH v2 10/18] hfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH v2 11/18] hfsplus: "
` [RFC PATCH v2 12/18] jfs: Remove custom iso8859-1 implementation
` [RFC PATCH v2 13/18] jfs: Fix buffer overflow in jfs_strfromUCS_le() function
` [RFC PATCH v2 14/18] jfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH v2 15/18] ntfs: "
` [RFC PATCH v2 16/18] cifs: "
` [RFC PATCH v2 17/18] cifs: Remove usage of load_nls_default() calls
` [RFC PATCH v2 18/18] nls: Drop broken nls_utf8 module

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

[syzbot] [hfs?] possible deadlock in list_lru_add
 2022-12-25 10:28 UTC 

[linus:master] [udf] 16d0556568: xfstests.generic.091.fail
 2022-12-25  8:15 UTC 

[PATCH v2] eventfd: use a generic helper instead of an open coded wait_event
 2022-12-24 14:36 UTC 

[syzbot] INFO: task hung in gfs2_jhead_process_page
 2022-12-24  4:03 UTC  (2+ messages)
` [syzbot] [gfs2?] "

[PATCH AUTOSEL 5.10 06/11] chardev: Fix potential memory leak when cdev_add() failed
 2022-12-24  1:32 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 10/11] exfat: fix overflow in sector and cluster conversion

[PATCH AUTOSEL 5.15 06/14] chardev: Fix potential memory leak when cdev_add() failed
 2022-12-24  1:31 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 12/14] writeback: Add asserts for adding freed inode to lists
` [PATCH AUTOSEL 5.15 13/14] exfat: fix overflow in sector and cluster conversion

[PATCH AUTOSEL 6.0 07/18] chardev: Fix potential memory leak when cdev_add() failed
 2022-12-24  1:30 UTC  (3+ messages)
` [PATCH AUTOSEL 6.0 16/18] writeback: Add asserts for adding freed inode to lists
` [PATCH AUTOSEL 6.0 17/18] exfat: fix overflow in sector and cluster conversion

[PATCH AUTOSEL 6.1 15/26] chardev: Fix potential memory leak when cdev_add() failed
 2022-12-24  1:29 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 24/26] writeback: Add asserts for adding freed inode to lists
` [PATCH AUTOSEL 6.1 25/26] exfat: fix overflow in sector and cluster conversion

[PATCH v2 00/11] fsverity: support for non-4K pages
 2022-12-23 20:36 UTC  (8+ messages)
` [PATCH v2 03/11] fsverity: store log2(digest_size) precomputed
` [PATCH v2 06/11] fsverity: support verification with tree block size < PAGE_SIZE
` [PATCH v2 07/11] fsverity: support enabling "
` [PATCH v2 08/11] ext4: simplify ext4_readpage_limit()
` [PATCH v2 09/11] f2fs: simplify f2fs_readpage_limit()
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
` [PATCH v2 11/11] ext4: allow verity with fs block size < PAGE_SIZE


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