linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-06 17:03:17 to 2019-08-08 14:40:21 UTC [more...]

[PATCH] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-08 14:39 UTC  (3+ messages)

[PATCH v2 0/13] Btrfs iomap
 2019-08-08 13:11 UTC  (14+ messages)
` [PATCH 10/13] iomap: use a function pointer for dio submits

[PATCH RESEND] fs: use UB-safe check for signed addition overflow in remap_verify_area
 2019-08-08 12:39 UTC 

[PATCH] epoll: optimize epmutex in ep_free and eventpoll_release_file
 2019-08-08 11:52 UTC  (2+ messages)

[PATCH 0/3] mm/: 3 more put_user_page() conversions
 2019-08-08 11:09 UTC  (8+ messages)
` [PATCH 1/3] mm/mlock.c: convert put_page() to put_user_page*()

[PATCH v3 00/27] btrfs zoned block device support
 2019-08-08  9:30 UTC  (28+ messages)
` [PATCH v3 01/27] btrfs: introduce HMZONED feature flag
` [PATCH v3 02/27] btrfs: Get zone information of zoned block devices
` [PATCH v3 03/27] btrfs: Check and enable HMZONED mode
` [PATCH v3 04/27] btrfs: disallow RAID5/6 in "
` [PATCH v3 05/27] btrfs: disallow space_cache "
` [PATCH v3 06/27] btrfs: disallow NODATACOW "
` [PATCH v3 07/27] btrfs: disable tree-log "
` [PATCH v3 08/27] btrfs: disable fallocate "
` [PATCH v3 09/27] btrfs: align device extent allocation to zone boundary
` [PATCH v3 10/27] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH v3 11/27] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH v3 12/27] btrfs: ensure metadata space available on/after degraded mount in HMZONED
` [PATCH v3 13/27] btrfs: reset zones of unused block groups
` [PATCH v3 14/27] btrfs: limit super block locations in HMZONED mode
` [PATCH v3 15/27] btrfs: redirty released extent buffers in sequential BGs
` [PATCH v3 16/27] btrfs: serialize data allocation and submit IOs
` [PATCH v3 17/27] btrfs: implement atomic compressed IO submission
` [PATCH v3 18/27] btrfs: support direct write IO in HMZONED
` [PATCH v3 19/27] btrfs: serialize meta IOs on HMZONED mode
` [PATCH v3 20/27] btrfs: wait existing extents before truncating
` [PATCH v3 21/27] btrfs: avoid async checksum/submit on HMZONED mode
` [PATCH v3 22/27] btrfs: disallow mixed-bg in "
` [PATCH v3 23/27] btrfs: disallow inode_cache "
` [PATCH v3 24/27] btrfs: support dev-replace "
` [PATCH v3 25/27] btrfs: enable relocation "
` [PATCH v3 26/27] btrfs: relocate block group to repair IO failure in HMZONED
` [PATCH v3 27/27] btrfs: enable to mount HMZONED incompat flag

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-08-08  9:19 UTC  (17+ messages)
` [PATCH v6 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v6 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v6 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v6 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v6 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v6 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH v6 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH v6 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v6 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v6 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH v6 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v6 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v6 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

[PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
 2019-08-08  8:27 UTC  (10+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [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 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-08  8:00 UTC  (12+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages
` [PATCH v5 3/6] [RFC] x86: Add support for idle bit in swap PTE
` [PATCH v5 4/6] [RFC] arm64: "
` [PATCH v5 5/6] page_idle: Drain all LRU pagevec before idle tracking
` [PATCH v5 6/6] doc: Update documentation for page_idle virtual address indexing

[PATCH v2 0/4] selinux: fix race when removing selinuxfs entries
 2019-08-08  7:59 UTC  (3+ messages)

[patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-08  7:54 UTC  (7+ messages)

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-08-08  7:17 UTC  (14+ messages)
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap

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

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

[PATCH] vfs: fix page locking deadlocks when deduping files
 2019-08-08  2:10 UTC  (3+ messages)

[PATCH resend] fs/handle.c - fix up kerneldoc
 2019-08-08  1:52 UTC  (2+ messages)

[PATCHv2 0/3] convert i915 to new mount API
 2019-08-08  1:23 UTC  (8+ messages)
` [PATCHv2 2/3] i915: convert "

[PATCH] powerpc: convert put_page() to put_user_page*()
 2019-08-07 23:34 UTC  (3+ messages)

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-07 23:16 UTC  (37+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 12/24] xfs: correctly acount for reclaimable slabs
` [PATCH 14/24] xfs: tail updates only need to occur when LSN changes
` [PATCH 15/24] xfs: eagerly free shadow buffers to reduce CIL footprint
` [PATCH 17/24] xfs: don't block kswapd in inode reclaim
` [PATCH 18/24] xfs: reduce kswapd blocking on inode locking
` [PATCH 20/24] xfs: use AIL pushing for inode reclaim IO

[PATCH v4 1/5] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-07 20:44 UTC  (5+ messages)

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-07 18:04 UTC  (13+ messages)
` [PATCH 09/20] ext4: Initialize timestamps limits

[PATCH 04/24] shrinker: defer work only to kswapd
 2019-08-07 18:00 UTC  (3+ messages)

[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
 2019-08-07 16:33 UTC  (4+ messages)

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-08-07 16:12 UTC  (8+ messages)
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[PATCH] udf: reduce leakage of blocks related to named streams
 2019-08-07 13:32 UTC 

Block device direct read EIO handling broken?
 2019-08-07  9:42 UTC  (14+ messages)

[fuse-devel] fuse zero copy
 2019-08-07  9:12 UTC  (2+ messages)

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-07  6:38 UTC  (5+ messages)

[PATCH 0/2] keys: ACLs
 2019-08-07  2:58 UTC  (6+ messages)
` [PATCH 1/2] KEYS: Replace uid/gid/perm permissions checking with an ACL

[PATCH RFC] erofs: move erofs out of staging
 2019-08-07  1:51 UTC  (4+ messages)

[PATCH AUTOSEL 5.2 57/59] coredump: split pipe command whitespace before expanding template
 2019-08-07  1:41 UTC  (2+ messages)

mmotm 2019-08-06-18-11 uploaded
 2019-08-07  1:12 UTC 

[BUG] lseek on /proc/meminfo is broken in 4.19.59
 2019-08-06 22:42 UTC  (7+ 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

[PATCH AUTOSEL 4.19 31/32] coredump: split pipe command whitespace before expanding template
 2019-08-06 21:35 UTC 

[PATCH AUTOSEL 4.14 24/25] coredump: split pipe command whitespace before expanding template
 2019-08-06 21:36 UTC 

[PATCH AUTOSEL 4.4 13/14] coredump: split pipe command whitespace before expanding template
 2019-08-06 21:37 UTC 

[PATCH AUTOSEL 4.9 16/17] coredump: split pipe command whitespace before expanding template
 2019-08-06 21:37 UTC 

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-06 20:44 UTC  (5+ messages)
` [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v8 13/20] fscrypt: v2 encryption policy support

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (4+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()


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