linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-30 21:04:27 to 2018-12-02 18:11:09 UTC [more...]

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

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

[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 v2 00/10] server-side support for "inter" SSC copy
 2018-12-02 15:19 UTC  (20+ 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] signal: add procfd_signal() syscall
 2018-12-02 10:03 UTC  (38+ messages)

[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 

linux-next: manual merge of the selinux tree with the vfs tree
 2018-12-02  9:13 UTC  (8+ messages)

[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  (8+ messages)

[PATCH 0/7] FS-Cache: Miscellaneous fixes
 2018-12-01 13:36 UTC  (10+ messages)
` [PATCH 1/7] cachefiles: Fix an assertion failure when trying to update a failed object
` [PATCH 2/7] fscache: Fix race in fscache_op_complete() due to split atomic_sub & read
` [PATCH 3/7] cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active
` [PATCH 4/7] fscache: fix race between enablement and dropping of object
` [PATCH 5/7] cachefiles: Explicitly cast enumerated type in put_object
` [PATCH 6/7] cachefiles: avoid deprecated get_seconds()
` [PATCH 7/7] fscache, cachefiles: remove redundant variable 'cache'

[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  (41+ 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  (49+ messages)
` [PATCH 01/27] aio: fix failure to put the file pointer
` [PATCH 02/27] aio: clear IOCB_HIPRI
` [PATCH 03/27] fs: add an iopoll method to struct file_operations
` [PATCH 04/27] block: wire up block device iopoll method
` [PATCH 05/27] block: ensure that async polled IO is marked REQ_NOWAIT
` [PATCH 06/27] iomap: wire up the iopoll method
` [PATCH 07/27] iomap: ensure that async polled IO is marked REQ_NOWAIT
` [PATCH 08/27] aio: use assigned completion handler
` [PATCH 09/27] aio: separate out ring reservation from req allocation
` [PATCH 10/27] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 11/27] aio: only use blk plugs for > 2 depth submissions
` [PATCH 12/27] aio: use iocb_put() instead of open coding it
` [PATCH 13/27] aio: split out iocb copy from io_submit_one()
` [PATCH 14/27] aio: abstract out io_event filler helper
` [PATCH 15/27] aio: add io_setup2() system call
` [PATCH 16/27] aio: add support for having user mapped iocbs
` [PATCH 17/27] aio: support for IO polling
` [PATCH 18/27] aio: add submission side request cache
` [PATCH 19/27] fs: add fget_many() and fput_many()
` [PATCH 20/27] aio: use fget/fput_many() for file references
` [PATCH 21/27] aio: split iocb init from allocation
` [PATCH 22/27] aio: batch aio_kiocb allocation
` [PATCH 23/27] block: add BIO_HOLD_PAGES flag
` [PATCH 24/27] block: implement bio helper to add iter kvec pages to bio
` [PATCH 25/27] fs: add support for mapping an ITER_KVEC for O_DIRECT
` [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)

[PATCH] proc/sysctl: fix return error for proc_doulongvec_minmax
 2018-11-30 19:14 UTC  (2+ messages)

[PATCH 00/12 v6] fs/locks: avoid thundering-herd wake-ups
 2018-11-30 16:34 UTC  (2+ messages)

dcache_readdir NULL inode oops
 2018-11-30 16:32 UTC  (13+ messages)

[PATCH v2] fs: fix lost error code in dio_complete
 2018-11-30 15:15 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).