linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-03 06:50:13 to 2022-05-05 20:11:29 UTC [more...]

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-05 20:11 UTC  (3+ messages)
` [PATCH 1/7] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 2/7] iomap: allow the file system to provide a bio_set for direct I/O

[PATCH v4 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-05 19:59 UTC  (24+ messages)
` [PATCH v4 1/3] FUSE: Implement atomic lookup + create
` [PATCH v4 2/3] FUSE: Implement atomic lookup + open
` [PATCH v4 3/3] FUSE: Avoid lookup in d_revalidate()

reduce memory allocation in the btrfs direct I/O path
 2022-05-05 18:18 UTC  (20+ messages)
` [PATCH 1/5] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 2/5] iomap: add per-iomap_iter private data
` [PATCH 3/5] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 4/5] btrfs: allocate dio_data on stack
` [PATCH 5/5] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

[PATCH v2 0/3] fanotify: Allow user space to pass back additional audit info
 2022-05-05 17:34 UTC  (14+ messages)
` [PATCH v2 1/3] fanotify: Ensure consistent variable type for response
` [PATCH v2 2/3] fanotify: define struct members to hold response decision context

[PATCH] writeback: Avoid skipping inode writeback
 2022-05-05 15:40 UTC  (2+ messages)

[RFC PATCH] getting misc stats/attributes via xattr API
 2022-05-05 13:59 UTC  (11+ messages)

[PATCH v2 09/11] zonefs: allow non power of 2 zoned devices
 2022-05-05 13:47 UTC 

Fanotify API - Tracking File Movement
 2022-05-05 13:30 UTC  (2+ messages)

[PATCH] fsnotify: add generic perm check for unlink/rmdir
 2022-05-05 13:17 UTC  (10+ messages)

[RFC] Volatile fanotify marks
 2022-05-05 10:42 UTC  (13+ messages)

[PATCH] Add assert for inode->i_io_list in inode_io_list_move_locked
 2022-05-05  9:00 UTC  (9+ messages)
  ` [PATCH v2] writeback: Fix inode->i_io_list not be protected by inode->i_lock error
      ` [PATCH v3] "
` [Add assert for inode] 38923ae236: kernel_BUG_at_fs/fs-writeback.c

adding mount notification to fanotify?
 2022-05-05  8:58 UTC  (3+ messages)

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

[PATCH 00/16] support non power of 2 zoned devices
 2022-05-05  7:28 UTC  (33+ messages)
    ` [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
    ` [PATCH 14/16] f2fs: call bdev_zone_sectors() only once on init_blkz_info()
    ` [PATCH 15/16] f2fs: ensure only power of 2 zone sizes are allowed
    ` [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
    ` [PATCH 02/16] block: add blk_queue_zone_aligned and bdev_zone_aligned helper
    ` [PATCH 03/16] block: add bdev_zone_no helper
    ` [PATCH 04/16] block: allow blk-zoned devices to have non-power-of-2 zone size
    ` [PATCH 06/16] nvmet: use blk_queue_zone_no()
    ` [PATCH 13/16] null_blk: allow non power of 2 zoned devices
    ` [PATCH 16/16] dm-zoned: ensure only power of 2 zone sizes are allowed

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

[PATCH v2] kunit: Taint kernel if any tests run
 2022-05-05  5:57 UTC  (8+ messages)

generic/068 crash on 5.18-rc2?
 2022-05-05  4:24 UTC  (14+ messages)

[PATCH] memcg: accounting for objects allocated for new netdevice
 2022-05-05  3:50 UTC  (4+ messages)
` [PATCH memcg v2] "

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-04 18:17 UTC  (24+ messages)
` [PATCH RFC v6 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v6 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v6 03/21] dept: Apply Dept to spinlock
` [PATCH RFC v6 04/21] dept: Apply Dept to mutex families
` [PATCH RFC v6 05/21] dept: Apply Dept to rwlock
` [PATCH RFC v6 06/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v6 07/21] dept: Apply Dept to seqlock
` [PATCH RFC v6 08/21] dept: Apply Dept to rwsem
` [PATCH RFC v6 09/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v6 10/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v6 11/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v6 12/21] dept: Apply SDT to swait
` [PATCH RFC v6 13/21] dept: Apply SDT to wait(waitqueue)
` [PATCH RFC v6 14/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v6 15/21] dept: Distinguish each syscall context from another
` [PATCH RFC v6 16/21] dept: Distinguish each work "
` [PATCH RFC v6 17/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH RFC v6 18/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v6 19/21] dept: Differentiate onstack maps from others of different tasks in class
` [PATCH RFC v6 20/21] dept: Do not add dependencies between events within scheduler and sleeps
` [PATCH RFC v6 21/21] dept: Unstage wait when tagging a normal sleep wait

[PATCH] iomap: iomap_write_end cleanup
 2022-05-04 17:21 UTC  (9+ messages)

5/04/2022 Product Inquiry (JL)
 2022-05-04 16:11 UTC 

[PATCH] iomap: iomap_write_failed fix
 2022-05-04 14:09 UTC  (4+ messages)

fscache corruption in Linux 5.17?
 2022-05-04  8:38 UTC  (7+ messages)

[PATCH 0/3] Unify filler_t and read_folio
 2022-05-03 22:07 UTC  (8+ messages)
` [PATCH 1/3] jffs2: Pass the file pointer to jffs2_do_readpage_unlock()
` [PATCH 2/3] nfs: Pass the file pointer to nfs_symlink_filler()
` [PATCH 3/3] fs: Change the type of filler_t
  ` [Cluster-devel] "

[PATCH 00/69] Filesystem/page cache patches for 5.19
 2022-05-03 21:12 UTC  (34+ messages)
` [PATCH 01/69] scsicam: Fix use of page cache
` [PATCH 17/69] buffer: Call aops write_begin() and write_end() directly
` [PATCH 18/69] namei: "
` [PATCH 19/69] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
` [PATCH 20/69] hfs: Call hfs_write_begin() and generic_write_end() directly
` [PATCH 21/69] hfsplus: Call hfsplus_write_begin() "
` [PATCH 22/69] ext4: Call aops write_begin() and write_end() directly
` [PATCH 23/69] f2fs: "
` [PATCH 24/69] i915: "
` [PATCH 25/69] fs: Remove pagecache_write_begin() and pagecache_write_end()
` [PATCH 26/69] filemap: Remove obsolete comment in lock_page
` [PATCH 29/69] readahead: Use a folio in read_pages()
` [PATCH 30/69] fs: Convert is_dirty_writeback() to take a folio
` [PATCH 31/69] mm/readahead: Convert page_cache_async_readahead "
` [PATCH 32/69] buffer: Rewrite nobh_truncate_page() to use folios
` [PATCH 33/69] fs: Introduce aops->read_folio

[LSF/MM/BPF TOPIC] making O_TMPFILE more atomic
 2022-05-03 18:52 UTC  (2+ messages)

[PATCH v6 1/4] fat: split fat_truncate_time() into separate functions
 2022-05-03 15:25 UTC  (4+ messages)
` [PATCH v6 2/4] fat: ignore ctime updates, and keep ctime identical to mtime in memory
` [PATCH v6 3/4] fat: report creation time in statx
` [PATCH v6 4/4] fat: remove time truncations in vfat_create/vfat_mkdir

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-03 11:12 UTC  (11+ messages)

[PATCH v5 0/3] use standard sysctl macro
 2022-05-03  8:40 UTC  (2+ messages)


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