linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-05 21:22:52 to 2018-11-09 07:56:53 UTC [more...]

[PATCH 0/2]: dedupe/copy_file_range fixes
 2018-11-08 22:19 UTC  (3+ 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

[RFC PATCH 00/16] xfs: Block size > PAGE_SIZE support
 2018-11-08 22:17 UTC  (24+ messages)
` [PATCH 01/16] xfs: drop ->writepage completely
` [PATCH 02/16] xfs: move writepage context warnings to writepages
` [PATCH 03/16] xfs: finobt AG reserves don't consider last AG can be a runt
` [PATCH 04/16] xfs: extent shifting doesn't fully invalidate page cache
` [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 09/16] iomap: introduce zero-around functionality
` [PATCH 10/16] iomap: enable zero-around for iomap_zero_range()
` [PATCH 11/16] iomap: Don't mark partial pages zeroing uptodate for zero-around
` [PATCH 12/16] iomap: zero-around in iomap_page_mkwrite
` [PATCH 13/16] xfs: add zero-around controls to iomap
` [PATCH 14/16] xfs: align writepages to large block sizes
` [PATCH 15/16] xfs: expose block size in stat
` [PATCH 16/16] xfs: enable block size larger than page size support

[PATCH v10 0/4] ipc: Increase IPCMNI limit & IPC id generation modes
 2018-11-08 21:38 UTC  (10+ messages)
` [PATCH v10 1/4] ipc: Allow boot time extension of IPCMNI from 32k to 8M
` [PATCH v10 2/4] ipc: Conserve sequence numbers in extended IPCMNI mode
` [PATCH v10 3/4] ipc: Make the new sequence number generation mode available to all
` [PATCH v10 4/4] ipc: Add a cyclic mode for id generation

[PATCH 00/12] Series short description
 2018-11-08 21:35 UTC  (10+ messages)
` [PATCH 01/12] fs/locks: rename some lists and pointers
` [PATCH 04/12] gfs2: properly initial file_lock used for unlock
` [PATCH 10/12] fs/locks: create a tree of dependent requests

[PATCH v7 0/4] fanotify: introduce new event mask FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
 2018-11-08 18:22 UTC  (6+ 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] tmpfs: let lseek return ENXIO with a negative offset
 2018-11-09  3:52 UTC  (5+ messages)

[PATCH] proc: fix proc-self-map-files selftest for arm
 2018-11-08 11:11 UTC  (9+ 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 -next 0/6] epoll: some miscellaneous optimizations
 2018-11-08  5:10 UTC  (7+ 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] 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 v3 resend 1/2] mm: Add an F_SEAL_FUTURE_WRITE seal to memfd
 2018-11-08  4:15 UTC  (2+ messages)
` [PATCH v3 resend 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_WRITE seal

[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  (14+ 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 3/6] fuse: Wake up req->waitq of only not background requests in request_end()
` [PATCH 4/6] fuse: Check for FR_SENT bit in fuse_dev_do_write()
` [PATCH 5/6] fuse: Do some refactoring "
` [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  (7+ messages)

[PATCH v9 0/6] Btrfs: implement swap file support
 2018-11-07 15:28 UTC  (8+ 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  (10+ messages)
` [PATCH 1/6] fuse: Change argument of fuse_flush_writepages()
` [PATCH 2/6] fuse: Add fuse_inode argument to fuse_prepare_release()
` [PATCH 3/6] fuse: Introduce fuse_inode::lock to protect write related fields and statistics
` [PATCH 4/6] fuse: Implement fuse_attr_version_inc()
` [PATCH 5/6] fuse: Protect fuse_inode::nlookup with fuse_inode::lock
` [PATCH 6/6] fuse: Protect fuse_file::reserved_req via corresponding fuse_inode::lock

general protection fault in __x86_indirect_thunk_rbx
 2018-11-07  7:47 UTC  (2+ messages)

fsdax memory error handling regression
 2018-11-07  6:01 UTC  (3+ messages)

BUG: unable to handle kernel paging request in locks_remove_file
 2018-11-07  5:20 UTC 

KASAN: use-after-free Read in locks_remove_flock
 2018-11-07  5:03 UTC 

KASAN: stack-out-of-bounds Read in locks_remove_flock
 2018-11-07  5:03 UTC 

FAN_OPEN_EXEC event and ignore mask
 2018-11-06 22:23 UTC  (15+ messages)

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-07  6:36 UTC  (12+ messages)
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count

[PATCH v6 0/1] ns: introduce binfmt_misc namespace
 2018-11-06 19:40 UTC  (6+ messages)
` [PATCH v6 1/1] ns: add binfmt_misc to the user namespace

[LKP] [vfs] 496635b65e: BUG:kernel_hang_in_boot_stage
 2018-11-07  0:38 UTC 

[PATCH RFC] fuse: Prevent background write requests increase inode size
 2018-11-06 14:02 UTC 

[RFC PATCH v2 1/2] fscrypt: remove d_lock on reading DCACHE_ENCRYPTED_WITH_KEY
 2018-11-06 12:20 UTC  (2+ messages)
` [RFC PATCH v2 2/2] fscrypt: enable RCU-walk path for .d_revalidate

[ANNOUNCE] util-linux v2.33
 2018-11-06 11:33 UTC 

BUG: aio/direct-io data corruption in 4.7
 2018-11-06 11:31 UTC  (3+ messages)

[PATCH] fuse: Put leaked request on error path of fuse_retrieve()
 2018-11-06  9:34 UTC  (5+ messages)

[PATCH] fuse: Remove stale comment in end_requests()
 2018-11-06  9:15 UTC 

[PATCH 00/20] New ->fiemap infrastructure and ->bmap removal
 2018-11-06  9:11 UTC  (16+ messages)
` [PATCH 07/20] fiemap: Move fiemap flags to fiemap_ctx
` [PATCH 08/20] ext4: Remove direct usage of fiemap_extent_info
` [PATCH 15/20] fiemap: Start using new callback from fiemap_ctx
` [PATCH 17/20] fiemap: Get rid of fiemap_extent_info
` [PATCH 18/20] Use FIEMAP for FIBMAP calls

[PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
 2018-11-06  6:52 UTC  (7+ messages)
` [PATCH v2 10/12] ext4: add basic fs-verity support

[PATCH] VFS: use synchronize_rcu_expedited() in namespace_unlock()
 2018-11-06  3:15 UTC  (7+ messages)
        ` [PATCH - resend] "

[PATCH v2 1/5] orangefs: fix request_mask misuse
 2018-11-05 22:29 UTC  (8+ messages)
` [PATCH v2 5/5] nfs: don't clear STATX_ATIME from result_mask

[vfs:N7 27/31] fs/fs_context.c:382:3: error: implicit declaration of function 'vprintk_emit'
 2018-11-05 22:25 UTC 

[PATCH] vfs: swap names of {do,vfs}_clone_file_range()
 2018-11-06  6:30 UTC  (4+ messages)

[vfs:N8 1/31] security/security.c:398:5: error: conflicting types for 'security_sb_kern_mount'
 2018-11-05 19:12 UTC 

Upcoming fanotify API changes
 2018-11-05 16:04 UTC  (3+ messages)

[PATCH] fanotify: support limited functionality for unprivileged users
 2018-11-05 13:28 UTC 


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