linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-29 11:08:21 to 2018-12-01 07:14:22 UTC [more...]

[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
 2018-11-30 23:28 UTC  (29+ messages)
` [PATCH RFC 12/15] inotify: replace **** with a hug

[PATCH v2] signal: add procfd_signal() syscall
 2018-11-30 23:12 UTC  (20+ messages)

[PATCH v2 00/10] server-side support for "inter" SSC copy
 2018-11-30 20:03 UTC  (4+ 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] dax: Fix Xarray conversion of dax_unlock_mapping_entry()
 2018-11-30 19:50 UTC  (7+ messages)

[PATCHSET v4] Support for polled aio
 2018-11-30 19:21 UTC  (37+ 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

[RFC PATCH] splice: don't read more than available pipe space
 2018-11-30 19:20 UTC 

[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 0/7] FS-Cache: Miscellaneous fixes
 2018-11-30 16:41 UTC  (8+ 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'

[PATCH 00/12 v6] fs/locks: avoid thundering-herd wake-ups
 2018-11-30 16:34 UTC  (14+ messages)
` [PATCH 12/12] fs/locks: remove unnecessary white space
` [PATCH 06/12] fs/locks: use properly initialized file_lock when unlocking
` [PATCH 05/12] ocfs2: properly initial file_lock used for unlock
` [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 11/12] fs/locks: merge posix_unblock_lock() and locks_delete_block()
` [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  (23+ messages)
` [PATCH v3 04/13] fanotify: define the structures to report a unique file identifier
` [PATCH v3 07/13] fanotify: copy event fid info to user
` [PATCH v3 08/13] fanotify: enable FAN_REPORT_FID init flag
` [PATCH v3 09/13] fanotify: cache fsid in fsnotify_mark_connector

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 AUTOSEL 4.14 25/35] iomap: sub-block dio needs to zeroout beyond EOF
 2018-11-30 21:50 UTC  (9+ 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

[fuse] Unexpectedly large number of getattr() and lookup requests
 2018-11-30  7:58 UTC  (2+ messages)

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

[git pull] vfs.git fixes
 2018-11-30  5:15 UTC 

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

overlayfs access checks on underlying layers
 2018-11-29 22:22 UTC  (16+ messages)

[NFS] 227a5ea5cc: BUG:KASAN:null-ptr-deref_in_s
 2018-11-30  8:52 UTC 

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-11-29 20:40 UTC  (9+ messages)

[PATCH] Security: Handle hidepid option correctly
 2018-11-29 20:30 UTC  (2+ messages)

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-30  3:14 UTC  (14+ messages)

[PATCHSET v3 0/18] Support for polled aio
 2018-11-29 14:10 UTC  (7+ messages)
` [PATCH 17/20] aio: support for IO polling

mmotm 2018-11-29-13-37 uploaded
 2018-11-30  0:32 UTC  (2+ messages)
` mmotm 2018-11-29-13-37 uploaded (kasan)

[PATCH v6 0/1] ns: introduce binfmt_misc namespace
 2018-11-29 13:05 UTC  (7+ messages)

[PATCH AUTOSEL 4.19 52/68] iomap: sub-block dio needs to zeroout beyond EOF
 2018-11-29 22:43 UTC  (4+ messages)

[PATCH] fs: Don't opencode lru_to_page
 2018-11-29 10:48 UTC 

[4.19-stable PATCH] dax: Avoid losing wakeup in dax_lock_mapping_entry
 2018-11-29  8:04 UTC  (2+ messages)

[GIT PULL] ext2 and udf fixes for v4.20-rc5
 2018-11-29  7:45 UTC 

fsdax memory error handling regression
 2018-11-29  6:09 UTC  (7+ messages)

[PATCH] fs: namespace: convert mnt_namespace.count from atomic_t to refcount_t
 2018-11-29  3:08 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).