linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-02 12:54:27 to 2019-08-05 16:25:26 UTC [more...]

[PATCH v2 0/13] Btrfs iomap
 2019-08-05 16:08 UTC  (23+ messages)
` [PATCH 01/13] iomap: Use a IOMAP_COW/srcmap for a read-modify-write I/O
` [PATCH 02/13] iomap: Read page from srcmap for IOMAP_COW
` [PATCH 03/13] btrfs: Eliminate PagePrivate for btrfs data pages
` [PATCH 04/13] btrfs: Add a simple buffered iomap write
` [PATCH 05/13] btrfs: Add CoW in iomap based writes
` [PATCH 06/13] btrfs: remove buffered write code made unnecessary
` [PATCH 07/13] btrfs: basic direct read operation
` [PATCH 08/13] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 09/13] btrfs: Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 10/13] iomap: use a function pointer for dio submits
` [PATCH 11/13] btrfs: Use iomap_dio_rw for performing direct I/O writes
` [PATCH 12/13] btrfs: Remove btrfs_dio_data and __btrfs_direct_write
` [PATCH 13/13] btrfs: update inode size during bio completion

[PATCHv2 0/3] convert i915 to new mount API
 2019-08-05 16:03 UTC  (4+ messages)
` [PATCHv2 1/3] fs: export put_filesystem()
` [PATCHv2 2/3] i915: convert to new mount API
` [PATCHv2 3/3] i915: do not leak module ref counter

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-08-05 15:56 UTC  (6+ messages)
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-08-05 15:12 UTC  (19+ messages)
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-05 14:40 UTC  (18+ messages)
` [PATCH 04/20] mount: Add mount warning for impending timestamp expiry
  ` [Y2038] "
` [PATCH 05/20] utimes: Clamp the timestamps before update
  ` [Y2038] "
` [PATCH 09/20] ext4: Initialize timestamps limits

[PATCH] fs/binfmt_elf.c: remove unnecessary white space
 2019-07-13 23:53 UTC 

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-05 13:10 UTC  (5+ messages)

[PATCH v4 0/5] xfs: use the iomap writeback code
 2019-08-05 12:54 UTC  (11+ messages)
` [PATCH 1/5] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 2/5] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 3/5] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 4/5] xfs: convert the xfs writeback code to iomap writeback
` [PATCH 5/5] iomap: move struct iomap_page out of iomap.h

KASAN: use-after-free Read in blkdev_bio_end_io
 2019-08-05 12:38 UTC 

WARNING in __blkdev_put (2)
 2019-08-05 12:38 UTC 

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-08-05 12:34 UTC  (6+ messages)
` [PATCH 2/6] iomap: copy the xfs writeback code to iomap.c

RFC: use the iomap writepage path in gfs2
 2019-08-05 12:27 UTC  (3+ messages)
` [PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode

[fuse-devel] fuse zero copy
 2019-08-05 12:14 UTC 

[PATCH] dax: dax_layout_busy_page() should not unmap cow pages
 2019-08-05 11:53 UTC  (3+ messages)

[BUG] lseek on /proc/meminfo is broken in 4.19.59
 2019-08-05 10:08 UTC  (8+ messages)
  ` [BUG] lseek on /proc/meminfo is broken in 4.19.59 maybe due to commit 1f4aace60b0e ("fs/seq_file.c: simplify seq_file iteration code and interface")
        ` [PATCH] seq_file: fix problem when seeking mid-record
          `  "

[f2fs-dev] [PATCH] f2fs: remove duplicate code in f2fs_file_write_iter
 2019-08-05  7:29 UTC  (2+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: fix the bug in reserve_new_block
 2019-08-05  7:29 UTC  (2+ messages)

[PATCH v6 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-08-05  6:02 UTC  (5+ messages)
` [PATCH v6 2/3][v4.9.y] infiniband: fix race condition between infiniband mlx4, mlx5 driver "
` [PATCH v6 3/3] [v4.9.y] coredump: fix race condition between collapse_huge_page() "
` [PATCH v6 0/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-05  4:15 UTC  (37+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH v2 03/34] net/ceph: "
` [PATCH v2 04/34] x86/kvm: "
` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 07/34] drm/radeon: "
` [PATCH v2 08/34] media/ivtv: "
` [PATCH v2 09/34] media/v4l2-core/mm: "
` [PATCH v2 10/34] genwqe: "
` [PATCH v2 11/34] scif: "
` [PATCH v2 12/34] vmci: "
` [PATCH v2 13/34] rapidio: "
` [PATCH v2 14/34] oradax: "
` [PATCH v2 15/34] staging/vc04_services: "
` [PATCH v2 16/34] drivers/tee: "
` [PATCH v2 17/34] vfio: "
` [PATCH v2 18/34] fbdev/pvr2fb: "
` [PATCH v2 19/34] fsl_hypervisor: "
` [PATCH v2 20/34] xen: "
` [PATCH v2 21/34] fs/exec.c: "
` [PATCH v2 22/34] orangefs: "
` [PATCH v2 23/34] uprobes: "
` [PATCH v2 24/34] futex: "
` [PATCH v2 25/34] mm/frame_vector.c: "
` [PATCH v2 26/34] mm/gup_benchmark.c: "
` [PATCH v2 27/34] mm/memory.c: "
` [PATCH v2 28/34] mm/madvise.c: "
` [PATCH v2 29/34] mm/process_vm_access.c: "
` [PATCH v2 30/34] crypt: "
` [PATCH v2 31/34] fs/nfs: "
` [PATCH v2 32/34] goldfish_pipe: "
` [PATCH v2 33/34] kernel/events/core.c: "
` [PATCH v2 34/34] fs/binfmt_elf: "

[PATCH] fs/io_uring.c: convert put_page() to put_user_page*()
 2019-08-05  3:44 UTC  (2+ messages)

[PATCH] powerpc: convert put_page() to put_user_page*()
 2019-08-05  2:38 UTC 

[PATCH] security/tomoyo: convert put_page() to put_user_page*()
 2019-08-05  2:26 UTC 

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-08-04 23:55 UTC  (4+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (31+ messages)
` [PATCH 03/34] net/ceph: convert put_page() to put_user_page*()
` [PATCH 06/34] drm/i915: "
` [PATCH 10/34] genwqe: "
` [PATCH 15/34] staging/vc04_services: "
` [PATCH 16/34] drivers/tee: "
` [PATCH 20/34] xen: "
` [PATCH 26/34] mm/gup_benchmark.c: "
` [PATCH 31/34] nfs: "

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-04 21:37 UTC  (23+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 02/24] shrinkers: use will_defer for GFP_NOFS sensitive shrinkers
` [PATCH 03/24] mm: factor shrinker work calculations
` [PATCH 04/24] shrinker: defer work only to kswapd
` [PATCH 09/24] xfs: don't allow log IO to be throttled
` [PATCH 16/24] xfs: Lower CIL flush limit for large logs

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-04  9:42 UTC  (5+ messages)
` [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
      ` [f2fs-dev] "

[GIT PULL] xfs: cleanups for 5.3-rc3
 2019-08-03 21:07 UTC  (4+ messages)

[PATCH] iomap: Fix trivial typo
 2019-08-03 16:34 UTC  (2+ messages)

KASAN: use-after-free Read in blkdev_direct_IO
 2019-08-03  7:43 UTC  (2+ messages)

[PATCH] Fix cuse ENOMEM ioctl breakage in 4.20.0
 2019-08-03  6:47 UTC  (6+ messages)

[PATCH v3 0/8] Inline Encryption Support
 2019-08-02 20:51 UTC  (5+ messages)
` [PATCH 2/8] block: Add encryption context to struct bio
` [PATCH 3/8] block: blk-crypto for Inline Encryption

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02 19:33 UTC  (3+ messages)

[PATCH 0/3] Fuse definitions for virtiofs
 2019-08-02 17:15 UTC  (4+ messages)
` [PATCH 1/3] fuse: Add 'setupmapping'
` [PATCH 2/3] fuse: add 'removemapping'
` [PATCH 3/3] fuse: Add map_alignment for setup/remove mapping

[patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-02 15:29 UTC  (8+ messages)
` [patch V2 6/7] fs/jbd2: Make state lock a spinlock

[RFC 0/2] iomap & xfs support for large pages
 2019-08-02 14:54 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 68/76] sched/fair: Don't free p->numa_faults with concurrent readers
 2019-08-02 13:19 UTC 

[PATCH AUTOSEL 4.19 38/42] sched/fair: Don't free p->numa_faults with concurrent readers
 2019-08-02 13:22 UTC 

[PATCH AUTOSEL 4.14 28/30] sched/fair: Don't free p->numa_faults with concurrent readers
 2019-08-02 13:24 UTC 

[PATCH v6 00/24] erofs: promote erofs from staging
 2019-08-02 12:53 UTC  (25+ messages)
` [PATCH v6 01/24] erofs: add on-disk layout
` [PATCH v6 02/24] erofs: add erofs in-memory stuffs
` [PATCH v6 03/24] erofs: add super block operations
` [PATCH v6 04/24] erofs: add raw address_space operations
` [PATCH v6 05/24] erofs: add inode operations
` [PATCH v6 06/24] erofs: support special inode
` [PATCH v6 07/24] erofs: add directory operations
` [PATCH v6 08/24] erofs: add namei functions
` [PATCH v6 09/24] erofs: support tracepoint
` [PATCH v6 10/24] erofs: update Kconfig and Makefile
` [PATCH v6 11/24] erofs: introduce xattr & posixacl support
` [PATCH v6 12/24] erofs: introduce tagged pointer
` [PATCH v6 13/24] erofs: add compression indexes support
` [PATCH v6 14/24] erofs: introduce superblock registration
` [PATCH v6 15/24] erofs: introduce erofs shrinker
` [PATCH v6 16/24] erofs: introduce workstation for decompression
` [PATCH v6 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v6 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v6 19/24] erofs: add erofs_allocpage()
` [PATCH v6 20/24] erofs: introduce generic decompression backend
` [PATCH v6 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v6 22/24] erofs: introduce the decompression frontend
` [PATCH v6 23/24] erofs: introduce cached decompression
` [PATCH v6 24/24] erofs: add document


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