linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-15 06:26:26 to 2021-06-16 04:09:41 UTC [more...]

[PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer
 2021-06-16  4:09 UTC  (10+ messages)

[PATCH v2 0/4] Include zone in pstore_device_info
 2021-06-16  4:02 UTC  (9+ messages)
` [PATCH v2 1/4] pstore/blk: Improve failure reporting
` [PATCH v2 2/4] pstore/blk: Use the normal block device I/O path
` [PATCH v2 3/4] pstore/blk: Include zone in pstore_device_info
` [PATCH v2 4/4] pstore/blk: Fix kerndoc and redundancy on blkdev param

[PATCH] init/do_mounts.c: Add root="fstag:<tag>" syntax for root device
 2021-06-16  3:24 UTC  (10+ messages)

mmotm 2021-06-15-20-24 uploaded
 2021-06-16  3:24 UTC 

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

[PATCH] ramfs: skip mknod if inode already exists
 2021-06-16  2:53 UTC 

switch block layer polling to a bio based model v4
 2021-06-16  2:30 UTC  (20+ 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 1/4] mm: remove irqsave/restore locking from contexts with irqs enabled
 2021-06-16  1:20 UTC  (5+ messages)
` [PATCH 4/4] vfs: keep inodes with page cache off the inode shrinker LRU

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-16  1:09 UTC  (4+ messages)

[PATCH RFCv4 0/4] make '%pD' print full path for file
 2021-06-16  0:54 UTC  (10+ 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 v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-16  0:48 UTC  (7+ messages)
` [PATCH v4 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v4 02/10] dax: Introduce holder for dax_device
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock

[PATCH v2 00/14] File system wide monitoring
 2021-06-15 23:55 UTC  (15+ messages)
` [PATCH v2 01/14] fsnotify: Don't call insert hook for overflow events
` [PATCH v2 02/14] fanotify: Fold event size calculation to its own function
` [PATCH v2 03/14] fanotify: Split fsid check from other fid mode checks
` [PATCH v2 04/14] fanotify: Split superblock marks out to a new cache
` [PATCH v2 05/14] inotify: Don't force FS_IN_IGNORED
` [PATCH v2 06/14] fsnotify: Add helper to detect overflow_event
` [PATCH v2 07/14] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
` [PATCH v2 08/14] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v2 09/14] fsnotify: Support FS_ERROR event type
` [PATCH v2 10/14] fsnotify: Introduce helpers to send error_events
` [PATCH v2 11/14] fanotify: Introduce FAN_FS_ERROR event
` [PATCH v2 12/14] ext4: Send notifications on error
` [PATCH v2 13/14] samples: Add fs error monitoring example
` [PATCH v2 14/14] Documentation: Document the FAN_FS_ERROR event

mmotm 2021-06-14-22-08 uploaded
 2021-06-15 23:43 UTC  (3+ messages)

[PATCH] exec/binfmt_script: trip zero bytes from the buffer
 2021-06-15 22:35 UTC  (3+ messages)

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-06-15 22:08 UTC  (12+ messages)
        ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                ` [PATCH] "

[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 RFC] fuse: add generic file store
 2021-06-15 18:50 UTC  (9+ messages)

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 1/3] afs: Handle len being extending over page end in write_begin/write_end
 2021-06-15 17:01 UTC  (3+ messages)
` [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)

[PATCH] pstore/blk: Use the normal block device I/O path
 2021-06-15 16:04 UTC  (3+ 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  (5+ messages)

[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 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 

[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
 2021-06-15 13:32 UTC  (4+ 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)

[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  (9+ messages)
` [PATCH v11 09/33] mm: Add folio_try_get_rcu()
` [PATCH v11 11/33] mm/lru: Add folio LRU functions
` [PATCH v11 24/33] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v11 33/33] mm: Add folio_mapped()


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