linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-07 08:38:18 to 2018-05-09 06:41:08 UTC [more...]

[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 v3 0/3] AIO add per-command iopriority
 2018-05-08 17:42 UTC  (4+ 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

[PATCH 0/3] Holey splice! copy_file_range() with holes
 2018-05-08 16:24 UTC  (13+ 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  (41+ messages)
` [PATCH v2 04/35] vfs: export vfs_ioctl() to modules
` [PATCH v2 05/35] vfs: export vfs_dedupe_file_range_one() "
` [PATCH v2 06/35] ovl: copy up times
` [PATCH v2 07/35] ovl: copy up inode flags
` [PATCH v2 08/35] Revert "Revert "ovl: get_write_access() in truncate""
` [PATCH v2 09/35] ovl: copy up file size as well
` [PATCH v2 10/35] ovl: deal with overlay files in ovl_d_real()
` [PATCH v2 11/35] ovl: stack file ops
` [PATCH v2 12/35] ovl: add helper to return real file
` [PATCH v2 14/35] ovl: add ovl_write_iter()
` [PATCH v2 15/35] ovl: add ovl_fsync()
` [PATCH v2 16/35] ovl: add ovl_mmap()
` [PATCH v2 17/35] ovl: add ovl_fallocate()
` [PATCH v2 18/35] ovl: add lsattr/chattr support
` [PATCH v2 20/35] ovl: add O_DIRECT support
` [PATCH v2 21/35] ovl: add reflink/copyfile/dedup support
` [PATCH v2 22/35] vfs: don't open real
` [PATCH v2 23/35] ovl: copy-up on MAP_SHARED
` [PATCH v2 24/35] vfs: simplify dentry_open()
` [PATCH v2 26/35] Revert "ovl: don't allow writing ioctl on lower layer"
` [PATCH v2 27/35] vfs: fix freeze protection in mnt_want_write_file() for overlayfs
` [PATCH v2 28/35] Revert "ovl: fix relatime for directories"
` [PATCH v2 29/35] Revert "vfs: update ovl inode before relatime check"
` [PATCH v2 30/35] Revert "vfs: add flags to d_real()"
` [PATCH v2 31/35] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [PATCH v2 32/35] Partially revert "locks: fix file locking on overlayfs"
` [PATCH v2 33/35] Revert "fsnotify: support overlayfs"
` [PATCH v2 35/35] ovl: fix documentation of non-standard behavior

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

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-08  0:16 UTC  (3+ messages)

[PATCH v7 0/4] ipc: IPCMNI limit check for *mni & increase that limit
 2018-05-08  0:04 UTC  (9+ messages)
` [PATCH v7 1/4] ipc: IPCMNI limit check for msgmni and shmmni
` [PATCH v7 2/4] ipc: IPCMNI limit check for semmni
` [PATCH v7 3/4] ipc: Allow boot time extension of IPCMNI from 32k to 2M
` [PATCH v7 4/4] ipc: Conserve sequence numbers in extended IPCMNI mode

[PATCH] coredump: rename umh_pipe_setup() to coredump_pipe_setup()
 2018-05-07 23:30 UTC 

Moving unmaintained filesystems to staging
 2018-05-07 20:58 UTC  (7+ messages)
` moving affs + RDB partition support to staging?

[PATCH net-next v8 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-05-07 20:03 UTC  (2+ messages)

[PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit
 2018-05-07 19:14 UTC  (5+ messages)

[PATCH 0/3] vfs: dedupe: cleanup API and implementation
 2018-05-07 14:26 UTC  (9+ messages)
` [PATCH 1/3] vfs: dedpue: return s64
` [PATCH 2/3] vfs: dedupe: rationalize args

[RFC 0/7] first draft of ZUFS - the Kernel part
 2018-05-07 10:46 UTC  (12+ messages)
` [RFC 1/7] mm: Add new vma flag VM_LOCAL_CPU

KASAN: null-ptr-deref Write in simple_write_to_buffer
 2018-05-07 10:15 UTC  (2+ 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).