linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-25 23:44:22 to 2018-08-30 21:48:50 UTC [more...]

[PATCH 0/2] fs/dcache: Track # of negative dentries
 2018-08-30 21:48 UTC  (25+ messages)
` [PATCH 1/2] fs/dcache: Track & report number "
` [PATCH 2/2] fs/dcache: Make negative dentries easier to be reclaimed

Maintainer / Kernel Summit 2018 planning kick-off
 2018-08-30 21:35 UTC 

[PATCH v2 0/3] exec: fix passing of file locks across execve in multithreaded processes
 2018-08-30 17:24 UTC  (4+ messages)
` [PATCH v2 1/3] exec: separate thread_count for files_struct
` [PATCH v2 2/3] exec: delay clone(CLONE_FILES) if task associated with current files_struct is exec'ing
` [PATCH v2 3/3] exec: do unshare_files after de_thread

[PATCH v2] fs: Convert return type int to vm_fault_t
 2018-08-30 17:25 UTC 

[PATCH] fs: Convert return type int to vm_fault_t
 2018-08-30 16:38 UTC  (3+ messages)

[PATCH v3 0/3] fanotify super block marks
 2018-08-30 15:15 UTC  (4+ messages)
` [PATCH v3 1/3] fsnotify: add super block object type
` [PATCH v3 2/3] fsnotify: send path type events to group with super block marks
` [PATCH v3 3/3] fanotify: add API to attach/detach super block mark

sb creation woes (Was: [git pull] new mount API)
 2018-08-30 14:19 UTC  (2+ messages)

Snapshot target and DAX-capable devices
 2018-08-30  9:30 UTC  (6+ messages)

[patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)
 2018-08-30  6:27 UTC  (4+ messages)

mmotm 2018-08-23-17-26 uploaded
 2018-08-30  9:22 UTC  (6+ messages)

Streams support in Linux
 2018-08-29 18:52 UTC  (35+ messages)

[PATCH] n_tty: Protect tty->disc_data using refcount
 2018-08-29 15:02 UTC  (5+ messages)
      ` [PATCH v2] "

[git pull] new mount API
 2018-08-29 12:32 UTC  (12+ messages)

Tagged pointers in the XArray
 2018-08-29 16:17 UTC  (7+ messages)

[GIT PULL] udf, isofs, quota, fsnotify fixes for 4.19-rc2
 2018-08-29 11:08 UTC 

Trying to write to read-only block-device from XFS
 2018-08-29  9:17 UTC  (7+ messages)

[PATCH] autofs - fix autofs_sbi() does not check super block type
 2018-08-29  6:35 UTC  (3+ messages)

[PATCH v3 7/8] proc/kcore: optimize multiple page reads
 2018-08-29  4:04 UTC  (3+ messages)
` KASAN error in "
  ` [PATCH] proc/kcore: fix invalid memory access in multi-page read optimization

[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
 2018-08-29  1:43 UTC  (24+ messages)
` [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig
` [RFC PATCH 02/10] fs-verity: add data verification hooks for ->readpages()
  ` [f2fs-dev] "
              `  "
` [RFC PATCH 10/10] f2fs: fs-verity support
  ` [f2fs-dev] "

[PATCH v3 0/7] x86: BUG() on #GP / kernel #PF in uaccess
 2018-08-29  0:08 UTC  (11+ messages)
` [PATCH v3 1/7] x86: refactor kprobes_fault() like kprobe_exceptions_notify()
` [PATCH v3 2/7] x86: inline kprobe_exceptions_notify() into do_general_protection()
` [PATCH v3 3/7] x86: stop calling fixup_exception() from kprobe_fault_handler()
` [PATCH v3 4/7] x86: introduce _ASM_EXTABLE_UA for uaccess fixups
` [PATCH v3 5/7] x86: plumb error code and fault address through to fault handlers
` [PATCH v3 6/7] x86: BUG() when uaccess helpers fault on kernel addresses
` [PATCH v3 7/7] lkdtm: test copy_to_user() on bad kernel pointer under KERNEL_DS

[PATCH v4 5/6] vfs: implement readahead(2) using POSIX_FADV_WILLNEED
 2018-08-28 22:02 UTC  (2+ messages)

[PATCH v2 2/2] rtc: move compat_ioctl handling into rtc-dev.c
 2018-08-28 14:26 UTC 

[RFC PATCH 0/3] exec: fix passing of file locks across execve in multithreaded processes
 2018-08-28 13:17 UTC  (5+ messages)
` [RFC PATCH 1/3] exec: separate thread_count for files_struct
` [RFC PATCH 2/3] exec: delay clone(CLONE_FILES) if task associated with current files_struct is exec'ing
` [RFC PATCH 3/3] exec: do unshare_files after de_thread

How to debug outliers in `wb_wait_for_completion()` in `ksys_sync()`?
 2018-08-28 11:43 UTC  (2+ messages)

[PATCH 2/2] rtc: move compat_ioctl handling into rtc-dev.c
 2018-08-28  8:10 UTC  (3+ messages)

[RFC PATCH v2 0/6] Btrfs: stop abusing current->journal_info for direct I/O
 2018-08-28  0:03 UTC  (7+ messages)
` [RFC PATCH v2 1/6] fs: pass iocb to direct I/O get_block()
` [RFC PATCH v2 2/6] ext4: use iocb->private instead of bh->b_private
` [RFC PATCH v2 3/6] ocfs2: "
` [RFC PATCH v2 4/6] fs: stop propagating bh->b_private for direct I/O
` [RFC PATCH v2 5/6] fs: pass iocb to direct I/O submit_io()
` [RFC PATCH v2 6/6] Btrfs: stop abusing current->journal_info in btrfs_direct_IO()

[PATCH v3 1/6] ovl: respect FIEMAP_FLAG_SYNC flag
 2018-08-27 23:30 UTC  (6+ messages)
  ` [PATCH v3 4/6] vfs: add the fadvise() file operation
  ` [PATCH v3 6/6] ovl: add ovl_fadvise()
  ` [PATCH v3 5/6] vfs: implement readahead(2) using POSIX_FADV_WILLNEED

[PATCH v2 0/6] Overlayfs stacked f_op fixes
 2018-08-27 23:05 UTC  (20+ messages)
` [PATCH v2 1/6] vfs: add helper to get "real" overlayfs file
` [PATCH v2 2/6] ovl: respect FIEMAP_FLAG_SYNC flag
` [PATCH v2 3/6] ovl: fix GPF in swapfile_activate of file from overlayfs over xfs
` [PATCH v2 4/6] vfs: fix readahead syscall on an overlayfs file
` [PATCH v2 5/6] vfs: fix fadvise64 "
` [PATCH v2 6/6] vfs: fix sync_file_range "

possible deadlock in seq_read
 2018-08-27 20:57 UTC  (3+ messages)

[PATCH 1/5] media: dvb: fix compat ioctl tramslation
 2018-08-27 19:56 UTC  (5+ messages)
` [PATCH 2/5] media: dvb: dmxdev: move compat_ioctl handling to dmxdev.c
` [PATCH 3/5] media: cec: move compat_ioctl handling to cec-api.c
` [PATCH 4/5] media: dvb: move most compat_ioctl handling into drivers
` [PATCH 5/5] media: dvb: move compat handlers "

[PATCH] fs: iomap: Change return type to vm_fault_t
 2018-08-27 17:20 UTC 

[PATCH 0/6] Extract bg queue logic out fuse_conn::lock
 2018-08-27 15:29 UTC  (7+ messages)
` [PATCH 1/6] fuse: Use list_first_entry() in flush_bg_queue()
` [PATCH 2/6] fuse: Move clear_bit() up in request_end()
` [PATCH 3/6] fuse: Underline congestion_threshold and max_background may be read w/o fc->lock
` [PATCH 4/6] fuse: Lock fc->lock during changing num_background and congestion_threshold
` [PATCH 5/6] fs: Introduce fuse_conn::bg_lock
` [PATCH 6/6] fuse: Do not take fuse_conn::lock on fuse_request_send_background()

[PATCH] xfs: fix GPF in swapfile_activate of file from overlayfs
 2018-08-27  7:17 UTC  (8+ messages)

[git pull] new mount API
 2018-08-26 21:22 UTC  (6+ messages)
` [PATCH] mqueue: Fix bug from mount API conversion


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