linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 20:41:12 to 2019-12-17 19:25:42 UTC [more...]

[PATCH v6 00/28] btrfs: zoned block device support
 2019-12-17 19:25 UTC  (9+ messages)
` [PATCH v6 08/28] btrfs: implement log-structured superblock for HMZONED mode
` [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 1/2] ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
 2019-12-17 18:46 UTC  (2+ messages)

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

[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  (3+ messages)

[PATCH 0/4] memcg, inode: protect page cache from freeing inode
 2019-12-17 16:54 UTC  (9+ 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-17 16:42 UTC  (11+ 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 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)

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-17 14:31 UTC  (7+ messages)
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[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 v7 01/13] exfat: add in-memory and on-disk structures and headers
 2019-12-17 13:10 UTC  (7+ messages)

[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 0/2] New zonefs file system
 2019-12-17 13:05 UTC  (15+ messages)
` [PATCH 1/2] fs: "
` [PATCH 2/2] zonefs: Add documentation

[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  (8+ 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  (9+ 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  (4+ messages)

[PATCHSET 0/10] io_uring items for 5.6
 2019-12-16 19:39 UTC  (4+ messages)
` [PATCH 06/10] fs: move filp_close() outside of __close_fd_get_file()

[LSF/MM/BPF TOPIC] Bcachefs update
 2019-12-16 19:38 UTC 

[PATCH v2] debugfs: Return -EPERM when locked down
 2019-12-16 19:02 UTC  (2+ messages)

[PATCH] vfs: stop shrinker while fs is freezed
 2019-12-16 18:53 UTC  (5+ messages)

[PATCH] fs-verity: implement readahead of Merkle tree pages
 2019-12-16 18:11 UTC 

[PATCH v3 00/19][RFC] virtio-fs: Enable DAX support
 2019-12-16 18:10 UTC  (9+ messages)
` [PATCH 01/19] dax: remove block device dependencies

[PATCH v7 0/1] ns: introduce binfmt_misc namespace
 2019-12-16 15:34 UTC  (9+ messages)
` [PATCH v7 1/1] ns: add binfmt_misc to the user namespace

File monitor problem
 2019-12-16 15:00 UTC  (10+ messages)

[PATCH 0/8 v6] btrfs direct-io using iomap
 2019-12-16 12:41 UTC  (11+ 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 4/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 6/8] btrfs: Wait for extent bits to release page
` [PATCH 7/8] btrfs: Use ->iomap_end() instead of btrfs_dio_data
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

KASAN: use-after-free Read in iov_iter_alignment
 2019-12-16 10:58 UTC  (8+ messages)

[RFC v2] binfmt_misc: pass binfmt_misc flags to the interpreter
 2019-12-16  9:22 UTC  (2+ messages)

Can fanotify OPEN_PERM work with CIFS?
 2019-12-16  9:14 UTC  (2+ messages)

[PATCH] jbd2: fix kernel-doc notation warning
 2019-12-16  2:45 UTC  (2+ messages)

[PATCH] ramfs: support O_TMPFILE
 2019-12-15 11:47 UTC 

[GIT PULL] overlayfs fixes for 5.5-rc2
 2019-12-14 22:05 UTC  (2+ messages)

[PATCH 0/1] preparatory patch for a uid/gid shifting bind mount
 2019-12-14 11:56 UTC  (2+ messages)

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-14  0:01 UTC  (3+ messages)
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED

KCSAN: data-race in link_path_walk.part.0 / page_get_link
 2019-12-13 22:04 UTC 

[PATCH v6 00/27] nfs: Mount API conversion
 2019-12-13 21:39 UTC  (3+ messages)

[PATCH v2 00/24] drivers, fs: y2038 updates
 2019-12-13 20:53 UTC  (2+ messages)
` [PATCH v2 11/24] hfs/hfsplus: use 64-bit inode timestamps

[PATCHSET v4 0/5] Support for RWF_UNCACHED
 2019-12-13 20:47 UTC  (4+ messages)
` [PATCH 4/5] iomap: add struct iomap_data


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