linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-06 09:52:15 to 2021-08-10 12:08:19 UTC [more...]

[PATCH 0/2] allow overlayfs to do RCU lookups
 2021-08-10 12:08 UTC 

[PATCH v4 0/5] Add pidfd support to the fanotify API
 2021-08-10 11:33 UTC  (7+ messages)
` [PATCH v4 1/5] kernel/pid.c: remove static qualifier from pidfd_create()
` [PATCH v4 2/5] kernel/pid.c: implement additional checks upon pidfd_create() parameters
` [PATCH v4 3/5] fanotify: minor cosmetic adjustments to fid labels
` [PATCH v4 4/5] fanotify: introduce a generic info record copying helper
` [PATCH v4 5/5] fanotify: add pidfd support to the fanotify API

[PATCH 0/4] Performance optimization for no fsnotify marks
 2021-08-10 10:49 UTC  (12+ messages)
` [PATCH 1/4] fsnotify: replace igrab() with ihold() on attach connector
` [PATCH 2/4] fsnotify: count s_fsnotify_inode_refs for attached connectors
` [PATCH 3/4] fsnotify: count all objects with "
` [PATCH 4/4] fsnotify: optimize the case of no marks of any type
  ` [fsnotify] e902b4cafb: unixbench.score 6.1% improvement

[BUG] io-uring triggered lockdep splat
 2021-08-10  9:58 UTC  (2+ messages)

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-08-10  9:02 UTC  (16+ messages)
` [PATCH v27 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v27 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v27 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH v3] ucounts: add missing data type changes
 2021-08-10  9:01 UTC  (3+ messages)
            ` [PATCH v4] "

[PATCH 0/2] iter revert problems
 2021-08-10  8:47 UTC  (6+ messages)
` [PATCH 1/2] iov_iter: mark truncated iters
` [PATCH 2/2] io_uring: don't retry with truncated iter

[RFC PATCH] Page Cache Allowing Hard Interrupts
 2021-08-10  8:15 UTC  (2+ messages)

[PATCH v10 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-08-10  7:43 UTC  (12+ messages)
` [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()

switch iomap to an iterator model v2
 2021-08-10  7:13 UTC  (38+ messages)
` [PATCH 01/30] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/30] iomap: remove the iomap arguments to ->page_{prepare,done}
` [PATCH 03/30] iomap: mark the iomap argument to iomap_sector const
` [PATCH 04/30] iomap: mark the iomap argument to iomap_inline_data const
` [PATCH 05/30] iomap: mark the iomap argument to iomap_inline_data_valid const
` [PATCH 06/30] fs: mark the iomap argument to __block_write_begin_int const
` [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 08/30] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 09/30] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 10/30] iomap: fix the iomap_readpage_actor return value for inline data
` [PATCH 11/30] iomap: add the new iomap_iter model
` [PATCH 12/30] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 13/30] iomap: switch iomap_file_buffered_write "
` [PATCH 14/30] iomap: switch iomap_file_unshare "
` [PATCH 15/30] iomap: switch iomap_zero_range "
` [PATCH 16/30] iomap: switch iomap_page_mkwrite "
` [PATCH 17/30] iomap: switch __iomap_dio_rw "
` [PATCH 18/30] iomap: switch iomap_fiemap "
` [PATCH 19/30] iomap: switch iomap_bmap "
` [PATCH 20/30] iomap: switch iomap_seek_hole "
` [PATCH 21/30] iomap: switch iomap_seek_data "
` [PATCH 22/30] iomap: switch iomap_swapfile_activate "
` [PATCH 23/30] fsdax: switch dax_iomap_rw "
` [PATCH 24/30] iomap: remove iomap_apply
` [PATCH 25/30] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 26/30] iomap: rework unshare flag
` [PATCH 27/30] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 28/30] fsdax: factor out a dax_fault_actor() helper
` [PATCH 29/30] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 30/30] iomap: constify iomap_iter_srcmap

Questions re the new mount_setattr(2) manual page
 2021-08-10  7:12 UTC  (2+ messages)

[GIT PULL] vboxsf fixes for 5.14-1
 2021-08-10  7:02 UTC  (11+ messages)

mmotm 2021-08-09-23-29 uploaded
 2021-08-10  6:30 UTC 

mmotm 2021-08-09-19-18 uploaded
 2021-08-10  6:27 UTC  (3+ messages)

[GIT PULL] overlayfs fixes for 5.14-rc6
 2021-08-10  5:13 UTC  (5+ messages)

[PATCH 1/1] coredump: fix memleak in dump_vma_snapshot()
 2021-08-10  2:04 UTC 

[PATCH v2] fuse: use newer inode info when writeback cache is enabled
 2021-08-10  1:41 UTC  (7+ messages)

[PATCH v5 00/23] File system wide monitoring
 2021-08-10  1:35 UTC  (4+ messages)
` [PATCH v5 18/23] fanotify: Handle FAN_FS_ERROR events

[PATCH] iomap: pass writeback errors to the mapping
 2021-08-09 23:35 UTC  (3+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-09 22:16 UTC  (12+ messages)
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() with prot_guest_has()
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "

move the bdi from the request_queue to the gendisk
 2021-08-09 21:42 UTC  (19+ messages)
` [PATCH 1/5] mm: hide laptop_mode_wb_timer entirely behind the BDI API
` [PATCH 2/5] block: pass a gendisk to blk_queue_update_readahead
` [PATCH 3/5] block: add a queue_has_disk helper
` [PATCH 4/5] block: move the bdi from the request_queue to the gendisk
` [PATCH 5/5] block: remove the bd_bdi in struct block_device

[RFC PATCH 00/20] fs: Remove usage of broken nls_utf8 and drop it
 2021-08-09 21:25 UTC  (32+ messages)
` [RFC PATCH 01/20] fat: Fix iocharset=utf8 mount option
` [RFC PATCH 02/20] hfsplus: Add iocharset= mount option as alias for nls=
` [RFC PATCH 03/20] udf: Fix iocharset=utf8 mount option
` [RFC PATCH 04/20] isofs: joliet: "
` [RFC PATCH 05/20] ntfs: Undeprecate iocharset= "
` [RFC PATCH 06/20] ntfs: Fix error processing when load_nls() fails
` [RFC PATCH 07/20] befs: Fix printing iocharset= mount option
` [RFC PATCH 08/20] befs: Rename enum value Opt_charset to Opt_iocharset to match "
` [RFC PATCH 09/20] befs: Fix error processing when load_nls() fails
` [RFC PATCH 10/20] befs: Allow to use native UTF-8 mode
` [RFC PATCH 11/20] hfs: Explicitly set hsb->nls_disk when hsb->nls_io is set
` [RFC PATCH 12/20] hfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH 13/20] hfsplus: "
` [RFC PATCH 14/20] jfs: Remove custom iso8859-1 implementation
` [RFC PATCH 15/20] jfs: Fix buffer overflow in jfs_strfromUCS_le() function
` [RFC PATCH 16/20] jfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH 17/20] ntfs: "
` [RFC PATCH 18/20] cifs: "
` [RFC PATCH 19/20] cifs: Remove usage of load_nls_default() calls
` [RFC PATCH 20/20] nls: Drop broken nls_utf8 module

[PATCH 0/2] Fix /proc/sys/fs/nfs/nsm_use_hostnames on big endian machines
 2021-08-09 17:50 UTC  (2+ messages)

[syzbot] INFO: task hung in sys_io_destroy
 2021-08-09 16:38 UTC  (5+ messages)

[RFC PATCH 08/15] fs: proc: use PAGES_PER_SECTION for page offline checking period
 2021-08-09 15:45 UTC  (3+ messages)
    ` [RFC PATCH 08/15] "

Dirty bits and sync writes
 2021-08-09 15:30 UTC  (3+ messages)

[PATCH/RFC 0/4] Attempt to make progress with btrfs dev number strangeness
 2021-08-09  7:50 UTC  (6+ messages)
` [PATCH 4/4] Add "tree" number to "inode" number in various /proc files
` [PATCH 3/4] VFS/btrfs: add STATX_TREE_ID
` [PATCH 1/4] btrfs: include subvol identifier in inode number if -o inumbits=
` [PATCH 2/4] btrfs: add numdevs= mount option

[PATCH] fs: optimise generic_write_check_limits()
 2021-08-08 15:34 UTC  (6+ messages)

[RFC PATCH v2] Page Cache Allowing Hard Interrupts
 2021-08-08 13:13 UTC  (2+ messages)
` f65524dca2: WARNING:at_kernel/softirq.c:#__local_bh_enable_ip

[PATCH 0/3] userfaultfd: minor bug fixes
 2021-08-08  2:07 UTC  (4+ messages)
` [PATCH 1/3] userfaultfd: change mmap_changing to atomic
` [PATCH 2/3] userfaultfd: prevent concurrent API initialization
` [PATCH 3/3] selftests/vm/userfaultfd: wake after copy failure

[PATCH] fs: unicode: Add utf8-data module
 2021-08-07 16:55 UTC  (2+ messages)

[RFC] mm: optimise generic_file_read_iter
 2021-08-07 10:30 UTC  (5+ messages)

mmotm 2021-08-05-19-46 uploaded (mm/filemap.c)
 2021-08-07  2:01 UTC  (5+ messages)
` [PATCH 1/2] mm/PAGE_IDLE_FLAG: Set PAGE_EXTENSION for none-64BIT
  ` [PATCH 2/2] mm/damon/Kconfig: Remove unnecessary PAGE_EXTENSION setup

[syzbot] KASAN: use-after-free Read in timerfd_clock_was_set
 2021-08-06 21:21 UTC  (3+ messages)

[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-08-06 17:57 UTC  (12+ messages)
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)

Canvassing for network filesystem write size vs page size
 2021-08-06 15:04 UTC  (13+ messages)
` Could it be made possible to offer "supplementary" data to a DIO write ?

[syzbot] KASAN: invalid-free in bdev_free_inode (2)
 2021-08-06 11:45 UTC 

INFO: task hung in fuse_simple_request
 2021-08-06 11:09 UTC  (6+ messages)
` [syzbot] "

Canvassing for network filesystem write size vs page size
 2021-08-05 23:47 UTC 


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