Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-25 10:16:44 to 2023-05-26 09:27:09 UTC [more...]

[PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-05-26  9:26 UTC  (14+ messages)
` [PATCH v2 1/5] block: annotate bdev_disk_changed() deprecation with a symbol namespace
` [PATCH v2 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v2 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v2 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v2 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-26  9:24 UTC  (20+ messages)
` [RFC PATCH v2 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [RFC PATCH v2 2/3] mm: Provide a function to get an additional pin on a page
` [RFC PATCH v2 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-26  8:38 UTC  (25+ messages)
` [PATCH 06/32] sched: Add task_struct->faults_disabled_mapping
        ` [Cluster-devel] "

[RFC v2 0/8] add support for blocksize > PAGE_SIZE
 2023-05-26  8:35 UTC  (14+ messages)
` [RFC v2 1/8] page_flags: add is_folio_hwpoison()
` [RFC v2 2/8] shmem: convert to use is_folio_hwpoison()
` [RFC v2 3/8] shmem: account for high order folios
` [RFC v2 4/8] shmem: add helpers to get block size
` [RFC v2 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks()
` [RFC v2 6/8] shmem: consider block size in shmem_default_max_inodes()
` [RFC v2 7/8] shmem: add high order page support
` [RFC v2 8/8] shmem: add support to customize block size order

[Syzkaller & bisect] There is "soft lockup in __cleanup_mnt" in v6.4-rc3 kernel
 2023-05-26  6:43 UTC  (8+ messages)

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-26  6:37 UTC  (3+ messages)

[MEGAPATCHSET v25 1/2] xfs: online repair, part 1
 2023-05-26  3:19 UTC  (47+ messages)
` [PATCHSET v25.0 0/7] xfs: stage repair information in pageable memory
  ` [PATCH 1/7] xfs: create a big array data structure
  ` [PATCH 2/7] xfs: enable sorting of xfile-backed arrays
  ` [PATCH 3/7] xfs: convert xfarray insertion sort to heapsort using scratchpad memory
  ` [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 6/7] xfs: cache pages used for xfarray quicksort convergence
  ` [PATCH 7/7] xfs: improve xfarray quicksort pivot
` [PATCHSET v25.0 0/9] xfs: support in-memory btrees
  ` [PATCH 1/9] xfs: dump xfiles for debugging purposes
  ` [PATCH 2/9] xfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 3/9] xfs: create buftarg helpers to abstract block_device operations
  ` [PATCH 4/9] xfs: make GFP_ usage consistent when allocating buftargs
  ` [PATCH 5/9] xfs: support in-memory buffer cache targets
  ` [PATCH 6/9] xfs: consolidate btree block freeing tracepoints
  ` [PATCH 7/9] xfs: consolidate btree block allocation tracepoints
  ` [PATCH 8/9] xfs: support in-memory btrees
  ` [PATCH 9/9] xfs: connect in-memory btrees to xfiles
` [PATCHSET v25.0 00/25] xfs: atomic file updates
  ` [PATCH 01/25] xfs: add a libxfs header file for staging new ioctls
  ` [PATCH 02/25] xfs: introduce new file range exchange ioctl
  ` [PATCH 03/25] xfs: move inode lease breaking functions to xfs_inode.c
  ` [PATCH 04/25] xfs: move xfs_iops.c declarations out of xfs_inode.h
  ` [PATCH 05/25] xfs: declare xfs_file.c symbols in xfs_file.h
  ` [PATCH 06/25] xfs: create a new helper to return a file's allocation unit
  ` [PATCH 07/25] xfs: refactor non-power-of-two alignment checks
  ` [PATCH 08/25] xfs: parameterize all the incompat log feature helpers
  ` [PATCH 09/25] xfs: create a log incompat flag for atomic extent swapping
  ` [PATCH 10/25] xfs: introduce a swap-extent log intent item
  ` [PATCH 11/25] xfs: create deferred log items for extent swapping
  ` [PATCH 12/25] xfs: enable xlog users to toggle atomic "
  ` [PATCH 13/25] xfs: bind the xfs-specific extent swape code to the vfs-generic file exchange code
  ` [PATCH 14/25] xfs: add error injection to test swapext recovery
  ` [PATCH 15/25] xfs: port xfs_swap_extents_rmap to our new code
  ` [PATCH 16/25] xfs: consolidate all of the xfs_swap_extent_forks code
  ` [PATCH 17/25] xfs: port xfs_swap_extent_forks to use xfs_swapext_req
  ` [PATCH 18/25] xfs: allow xfs_swap_range to use older extent swap algorithms
  ` [PATCH 19/25] xfs: remove old swap extents implementation
  ` [PATCH 20/25] xfs: condense extended attributes after an atomic swap
  ` [PATCH 21/25] xfs: condense directories "
  ` [PATCH 22/25] xfs: condense symbolic links "
  ` [PATCH 23/25] xfs: make atomic extent swapping support realtime files
  ` [PATCH 24/25] xfs: support non-power-of-two rtextsize with exchange-range
  ` [PATCH 25/25] xfs: enable atomic swapext feature

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-26  2:35 UTC  (15+ messages)

[PATCH 0/7] block layer patches for bcachefs
 2023-05-26  0:50 UTC  (10+ messages)
` [PATCH 1/7] block: Add some exports "
` [PATCH 2/7] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 3/7] block: Bring back zero_fill_bio_iter
` [PATCH 4/7] block: Rework bio_for_each_segment_all()
` [PATCH 5/7] block: Rework bio_for_each_folio_all()
` [PATCH 6/7] block: Add documentation for bio iterator macros
` [PATCH 7/7] block: Don't block on s_umount from __invalidate_super()

[PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read()
 2023-05-25 23:46 UTC  (5+ messages)

[PATCH 0/2] kernel/sysctl.c: remove to major base directories
 2023-05-25 23:04 UTC  (7+ messages)
` [PATCH 2/2] signal: move show_unhandled_signals sysctl to its own file

[RFC v7 1/2] epoll: Implement eventpoll_replace_file()
 2023-05-25 21:55 UTC  (3+ messages)

[syzbot] [reiserfs?] KMSAN: uninit-value in reiserfs_security_init
 2023-05-25 21:49 UTC  (4+ messages)
` [PATCH] reiserfs: Initialize sec->length in reiserfs_security_init()

[RFC PATCH v2 0/3] Add support for Vendor Defined Error Types in Einj Module
 2023-05-25 20:44 UTC  (4+ messages)
` [RFC PATCH v2 1/3] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [RFC PATCH v2 2/3] fs: debugfs: Add write functionality to debugfs blobs
` [RFC PATCH v2 3/3] ACPI: APEI: EINJ: Add support for vendor defined error types

[git pull] vfs.git sysv pile
 2023-05-25 20:10 UTC  (5+ messages)

[syzbot] [hfs?] KASAN: wild-memory-access Read in hfsplus_bnode_dump
 2023-05-25 20:03 UTC  (2+ messages)

[PATCH 1/2] fs/kernel_read_file: add support for duplicate detection
 2023-05-25 19:32 UTC  (5+ messages)
        ` [PATCH 2/2] module: add support to avoid duplicates early on load

[GIT PULL] vfs fixes
 2023-05-25 18:18 UTC  (2+ messages)

[PATCH] fs: Drop wait_unfrozen wait queue
 2023-05-25 18:16 UTC  (2+ messages)

[PATCH v21 0/6] block: Use page pinning
 2023-05-25 17:25 UTC  (14+ messages)
  ` Extending page pinning into fs/direct-io.c

[PATCH v5 0/3] NFSD: add support for NFSv4 write delegation
 2023-05-25 17:21 UTC  (5+ messages)
` [PATCH v5 2/3] NFSD: handle GETATTR conflict with "

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-25 17:19 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6a3d37b4d885129561e1cef361216f00472f7d2e
 2023-05-25 16:49 UTC 

[RFC PATCH 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-25 16:47 UTC  (5+ messages)
` [RFC PATCH 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [RFC PATCH 2/3] mm: Provide a function to get an additional pin on a page
` [RFC PATCH 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[PATCH 0/3] filesystems: start removal of the kthread freezer
 2023-05-25 16:07 UTC  (3+ messages)
` [PATCH 1/3] ext4: replace kthread freezing with auto fs freezing

cleanup the filemap / direct I/O interaction v2
 2023-05-25 16:02 UTC  (3+ messages)
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-25 14:43 UTC  (7+ messages)

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-05-25 14:14 UTC  (8+ messages)
` [PATCH 1/6] fs: unify locking semantics for fs freeze / thaw
` [PATCH 2/6] fs: add frozen sb state helpers
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze

[PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
 2023-05-25 12:33 UTC  (7+ messages)
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE

[PATCH] fs: use UB-safe check for signed addition overflow in remap_verify_area
 2023-05-25 12:24 UTC  (4+ messages)

[PATCH 00/13] multiblock allocator improvements
 2023-05-25 12:24 UTC  (15+ messages)
` [PATCH 01/13] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"
` [PATCH 02/13] ext4: mballoc: Remove useless setting of ac_criteria
` [PATCH 03/13] ext4: Remove unused extern variables declaration
` [PATCH 04/13] ext4: Fix a small typo in ext4_mb_prefetch_fini()
` [PATCH 05/13] ext4: Convert mballoc cr (criteria) to enum
` [PATCH 06/13] ext4: Add per CR extent scanned counter
` [PATCH 07/13] ext4: Add counter to track successful allocation of goal length
` [PATCH 08/13] ext4: Avoid scanning smaller extents in BG during CR1
` [PATCH 09/13] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [PATCH 10/13] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
` [PATCH 11/13] ext4: Abstract out logic to search average fragment list
` [PATCH 12/13] ext4: Add allocation criteria 1.5 (CR1_5)
` [PATCH 13/13] ext4: Give symbolic names to mballoc criterias

[bug report] fanotify: support reporting non-decodeable file handles
 2023-05-25 10:23 UTC  (7+ messages)

[PATCH] exportfs: check for error return value from exportfs_encode_*()
 2023-05-25 10:19 UTC  (5+ messages)

[PATCH 0/6] fs: Fix directory corruption when moving directories
 2023-05-25 10:16 UTC  (3+ messages)
` [PATCH 1/6] ext4: Remove ext4 locking of moved directory
` [PATCH 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes


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 read-only IMAP folder(s) and NNTP newsgroup(s).