linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 20:24:53 to 2021-06-15 20:33:40 UTC [more...]

[PATCH v2 08/10] kernel/sysctl-test: Remove some casts which are no-longer required
 2021-06-15 20:33 UTC  (2+ messages)

Tests available for list implementation
 2021-06-15 20:11 UTC  (3+ messages)

[PATCH] exec/binfmt_script: trip zero bytes from the buffer
 2021-06-15 19:33 UTC  (2+ messages)

[PATCH RFC] fuse: add generic file store
 2021-06-15 18:50 UTC  (9+ messages)

[PATCH 1/4] mm: remove irqsave/restore locking from contexts with irqs enabled
 2021-06-15 18:50 UTC  (9+ messages)
` [PATCH 2/4] fs: drop_caches: fix skipping over shadow cache inodes
` [PATCH 3/4] fs: inode: count invalidated shadow pages in pginodesteal
` [PATCH 4/4] vfs: keep inodes with page cache off the inode shrinker LRU

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-15 18:40 UTC  (12+ messages)

[PATCH 0/6] Further set_page_dirty cleanups
 2021-06-15 18:13 UTC  (20+ messages)
` [PATCH 1/6] mm/writeback: Move __set_page_dirty() to core mm
` [PATCH 2/6] mm/writeback: Use __set_page_dirty in __set_page_dirty_nobuffers
` [PATCH 3/6] iomap: Use __set_page_dirty_nobuffers
` [PATCH 4/6] fs: Remove anon_set_page_dirty()
` [PATCH 5/6] fs: Remove noop_set_page_dirty()
` [PATCH 6/6] mm: Move page dirtying prototypes from mm.h

[PATCH v2] net: inline function get_net_ns_by_fd if NET_NS is disabled
 2021-06-15 18:10 UTC  (2+ messages)

[PATCH 2/3] afs: Fix afs_write_end() to handle short writes
 2021-06-15 17:01 UTC  (8+ messages)
  ` [PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end
    ` [PATCH 3/3] netfs: fix test for whether we can skip read when writing beyond EOF

[syzbot] possible deadlock in mnt_want_write (2)
 2021-06-15 16:59 UTC 

[PATCH] netfs: Add MAINTAINERS record
 2021-06-15 16:39 UTC 

[PATCH] netfs: Add MAINTAINERS record
 2021-06-15 16:23 UTC  (2+ messages)

switch block layer polling to a bio based model v4
 2021-06-15 16:06 UTC  (19+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/16] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 05/16] blk-mq: factor out a "classic" poll helper
` [PATCH 06/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 07/16] blk-mq: remove blk_qc_t_valid
` [PATCH 08/16] block: replace the spin argument to blk_iopoll with a flags argument
` [PATCH 09/16] io_uring: don't sleep when polling for I/O
` [PATCH 10/16] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 11/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 12/16] block: define 'struct bvec_iter' as packed
` [PATCH 13/16] block: switch polling to be bio based
` [PATCH 14/16] block: don't allow writing to the poll queue attribute
` [PATCH 15/16] nvme-multipath: set QUEUE_FLAG_NOWAIT
` [PATCH 16/16] nvme-multipath: enable polled I/O

[PATCH] pstore/blk: Use the normal block device I/O path
 2021-06-15 16:04 UTC  (5+ messages)

[PATCH 0/4] cgroup/cpuset: Allow cpuset to bound displayed cpu info
 2021-06-15 15:59 UTC  (4+ messages)

[PATCH] afs: fix tracepoint string placement with built-in AFS
 2021-06-15 15:54 UTC  (7+ messages)

[PATCH RFCv4 0/4] make '%pD' print full path for file
 2021-06-15 15:49 UTC  (5+ messages)
` [PATCH RFCv4 1/4] fs: introduce helper d_path_unsafe()
` [PATCH RFCv4 2/4] lib/vsprintf.c: make '%pD' print full path for file
` [PATCH RFCv4 3/4] lib/test_printf.c: split write-beyond-buffer check in two
` [PATCH RFCv4 4/4] lib/test_printf.c: add test cases for '%pD'

[PATCH v7 0/6] kernfs: proposed locking and concurrency improvement
 2021-06-15 15:06 UTC  (8+ messages)
` [PATCH v7 1/6] kernfs: move revalidate to be near lookup
` [PATCH v7 2/6] kernfs: add a revision to identify directory node changes
` [PATCH v7 3/6] kernfs: use VFS negative dentry caching
` [PATCH v7 4/6] kernfs: switch kernfs to use an rwsem
` [PATCH v7 5/6] kernfs: use i_lock to protect concurrent inode updates
` [PATCH v7 6/6] kernfs: dont call d_splice_alias() under kernfs node lock

futex/call -to plist_for_each_entry_safe with head=NULL
 2021-06-15 15:03 UTC  (3+ messages)

[PATCH v3] eventfd: convert global percpu eventfd_wake_count to ctx percpu eventfd_wake_count
 2021-06-15 14:58 UTC  (2+ messages)

[PATCH] afs: fix no return statement in function returning non-void
 2021-06-15 14:49 UTC  (3+ messages)

[PATCH RFCv3 0/3] make '%pD' print full path for file
 2021-06-15 14:48 UTC  (21+ messages)
` [PATCH RFCv3 2/3] lib/vsprintf.c: make %pD "
` [PATCH RFCv3 3/3] lib/test_printf: add test cases for '%pD'

[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-15 14:26 UTC  (5+ messages)
  ` [PATCH v9] "

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-15 14:13 UTC  (11+ messages)
` [PATCH v8 01/10] iova: Export alloc_iova_fast() and free_iova_fast();
` [PATCH v8 02/10] file: Export receive_fd() to modules
` [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
` [PATCH v8 04/10] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v8 05/10] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v8 06/10] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v8 07/10] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v8 08/10] vduse: Implement an MMU-based IOMMU driver
` [PATCH v8 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v8 10/10] Documentation: Add documentation for VDUSE

[PATCH] poll: mark racy accesses on pwq->triggered
 2021-06-15 14:08 UTC 

[PATCH] init/do_mounts.c: Add root="fstag:<tag>" syntax for root device
 2021-06-15 13:50 UTC  (9+ messages)

[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
 2021-06-15 13:32 UTC  (4+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-15 12:47 UTC  (3+ messages)

[PATCH v2 0/5] Add pidfd support to the fanotify API
 2021-06-15 11:35 UTC  (5+ messages)
` [PATCH v2 1/5] kernel/pid.c: remove static qualifier from pidfd_create()
` [PATCH v2 2/5] kernel/pid.c: implement additional checks upon pidfd_create() parameters

[PATCH] fanotify: fix copy_event_to_user() fid error clean up
 2021-06-15 11:11 UTC  (7+ messages)

mmotm 2021-06-14-22-08 uploaded
 2021-06-15 11:03 UTC  (2+ messages)

[PATCH v4] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
 2021-06-15 10:33 UTC  (4+ messages)

Kernel 4.14: SQUASHFS error: xz decompression failed, data probably corrupt
 2021-06-15 10:01 UTC  (4+ messages)

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-15  9:18 UTC  (15+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[PATCH v4 00/10] cifsd: introduce new SMB3 kernel server
 2021-06-15  8:47 UTC  (7+ messages)
  ` [PATCH v4 02/10] cifsd: add server handler
  ` [PATCH v4 03/10] cifsd: add trasport layers
  ` [PATCH v4 08/10] cifsd: add file operations

About `bio->bi_iter.bi_size` at write endio time
 2021-06-15  8:37 UTC  (2+ messages)

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-06-15  8:04 UTC  (4+ messages)
  ` 答复: "

[PATCH] afs: Fix an IS_ERR() vs NULL check
 2021-06-15  7:39 UTC 

[PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-06-15  7:21 UTC  (2+ messages)
` [PATCH v6.1 "

[PATCH] fuse: set limit size
 2021-06-15  6:41 UTC 

[PATCH v11 00/33] Memory folios
 2021-06-15  6:31 UTC  (30+ messages)
` [PATCH v11 01/33] mm: Convert get_page_unless_zero() to return bool
` [PATCH v11 09/33] mm: Add folio_try_get_rcu()
` [PATCH v11 11/33] mm/lru: Add folio LRU functions
` [PATCH v11 13/33] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v11 14/33] mm/filemap: Add folio_next_index()
` [PATCH v11 15/33] mm/filemap: Add folio_offset() and folio_file_offset()
` [PATCH v11 16/33] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v11 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v11 18/33] mm/filemap: Add folio_unlock()
` [PATCH v11 19/33] mm/filemap: Add folio_lock()
` [PATCH v11 20/33] mm/filemap: Add folio_lock_killable()
` [PATCH v11 21/33] mm/filemap: Add __folio_lock_async()
` [PATCH v11 22/33] mm/filemap: Add folio_wait_locked()
` [PATCH v11 23/33] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v11 24/33] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v11 25/33] mm/filemap: Add folio_end_writeback()
` [PATCH v11 26/33] mm/writeback: Add folio_wait_writeback()
` [PATCH v11 27/33] mm/writeback: Add folio_wait_stable()
` [PATCH v11 28/33] mm/filemap: Add folio_wait_bit()
` [PATCH v11 29/33] mm/filemap: Add folio_wake_bit()
` [PATCH v11 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v11 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v11 32/33] fs/netfs: Add folio fscache functions
` [PATCH v11 33/33] mm: Add folio_mapped()

[tip:tmp.tmp2 223/364] fs/namei.c: linux/audit.h is included more than once
 2021-06-15  1:06 UTC  (2+ messages)
` [RFC PATCH tip] sched/headers, audit: fix duplicated inclusion

[PATCH v4] net: make get_net_ns return error if NET_NS is disabled
 2021-06-14 23:35 UTC  (3+ messages)

WARNING at asm/kfence.h:44 kfence_protect_page
 2021-06-14 21:29 UTC  (5+ messages)


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