linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-08 01:48:11 to 2018-05-09 11:01:33 UTC [more...]

KASAN: use-after-free Read in fuse_kill_sb_blk
 2018-05-09 11:01 UTC  (3+ messages)
  ` [PATCH] fuse: don't keep dead fuse_conn at fuse_fill_super()

general protection fault in fuse_ctl_remove_conn
 2018-05-09 10:58 UTC  (3+ messages)
  ` [PATCH] fuse: don't keep inode-less dentry at fuse_ctl_add_dentry()

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-09 10:56 UTC  (9+ messages)
` [PATCH v9 1/9] dax, dm: introduce ->fs_{claim, release}() dax_device infrastructure
` [PATCH v9 3/9] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v9 5/9] mm: fix __gup_device_huge vs unmap
` [PATCH v9 6/9] mm, fs, dax: handle layout changes to pinned dax mappings

[PATCH] bfs: add sanity check at bfs_fill_super()
 2018-05-09 10:35 UTC 

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-09 10:31 UTC  (6+ messages)

[PATCH v3 0/3] AIO add per-command iopriority
 2018-05-09  8:54 UTC  (5+ messages)
` [PATCH v3 1/3] block: add ioprio_check_cap function
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v3 3/3] fs: Add aio iopriority support for block_dev

possible deadlock in vfs_fallocate
 2018-05-09  7:57 UTC  (2+ messages)

stop using buffer heads in xfs and iomap
 2018-05-09  7:48 UTC  (34+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 03/33] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/33] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/33] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 08/33] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/33] iomap: add a iomap_sector helper
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/33] xfs: use iomap_bmap
` [PATCH 13/33] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 14/33] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 15/33] xfs: simplify xfs_aops_discard_page
` [PATCH 16/33] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 17/33] xfs: make xfs_writepage_map extent map centric
` [PATCH 18/33] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 19/33] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 20/33] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 21/33] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 22/33] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 23/33] xfs: remove the imap_valid flag
` [PATCH 24/33] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 25/33] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 26/33] xfs: allow writeback on pages without buffer heads
` [PATCH 27/33] xfs: remove xfs_start_page_writeback
` [PATCH 28/33] xfs: refactor the tail of xfs_writepage_map
` [PATCH 29/33] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 30/33] iomap: add initial support for writes without buffer heads
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O "
` [PATCH 32/33] xfs: add support for sub-pagesize writeback without buffer_heads
` [PATCH 33/33] fs: remove __block_write_begin and iomap_to_bh

[PATCH 00/15] NLS refactor and UTF-8 normalization
 2018-05-09  6:55 UTC  (16+ messages)
` [PATCH 01/15] nls: Wrap uni2char/char2uni callers
` [PATCH 02/15] nls: Wrap charset field access
` [PATCH 03/15] nls: Wrap charset hooks in ops structure
` [PATCH 04/15] nls: Split default charset from NLS core
` [PATCH 05/15] nls: Split struct nls_charset from struct nls_table
` [PATCH 06/15] nls: Add support for multiple versions of an encoding
` [PATCH 07/15] nls: Add new interface for string comparisons
` [PATCH 08/15] nls: Let charsets define the behavior of tolower/toupper
` [PATCH 09/15] nls: Add optional normalization and casefold hooks
` [PATCH 10/15] nls: utf8norm: Add unicode character database files
  ` [PATCH 11/15] scripts: add trie generator for UTF-8
  ` [PATCH 12/15] nls: utf8norm: Introduce code for UTF-8 normalization
  ` [PATCH 13/15] nls: utf8norm: reduce the size of utf8data[]
  ` [PATCH 14/15] nls: utf8norm: Integrate utf8norm code with NLS subsystem
  ` [PATCH 15/15] nls: utf8norm: Introduce test module for utf8norm implementation

[RFC][PATCH 0/76] vfs: 'views' for filesystems with more than one root
 2018-05-09  6:41 UTC  (80+ messages)
` [PATCH 01/76] vfs: Introduce struct fs_view
` [PATCH 02/76] arch: Use inode_sb() helper instead of inode->i_sb
` [PATCH 03/76] drivers: "
` [PATCH 04/76] fs: "
` [PATCH 05/76] include: "
` [PATCH 06/76] ipc: "
` [PATCH 07/76] kernel: "
` [PATCH 08/76] mm: "
` [PATCH 09/76] net: "
` [PATCH 10/76] security: "
` [PATCH 11/76] fs/9p: "
` [PATCH 12/76] fs/adfs: "
` [PATCH 13/76] fs/affs: "
` [PATCH 14/76] fs/afs: "
` [PATCH 15/76] fs/autofs4: "
` [PATCH 16/76] fs/befs: "
` [PATCH 17/76] fs/bfs: "
` [PATCH 18/76] fs/btrfs: "
` [PATCH 19/76] fs/ceph: "
` [PATCH 20/76] fs/cifs: "
` [PATCH 21/76] fs/coda: "
` [PATCH 22/76] fs/configfs: "
` [PATCH 23/76] fs/cramfs: "
` [PATCH 24/76] fs/crypto: "
` [PATCH 25/76] fs/ecryptfs: "
` [PATCH 26/76] fs/efivarfs: "
` [PATCH 27/76] fs/efs: "
` [PATCH 28/76] fs/exofs: "
` [PATCH 29/76] fs/exportfs: "
` [PATCH 30/76] fs/ext2: "
` [PATCH 31/76] fs/ext4: "
` [PATCH 32/76] fs/f2fs: "
` [PATCH 33/76] fs/fat: "
` [PATCH 34/76] fs/freevxfs: "
` [PATCH 35/76] fs/fuse: "
` [PATCH 36/76] fs/gfs2: "
` [PATCH 37/76] fs/hfs: "
` [PATCH 38/76] fs/hfsplus: "
` [PATCH 39/76] fs/hostfs: "
` [PATCH 40/76] fs/hpfs: "
` [PATCH 41/76] fs/hugetlbfs: "
` [PATCH 42/76] fs/isofs: "
` [PATCH 43/76] fs/jbd2: "
` [PATCH 44/76] fs/jffs2: "
` [PATCH 45/76] fs/jfs: "
` [PATCH 46/76] fs/kernfs: "
` [PATCH 47/76] fs/lockd: "
` [PATCH 48/76] fs/minix: "
` [PATCH 49/76] fs/nfsd: "
` [PATCH 50/76] fs/nfs: "
` [PATCH 51/76] fs/nilfs2: "
` [PATCH 52/76] fs/notify: "
` [PATCH 53/76] fs/ntfs: "
` [PATCH 54/76] fs/ocfs2: "
` [PATCH 55/76] fs/omfs: "
` [PATCH 56/76] fs/openpromfs: "
` [PATCH 57/76] fs/orangefs: "
` [PATCH 58/76] fs/overlayfs: "
` [PATCH 59/76] fs/proc: "
` [PATCH 60/76] fs/qnx4: "
` [PATCH 61/76] fs/qnx6: "
` [PATCH 62/76] fs/quota: "
` [PATCH 63/76] fs/ramfs: "
` [PATCH 64/76] fs/read: "
` [PATCH 65/76] fs/reiserfs: "
` [PATCH 66/76] fs/romfs: "
` [PATCH 67/76] fs/squashfs: "
` [PATCH 68/76] fs/sysv: "
` [PATCH 69/76] fs/ubifs: "
` [PATCH 70/76] fs/udf: "
` [PATCH 71/76] fs/ufs: "
` [PATCH 72/76] fs/xfs: "
` [PATCH 73/76] vfs: Move s_dev to to struct fs_view
` [PATCH 74/76] fs: Use fs_view device from struct inode
` [PATCH 75/76] fs: Use fs view device from struct super_block
` [PATCH 76/76] btrfs: Use fs_view in roots, point inodes to it

[PATCH v1 0/5] Enable holes on copy_file_range()
 2018-05-09  5:50 UTC  (11+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH v2 net-next 1/4] umh: introduce fork_usermode_blob() helper
 2018-05-09  2:29 UTC  (6+ messages)
  ` [PATCH v2 net-next 2/4] net: add skeleton of bpfilter kernel module

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-09  1:39 UTC  (8+ messages)

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-05-09  1:39 UTC  (4+ messages)

[PATCH v6 00/13] firmware_loader changes for v4.18
 2018-05-08 22:45 UTC  (17+ messages)
` [PATCH v6 01/13] firmware: wrap FW_OPT_* into an enum
` [PATCH v6 02/13] firmware: use () to terminate kernel-doc function names
` [PATCH v6 03/13] firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
` [PATCH v6 04/13] firmware_loader: document firmware_sysfs_fallback()
` [PATCH v6 05/13] firmware_loader: enhance Kconfig documentation over FW_LOADER
` [PATCH v6 06/13] firmware_loader: move kconfig FW_LOADER entries to its own file
` [PATCH v6 07/13] firmware_loader: make firmware_fallback_sysfs() print more useful
` [PATCH v6 08/13] firmware: add firmware_request_nowarn() - load firmware without warnings
` [PATCH v6 09/13] ath10k: use firmware_request_nowarn() to load firmware
` [PATCH v6 10/13] ath10k: re-enable the firmware fallback mechanism for testmode
` [PATCH v6 11/13] Documentation: fix few typos and clarifications for the firmware loader
` [PATCH v6 12/13] Documentation: remove stale firmware API reference
` [PATCH v6 13/13] Documentation: clarify firmware_class provenance and why we can't rename the module

[PATCH 0/2] bcachefs: on disk data structures, ioctl interface - review requested for upstreaming
 2018-05-08 22:18 UTC  (3+ messages)
` [PATCH 1/2] bcachefs: On disk data structures
` [PATCH 2/2] bcachefs: Ioctl interface

[PATCH 0/3] Holey splice! copy_file_range() with holes
 2018-05-08 16:24 UTC  (12+ messages)
` [PATCH 3/3] ovl: Use splice_with_holes in copy_up

[PATCH v5 0/6] firmware_loader: cleanups for v4.18
 2018-05-08 15:24 UTC  (2+ messages)

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-08 15:15 UTC  (14+ messages)
` [PATCH v2 15/35] ovl: add ovl_fsync()
` [PATCH v2 21/35] ovl: add reflink/copyfile/dedup support
` [PATCH v2 23/35] ovl: copy-up on MAP_SHARED
` [PATCH v2 32/35] Partially revert "locks: fix file locking on overlayfs"

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-05-08 14:25 UTC  (4+ messages)

[PATCH] fuse: Ensure posix acls are translated outside of init_user_ns
 2018-05-08 13:37 UTC  (2+ messages)

[PATCH 1/2] hfsplus: clean up delayed work if fill_super fails
 2018-05-08  1:48 UTC  (3+ 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).