linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-16 22:21:56 to 2019-12-18 07:00:55 UTC [more...]

[PATCH v5 00/13] add the latest exfat driver
 2019-12-18  7:00 UTC  (4+ messages)
  ` [PATCH v5 10/13] exfat: add nls operations
      ` [v5 "

[PATCH v6 00/28] btrfs: zoned block device support
 2019-12-18  6:00 UTC  (43+ messages)
` [PATCH v6 02/28] btrfs: Get zone information of zoned block devices
` [PATCH v6 03/28] btrfs: Check and enable HMZONED mode
` [PATCH v6 05/28] btrfs: disallow space_cache in "
` [PATCH v6 08/28] btrfs: implement log-structured superblock for "
` [PATCH v6 10/28] btrfs: do sequential extent allocation in "
` [PATCH v6 11/28] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH v6 12/28] btrfs: ensure metadata space available on/after degraded mount in HMZONED
` [PATCH v6 13/28] btrfs: reset zones of unused block groups
` [PATCH v6 14/28] btrfs: redirty released extent buffers in HMZONED mode
` [PATCH v6 15/28] btrfs: serialize data allocation and submit IOs
` [PATCH v6 19/28] btrfs: wait existing extents before truncating
` [PATCH v6 21/28] btrfs: disallow mixed-bg in HMZONED mode
` [PATCH v6 22/28] btrfs: disallow inode_cache "
` [PATCH v6 23/28] btrfs: support dev-replace "
` [PATCH v6 24/28] btrfs: enable relocation "
` [PATCH v6 25/28] btrfs: relocate block group to repair IO failure in HMZONED
` [PATCH v6 27/28] btrfs: enable tree-log on HMZONED mode
` [PATCH v6 28/28] btrfs: enable to mount HMZONED incompat flag

[PATCH] vfs: Adjust indentation in remap_verify_area
 2019-12-18  5:16 UTC  (3+ messages)
  ` [PATCH v2] "

mmotm 2019-12-17-20-41 uploaded
 2019-12-18  4:41 UTC 

[PATCH 0/4] memcg, inode: protect page cache from freeing inode
 2019-12-18  4:37 UTC  (16+ messages)
` [PATCH 1/4] mm, memcg: reduce size of struct mem_cgroup by using bit field
` [PATCH 2/4] mm, memcg: introduce MEMCG_PROT_SKIP for memcg zero usage case
` [PATCH 3/4] mm, memcg: reset memcg's memory.{min, low} for reclaiming itself
` [PATCH 4/4] memcg, inode: protect page cache from freeing inode

[PATCHSET v5 0/6] Support for RWF_UNCACHED
 2019-12-18  4:15 UTC  (20+ messages)
` [PATCH 1/6] fs: add read support "
` [PATCH 2/6] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/6] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/6] iomap: add struct iomap_ctx
` [PATCH 5/6] iomap: support RWF_UNCACHED for buffered writes
` [PATCH 6/6] xfs: don't do delayed allocations for uncached "

[PATCH V2] fs_parser: remove fs_parameter_description name field
 2019-12-18  4:06 UTC  (4+ messages)

[PATCH 0/8 v6] btrfs direct-io using iomap
 2019-12-18  2:04 UTC  (5+ messages)
` [PATCH 2/8] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/8] iomap: Move lockdep_assert_held() to iomap_dio_rw() calls

[PATCH 0/2] New zonefs file system
 2019-12-18  1:09 UTC  (17+ messages)
` [PATCH 1/2] fs: "
` [PATCH 2/2] zonefs: Add documentation

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-18  1:01 UTC  (9+ messages)
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH v7 01/13] exfat: add in-memory and on-disk structures and headers
 2019-12-18  0:09 UTC  (7+ messages)

[GIT PULL v2 00/27] block, scsi: final compat_ioctl cleanup
 2019-12-17 22:17 UTC  (28+ messages)
` [PATCH v2 01/27] pktcdvd: fix regression on 64-bit architectures
` [PATCH v2 02/27] compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
` [PATCH v2 03/27] compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES
` [PATCH v2 04/27] compat_ioctl: block: handle add zone open, close and finish ioctl
` [PATCH v2 05/27] compat_ioctl: block: handle Persistent Reservations
` [PATCH v2 06/27] compat: ARM64: always include asm-generic/compat.h
` [PATCH v2 07/27] compat: provide compat_ptr() on all architectures
` [PATCH v2 08/27] compat: scsi: sg: fix v3 compat read/write interface
` [PATCH v2 09/27] compat_ioctl: block: add blkdev_compat_ptr_ioctl
` [PATCH v2 10/27] compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
` [PATCH v2 11/27] compat_ioctl: move CDROM_SEND_PACKET handling into scsi
` [PATCH v2 12/27] compat_ioctl: move CDROMREADADIO to cdrom.c
` [PATCH v2 13/27] compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
` [PATCH v2 14/27] compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
` [PATCH v2 15/27] compat_ioctl: add scsi_compat_ioctl
` [PATCH v2 16/27] compat_ioctl: bsg: add handler
` [PATCH v2 17/27] compat_ioctl: ide: floppy: "
` [PATCH v2 18/27] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH v2 19/27] compat_ioctl: move sys_compat_ioctl() to ioctl.c
` [PATCH v2 20/27] compat_ioctl: simplify the implementation
` [PATCH v2 21/27] compat_ioctl: move cdrom commands into cdrom.c
` [PATCH v2 22/27] compat_ioctl: scsi: handle HDIO commands from drivers
` [PATCH v2 23/27] compat_ioctl: move HDIO ioctl handling into drivers/ide
` [PATCH v2 24/27] compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
` [PATCH v2 25/27] compat_ioctl: block: simplify compat_blkpg_ioctl()
` [PATCH v2 26/27] compat_ioctl: simplify up block/ioctl.c
` [PATCH v2 27/27] Documentation: document ioctl interfaces better

KCSAN: data-race in poll_schedule_timeout.constprop.0 / pollwake (3)
 2019-12-17 20:59 UTC  (2+ messages)
` [PATCH] fs/select: Fix data races to pwq->triggered

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-12-17 19:56 UTC  (9+ messages)
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS

[PATCH 1/2] ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
 2019-12-17 18:46 UTC  (2+ messages)

[PATCH 00/12] various vfs patches
 2019-12-17 18:31 UTC  (25+ messages)
` [PATCH 02/12] fs_parse: fix fs_param_v_optional handling
` [PATCH 08/12] vfs: allow unprivileged whiteout creation
` [PATCH 09/12] fs_parser: "string" with missing value is a "flag"
` [PATCH 11/12] vfs: don't parse "posixacl" option
` [PATCH 12/12] vfs: don't parse "silent" option

[PATCH] vfs: Don't reject unknown parameters
 2019-12-17 18:08 UTC  (10+ messages)

[PATCH] bdev: reset first_open when looping in __blkget_dev
 2019-12-17 18:04 UTC 

[PATCH] pipe: Fix bogus dereference in iov_iter_alignment()
 2019-12-17 17:57 UTC  (2+ messages)

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2019-12-17 15:54 UTC  (5+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file
` [PATCH 2/2] Btrfs: make deduplication with range including the last block work

[PATCH] rxrpc: struct mutex cannot be used for rxrpc_call::user_mutex
 2019-12-17 15:32 UTC 

[RESEND PATCH] fput: Use unbound workqueue for scheduling delayed fput works
 2019-12-17 15:30 UTC  (2+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-17 14:19 UTC  (28+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v11 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v11 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v11 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v11 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v11 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v11 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v11 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v11 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v11 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v11 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v11 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v11 16/25] net/xdp: "
` [PATCH v11 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v11 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v11 19/25] vfio, mm: "
` [PATCH v11 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v11 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v11 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
  ` [PATCH v12 "
` [PATCH v11 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v11 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v9 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17 13:56 UTC  (4+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static

[PATCH v2] drivers/staging/exfat: Fix spelling mistakes
 2019-12-17 13:11 UTC  (2+ messages)

[PATCH v2] drivers/staging/exfat/exfat_super.c: Clean up ffsCamelCase function names
 2019-12-17 13:10 UTC  (2+ messages)

[PATCH] Fix a panic when core_pattern is set to "| prog..."
 2019-12-17 12:56 UTC  (3+ messages)

[PATCH v3 2/4] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes
 2019-12-17 11:19 UTC  (7+ messages)

[PATCH] openat2: switch to __attribute__((packed)) for open_how
 2019-12-17 10:14 UTC  (6+ messages)

[PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2019-12-17  8:12 UTC  (2+ messages)

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17  7:29 UTC  (5+ messages)
` [PATCH v11 "

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-17  6:39 UTC  (3+ messages)
` [PATCH v18 11/13] "

[PATCH v3 0/4] Add pidfd getfd ioctl (Was Add ptrace get_fd request)
 2019-12-17  3:02 UTC  (2+ messages)

[PATCH v3 4/4] samples: Add example of using pidfd getfd in conjunction with user trap
 2019-12-17  2:07 UTC  (2+ messages)

[PATCH v3 1/4] vfs, fdtable: Add get_task_file helper
 2019-12-17  1:01 UTC 

[PATCH v3 3/4] samples: split generalized user-trap code into helper file
 2019-12-17  1:00 UTC 

[PATCH for linux 4.4.y/3.16.y] fs/dcache: move security_d_instantiate() behind attaching dentry to inode
 2019-12-17  0:27 UTC  (2+ messages)

[PATCH v8 0/1] ns: introduce binfmt_misc namespace
 2019-12-16 22:53 UTC  (5+ messages)
` [PATCH v8 1/1] ns: add binfmt_misc to the user namespace

open_by_handle_at: mount_fd opened with O_PATH
 2019-12-16 22:34 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).