linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-03 17:33:14 to 2019-12-05 17:42:26 UTC [more...]

[PATCH 0/2] pipe: Fixes
 2019-12-05 17:42 UTC  (5+ messages)
` [PATCH 1/2] pipe: Remove assertion from pipe_poll()
` [PATCH 2/2] pipe: Fix missing mask update after pipe_wait()

[PATCH 0/8 v3] btrfs direct-io using iomap
 2019-12-05 17:40 UTC  (17+ messages)
` [PATCH 1/8] fs: Export generic_file_buffered_read()
` [PATCH 2/8] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/8] iomap: Remove lockdep_assert_held()
` [PATCH 4/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 5/8] fs: Remove dio_end_io()
` [PATCH 6/8] btrfs: Wait for extent bits to release page
` [PATCH 7/8] btrfs: Remove btrfs_dio_data
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

[GIT PULL] pipe: Notification queue preparation
 2019-12-05 17:33 UTC  (8+ messages)

[ANNOUNCE] xfs-linux: iomap-5.5-merge updated to c275779ff2dd
 2019-12-05 17:15 UTC 

KASAN: slab-out-of-bounds Write in pipe_write
 2019-12-05 16:33 UTC  (4+ messages)

[PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2019-12-05 16:08 UTC  (5+ messages)
` [PATCH 1/1] fs: "

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

[PATCH] iomap: stop using ioend after it's been freed in iomap_finish_ioend()
 2019-12-05 15:39 UTC  (4+ messages)

[PATCH] staging: exfat: properly support discard in clr_alloc_bitmap()
 2019-12-05 15:29 UTC 

[PATCH v5 00/15] btrfs-progs: zoned block device support
 2019-12-05 14:51 UTC  (19+ messages)
` [PATCH v5 01/15] btrfs-progs: utils: Introduce queue_param helper function
` [PATCH v5 02/15] btrfs-progs: introduce raid parameters variables
` [PATCH v5 03/15] btrfs-progs: build: Check zoned block device support
` [PATCH v5 04/15] btrfs-progs: add new HMZONED feature flag
` [PATCH v5 05/15] btrfs-progs: Introduce zone block device helper functions
` [PATCH v5 06/15] btrfs-progs: load and check zone information
` [PATCH v5 07/15] btrfs-progs: support discarding zoned device
` [PATCH v5 08/15] btrfs-progs: support zero out on zoned block device
` [PATCH v5 09/15] btrfs-progs: implement log-structured superblock for HMZONED mode
` [PATCH v5 10/15] btrfs-progs: align device extent allocation to zone boundary
` [PATCH v5 11/15] btrfs-progs: do sequential allocation in HMZONED mode
` [PATCH v5 12/15] btrfs-progs: redirty clean extent buffers in seq
` [PATCH v5 13/15] btrfs-progs: mkfs: Zoned block device support
` [PATCH v5 14/15] btrfs-progs: device-add: support HMZONED device
` [PATCH v5 15/15] btrfs-progs: introduce support for device replace "
` [PATCH] libblkid: implement zone-aware probing for HMZONED btrfs

[RFC PATCH 1/2] selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"
 2019-12-05 14:20 UTC  (5+ messages)
` [RFC PATCH 2/2] selinux: fall back to ref-walk upon LSM_AUDIT_DATA_DENTRY too

KASAN: slab-out-of-bounds Read in iov_iter_alignment
 2019-12-05 14:05 UTC 

[PATCHv4 0/3] Fix inode_lock sequence to scale performance of DIO mixed R/W workload
 2019-12-05 13:46 UTC  (9+ messages)
` [PATCHv4 1/3] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
` [PATCHv4 2/3] ext4: Start with shared i_rwsem in case of DIO instead of exclusive
` [PATCHv4 3/3] ext4: Move to shared i_rwsem even without dioread_nolock mount opt

kernel BUG at fs/pipe.c:LINE!
 2019-12-05 13:06 UTC  (4+ messages)

[bug report] io_uring: ensure async punted read/write requests copy iovec
 2019-12-05 11:08 UTC  (2+ messages)

[RFC] Thing 1: Shardmap fox Ext4
 2019-12-05  9:46 UTC  (19+ messages)
                  ` [RFC] Thing 1: Shardmap for Ext4

KASAN: slab-out-of-bounds Read in bpf_prog_create
 2019-12-05  9:08 UTC  (6+ messages)
    ` [PATCH] ppp: fix out-of-bounds access in bpf_prog_create()

kmsan boot error: KMSAN: uninit-value in proc_task_name
 2019-12-05  8:56 UTC  (2+ messages)

[PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-05  7:55 UTC  (5+ messages)

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-12-05  6:54 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v3 1/2] sched/numa: introduce per-cgroup NUMA locality info
    ` [PATCH v3 2/2] sched/numa: documentation for per-cgroup numa statistics
    ` [PATCH v4 0/2] sched/numa: introduce numa locality
      ` [PATCH v4 1/2] sched/numa: introduce per-cgroup NUMA locality info
      ` [PATCH v4 2/2] sched/numa: documentation for per-cgroup numa statistics
      ` [PATCH v5 0/2] sched/numa: introduce numa locality
        ` [PATCH v5 1/2] sched/numa: introduce per-cgroup NUMA locality info
        ` [PATCH v5 2/2] sched/numa: documentation for per-cgroup numa, statistics

BUG: sleeping function called from invalid context in lock_sock_nested
 2019-12-05  5:45 UTC  (3+ messages)
  ` [PATCH] crypto: af_alg - Use bh_lock_sock in sk_destruct

[PATCH 5/8] f2fs: Handle casefolding with Encryption
 2019-12-05  1:17 UTC  (2+ messages)

[PATCH v1] staging: exfat: fix multiple definition error of `rename_file'
 2019-12-04 23:45 UTC 

single aio thread is migrated crazily by scheduler
 2019-12-04 22:59 UTC  (14+ messages)

File monitor problem
 2019-12-04 20:27 UTC  (7+ messages)

[PATCH v4 rebase 00/10] Fix cdrom autoclose
 2019-12-04 19:01 UTC  (6+ messages)

[PATCH] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2019-12-04 18:10 UTC  (3+ messages)

[bug] userspace hitting sporadic SIGBUS on xfs (Power9, ppc64le), v4.19 and later
 2019-12-04 14:43 UTC  (3+ messages)

[PATCH] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-04 13:06 UTC  (4+ messages)

WARNING: refcount bug in cdev_get
 2019-12-04 12:31 UTC  (3+ messages)

[GIT PULL] fuse update for 5.5
 2019-12-04  9:10 UTC 

[PATCH] f2fs: Fix direct IO handling
 2019-12-04  8:16 UTC  (6+ messages)
  ` [PATCH v2] "

WARNING in mark_buffer_dirty (2)
 2019-12-04  6:39 UTC 

[PATCH 0/8] Support for Casefolding and Encryption
 2019-12-04  0:32 UTC  (16+ messages)
` [PATCH 1/8] fscrypt: Add siphash and hash key for policy v2
` [PATCH 2/8] fscrypt: Don't allow v1 policies with casefolding
` [PATCH 3/8] fscrypt: Change format of no-key token
` [PATCH 4/8] vfs: Fold casefolding into vfs
` [PATCH 6/8] ext4: Use struct super_block's casefold data

Question about clone_range() metadata stability
 2019-12-03 23:00 UTC  (6+ messages)

[GIT PULL] iomap: small cleanups for 5.5
 2019-12-03 22:49 UTC  (4+ messages)

mmotm 2019-12-03-13-55 uploaded
 2019-12-03 21:55 UTC 

[GIT PULL] xfs: new code for 5.5
 2019-12-03 20:46 UTC  (4+ messages)

[PATCH v2 0/6] Delete timespec64_trunc()
 2019-12-03 19:49 UTC  (5+ messages)
` [PATCH v2 3/6] fs: ceph: Delete timespec64_trunc() usage


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