linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 08:43:28 to 2021-01-12 18:51:14 UTC [more...]

[PATCH v2 00/10] allow unprivileged overlay mounts
 2021-01-12 18:49 UTC  (9+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-12 18:43 UTC  (7+ messages)

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-12 18:31 UTC  (7+ messages)

[RFC PATCH 0/2] userfaultfd: handle minor faults, add UFFDIO_CONTINUE
 2021-01-12 17:37 UTC  (11+ messages)
` [RFC PATCH 1/2] userfaultfd: add minor fault registration mode

[PATCH v2 00/12] lazytime fix and cleanups
 2021-01-12 17:31 UTC  (37+ messages)
` [PATCH v2 01/12] fs: fix lazytime expiration handling in __writeback_single_inode()
` [PATCH v2 02/12] fs: correctly document the inode dirty flags
` [PATCH v2 03/12] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH v2 04/12] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH v2 05/12] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH v2 06/12] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH v2 07/12] fs: clean up __mark_inode_dirty() a bit
` [PATCH v2 08/12] fs: drop redundant check from __writeback_single_inode()
` [PATCH v2 09/12] fs: improve comments for writeback_single_inode()
` [PATCH v2 10/12] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH v2 11/12] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH v2 12/12] xfs: remove a stale comment from xfs_file_aio_write_checks()

[PATCH v15 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-12 17:15 UTC  (2+ messages)

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-12 17:10 UTC  (16+ messages)
` [PATCH 1/6] iomap: convert iomap_dio_rw() to an args structure
` [PATCH 2/6] iomap: move DIO NOWAIT setup up into filesystems
` [PATCH 3/6] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 4/6] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 5/6] xfs: split unaligned DIO write code out
` [PATCH 6/6] xfs: reduce exclusive locking on unaligned dio

[PATCH manpages] epoll_wait.2: add epoll_pwait2
 2021-01-12 16:39 UTC  (5+ messages)

[RFC] another attempt to reduce sub-block DIO serialisation
 2021-01-12 16:26 UTC  (11+ messages)
` [PATCH 01/10] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/10] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/10] xfs: cleanup the read/write helper naming
` [PATCH 04/10] xfs: remove the buffered I/O fallback assert
` [PATCH 05/10] xfs: simplify the read/write tracepoints
` [PATCH 06/10] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/10] xfs: split unaligned DIO write code out
` [PATCH 08/10] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 09/10] iomap: add a IOMAP_DIO_NOALLOC flag
` [PATCH 10/10] xfs: reduce exclusive locking on unaligned dio

[PATCH] iov_iter: optimise iter type checking
 2021-01-12 16:04 UTC  (8+ messages)

[PATCH v11 00/40] btrfs: zoned block device support
 2021-01-12 16:01 UTC  (45+ messages)
` [PATCH v11 01/40] block: add bio_add_zone_append_page
  ` [PATCH v11 03/40] btrfs: defer loading zone info after opening trees
  ` [PATCH v11 04/40] btrfs: change superblock location on conventional zone
  ` [PATCH v11 05/40] btrfs: release path before calling into btrfs_load_block_group_zone_info
  ` [PATCH v11 06/40] btrfs: do not load fs_info->zoned from incompat flag
  ` [PATCH v11 07/40] btrfs: disallow fitrim in ZONED mode
  ` [PATCH v11 08/40] btrfs: emulated zoned mode on non-zoned devices
  ` [PATCH v11 09/40] btrfs: implement zoned chunk allocator
  ` [PATCH v11 12/40] btrfs: calculate allocation offset for conventional zones
  ` [PATCH v11 13/40] btrfs: track unusable bytes for zones
  ` [PATCH v11 15/40] btrfs: redirty released extent buffers in ZONED mode
  ` [PATCH v11 16/40] btrfs: advance allocation pointer after tree log node
  ` [PATCH v11 18/40] btrfs: reset zones of unused block groups
  ` [PATCH v11 19/40] btrfs: extract page adding function
  ` [PATCH v11 20/40] btrfs: use bio_add_zone_append_page for zoned btrfs
  ` [PATCH v11 22/40] btrfs: split ordered extent when bio is sent
  ` [PATCH v11 23/40] btrfs: extend btrfs_rmap_block for specifying a device
  ` [PATCH v11 24/40] btrfs: cache if block-group is on a sequential zone

[PATCH ghak90 v11 00/11] audit: implement container identifier
 2021-01-12 15:09 UTC  (12+ messages)
` [PATCH ghak90 v11 01/11] audit: collect audit task parameters
` [PATCH ghak90 v11 02/11] audit: add container id
` [PATCH ghak90 v11 03/11] audit: log container info of syscalls
` [PATCH ghak90 v11 04/11] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 v11 05/11] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 v11 06/11] audit: add containerid support for user records
` [PATCH ghak90 v11 07/11] audit: add containerid filtering
` [PATCH ghak90 v11 08/11] audit: add support for containerid to network namespaces
` [PATCH ghak90 v11 09/11] audit: contid check descendancy and nesting
` [PATCH ghak90 v11 10/11] audit: track container nesting
` [PATCH ghak90 v11 11/11] audit: add capcontid to set contid outside init_user_ns

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-12 14:06 UTC  (20+ messages)
` Expense of read_iter

[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-01-12 13:51 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 32/51] io_uring: drop file refs after task cancel
 2021-01-12 12:55 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 34/51] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
` [PATCH AUTOSEL 5.10 51/51] poll: fix performance regression due to out-of-line __put_user()

[PATCH AUTOSEL 5.4 18/28] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-12 12:56 UTC 

[PATCH AUTOSEL 4.19 11/16] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-12 12:57 UTC 

[PATCH AUTOSEL 4.14 09/13] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-12 12:57 UTC 

[PATCH AUTOSEL 4.9 4/8] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-12 12:58 UTC 

[PATCH AUTOSEL 4.4 4/8] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
 2021-01-12 12:58 UTC 

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-12 12:45 UTC  (7+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH 08/10] md: Implement ->corrupted_range()

[PATCH v3] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-12 11:42 UTC  (6+ messages)

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-12 11:33 UTC  (4+ messages)
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each "
    ` [External] "

[PATCH] char_dev: replace cdev_map with an xarray
 2021-01-12 10:25 UTC  (11+ messages)

mmotm 2021-01-12-01-57 uploaded
 2021-01-12  9:58 UTC 

[PATCH] iov_iter: fix the uaccess area in copy_compat_iovec_from_user
 2021-01-12  8:19 UTC 

[PATCH 0/6] fs: deduplicate compat logic
 2021-01-12  7:11 UTC  (10+ messages)
` [PATCH 1/6] selftests/filesystems: add initial select and poll selftest
` [PATCH 2/6] select: deduplicate compat logic
` [PATCH 3/6] ppoll: "
` [PATCH 4/6] epoll: "
` [PATCH 5/6] compat: add set_maybe_compat_user_sigmask helper
` [PATCH 6/6] io_pgetevents: deduplicate compat logic

[PATCH V1 resend] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2021-01-12  4:37 UTC  (3+ messages)

[PATCH] mm: thp: introduce NR_PARTIAL_THPS
 2021-01-12  2:12 UTC 

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2021-01-12  1:12 UTC  (19+ messages)
` [PATCH man-pages v6] Document encoded I/O
                ` Ping: "
` [PATCH v6 03/11] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads

[PATCH 0/6] kernfs: proposed locking and concurrency improvement
 2021-01-12  0:27 UTC  (10+ messages)

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-11 21:57 UTC  (32+ messages)
` [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v3 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v3 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v3 PATCH 05/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v3 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v3 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v3 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline

[PATCH] iov_iter: fix the uaccess area in copy_compat_iovec_from_user
 2021-01-11 20:38 UTC  (3+ messages)

[PATCH v3 0/2] add epoll_pwait2 syscall
 2021-01-11 20:06 UTC  (19+ messages)
` [PATCH v3 1/2] epoll: add nsec timeout support with epoll_pwait2

[PATCH v2] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-11 19:50 UTC  (10+ messages)

BUG: unable to handle kernel NULL pointer dereference in __lookup_slow
 2021-01-11 11:14 UTC  (3+ messages)

[patch V3 13/37] mips/mm/highmem: Switch to generic kmap atomic
 2021-01-11  9:16 UTC  (4+ 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).