linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-01 06:31:21 to 2018-12-04 00:17:20 UTC [more...]

[PATCH 0/2] put_user_page*(): start converting the call sites
 2018-12-04  0:17 UTC  (3+ messages)
` [PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
` [PATCH 2/2] infiniband/mm: convert put_page() to put_user_page*()

[PATCH 0/3] mmu notifier contextual informations
 2018-12-04  0:09 UTC  (5+ messages)
` [PATCH 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback
` [PATCH 2/3] mm/mmu_notifier: use structure for invalidate_range_start/end calls
` [PATCH 3/3] mm/mmu_notifier: contextual information for event triggering invalidation

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-03 23:58 UTC  (46+ messages)
` [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
` [PATCH 02/11] vfs: introduce generic_copy_file_range()
` [PATCH 03/11] vfs: no fallback for ->copy_file_range
` [PATCH 04/11] vfs: add missing checks to copy_file_range
` [PATCH 05/11] vfs: use inode_permission in copy_file_range()
` [PATCH 06/11] vfs: copy_file_range needs to strip setuid bits
` [PATCH 07/11] vfs: copy_file_range should update file timestamps
` [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
` [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
` [PATCH 10/11] vfs: allow generic_copy_file_range to copy across devices
` [PATCH 11/11] ovl: allow cross-device copy_file_range calls
` [PATCH 12/11] man-pages: copy_file_range updates

[ANN] oscheck: wrapper for fstests check.sh - tracking and working with baselines
 2018-12-03 23:41 UTC  (5+ messages)

overlayfs access checks on underlying layers
 2018-12-03 23:27 UTC  (13+ messages)

[PATCH v2] iomap: get/put the page in iomap_page_create/release()
 2018-12-03 23:22 UTC  (2+ messages)

WARNING in userfaultfd_ioctl
 2018-12-03 23:10 UTC 

linux-next: manual merge of the selinux tree with the vfs tree
 2018-12-03 21:56 UTC  (8+ messages)

[PATCH AUTOSEL 4.14 25/35] iomap: sub-block dio needs to zeroout beyond EOF
 2018-12-03 21:23 UTC  (20+ messages)
                ` XFS patches for stable

[PATCH] proc/sysctl: fix return error for proc_doulongvec_minmax
 2018-12-03 20:14 UTC  (2+ messages)
  `  "

[PATCH v2] signal: add procfd_signal() syscall
 2018-12-03 18:02 UTC  (39+ messages)

[RFC PATCH 1/1] epoll: use rwlock in order to reduce ep_poll_callback() contention
 2018-12-03 17:34 UTC  (2+ messages)

[PATCH resend] eventfd: make eventfd files distinguishable in /proc/$PID/fd
 2018-12-03  8:03 UTC 

[vfs:Q25 66/69] fs/nfs/namespace.c:261:23-24: Unneeded semicolon
 2018-12-03  0:01 UTC  (2+ messages)
` [PATCH] NFS: fix semicolon.cocci warnings

[PATCH v2 00/10] server-side support for "inter" SSC copy
 2018-12-02 20:47 UTC  (21+ messages)
` [PATCH v2 01/10] VFS generic copy_file_range() support
` [PATCH v2 02/10] NFS fallback to generic_copy_file_range
` [PATCH v2 03/10] NFSD fill-in netloc4 structure
` [PATCH v2 04/10] NFSD add ca_source_server<> to COPY
` [PATCH v2 05/10] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [PATCH v2 06/10] NFSD add COPY_NOTIFY operation
` [PATCH v2 07/10] NFSD check stateids against copy stateids
` [PATCH v2 08/10] NFSD generalize nfsd4_compound_state flag names
` [PATCH v2 09/10] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH v2 10/10] NFSD add nfs4 inter ssc to nfsd4_copy

[PATCH v2 1/2] splice: don't read more than available pipe space
 2018-12-02 19:37 UTC  (3+ messages)
` [PATCH v2 2/2] iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)

[RFC PATCH] splice: don't read more than available pipe space
 2018-12-02 16:06 UTC  (3+ messages)

[PATCH] vfs: allow remap flags to be passed to vfs_clone_file_range
 2018-12-02 15:59 UTC  (4+ messages)
` [PATCH v2] vfs: allow some "

[PATCH v4 00/15] fanotify: add support for more event types
 2018-12-02 11:38 UTC  (16+ messages)
` [PATCH v4 01/15] fsnotify: annotate directory entry modification events
` [PATCH v4 02/15] fsnotify: send all event types to super block marks
` [PATCH v4 03/15] fsnotify: move mask out of struct fsnotify_event
` [PATCH v4 04/15] fanotify: rename struct fanotify_{,perm_}event_info
` [PATCH v4 05/15] fanotify: open code fill_event_metadata()
` [PATCH v4 06/15] fanotify: encode file identifier for FAN_REPORT_FID
` [PATCH v4 07/15] fanotify: copy event fid info to user
` [PATCH v4 08/15] fanotify: enable FAN_REPORT_FID init flag
` [PATCH v4 09/15] fanotify: cache fsid in fsnotify_mark_connector
` [PATCH v4 10/15] vfs: add vfs_get_fsid() helper
` [PATCH v4 11/15] fanotify: use vfs_get_fsid() helper instead of vfs_statfs()
` [PATCH v4 12/15] fanotify: check FS_ISDIR flag instead of d_is_dir()
` [PATCH v4 13/15] fanotify: support events with data type FSNOTIFY_EVENT_INODE
` [PATCH v4 14/15] fanotify: add support for create/attrib/move/delete events
` [PATCH v4 15/15] fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID

Bcachefs status update, current work
 2018-12-01 23:23 UTC 

[PATCH -next] vfs: fix typos etc. in Documentation/filesystems/mount_api.txt
 2018-12-01 21:03 UTC 

[PATCH v3 00/13] fanotify: add support for more event types
 2018-12-01 16:43 UTC  (11+ messages)
` [PATCH v3 04/13] fanotify: define the structures to report a unique file identifier

[PATCH] fs: Make /proc/sys inodes be owned by global root
 2018-12-01 13:55 UTC  (4+ messages)

[PATCH 0/7] FS-Cache: Miscellaneous fixes
 2018-12-01 13:36 UTC  (4+ messages)
` [PATCH 3/7] cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active

[fuse] Unexpectedly large number of getattr() and lookup requests
 2018-12-01 10:00 UTC  (3+ messages)
  ` [fuse-devel] "

[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
 2018-12-01  8:20 UTC  (32+ messages)
` [PATCH RFC 12/15] inotify: replace **** with a hug

[vfs:Q21 32/62] fs/fs_context.c:380:3: error: implicit declaration of function 'vprintk_emit'; did you mean 'dev_printk_emit'?
 2018-12-01  1:39 UTC 

[NFS] b4e004cd5d: BUG:KASAN:null-ptr-deref_in_s
 2018-12-01 10:22 UTC 

[PATCHSET v4] Support for polled aio
 2018-11-30 22:11 UTC  (18+ messages)
` [PATCH 24/27] block: implement bio helper to add iter kvec pages to bio
` [PATCH 26/27] iov_iter: add import_kvec()
` [PATCH 27/27] aio: add support for pre-mapped user IO buffers

[git pull] vfs.git fixes
 2018-11-30 21:00 UTC  (2+ messages)

[PATCH] dax: Fix Xarray conversion of dax_unlock_mapping_entry()
 2018-11-30 20:05 UTC  (8+ 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).