linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 23:08:14 to 2021-02-02 16:58:31 UTC [more...]

[PATCH v14 00/42] btrfs: zoned block device support
 2021-02-02 16:50 UTC  (30+ messages)
` [PATCH v14 03/42] btrfs: defer loading zone info after opening trees
` [PATCH v14 04/42] btrfs: use regular SB location on emulated zoned mode
` [PATCH v14 05/42] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [PATCH v14 06/42] btrfs: do not load fs_info->zoned from incompat flag
` [PATCH v14 07/42] btrfs: disallow fitrim in ZONED mode
` [PATCH v14 08/42] btrfs: allow zoned mode on non-zoned block devices
` [PATCH v14 17/42] btrfs: enable to mount ZONED incompat flag
` [PATCH v14 29/42] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v14 32/42] btrfs: avoid async metadata checksum on "
` [PATCH v14 41/42] btrfs: serialize log transaction "
` [PATCH v14 42/42] btrfs: reorder log node allocation

[PATCH v28 00/12] Landlock LSM
 2021-02-02 16:27 UTC  (13+ messages)
` [PATCH v28 01/12] landlock: Add object management
` [PATCH v28 02/12] landlock: Add ruleset and domain management
` [PATCH v28 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v28 04/12] landlock: Add ptrace restrictions
` [PATCH v28 05/12] LSM: Infrastructure management of the superblock
` [PATCH v28 06/12] fs,security: Add sb_delete hook
` [PATCH v28 07/12] landlock: Support filesystem access-control
` [PATCH v28 08/12] landlock: Add syscall implementations
` [PATCH v28 09/12] arch: Wire up Landlock syscalls
` [PATCH v28 10/12] selftests/landlock: Add user space tests
` [PATCH v28 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v28 12/12] landlock: Add user and kernel documentation

[ANNOUNCE] xfs-linux: iomap-for-next updated to ed1128c2d0c8
 2021-02-02 16:47 UTC 

[PATCH 0/7] Performance improvement for fanotify merge
 2021-02-02 16:20 UTC  (8+ messages)
` [PATCH 1/7] fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue
` [PATCH 2/7] fsnotify: support hashed notification queue
` [PATCH 3/7] fsnotify: read events from hashed notification queue by order of insertion
` [PATCH 4/7] fanotify: enable hashed notification queue for FAN_CLASS_NOTIF groups
` [PATCH 5/7] fanotify: limit number of event merge attempts
` [PATCH 6/7] fanotify: mix event info into merge key hash
` [PATCH 7/7] fsnotify: print some debug stats on hashed queue overflow

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-02 14:42 UTC  (25+ messages)
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH RESEND v2 00/10] fsdax: introduce fs query to support reflink
 2021-02-02 12:48 UTC  (14+ messages)
` [PATCH RESEND v2 01/10] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v2 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH RESEND v2 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH RESEND v2 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH RESEND v2 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH RESEND v2 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH RESEND v2 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH RESEND v2 08/10] md: Implement ->corrupted_range()
` [PATCH RESEND v2 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH RESEND v2 10/10] fs/dax: Remove useless functions

[PATCH] cifs: Rough, incomplete conversion to revised fscache I/O API
 2021-02-02 11:29 UTC 

[PATCH v1] cifs: make nested cifs mount point dentries always valid to deal with signaled 'df'
 2021-02-02 11:16 UTC  (6+ messages)
      ` [PATCH v2] cifs: report error instead of invalid when revalidating a dentry fails

[PATCH] 9p: Convert to cut-down fscache I/O API rewrite
 2021-02-02 11:04 UTC 

[PATCH v2 0/2] io_uring: add mkdirat support
 2021-02-02  8:23 UTC  (3+ messages)
` [PATCH v2 1/2] fs: make do_mkdirat() take struct filename
` [PATCH v2 2/2] io_uring: add support for IORING_OP_MKDIRAT

general protection fault in invalidate_bdev
 2021-02-02  7:32 UTC 

[RFC] Invalidate BH LRU during page migration
 2021-02-02  6:55 UTC  (2+ messages)
` [PATCH] [RFC] mm: fs: "

mmotm 2021-02-01-19-29 uploaded
 2021-02-02  6:18 UTC  (2+ messages)
` mmotm 2021-02-01-19-29 uploaded (maybe CONFIG_SPARSEMEM?)

[PATCH 0/2] io_uring: add mkdirat support
 2021-02-02  4:39 UTC  (8+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

[RFC PATCH] implement orangefs_readahead
 2021-02-02  3:32 UTC  (3+ messages)

Using bit shifts for VXFS file modes
 2021-02-02  2:36 UTC  (8+ messages)

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-02-02  0:05 UTC  (17+ messages)
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each "
                ` [External] "

[PATCH v3 0/9] userfaultfd: add minor fault handling
 2021-02-01 23:42 UTC  (20+ messages)
` [PATCH v3 2/9] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH v3 3/9] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH v3 4/9] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH v3 5/9] userfaultfd: add minor fault registration mode
` [PATCH v3 7/9] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v3 8/9] userfaultfd: update documentation to describe minor fault handling
` [PATCH v3 9/9] userfaultfd/selftests: add test exercising "

[PATCH v3 1/9] hugetlb: Pass vma into huge_pte_alloc()
 2021-02-01 22:16 UTC  (5+ messages)
` [PATCH v4 "

[PATCH v2] vfs: generic_copy_file_checks should return EINVAL when source offset is beyond EOF
 2021-02-01 21:51 UTC  (3+ messages)

[PATCH] vfs: generic_copy_file_checks should return EINVAL when source offset is beyond EOF
 2021-02-01 20:47 UTC 

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-02-01 18:41 UTC  (4+ messages)
` [RFC PATCH v4 15/17] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries

reduce sub-block DIO serialisation v4
 2021-02-01 17:51 UTC  (4+ messages)

[PATCH for-next 0/3] Fix potential deadlock, types and typo in zoned series
 2021-02-01 17:48 UTC  (5+ messages)
` [PATCH for-next 1/3] btrfs: fix to return bool instead of int
` [PATCH for-next 2/3] btrfs: properly unlock log_mutex in error case
` [PATCH for-next 3/3] btrfs: fix a typo in comment

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-02-01 17:41 UTC  (2+ messages)

[v5 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-02-01 17:09 UTC  (22+ messages)
` [v5 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v5 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v5 PATCH 06/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v5 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v5 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
` [v5 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v5 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline

KASAN: use-after-free Read in bdgrab
 2021-02-01 17:01 UTC 

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-02-01 16:51 UTC  (11+ messages)

WARNING in io_disable_sqo_submit
 2021-02-01 15:32 UTC  (4+ messages)

[PATCH 0/6] ceph: convert to new netfs read helpers
 2021-02-01 15:25 UTC  (5+ messages)

misc bio allocation cleanups
 2021-02-01 12:22 UTC  (9+ messages)
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
  ` [f2fs-dev] "
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
  ` [f2fs-dev] "

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-02-01 11:05 UTC  (9+ messages)
` [RFC v3 03/11] vdpa: Remove the restriction that only supports virtio-net devices
              `  "

[PATCH 00/29] treewide: Convert comma separated statements
 2021-02-01  8:12 UTC  (4+ messages)
` [PATCH 23/29] fuse: Avoid "

possible deadlock in send_sigio (2)
 2021-02-01  8:03 UTC  (3+ messages)

[PATCH v2] exfat: fix shift-out-of-bounds in exfat_fill_super()
 2021-02-01  4:24 UTC  (3+ messages)

[PATCH v2] exfat: improve performance of exfat_free_cluster when using dirsync mount option
 2021-02-01  1:02 UTC 

[ANNOUNCE] dosfstools 4.2
 2021-01-31 20:37 UTC 

[PATCH 0/2] capability conversion fixes
 2021-01-31 18:14 UTC  (10+ messages)
` [PATCH 2/2] security.capability: fix conversions on getxattr

INFO: task can't die in iget5_locked
 2021-01-31  9:39 UTC 

[PATCH v2] fuse: use newer inode info when writeback cache is enabled
 2021-01-30  8:50 UTC 

[PATCH 0/3] NFS change attribute patches
 2021-01-30  6:02 UTC  (11+ messages)
` [PATCH 2/3] nfsd: move change attribute generation to filesystem
        ` [PATCH 1/2 v2] nfs: use change attribute for NFS re-exports
          ` [PATCH 2/2 v2] nfsd: skip some unnecessary stats in the v4 case

[PATCH] exfat: fix shift-out-of-bounds in exfat_fill_super()
 2021-01-29 21:10 UTC  (2+ messages)

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-01-29 16:32 UTC  (2+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-29  9:41 UTC  (5+ messages)

[PATCH v2] binfmt_elf: Fix fill_prstatus() call in fill_note_info()
 2021-01-29  8:05 UTC  (4+ messages)
` [binfmt_elf] d97e11e25d: ltp.DS000.fail

[PATCH] seq_read: move count check against iov_iter_count after calling op show
 2021-01-29  6:57 UTC  (3+ messages)

[PATCH v2 1/3] parser: add unsigned int parser
 2021-01-29  6:07 UTC  (3+ messages)

[PATCH 3/3] parser: add unsigned int parser
 2021-01-29  6:00 UTC  (3+ messages)

[PATCH v2 0/3] handle large user and group ID for isofs and udf
 2021-01-29  5:33 UTC  (4+ messages)

[PATCH v3 3/3] udf: handle large user and group ID
 2021-01-29  4:55 UTC 

[PATCH v3 2/3] isofs: handle large user and group ID
 2021-01-29  4:53 UTC 

[PATCH v3 1/3] parser: add unsigned int parser
 2021-01-29  4:52 UTC 

[PATCH v3 0/3] handle large user and group ID for isofs and udf
 2021-01-29  4:51 UTC 

[PATCH v2] block: Add bio_max_segs
 2021-01-29  4:38 UTC 


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