Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2021-11-02 12:31:18 to 2021-11-08 04:37:47 UTC [more...]

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-08  4:05 UTC  (12+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 08/28] iomap: Convert to_iomap_page "
` [PATCH v2 09/28] iomap: Convert iomap_page_create "
` [PATCH v2 10/28] iomap: Convert iomap_page_release "
` [PATCH v2 11/28] iomap: Convert iomap_releasepage to use "

[PATCH] fs: direct-io: use DIV_ROUND_UP helper macro for calculations
 2021-11-08  4:02 UTC  (4+ messages)

FUSE: anyway to return different stat::st_dev inside one filesystem?
 2021-11-08  2:22 UTC 

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-07 23:57 UTC 

[PATCH v3] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-07 23:51 UTC  (2+ messages)

[PATCH v2] mm: Add PM_THP to /proc/pid/pagemap
 2021-11-07 22:56 UTC  (3+ messages)

[GIT PULL] Quota, isofs, reiserfs fixes for 5.16-rc1
 2021-11-06 23:50 UTC  (2+ messages)

[GIT PULL] Fsnotify changes for 5.16-rc1
 2021-11-06 23:50 UTC  (2+ messages)

[PATCH v2 0/2] Dax poison recovery
 2021-11-06 16:48 UTC  (6+ messages)
` [PATCH v2 1/2] dax: Introduce normal and recovery dax operation modes
` [PATCH v2 2/2] dax,pmem: Implement pmem based dax data recovery

[PATCH 0/7] Report more information in fanotify dirent events
 2021-11-06 16:29 UTC  (2+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-06 11:29 UTC  (14+ messages)

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-11-06  7:41 UTC  (33+ messages)
` [dm-devel] "

[PATCH 00/21] iomap/xfs folio patches
 2021-11-06  3:44 UTC  (39+ messages)
` [PATCH 02/21] block: Add bio_add_folio()
` [PATCH 03/21] block: Add bio_for_each_folio_all()
` [PATCH 07/21] iomap: Convert iomap_releasepage to use a folio
` [PATCH 08/21] iomap: Add iomap_invalidate_folio
` [PATCH 15/21] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH 17/21] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH 18/21] iomap: Convert iomap_add_to_ioend to take a folio
` [PATCH 19/21] iomap: Convert iomap_migrate_page to use folios
` [PATCH 20/21] iomap: Support multi-page folios in invalidatepage
` [PATCH 21/21] xfs: Support multi-page folios

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-05 14:30 UTC  (20+ messages)

[PATCH v3 0/5]: initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2021-11-05 12:03 UTC  (2+ messages)

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-05  8:25 UTC  (19+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[PATCH] fuse: fix possible write position calculation error
 2021-11-05  7:43 UTC  (3+ messages)

[PATCH v15 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
 2021-11-05  6:41 UTC  (2+ messages)
` [fs] a0918006f9: netperf.Throughput_tps -11.6% regression

[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
 2021-11-05  4:30 UTC  (4+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts

futher decouple DAX from block devices
 2021-11-05  3:30 UTC  (9+ messages)

[PATCH v9 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-11-04 20:31 UTC  (12+ messages)
` [PATCH v9 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v9 10/17] gfs2: Eliminate ip->i_gh
` [PATCH v9 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v9 12/17] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v9 13/17] iomap: Support partial direct I/O on user copy failures
` [PATCH v9 14/17] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v9 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v9 16/17] iov_iter: Introduce nofault "
` [PATCH v9 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O

[PATCH 0/3] dax: clear poison on the fly along pwrite
 2021-11-04 20:27 UTC  (8+ messages)
` [PATCH 1/3] dax: introduce dax_operation dax_clear_poison
` [PATCH 2/3] dax: introduce dax_clear_poison to dax pwrite operation
` [PATCH 3/3] libnvdimm/pmem: Provide pmem_dax_clear_poison for dax operation

bcachefs status update - current and future work
 2021-11-04 17:35 UTC 

[PATCH] afs: Fix ENOSPC, EDQUOT and other errors to fail a write rather than retrying
 2021-11-04 15:15 UTC  (4+ messages)

[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-04 14:32 UTC  (10+ messages)
` [PATCH v3 4/6] folio: Add a function to get the host inode for a folio
` [PATCH v3 5/6] netfs, 9p, afs, ceph: Use folios
    ` [PATCH] folio: Add replacements for page_endio()

FUSE statfs f_fsid field
 2021-11-04 14:21 UTC  (4+ messages)

[PATCH] fs: Fix misspelling of "visible"
 2021-11-04 13:17 UTC 

[PATCH] fuse: add tracepoints for request
 2021-11-04 10:11 UTC  (2+ messages)

[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
 2021-11-04  1:21 UTC 

[syzbot] KASAN: use-after-free Write in io_submit_one
 2021-11-03 23:16 UTC 

[PATCH] aio: Save a few cycles in 'lookup_ioctx()'
 2021-11-03 21:31 UTC 

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-11-03 12:44 UTC  (20+ messages)

[PATCH] fs/super.c: defer more work after super_block is off of the super_blocks list
 2021-11-03 12:14 UTC  (2+ messages)

switch block layer polling to a bio based model v4
 2021-11-03  8:05 UTC  (5+ messages)
` [PATCH 14/16] block: switch polling to be bio based

[PATCH 0/4] exfat: minor cleanup changes
 2021-11-03  2:41 UTC  (6+ messages)
` [PATCH 1/4] exfat: simplify is_valid_cluster()
` [PATCH 2/4] exfat: fix typos in comments
` [PATCH 3/4] exfat: make exfat_find_location() static
` [PATCH 4/4] exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()

[GIT PULL] afs: Split readpage and fix file creation mtime
 2021-11-02 19:52 UTC  (2+ messages)

[GIT PULL] gfs2: Fix mmap + page fault deadlocks
 2021-11-02 19:52 UTC  (2+ messages)

[GIT PULL] xfs: new code for 5.16
 2021-11-02 19:52 UTC  (2+ messages)

[PATCH v2 0/2] fuse: Send file/inode security context during creation
 2021-11-02 19:09 UTC  (6+ messages)
` [PATCH v2 2/2] fuse: Send security context of inode on file creation

[PATCH v1] mm: Add /proc/$PID/pageflags
 2021-11-02 18:38 UTC  (7+ messages)

[v5 PATCH 6/6] mm: hwpoison: handle non-anonymous THP correctly
 2021-11-02 16:41 UTC  (4+ messages)

[PATCH 4.19,v3] VFS: Fix memory leak caused by concurrently mounting fs with subtype
 2021-11-02 14:22 UTC 


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