linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-05 01:57:29 to 2018-12-06 23:10:19 UTC [more...]

[PATCH v4 00/23] Ext4 Encoding and Case-insensitive support
 2018-12-06 23:08 UTC  (20+ messages)
` [PATCH v4 01/23] nls: Wrap uni2char/char2uni callers
` [PATCH v4 02/23] nls: Wrap charset field access
` [PATCH v4 03/23] nls: Wrap charset hooks in ops structure
` [PATCH v4 04/23] nls: Split default charset from NLS core
` [PATCH v4 05/23] nls: Split struct nls_charset from struct nls_table
` [PATCH v4 06/23] nls: Add support for multiple versions of an encoding
` [PATCH v4 07/23] nls: Implement NLS_STRICT_MODE flag
` [PATCH v4 08/23] nls: Let charsets define the behavior of tolower/toupper
` [PATCH v4 09/23] nls: Add new interface for string comparisons
` [PATCH v4 10/23] nls: Add optional normalization and casefold hooks
` [PATCH v4 11/23] nls: ascii: Support validation and normalization operations
` [PATCH v4 12/23] nls: utf8: Add unicode character database files
` [PATCH v4 13/23] scripts: add trie generator for UTF-8
` [PATCH v4 14/23] nls: utf8: Move nls-utf8{,-core}.c
` [PATCH v4 15/23] nls: utf8: Introduce code for UTF-8 normalization
` [PATCH v4 16/23] nls: utf8n: reduce the size of utf8data[]
` [PATCH v4 17/23] nls: utf8: Integrate utf8 normalization code with utf8 charset
` [PATCH v4 18/23] nls: utf8: Introduce test module for normalized utf8 implementation
` [PATCH v4 19/23] ext4: Reserve superblock fields for encoding information

[PATCH v4] signal: add taskfd_send_signal() syscall
 2018-12-06 22:43 UTC  (29+ messages)

[PATCH] aio: Convert ioctx_table to XArray
 2018-12-06 22:26 UTC  (4+ messages)

[PATCH 0/4][V4] drop the mmap_sem when doing IO in the fault path
 2018-12-06 22:24 UTC  (10+ messages)
` [PATCH 2/4] filemap: kill page_cache_read usage in filemap_fault
` [PATCH 3/4] filemap: drop the mmap_sem for all blocking operations
` [PATCH 4/4] mm: use the cached page for filemap_fault

[PATCH 3/3] mm/mmu_notifier: contextual information for event triggering invalidation
 2018-12-06 21:51 UTC  (4+ messages)

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-06 21:30 UTC  (25+ messages)
` [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
` [PATCH 03/11] vfs: no fallback for ->copy_file_range
` [PATCH 05/11] vfs: use inode_permission in copy_file_range()
` [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down

[PATCH] proc/sysctl: fix return error for proc_doulongvec_minmax
 2018-12-06 20:57 UTC  (3+ messages)

[RFC PATCH 1/1] epoll: use rwlock in order to reduce ep_poll_callback() contention
 2018-12-06 20:35 UTC  (19+ messages)

[PATCH 0/3] mmu notifier contextual informations
 2018-12-06 20:35 UTC  (7+ messages)
` [PATCH 2/3] mm/mmu_notifier: use structure for invalidate_range_start/end calls

overlayfs access checks on underlying layers
 2018-12-06 20:26 UTC  (12+ messages)

[fuse] Speeding up readdir()
 2018-12-06 20:00 UTC 

[PATCHSET v5] Support for polled aio
 2018-12-06 19:42 UTC  (20+ messages)
` [PATCH 01/26] fs: add an iopoll method to struct file_operations
` [PATCH 03/26] block: wire up block device iopoll method
` [PATCH 08/26] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 09/26] aio: only use blk plugs for > 2 depth submissions
` [PATCH 15/26] aio: support for IO polling

[PATCH] vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
 2018-12-06 19:05 UTC 

[PATCH v2] signal: add procfd_signal() syscall
 2018-12-06 19:03 UTC  (10+ messages)

[PATCH 00/10 V2] New ->fiemap infrastructure and ->bmap removal
 2018-12-06 18:56 UTC  (15+ messages)
` [PATCH 01/10] fs: Enable bmap() function to properly return errors
` [PATCH 02/10] cachefiles: drop direct usage of ->bmap method
` [PATCH 03/10] ecryptfs: drop direct calls to ->bmap
` [PATCH 04/10 V2] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 05/10] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 06/10] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 07/10] fs: Use a void pointer to store fiemap_extent
` [PATCH 08/10 V2] fiemap: Use a callback to fill fiemap extents
` [PATCH 09/10 V2] Use FIEMAP for FIBMAP calls
` [PATCH 10/10] xfs: Get rid of ->bmap

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-12-06 17:08 UTC  (4+ messages)
` [PATCH 21/34] kernfs, sysfs, cgroup, intel_rdt: Support fs_context "

[PATCH v4 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
 2018-12-06 16:26 UTC  (2+ messages)

[PATCH] vfs: Avoid softlockups in drop_pagecache_sb()
 2018-12-06 16:11 UTC 

[RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
 2018-12-06 15:37 UTC 

[PATCH v4 16/15] fsnotify: relax WARN_ON() in fsnotify_nameremove()
 2018-12-06 14:58 UTC 

mmotm 2018-11-29-13-37 uploaded
 2018-12-06 10:11 UTC  (3+ messages)
` mmotm 2018-11-29-13-37 uploaded (kasan)

[fuse] Unexpectedly large number of getattr() and lookup requests
 2018-12-06  9:26 UTC  (8+ messages)
  ` [fuse-devel] "

Future of dosfstools project (FAT)
 2018-12-06  8:38 UTC  (6+ messages)

[PATCH] /proc/kpagecount: return 0 for special pages that are never mapped
 2018-12-06  6:07 UTC  (10+ messages)

[PATCH v3] signal: add procfd_send_signal() syscall
 2018-12-06  3:27 UTC  (8+ messages)

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-06  1:14 UTC  (2+ messages)

[PATCH] proc/sysctl: fix return error for proc_doulongvec_minmax
 2018-12-05 23:30 UTC  (4+ messages)
  `  "
      ` Re: Re: [PATCH] proc/sysctl: fix return error forproc_doulongvec_minmax

[PATCH v2 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback
 2018-12-05 23:15 UTC  (10+ messages)
` [PATCH v2 2/3] mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
` [PATCH v2 3/3] mm/mmu_notifier: contextual information for event triggering invalidation v2

linux-next: manual merge of the selinux tree with the vfs tree
 2018-12-05 21:58 UTC  (11+ messages)

KASAN: use-after-free Read in blkdev_get
 2018-12-05 19:50 UTC  (2+ messages)

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-12-05 17:06 UTC  (7+ messages)

[PATCH] Fix sync. in inode_has_no_xattr()
 2018-12-05 15:32 UTC  (2+ messages)

[PATCH 0/2] put_user_page*(): start converting the call sites
 2018-12-05 14:08 UTC  (14+ messages)
` [PATCH 1/2] mm: introduce put_user_page*(), placeholder versions

[PATCH 1/5] netfilter: fix general protection fault when unregister sysctl table
 2018-12-05 12:56 UTC  (5+ messages)
` [PATCH 2/5] netfilter: register sysctl table for gre
` [PATCH 3/5] procfs: fix double drop_sysctl_table()
` [PATCH 4/5] netfilter: fix missed NULL check in nf_conntrack_proto_pernet_init()
` [PATCH 5/5] netfilter: fix error return value of nf_ct_l4proto_pernet_register_one()

[PATCH] fanotify: Make sure to check event_len when copying
 2018-12-05 12:10 UTC  (4+ messages)

[vfs:Q22 32/62] fs/fs_context.c:380:3: error: implicit declaration of function 'vprintk_emit'
 2018-12-05 10:50 UTC 

[PATCH AUTOSEL 3.18 23/26] hfs: do not free node before using
 2018-12-05  9:54 UTC  (2+ messages)
` [PATCH AUTOSEL 3.18 24/26] hfsplus: "

[PATCH AUTOSEL 4.4 30/33] hfs: do not free node before using
 2018-12-05  9:51 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 31/33] hfsplus: "

[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
 2018-12-05  9:49 UTC  (4+ messages)
` [PATCH RFC 12/15] inotify: replace **** with a hug

[PATCH AUTOSEL 4.9 42/45] hfs: do not free node before using
 2018-12-05  9:47 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 43/45] hfsplus: "

[PATCH AUTOSEL 4.14 66/69] hfs: do not free node before using
 2018-12-05  9:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 67/69] hfsplus: "

[PATCH AUTOSEL 4.19 041/123] aio: fix failure to put the file pointer
 2018-12-05  9:35 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 117/123] hfs: do not free node before using
` [PATCH AUTOSEL 4.19 118/123] hfsplus: "
` [PATCH AUTOSEL 4.19 120/123] proc: fixup map_files test on arm

[PATCH] dax: Fix Xarray conversion of dax_unlock_mapping_entry()
 2018-12-05  9:22 UTC  (12+ messages)

> [PATCH] Security: Handle hidepid option correctly
 2018-12-05  7:26 UTC  (2+ messages)

[PATCH v5 00/38] LSM: Module stacking for SARA and Landlock
 2018-12-05  2:52 UTC  (4+ 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).