linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-30 10:13:00 to 2018-12-02 00:57:11 UTC [more...]

[PATCH v2 00/10] server-side support for "inter" SSC copy
 2018-12-01 13:44 UTC  (14+ 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-01 13:41 UTC  (31+ 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] "

[RFC PATCH] splice: don't read more than available pipe space
 2018-12-01  9:47 UTC  (2+ messages)

[PATCH] vfs: allow remap flags to be passed to vfs_clone_file_range
 2018-12-01  9:37 UTC  (2+ messages)

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

[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
 2018-12-01  8:20 UTC  (42+ 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] fs: Make /proc/sys inodes be owned by global root
 2018-11-30 18:19 UTC  (7+ messages)

[PATCH 00/12 v6] fs/locks: avoid thundering-herd wake-ups
 2018-11-30 16:34 UTC  (12+ messages)
` [PATCH 12/12] fs/locks: remove unnecessary white space
` [PATCH 06/12] fs/locks: use properly initialized file_lock when unlocking
` [PATCH 03/12] NFS: use locks_copy_lock() to copy locks
` [PATCH 10/12] fs/locks: create a tree of dependent requests
` [PATCH 07/12] fs/locks: allow a lock request to block other requests
` [PATCH 09/12] fs/locks: change all *_conflict() functions to return bool
` [PATCH 04/12] gfs2: properly initial file_lock used for unlock
` [PATCH 08/12] fs/locks: always delete_block after waiting
` [PATCH 02/12] fs/locks: split out __locks_wake_up_blocks()
` [PATCH 01/12] fs/locks: rename some lists and pointers

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

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

linux-next: manual merge of the selinux tree with the vfs tree
 2018-11-30 15:17 UTC  (11+ messages)

[PATCH v2] fs: fix lost error code in dio_complete
 2018-11-30 15:15 UTC  (4+ messages)

[PATCH 0/4][V4] drop the mmap_sem when doing IO in the fault path
 2018-11-30 19:58 UTC  (5+ messages)
` [PATCH 1/4] mm: infrastructure for page fault page caching
` [PATCH 2/4] filemap: kill page_cache_read usage in filemap_fault
` [PATCH 3/4] filemap: drop the mmap_sem for all blocking operations
` [PATCH 4/4] mm: use the cached page for filemap_fault

> [PATCH] Security: Handle hidepid option correctly
 2018-11-30  7:34 UTC  (3+ messages)

[PATCH] VFS: use synchronize_rcu_expedited() in namespace_unlock()
 2018-11-30  1:09 UTC  (10+ messages)
        ` [PATCH - resend] "
            ` [PATCH - resend*2] "


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