linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-15 18:38:45 to 2023-09-18 15:33:06 UTC [more...]

[RFC PATCH 0/3] quering mount attributes
 2023-09-18 15:22 UTC  (23+ messages)
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH v2] netfs: Only call folio_start_fscache() one time for each folio
 2023-09-18 13:17 UTC 

[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
 2023-09-18 12:46 UTC  (5+ messages)

[PATCH 1/4] inotify_user: pass directory fd to inotify_find_inode()
 2023-09-18 12:40 UTC  (5+ messages)
` [PATCH 2/4] inotify_user: move code to do_inotify_add_watch()
` [PATCH 3/4] inotify_user: add system call inotify_add_watch_at()
` [PATCH 4/4] arch: register inotify_add_watch_at

[RFC 00/23] Enable block size > page size in XFS
 2023-09-18 12:35 UTC  (39+ messages)
` [RFC 01/23] fs: Allow fine-grained control of folio sizes
` [RFC 02/23] pagemap: use mapping_min_order in fgf_set_order()
` [RFC 03/23] filemap: add folio with at least mapping_min_order in __filemap_get_folio
` [RFC 04/23] filemap: set the order of the index in page_cache_delete_batch()
` [RFC 05/23] filemap: align index to mapping_min_order in filemap_range_has_page()
` [RFC 06/23] mm: call xas_set_order() in replace_page_cache_folio()
` [RFC 07/23] filemap: align the index to mapping_min_order in __filemap_add_folio()
` [RFC 08/23] filemap: align the index to mapping_min_order in filemap_get_folios_tag()
` [RFC 09/23] filemap: use mapping_min_order while allocating folios
` [RFC 10/23] filemap: align the index to mapping_min_order in filemap_get_pages()
` [RFC 11/23] filemap: align the index to mapping_min_order in do_[a]sync_mmap_readahead
` [RFC 12/23] filemap: align index to mapping_min_order in filemap_fault()
` [RFC 13/23] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC 14/23] readahead: allocate folios with mapping_min_order in ra_unbounded()
` [RFC 15/23] readahead: align with mapping_min_order in force_page_cache_ra()
` [RFC 16/23] readahead: add folio with at least mapping_min_order in page_cache_ra_order
` [RFC 17/23] readahead: set the minimum ra size in get_(init|next)_ra
` [RFC 18/23] readahead: align ra start and size to mapping_min_order in ondemand_ra()
` [RFC 19/23] truncate: align index to mapping_min_order
` [RFC 20/23] mm: round down folio split requirements
` [RFC 21/23] xfs: expose block size in stat
` [RFC 22/23] xfs: enable block size larger than page size support
` [RFC 23/23] xfs: set minimum order folio for page cache based on blocksize

[PATCH] ima: fix wrong dereferences of file->f_path
 2023-09-18 11:56 UTC  (4+ messages)
        ` Fwd: "

[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-09-18 12:06 UTC  (18+ messages)
` [PATCH v6 01/45] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v6 15/45] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v6 19/45] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v6 26/45] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v6 33/45] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v6 41/45] mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg_{alloc|remove}()
` [PATCH v6 44/45] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v6 45/45] mm: shrinker: convert shrinker_rwsem to mutex

[GIT PULL] timestamp fixes
 2023-09-18 11:53 UTC 

[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
 2023-09-18 11:34 UTC  (22+ messages)
` [RFC v2 01/10] bdev: rename iomap aops
` [RFC v2 02/10] bdev: dynamically set aops to enable LBS support
` [RFC v2 03/10] bdev: increase bdev max blocksize depending on the aops used
` [RFC v2 04/10] filesystems: add filesytem buffer-head flag
` [RFC v2 05/10] bdev: allow to switch between bdev aops
` [RFC v2 06/10] bdev: simplify coexistance
` [RFC v2 07/10] nvme: enhance max supported LBA format check
` [RFC v2 08/10] nvme: add awun / nawun sanity check
` [RFC v2 09/10] nvme: add nvme_core.debug_large_atomics to force high awun as phys_bs
` [RFC v2 10/10] nvme: enable LBS support

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-18 11:14 UTC  (19+ messages)

[PATCH] fs-writeback: do not requeue a clean inode having skipped pages
 2023-09-18 11:10 UTC  (3+ messages)

[syzbot] [ext4?] WARNING in setattr_copy
 2023-09-18 11:10 UTC  (5+ messages)
  ` [syzbot] [overlayfs] "

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-09-18 11:05 UTC  (19+ messages)
` [PATCH 01/18] mm/readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 02/18] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 03/18] block/buffer_head: introduce block_{index_to_sector,sector_to_index}
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors
` [PATCH 05/18] fs/mpage: "
` [PATCH 06/18] fs: Allow fine-grained control of folio sizes
` [PATCH 07/18] mm/filemap: allocate folios with mapping order preference
` [PATCH 08/18] mm/readahead: "
` [PATCH 09/18] fs/buffer: use mapping order in grow_dev_page()
` [PATCH 10/18] block/bdev: lift restrictions on supported blocksize
` [PATCH 11/18] block/bdev: enable large folio support for large logical block sizes
` [PATCH 12/18] brd: convert to folios
` [PATCH 13/18] brd: abstract page_size conventions
` [PATCH 14/18] brd: use memcpy_{to,from}_folio()
` [PATCH 15/18] brd: make sector size configurable
` [PATCH 16/18] brd: make logical "
` [PATCH 17/18] xfs: remove check for block sizes smaller than PAGE_SIZE
` [PATCH 18/18] nvme: enable logical block size > PAGE_SIZE

[czhong@redhat.com: [bug report] WARNING: CPU: 121 PID: 93233 at fs/dcache.c:365 __dentry_kill+0x214/0x278]
 2023-09-18 10:20 UTC  (11+ messages)

DoS in lseek inodes with proc_ops
 2023-09-18  9:59 UTC 

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-18  8:41 UTC  (9+ messages)
  ` [PATCH 6/6] shmem: add large folios support to the "
    ` [PATCH 1/6] filemap: make the folio order calculation shareable

[syzbot] [btrfs?] WARNING in btrfs_run_delayed_refs (2)
 2023-09-18  8:39 UTC  (2+ messages)

[PATCH v1 1/1] mm: report per-page metadata information
 2023-09-18  8:14 UTC  (2+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-18  7:51 UTC  (12+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory

[PATCH] aio: Annotate struct kioctx_table with __counted_by
 2023-09-18  7:25 UTC  (3+ messages)

[PATCH v2] fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
 2023-09-18  6:27 UTC  (3+ messages)

[PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT
 2023-09-18  5:55 UTC  (8+ messages)
` [PATCH v3 1/4] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v3 2/4] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v3 3/4] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v3 4/4] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[PATCH v1 1/1] poll: fix the data race in the use of pwq->triggered in poll_schedule_timeout()
 2023-09-18  4:48 UTC 

[syzbot] [fs?] [mm?] WARNING in page_copy_sane
 2023-09-18  4:41 UTC 

dentry UAF bugs crashing arm64 machines on 6.5/6.6?
 2023-09-18  1:37 UTC  (2+ messages)

[syzbot] [overlayfs?] general protection fault in d_path
 2023-09-18  0:04 UTC  (2+ messages)
` [syzbot] [integrity] [overlayfs] "

BUG: KCSAN: data-race in poll_schedule_timeout.constprop.0 / pollwake
 2023-09-17 20:19 UTC 

[PATCH 5.15 057/511] eventfd: prevent underflow for eventfd semaphores
 2023-09-17 19:08 UTC 

[PATCH 5.10 067/406] eventfd: prevent underflow for eventfd semaphores
 2023-09-17 19:08 UTC 

[BUG] KCSAN: data-race in xas_clear_mark / xas_find_marked
 2023-09-17 19:09 UTC  (4+ messages)

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-17 15:35 UTC  (2+ messages)
` [syzbot] [block] "

[PATCH v2] mm/writeback: Update filemap_dirty_folio() comment
 2023-09-17 15:35 UTC 

[PATCH] mm/writeback: Update filemap_dirty_folio() comment
 2023-09-17 15:04 UTC 

[syzbot] [hfs?] INFO: task hung in hfsplus_find_init
 2023-09-17  7:36 UTC 

[PATCH 00/17] Add folio_end_read
 2023-09-16 15:59 UTC  (15+ messages)
` [PATCH 02/17] iomap: Protect read_bytes_pending with the state_lock
` [PATCH 08/17] alpha: Implement xor_unlock_is_negative_byte
` [PATCH 09/17] m68k: "

[PATCH v2 0/2] Remove usage of FR_WAITING
 2023-09-16 11:30 UTC  (5+ messages)
` [PATCH v2 1/2] fuse: move FR_WAITING set from fuse_request_queue_background to fuse_simple_background
` [PATCH v2 2/2] fuse: remove usage of FR_WATING flag

[PATCH 0/1] ext4: Fix stale data exposure caused with dioread_nolock
 2023-09-16 11:02 UTC  (6+ messages)
` [PATCH 1/1] ext4: Mark buffer new if it is unwritten to avoid stale data exposure

[PATCH] fuse: remove unneeded lock which protecting update of congestion_threshold
 2023-09-16 11:06 UTC  (2+ messages)

[RFC PATCH kdevops 0/2] augment expunge list for v6.1.53
 2023-09-16  9:23 UTC  (4+ messages)
` [RFC PATCH kdevops 1/2] fstests/xfs: copy 6.1.42 baseline "
` [RFC PATCH kdevops 2/2] xfs: merge common expunge lists "

[PATCH] fs-writeback: writeback_sb_inodes: Do not increase 'total_wrote' when nothing is written
 2023-09-16  6:01 UTC  (6+ messages)
  ` 答复: "
        ` 答复: "

[PATCH 0/3] userfaultfd remap option
 2023-09-15 23:39 UTC  (4+ messages)
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI

[PATCH] block: Remove special-casing of compound pages
 2023-09-15 22:48 UTC  (4+ messages)

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-15 22:41 UTC  (4+ messages)

[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-09-15 20:59 UTC  (5+ messages)
` [PATCH v4 2/12] "

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-15 20:00 UTC  (6+ messages)
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[syzbot] BUG: unable to handle kernel NULL pointer dereference in __d_instantiate
 2023-09-15 19:01 UTC  (2+ messages)
` [syzbot] [ntfs3?] "


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