linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-20 06:02:50 to 2023-04-22 00:03:19 UTC [more...]

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-04-22  0:03 UTC  (2+ messages)
` [PATCH v2 1/7] fs: Expose name under lookup to d_revalidate hook

[RFC 0/8] shmem: add support for blocksize > PAGE_SIZE
 2023-04-21 22:49 UTC  (12+ messages)
` [RFC 1/8] shmem: replace BLOCKS_PER_PAGE with PAGE_SECTORS
` [RFC 2/8] shmem: convert to use folio_test_hwpoison()
` [RFC 3/8] shmem: account for high order folios
` [RFC 4/8] shmem: add helpers to get block size
` [RFC 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks()
` [RFC 6/8] shmem: consider block size in shmem_default_max_inodes()
` [RFC 7/8] shmem: add high order page support
` [RFC 8/8] shmem: add support to customize block size on multiple PAGE_SIZE

[PATCH 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-04-21 22:36 UTC  (13+ messages)
` [PATCH 1/5] dm integrity: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[PATCH v2 0/4] migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT
 2023-04-21 22:12 UTC  (5+ messages)
` [PATCH v2 1/4] mm/filemap: Add folio_lock_timeout()
` [PATCH v2 2/4] buffer: Add lock_buffer_timeout()
` [PATCH v2 3/4] migrate_pages: Don't wait forever locking pages in MIGRATE_SYNC_LIGHT
` [PATCH v2 4/4] migrate_pages: Don't wait forever locking buffers "

[RFC PATCH 0/3] permit write-sealed memfd read-only shared mappings
 2023-04-21 21:23 UTC  (6+ messages)
` [RFC PATCH 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[PATCH v9 03/11] proc: Use lsmids instead of lsm names for attrs
 2023-04-21 19:21 UTC  (2+ messages)

[syzbot] [ext4?] WARNING: bad unlock balance in unlock_two_nondirectories
 2023-04-21 19:07 UTC 

[PATCH v5 0/5] cgroup: eliminate atomic rstat flushing
 2023-04-21 18:54 UTC  (7+ messages)
` [PATCH v5 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH v5 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH v5 3/5] memcg: calculate root usage from global state
` [PATCH v5 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
` [PATCH v5 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[syzbot] [ext4?] [mm?] KCSAN: data-race in strscpy / strscpy (3)
 2023-04-21 18:20 UTC  (6+ messages)

[PATCH v3 00/11] blksnap - block devices snapshots module
 2023-04-21 17:32 UTC  (11+ messages)
` [PATCH v3 03/11] documentation: Block Devices Snapshots Module

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-21 17:21 UTC  (18+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH mm-unstable RFC 3/5] memcg: calculate root usage from global state
` [PATCH mm-unstable RFC 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
` [PATCH mm-unstable RFC 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[GIT PULL] Turn single vector imports into ITER_UBUF
 2023-04-21 16:53 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 3fd41721cd5c
 2023-04-21 16:09 UTC 

Can you drop the splice patches?
 2023-04-21 15:57 UTC  (2+ messages)

[PATCHv6 0/9] ext2: DIO to use iomap
 2023-04-21 15:56 UTC  (16+ messages)
` [PATCHv6 1/9] ext2/dax: Fix ext2_setsize when len is page aligned
` [PATCHv6 2/9] fs/buffer.c: Add generic_buffers_fsync*() implementation
` [PATCHv6 3/9] ext4: Use generic_buffers_fsync_noflush() implementation
` [PATCHv6 4/9] ext2: Use generic_buffers_fsync() implementation
` [PATCHv6 5/9] ext2: Move direct-io to use iomap
` [PATCHv6 6/9] fs.h: Add TRACE_IOCB_STRINGS for use in trace points
` [PATCHv6 7/9] ext2: Add direct-io "
` [PATCHv6 8/9] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
` [PATCHv6 9/9] iomap: Add DIO tracepoints

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-21 14:55 UTC  (7+ messages)

[PATCH] [PATCH] fuse: no interrupt for lookup request
 2023-04-21 14:47 UTC 

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-04-21 14:26 UTC  (24+ messages)
          ` [PATCH] [REGRESSION] "

[GIT PULL] open: fix O_DIRECTORY | O_CREAT
 2023-04-21 14:02 UTC 

[GIT PULL] pipe: nonblocking rw for io_uring
 2023-04-21 14:01 UTC 

[GIT PULL] vfs: misc updates
 2023-04-21 13:48 UTC 

[GIT PULL] acl updates
 2023-04-21 13:45 UTC 

[GIT PULL] pidfd updates
 2023-04-21 13:41 UTC 

[PATCH V2 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-21 12:34 UTC  (16+ messages)
` [PATCH V2 1/6] shmem: make shmem_inode_acct_block() return error
` [PATCH V2 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
` [PATCH 3/6] quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks
` [PATCH V2 4/6] shmem: prepare shmem quota infrastructure
` [PATCH V2 5/6] shmem: quota support
` [PATCH 6/6] Add default quota limit mount options

[RFC PATCH 0/3] fs: opportunistic high-res file timestamps
 2023-04-21 10:47 UTC  (4+ messages)
` [RFC PATCH 1/3] fs: add infrastructure for opportunistic high-res ctime/mtime updates

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-21 10:23 UTC  (5+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates

[syzbot] [fs?] possible deadlock in evdev_pass_values (2)
 2023-04-21  9:42 UTC 

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in get_max_inline_xattr_value_size
 2023-04-21  8:44 UTC  (2+ messages)

[PATCH v8 0/3] ksmbd patches included vfs changes
 2023-04-21  7:26 UTC  (4+ messages)

[PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-21  6:57 UTC  (24+ messages)
` [PATCH v4 01/22] swap: use __bio_add_page to add page to bio
` [PATCH v4 02/22] drbd: "
` [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v4 04/22] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v4 05/22] md: use __bio_add_page to add single page
` [PATCH v4 06/22] md: raid5-log: "
` [PATCH v4 07/22] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v4 08/22] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v4 09/22] btrfs: raid56: use __bio_add_page to add "
` [PATCH v4 10/22] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v4 11/22] gfs2: use __bio_add_page for adding "
` [PATCH v4 12/22] zonefs: "
` [PATCH v4 13/22] zram: "
` [PATCH v4 14/22] floppy: "
` [PATCH v4 15/22] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v4 16/22] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v4 17/22] md: raid1: check if adding pages to resync bio fails
` [PATCH v4 18/22] dm-crypt: check if adding pages to clone "
` [PATCH v4 19/22] block: mark bio_add_page as __must_check
` [PATCH v4 20/22] block: add __bio_add_folio
` [PATCH v4 21/22] fs: iomap: use __bio_add_folio where possible
` [PATCH v4 22/22] block: mark bio_add_folio as __must_check

[PATCH RFC 0/5] fs: allow to tuck mounts explicitly
 2023-04-21  6:29 UTC  (5+ messages)
` [PATCH RFC 3/5] fs: fix __lookup_mnt() documentation
` [PATCH RFC 5/5] fs: allow to tuck mounts explicitly

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-21  5:43 UTC  (10+ messages)

Patch for a overwriting/corruption of the file system
 2023-04-21  3:05 UTC  (7+ messages)

[PATCH v18 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-04-21  2:25 UTC  (6+ messages)
` [PATCH v18 09/15] iov_iter: Kill ITER_PIPE

[RFC PATCH 3/3][RESEND] xfs: mark the inode for high-res timestamp update in getattr
 2023-04-21  2:04 UTC  (2+ messages)

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-04-21  1:41 UTC  (3+ messages)

allowing for a completely cached umount(2) pathwalk
 2023-04-20 22:27 UTC  (14+ messages)
` [PATCH/RFC] VFS: LOOKUP_MOUNTPOINT should used cached info whenever possible

[PATCH] fs/ntfs3: disable page fault during ntfs_fiemap()
 2023-04-20 21:11 UTC  (4+ messages)
    ` [PATCH] vfs: allow using kernel buffer during fiemap operation

[PATCH v1] shmem: stable directory cookies
 2023-04-20 20:12 UTC  (3+ messages)

[PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
 2023-04-20 18:17 UTC  (6+ messages)
` [PATCH v5-fix "

[PATCH] eventfd: support delayed wakeup for non-semaphore eventfd to reduce cpu utilization
 2023-04-20 17:44 UTC  (7+ messages)

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-04-20 17:41 UTC  (5+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] block: Introduce provisioning primitives

[PATCH] nfsd: don't use GFP_KERNEL from nfsd_getxattr()/nfsd_listxattr()
 2023-04-20 15:20 UTC  (8+ messages)

[PATCH] mm/filemap: allocate folios according to the blocksize
 2023-04-20 15:03 UTC  (5+ messages)

[RFC 00/11] multiblock allocator improvements
 2023-04-20 14:58 UTC  (8+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum

[PATCHv5 5/9] ext2: Move direct-io to use iomap
 2023-04-20 14:48 UTC  (2+ messages)

[PATCHv5 2/9] fs/buffer.c: Add generic_buffer_fsync implementation
 2023-04-20 14:42 UTC  (2+ messages)

[RFC][PATCH] fanotify: support watching filesystems and mounts inside userns
 2023-04-20 14:15 UTC  (3+ messages)

[PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-20 12:09 UTC  (4+ messages)
` [RFC PATCH v11.1 "

[PATCH] fs/coredump: open coredump file in O_WRONLY instead of O_RDWR
 2023-04-20 12:04 UTC 

[PATCH AUTOSEL 5.15 6/7] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:03 UTC 

[PATCH AUTOSEL 6.1 10/15] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:02 UTC 

[PATCH AUTOSEL 6.2 12/17] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:01 UTC 

[syzbot] [btrfs?] WARNING in btrfs_mark_ordered_io_finished
 2023-04-20  9:36 UTC 

[PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-20  8:55 UTC  (4+ messages)
` [PATCH v3 11/19] gfs: use __bio_add_page for adding single page to bio

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-20  8:35 UTC  (8+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[RFC][PATCH 0/2] Monitoring unmounted fs with fanotify
 2023-04-20  8:15 UTC  (9+ messages)

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-20  6:01 UTC  (5+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "
` [PATCH RESEND v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH RESEND v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH RESEND v15 5/5] selftests: mm: add pagemap ioctl tests


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