Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2022-05-05 20:11:29 to 2022-05-08 20:32:32 UTC [more...]

[GIT UPDATE] pagecache tree
 2022-05-08 20:31 UTC  (63+ 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 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 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 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 27/37] nfs: Convert nfs "
  ` [PATCH 30/37] orangefs: Convert orangefs "
` [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 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)

[RFC PATCH 0/3] Introduce new huge_ptep_get_access_flags() interface
 2022-05-08 17:08 UTC  (6+ 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: "

[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  (5+ messages)

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-07  7:20 UTC  (3+ 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  (4+ 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  (9+ 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  (9+ messages)
` [PATCH 2/7] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 3/7] iomap: add per-iomap_iter private data
` [PATCH 4/7] btrfs: allocate dio_data on stack
` [PATCH 5/7] btrfs: remove the disk_bytenr in struct btrfs_dio_private
` [PATCH 6/7] btrfs: move struct btrfs_dio_private to inode.c
` [PATCH 7/7] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

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  (14+ messages)
` [PATCH v3 01/12] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH v3 02/12] landlock: Reduce the maximum number of layers to 16
` [PATCH v3 03/12] landlock: Create find_rule() from unmask_layers()
` [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 07/12] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
` [PATCH v3 08/12] selftests/landlock: Add 11 new test suites dedicated to file reparenting
` [PATCH v3 09/12] samples/landlock: Add support for "
` [PATCH v3 10/12] landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioning
` [PATCH v3 11/12] landlock: Document good practices about filesystem policies
` [PATCH v3 12/12] landlock: Add design choices documentation for filesystem access rights

[PATCH v2] writeback: Fix inode->i_io_list not be protected by inode->i_lock error
 2022-05-06 16:04 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v3 00/11] support non power of 2 zoned devices
 2022-05-06 15:47 UTC  (15+ messages)
  ` [PATCH v3 01/11] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH v3 02/11] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v3 03/11] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [PATCH v3 04/11] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [PATCH v3 05/11] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
  ` [PATCH v3 06/11] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [PATCH v3 07/11] btrfs: zoned: use generic btrfs zone helpers to support npo2 zoned devices
  ` [PATCH v3 08/11] btrfs: zoned: relax the alignment constraint for "
  ` [PATCH v3 09/11] zonefs: allow non power of 2 "
  ` [PATCH v3 10/11] null_blk: "
  ` [PATCH v3 11/11] dm-zoned: ensure only power of 2 zone sizes are allowed

[RFC PATCH 00/10] Make O_SYNC writethrough
 2022-05-06 12:03 UTC  (5+ messages)

[RFC] Volatile fanotify marks
 2022-05-06  9:59 UTC  (13+ messages)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-06  9:29 UTC  (7+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support

[PATCH linux-next] initramfs: create a mount point for rootfs,so docker on rootfs can use pivot_root
 2022-05-06  8:57 UTC 

[PATCH v2] kunit: Taint kernel if any tests run
 2022-05-06  7:01 UTC  (9+ messages)

KCSAN: data-race in do_epoll_ctl / do_epoll_wait
 2022-05-06  3:27 UTC 

[GIT PULL] Two folio fixes for 5.18
 2022-05-06  0:02 UTC  (2+ messages)

[PATCH v3 0/3] shmem: Allow userspace monitoring of tmpfs for lack of space
 2022-05-05 21:16 UTC  (7+ messages)


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