Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2022-05-06 16:11:19 to 2022-05-09 01:26:41 UTC [more...]

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-09  0:16 UTC  (4+ messages)

[GIT UPDATE] pagecache tree
 2022-05-09  1:05 UTC  (116+ messages)
` [PATCH] Appoint myself page cache maintainer
` [PATCH] scsicam: Fix use of page cache
` [PATCH 00/25] Remove AOP flags (and related cleanups)
  ` [PATCH 01/25] ext4: Use page_symlink() instead of __page_symlink()
  ` [PATCH 02/25] namei: Merge page_symlink() and __page_symlink()
  ` [PATCH 03/25] namei: Convert page_symlink() to use memalloc_nofs_save()
  ` [PATCH 04/25] f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs
  ` [PATCH 05/25] ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
  ` [PATCH 06/25] ext4: Use scoped memory API in mext_page_double_lock()
  ` [PATCH 07/25] ext4: Use scoped memory APIs in ext4_da_write_begin()
  ` [PATCH 08/25] ext4: Use scoped memory APIs in ext4_write_begin()
  ` [PATCH 09/25] fs: Remove AOP_FLAG_NOFS
  ` [PATCH 10/25] fs: Remove aop_flags parameter from netfs_write_begin()
  ` [PATCH 11/25] fs: Remove aop flags parameter from block_write_begin()
  ` [PATCH 12/25] fs: Remove aop flags parameter from cont_write_begin()
  ` [PATCH 13/25] fs: Remove aop flags parameter from grab_cache_page_write_begin()
  ` [PATCH 14/25] fs: Remove aop flags parameter from nobh_write_begin()
  ` [PATCH 15/25] fs: Remove flags parameter from aops->write_begin
  ` [PATCH 16/25] buffer: Call aops write_begin() and write_end() directly
  ` [PATCH 17/25] namei: "
  ` [PATCH 18/25] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
  ` [PATCH 19/25] ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()
  ` [PATCH 20/25] hfs: Call hfs_write_begin() and generic_write_end() directly
  ` [PATCH 21/25] hfsplus: Call hfsplus_write_begin() "
  ` [PATCH 22/25] ext4: Call aops write_begin() and write_end() directly
  ` [PATCH 23/25] f2fs: "
  ` [PATCH 24/25] i915: "
  ` [PATCH 25/25] fs: Remove pagecache_write_begin() and pagecache_write_end()
` [PATCH 0/3] Pagecache documentation updates
  ` [PATCH 1/3] filemap: Remove obsolete comment in lock_page
  ` [PATCH 2/3] filemap: Update the folio_lock documentation
  ` [PATCH 3/3] filemap: Update the folio_mark_dirty documentation
` [PATCH 00/37] Convert aops->read_page to aops->read_folio
  ` [PATCH 01/37] fs: Introduce aops->read_folio
  ` [PATCH 02/37] fs: Add read_folio documentation
  ` [PATCH 03/37] fs: Convert netfs_readpage to netfs_read_folio
  ` [PATCH 04/37] fs: Convert iomap_readpage to iomap_read_folio
  ` [PATCH 05/37] fs: Convert block_read_full_page() to block_read_full_folio()
  ` [PATCH 06/37] fs: Convert mpage_readpage to mpage_read_folio
  ` [PATCH 07/37] fs: Convert simple_readpage to simple_read_folio
  ` [PATCH 08/37] affs: Convert affs to read_folio
  ` [PATCH 09/37] afs: Convert afs_symlink_readpage to afs_symlink_read_folio
  ` [PATCH 10/37] befs: Convert befs to read_folio
  ` [PATCH 11/37] btrfs: Convert btrfs "
  ` [PATCH 12/37] cifs: Convert cifs "
  ` [PATCH 13/37] coda: Convert coda "
  ` [PATCH 14/37] cramfs: Convert cramfs "
  ` [PATCH 15/37] ecryptfs: Convert ecryptfs "
  ` [PATCH 16/37] efs: Convert efs symlinks "
  ` [PATCH 17/37] erofs: Convert erofs zdata "
  ` [PATCH 18/37] ext4: Convert ext4 "
  ` [PATCH 19/37] f2fs: Convert f2fs "
  ` [PATCH 20/37] freevxfs: Convert vxfs_immed "
  ` [PATCH 21/37] fuse: Convert fuse "
  ` [PATCH 22/37] hostfs: Convert hostfs "
  ` [PATCH 23/37] hpfs: Convert symlinks "
  ` [PATCH 24/37] isofs: Convert symlinks and zisofs "
  ` [PATCH 25/37] jffs2: Convert jffs2 "
  ` [PATCH 26/37] jfs: Convert metadata pages "
  ` [PATCH 27/37] nfs: Convert nfs "
  ` [PATCH 28/37] ntfs: Convert ntfs "
  ` [PATCH 29/37] ocfs2: Convert ocfs2 "
  ` [PATCH 30/37] orangefs: Convert orangefs "
  ` [PATCH 31/37] romfs: Convert romfs "
  ` [PATCH 32/37] squashfs: Convert squashfs "
  ` [PATCH 33/37] ubifs: Convert ubifs "
  ` [PATCH 34/37] udf: Convert adinicb and symlinks "
  ` [PATCH 35/37] vboxsf: Convert vboxsf "
  ` [PATCH 36/37] mm: Convert swap_readpage to call read_folio instead of readpage
  ` [PATCH 37/37] mm,fs: Remove aops->readpage
` [PATCH 0/4] Miscellaneous folio conversions
  ` [PATCH 1/4] readahead: Use a folio in read_pages()
  ` [PATCH 2/4] fs: Convert is_dirty_writeback() to take a folio
  ` [PATCH 3/4] mm/readahead: Convert page_cache_async_readahead "
  ` [PATCH 4/4] buffer: Rewrite nobh_truncate_page() to use folios
` [PATCH 00/26] Convert aops->releasepage to aops->release_folio
  ` [PATCH 01/26] fs: Add aops->release_folio
  ` [PATCH 02/26] iomap: Convert to release_folio
  ` [PATCH 03/26] 9p: "
  ` [PATCH 04/26] afs: "
  ` [PATCH 05/26] btrfs: "
  ` [PATCH 06/26] ceph: "
  ` [PATCH 07/26] cifs: "
  ` [PATCH 08/26] erofs: "
  ` [PATCH 09/26] ext4: "
  ` [PATCH 10/26] f2fs: "
  ` [PATCH 11/26] gfs2: "
  ` [PATCH 12/26] hfs: "
  ` [PATCH 13/26] hfsplus: "
  ` [PATCH 14/26] jfs: "
  ` [PATCH 15/26] nfs: "
  ` [PATCH 16/26] nilfs2: Remove comment about releasepage
  ` [PATCH 17/26] ocfs2: Convert to release_folio
  ` [PATCH 18/26] orangefs: "
  ` [PATCH 19/26] reiserfs: "
  ` [PATCH 20/26] ubifs: "
  ` [PATCH 21/26] fs: Remove last vestiges of releasepage
  ` [PATCH 22/26] reiserfs: Convert release_buffer_page() to use a folio
  ` [PATCH 23/26] jbd2: Convert jbd2_journal_try_to_free_buffers to take "
  ` [PATCH 24/26] jbd2: Convert release_buffer_page() to use "
  ` [PATCH 25/26] fs: Change try_to_free_buffers() to take "
  ` [PATCH 26/26] fs: Convert drop_buffers() to use "
` [PATCH 0/4] Unify filler_t and aops->read_folio
  ` [PATCH 1/4] jffs2: Pass the file pointer to jffs2_do_readpage_unlock()
  ` [PATCH 2/4] nfs: Pass the file pointer to nfs_symlink_filler()
  ` [PATCH 3/4] fs: Change the type of filler_t
  ` [PATCH 4/4] mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio()
` [PATCH 0/5] Convert aops->freepage to aops->free_folio
  ` [PATCH 1/5] fs: Add free_folio address space operation
  ` [PATCH 2/5] orangefs: Convert to free_folio
  ` [PATCH 3/5] nfs: "
  ` [PATCH 4/5] secretmem: "
  ` [PATCH 5/5] fs: Remove aops->freepage

[RFC PATCH 0/3] Introduce new huge_ptep_get_access_flags() interface
 2022-05-09  1:19 UTC  (7+ messages)
` [RFC PATCH 1/3] arm64/hugetlb: "
` [RFC PATCH 2/3] fs/proc/task_mmu: Change to use huge_ptep_get_access_flags()
` [RFC PATCH 3/3] mm/damon/vaddr: "

[PATCH v3] mm/ksm: introduce ksm_force for each process
 2022-05-08 18:03 UTC  (5+ messages)
  ` [PATCH v4] "
  ` [PATCH v5] "

[PATCH 0/3] Unify filler_t and read_folio
 2022-05-08 19:06 UTC  (4+ messages)
` [PATCH 3/3] fs: Change the type of filler_t

[PATCH 00/69] Filesystem/page cache patches for 5.19
 2022-05-08 18:37 UTC  (6+ messages)
` [PATCH 32/69] buffer: Rewrite nobh_truncate_page() to use folios
` [PATCH 33/69] fs: Introduce aops->read_folio

[PATCH] fs: sendfile handles O_NONBLOCK of out_fd
 2022-05-08 18:28 UTC  (4+ messages)

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-05-08 14:36 UTC  (15+ messages)
` [PATCH v14 01/07] dax: Introduce holder for dax_device
` [PATCH v14 02/07] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v14 03/07] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v14 04/07] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v14 05/07] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v14 06/07] xfs: Implement ->notify_failure() for XFS
` [PATCH v14 07/07] fsdax: set a CoW flag when associate reflink mappings
` [PATCH v11 01/07] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v11 02/07] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v11 03/07] fsdax: Replace mmap entry in case of CoW
` [PATCH v11 04/07] fsdax: Add dax_iomap_cow_copy() for dax zero
` [PATCH v11 05/07] fsdax: Dedup file range to use a compare function
` [PATCH v11 06/07] xfs: support CoW in fsdax mode
` [PATCH v11 07/07] xfs: Add dax dedupe support

Fanotify API - Tracking File Movement
 2022-05-07 16:03 UTC  (6+ messages)

[PATCH v4 1/3] idmapped-mounts: Reset errno to zero before run_test
 2022-05-07 13:33 UTC  (4+ messages)
` [PATCH v4 2/3] idmapped-mounts: Add mknodat operation in setgid test
` [PATCH v4 3/3] idmapped-mounts: Add open with O_TMPFILE "

[syzbot] KASAN: out-of-bounds Write in end_buffer_read_sync
 2022-05-07 13:27 UTC  (2+ messages)

[PATCH v2] erofs: change to use asyncronous io for fscache readpage/readahead
 2022-05-07 13:08 UTC  (2+ messages)

[PATCH v3 1/5] idmapped-mounts: Reset errno to zero after detect fs_allow_idmap
 2022-05-07 12:26 UTC  (6+ messages)

[PATCH] docs: Add small intro to idmap examples
 2022-05-07 12:04 UTC  (2+ messages)

[PATCH] fs/pipe: Deinitialize the watch_queue when pipe is freed
 2022-05-07 11:56 UTC 

Race-free block device opening
 2022-05-07 11:35 UTC  (3+ messages)

[PATCH v4 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-07 10:42 UTC  (13+ messages)
` [PATCH v4 1/3] FUSE: Implement atomic lookup + create

[PATCH] erofs: change to use asyncronous io for fscache readpage/readahead
 2022-05-07  9:48 UTC  (5+ messages)
  ` [External] "

[PATCH v2] fs: Fix page cache inconsistency when mixing buffered and AIO DIO for bdev
 2022-05-07  8:51 UTC  (3+ messages)

[PATCH v2] fanotify: do not allow setting dirent events in mask of non-dir
 2022-05-07  8:00 UTC 

[PATCH] fanotify: do not allow setting FAN_RENAME on non-dir
 2022-05-07  7:55 UTC  (4+ messages)

[syzbot] BUG: unable to handle kernel paging request in inode_wait_for_writeback
 2022-05-07  7:09 UTC 

reduce memory allocation in the btrfs direct I/O path
 2022-05-07  5:26 UTC  (4+ messages)

[PATCH v2] mm/ksm: introduce ksm_force for each process
 2022-05-07  4:49 UTC  (3+ messages)

[syzbot] WARNING: suspicious RCU usage in write_inode_now
 2022-05-07  0:43 UTC 

[RFC PATCH] getting misc stats/attributes via xattr API
 2022-05-07  0:32 UTC  (3+ messages)

[PATCH v3 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-06 20:06 UTC  (5+ messages)
` [PATCH v3 1/3] FUSE: Implement atomic lookup + create

[PATCH v2 0/3] fanotify: Allow user space to pass back additional audit info
 2022-05-06 18:46 UTC  (6+ messages)
` [PATCH v2 2/3] fanotify: define struct members to hold response decision context

[PATCH] fs: Fix page cache inconsistency when mixing buffered and AIO DIO for bdev
 2022-05-06 18:02 UTC  (3+ messages)

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-06 17:18 UTC  (3+ messages)
` [PATCH 3/7] iomap: add per-iomap_iter private data

generic/068 crash on 5.18-rc2?
 2022-05-06 17:03 UTC  (11+ messages)

[PATCH v3 00/12] Landlock: file linking and renaming support
 2022-05-06 16:31 UTC  (6+ messages)
` [PATCH v3 04/12] landlock: Fix same-layer rule unions
` [PATCH v3 05/12] landlock: Move filesystem helpers and add a new one
` [PATCH v3 06/12] LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
` [PATCH v3 09/12] samples/landlock: Add support for file reparenting


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