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

[PATCH] proc: fix proc-self-map-files selftest for arm
 2018-11-11  2:50 UTC  (21+ messages)
                ` [PATCH] proc: fix and merge proc-self-map-file tests

[RFC PATCH 00/16] xfs: Block size > PAGE_SIZE support
 2018-11-11  1:20 UTC  (27+ messages)
` [PATCH 01/16] xfs: drop ->writepage completely
` [PATCH 03/16] xfs: finobt AG reserves don't consider last AG can be a runt
` [PATCH 05/16] iomap: sub-block dio needs to zeroout beyond EOF
` [PATCH 06/16] iomap: support block size > page size for direct IO
` [PATCH 07/16] iomap: prepare buffered IO paths for block size > page size
` [PATCH 08/16] iomap: mode iomap_zero_range and friends
` [PATCH 12/16] iomap: zero-around in iomap_page_mkwrite
` [PATCH 14/16] xfs: align writepages to large block sizes

[PATCH v3 resend 1/2] mm: Add an F_SEAL_FUTURE_WRITE seal to memfd
 2018-11-11  8:30 UTC  (31+ messages)
` [PATCH v3 resend 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_WRITE seal

[GIT PULL] namespace fixes for v4.20-rc2
 2018-11-10 19:35 UTC  (2+ messages)

fsdax memory error handling regression
 2018-11-10 17:08 UTC  (6+ messages)

[git pull] mount API series
 2018-11-10 14:19 UTC  (3+ messages)

[PATCH v11 0/3] ipc: Increase IPCMNI limit & IPC id generation modes
 2018-11-10 13:55 UTC  (6+ messages)
` [PATCH v11 1/3] ipc: Allow boot time extension of IPCMNI from 32k to 16M
` [PATCH v11 2/3] ipc: Conserve sequence numbers in ipcmni_extend mode
` [PATCH v11 3/3] ipc: Do cyclic id allocation with "

dcache_readdir NULL inode oops
 2018-11-10 11:17 UTC  (3+ messages)

d6427f8179 ("xarray: Move multiorder account test in-kernel"): WARNING: suspicious RCU usage
 2018-11-10 20:50 UTC 

[PATCH v9 0/6] Btrfs: implement swap file support
 2018-11-10  4:12 UTC  (6+ messages)

[PATCH] mm: don't break integrity writeback on ->writepage() error
 2018-11-10 15:19 UTC  (3+ messages)

[PATCH] hfsplus: return file attributes on statx
 2018-11-10  3:26 UTC  (2+ messages)

[PATCH] libfs: make all users of simple_attr_open have the format checked
 2018-11-10  0:35 UTC 

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-10  8:50 UTC  (7+ messages)
` [PATCH v2 1/6] mm/gup: finish consolidating error handling
` [PATCH v2 2/6] mm: introduce put_user_page*(), placeholder versions
` [PATCH v2 3/6] infiniband/mm: convert put_page() to put_user_page*()
` [PATCH v2 4/6] mm: introduce page->dma_pinned_flags, _count
` [PATCH v2 5/6] mm: introduce zone_gup_lock, for dma-pinned pages
` [PATCH v2 6/6] mm: track gup pages with page->dma_pinned_* fields

[PATCH V8 00/18] block: support multi-page bvec
 2018-11-09 19:44 UTC  (4+ messages)
` [PATCH V8 06/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V8 12/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec

[PATCH -next 0/6] epoll: some miscellaneous optimizations
 2018-11-09 15:52 UTC  (8+ messages)
` [PATCH 1/6] fs/epoll: remove max_nests argument from ep_call_nested()
` [PATCH 2/6] fs/epoll: simplify ep_send_events_proc() ready-list loop
` [PATCH 3/6] fs/epoll: drop ovflist branch prediction
` [PATCH 4/6] fs/epoll: robustify ep->mtx held checks
` [PATCH 5/6] fs/epoll: reduce the scope of wq lock in epoll_wait()
` [PATCH 6/6] fs/epoll: avoid barrier after an epoll_wait(2) timeout

[PATCH 00/12] Series short description
 2018-11-09 15:08 UTC  (12+ messages)
` [PATCH 01/12] fs/locks: rename some lists and pointers
` [PATCH 10/12] fs/locks: create a tree of dependent requests

[PATCH] fuse: fix use-after-free in fuse_direct_IO()
 2018-11-09 14:57 UTC  (2+ messages)

[PATCH v2 0/5] fuse: Further reducing contention of fc->lock
 2018-11-09 10:33 UTC  (6+ messages)
` [PATCH v2 1/5] fuse: Add fuse_inode argument to fuse_prepare_release()
` [PATCH v2 2/5] fuse: Convert fuse_conn::attr_version into atomic64_t
` [PATCH v2 3/5] fuse: Introduce fuse_inode::lock to protect write related fields and statistics
` [PATCH v2 4/5] fuse: Protect fuse_inode::nlookup with fuse_inode::lock
` [PATCH v2 5/5] fuse: Protect fuse_file::reserved_req via corresponding fuse_inode::lock

[PATCH] exec: make de_thread() freezable
 2018-11-09  9:21 UTC  (2+ messages)

[PATCH v7 0/4] fanotify: introduce new event mask FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
 2018-11-09  7:27 UTC  (9+ messages)
` [PATCH v7 1/4] fanotify: return only user requested event types in event mask
` [PATCH v7 2/4] fanotify: introduce new event mask FAN_OPEN_EXEC
` [PATCH v7 3/4] fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on path
` [PATCH v7 4/4] fanotify: introduce new event mask FAN_OPEN_EXEC_PERM

[PATCH 0/2]: dedupe/copy_file_range fixes
 2018-11-09  6:47 UTC  (6+ messages)
` [PATCH 1/2] vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP
` [PATCH 2/2] iomap: dio data corruption and spurious errors when pipes fill
` [PATCH 3/2] splice: increase pipe size in splice_direct_to_actor()

BUG: aio/direct-io data corruption in 4.7
 2018-11-09 15:44 UTC  (4+ messages)

[PATCH V7 10/24] block: introduce multipage page bvec helpers
 2018-11-09 11:15 UTC  (3+ messages)

[PATCH v10 0/4] ipc: Increase IPCMNI limit & IPC id generation modes
 2018-11-08 21:38 UTC  (7+ messages)
` [PATCH v10 1/4] ipc: Allow boot time extension of IPCMNI from 32k to 8M
` [PATCH v10 4/4] ipc: Add a cyclic mode for id generation

[PATCH] tmpfs: let lseek return ENXIO with a negative offset
 2018-11-09  3:52 UTC  (5+ messages)

locks_remove_file() -> flock_lock_inode() sleeps in invalid context, false positive due to NULL dereference ?
 2018-11-08  9:53 UTC  (5+ messages)

[PATCH] fs/direct-io: Avoid duplicating the check whether or not locking is required
 2018-11-08  9:50 UTC  (2+ messages)

[PATCH v2] fs: fix lost error code in dio_complete
 2018-11-08 18:58 UTC 

[PATCH v2 0/5] fuse: Interrupt-related optimizations and improvements
 2018-11-08  9:05 UTC  (6+ messages)
` [PATCH v2 1/5] fuse: Kill fasync only if interrupt is queued in queue_interrupt()
` [PATCH v2 2/5] fuse: Optimize request_end() by not taking fiq->waitq.lock
` [PATCH v2 3/5] fuse: Wake up req->waitq of only not background requests in request_end()
` [PATCH v2 4/5] fuse: Do some refactoring in fuse_dev_do_write()
` [PATCH v2 5/5] fuse: Verify userspace asks to requeue interrupt that we really sent

[PATCH] fs/proc: introduce /proc/stat2 file
 2018-11-08  7:44 UTC  (13+ messages)

linux-next: general protection fault in locks_remove_file
 2018-11-08  6:08 UTC 

[PATCH] fanotify: fix handling of events on child sub-directory
 2018-11-08 14:44 UTC  (2+ messages)

[PATCH] xfs: truncate transaction does not modify the inobt
 2018-11-07 22:56 UTC  (6+ messages)

[PATCH v6 0/4] fanotify: introduce new event masks FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
 2018-11-07 19:49 UTC  (8+ messages)
` [PATCH v6 1/4] fanotify: return only user requested event types in event mask
` [PATCH v6 2/4] fanotify: introduce new event mask FAN_OPEN_EXEC
` [PATCH v6 3/4] fanotify: introduce new event mask FAN_OPEN_EXEC_PERM
` [PATCH v6 4/4] fsnotify: don't merge events FS_OPEN_PERM and FS_OPEN_EXEC_PERM

[PATCH] utimensat: AT_EMPTY_PATH support
 2018-11-07 18:05 UTC  (2+ messages)

[PATCH 0/6] fuse: Interrupt-related optimizations and improvements
 2018-11-07 16:40 UTC  (12+ messages)
` [PATCH 1/6] fuse: Kill fasync only if interrupt is queued in queue_interrupt()
` [PATCH 2/6] fuse: Optimize request_end() by not taking fiq->waitq.lock
` [PATCH 4/6] fuse: Check for FR_SENT bit in fuse_dev_do_write()
` [PATCH 6/6] fuse: Verify userspace asks to requeue interrupt that we really sent

INFO: task hung in fuse_sb_destroy
 2018-11-07 15:30 UTC  (3+ messages)

general protection fault in locks_remove_flock
 2018-11-07 15:09 UTC  (2+ messages)

[PATCH 0/6] fuse: Further reducing contention of fc->lock
 2018-11-07 14:20 UTC  (7+ messages)
` [PATCH 1/6] fuse: Change argument of fuse_flush_writepages()
` [PATCH 4/6] fuse: Implement fuse_attr_version_inc()
` [PATCH 5/6] fuse: Protect fuse_inode::nlookup with fuse_inode::lock

general protection fault in __x86_indirect_thunk_rbx
 2018-11-07  7:47 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).