linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-10 16:06:03 to 2020-01-14 20:39:16 UTC [more...]

[PATCH 01/19] dax: remove block device dependencies
 2020-01-14 20:39 UTC  (12+ messages)

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-14 20:15 UTC  (3+ messages)

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-14 20:01 UTC  (33+ messages)

dcache: abstract take_name_snapshot() interface
 2020-01-14 19:58 UTC  (5+ messages)

[RFC PATCH V2 00/12] Enable per-file/directory DAX operations V2
 2020-01-14 19:39 UTC  (27+ messages)
` [RFC PATCH V2 01/12] fs/stat: Define DAX statx attribute
` [RFC PATCH V2 02/12] fs/xfs: Isolate the physical DAX flag from effective
` [RFC PATCH V2 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [RFC PATCH V2 04/12] fs/xfs: Clean up DAX support check
` [RFC PATCH V2 05/12] fs: remove unneeded IS_DAX() check
` [RFC PATCH V2 06/12] fs/xfs: Check if the inode supports DAX under lock
` [RFC PATCH V2 07/12] fs: Add locking for a dynamic inode 'mode'
` [RFC PATCH V2 08/12] fs/xfs: Add lock/unlock mode to xfs
` [RFC PATCH V2 09/12] fs: Prevent mode change if file is mmap'ed
` [RFC PATCH V2 10/12] fs/xfs: Fix truncate up
` [RFC PATCH V2 11/12] fs/xfs: Clean up locking in dax invalidate
` [RFC PATCH V2 12/12] fs/xfs: Allow toggle of effective DAX flag

Making linkat() able to overwrite the target
 2020-01-14 19:37 UTC  (4+ messages)

RFC: hold i_rwsem until aio completes
 2020-01-14 19:27 UTC  (19+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon
` [PATCH 02/12] locking/rwsem: Exit early when held by an anonymous owner
` [PATCH 03/12] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
` [PATCH 04/12] gfs2: move setting current->backing_dev_info
` [PATCH 05/12] gfs2: fix O_SYNC write handling
` [PATCH 06/12] iomap: pass a flags value to iomap_dio_rw
` [PATCH 07/12] iomap: allow holding i_rwsem until aio completion
` [PATCH 08/12] ext4: hold i_rwsem until AIO completes
` [PATCH 09/12] gfs2: "
` [PATCH 10/12] xfs: "
` [PATCH 11/12] xfs: don't set IOMAP_DIO_SYNCHRONOUS for unaligned I/O
` [PATCH 12/12] iomap: remove the inode_dio_begin/end calls

[PATCH v6 0/2] New zonefs file system
 2020-01-14 18:24 UTC  (6+ messages)
` [PATCH v6 1/2] fs: "
` [PATCH v6 2/2] zonefs: Add documentation

[PATCHv2-next 0/3] serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
 2020-01-14 17:19 UTC  (2+ messages)
` [PATCHv2-next 1/3] sysctl/sysrq: Remove __sysrq_enabled copy

Problems with determining data presence by examining extents?
 2020-01-14 16:48 UTC 

[PATCH] afs: Fix afs_lookup() to not clobber the version on a new dentry
 2020-01-14 16:16 UTC 

[PATCH] afs: Fix use-after-loss-of-ref
 2020-01-14 16:16 UTC 

[PATCH][v6] x86/resctrl: Add task resctrl information display
 2020-01-14 16:04 UTC  (3+ messages)

[PATCH 0/6] Prepare for fanotify name events
 2020-01-14 15:16 UTC  (7+ messages)
` [PATCH 1/6] fsnotify: tidy up FS_ and FAN_ constants
` [PATCH 2/6] fsnotify: pass dentry instead of inode for events possible on child
` [PATCH 3/6] fsnotify: simplify arguments passing to fsnotify_parent()
` [PATCH 4/6] fsnotify: replace inode pointer with tag
` [PATCH 5/6] fanotify: merge duplicate events on parent and child
` [PATCH 6/6] fanotify: fix merging marks masks with FAN_ONDIR

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2020-01-14 14:36 UTC  (9+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file

[PATCH v4] drivers/staging/exfat/exfat_super.c: Clean up ffsCamelCase function names
 2020-01-14 13:57 UTC  (2+ messages)

WARNING: refcount bug in chrdev_open
 2020-01-14 12:47 UTC  (3+ messages)

[PATCH v2] fuse: use true,false for bool variable
 2020-01-14 12:39 UTC 

[WIP PATCH 0/4] Support for UDF 1.01 and 2.60 revisions
 2020-01-14 12:01 UTC  (12+ messages)
` [WIP PATCH 1/4] udf: Do not access LVIDIU revision members when they are not filled
` [WIP PATCH 2/4] udf: Fix reading numFiles and numDirs from UDF 2.00+ VAT discs
` [WIP PATCH 3/4] udf: Fix reading minUDFReadRev and minUDFWriteRev "
` [WIP PATCH 4/4] udf: Allow to read UDF 2.60 discs

[PATCH 0/4] fuse: use true,false for bool variable
 2020-01-14 10:02 UTC  (2+ messages)

[PATCH] vfs: prevent signed overflow by using u64 over loff_t
 2020-01-14  8:28 UTC  (3+ messages)
  ` [PATCH v2] "

kernel BUG at fs/namei.c:LINE!
 2020-01-14  6:58 UTC  (2+ messages)

[RFC 0/8] Replacing the readpages a_op
 2020-01-14  1:07 UTC  (25+ messages)
` [PATCH 1/8] pagevec: Add an iterator
` [PATCH 2/8] mm: Fix the return type of __do_page_cache_readahead
` [PATCH 3/8] mm: Use a pagevec for readahead
` [PATCH 4/8] mm/fs: Add a_ops->readahead
` [PATCH 5/8] iomap,xfs: Convert from readpages to readahead
` [PATCH 6/8] cifs: "
` [PATCH 7/8] mm: Remove add_to_page_cache_locked
` [PATCH 8/8] mm: Unify all add_to_page_cache variants

[PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2020-01-14  0:41 UTC  (2+ messages)

[PATCH v2] fs-verity: implement readahead of Merkle tree pages
 2020-01-14  0:14 UTC  (3+ messages)

mmotm 2020-01-13-16-02 uploaded
 2020-01-14  0:02 UTC 

[PATCH] Add support for setting owner info, dos attributes, and create time
 2020-01-13 22:17 UTC  (5+ messages)

[PATCHSET 0/3] io_uring: add support for madvise/fadvise
 2020-01-13 16:58 UTC  (6+ messages)
` [PATCH 3/3] io_uring: add IORING_OP_MADVISE

[PATCH v9 0/4] Add pidfd_getfd syscall
 2020-01-13 15:02 UTC  (7+ messages)
` [PATCH v9 1/4] vfs, fdtable: Add fget_task helper
` [PATCH v9 2/4] pid: Implement pidfd_getfd syscall
` [PATCH v9 3/4] arch: wire up "

udf: Suspicious values in udf_statfs()
 2020-01-13 12:08 UTC  (2+ messages)

udf: Commit b085fbe2ef7fa (udf: Fix crash during mount) broke CD-RW support
 2020-01-13 11:48 UTC  (2+ messages)

[PATCH] udf: Disallow R/W mode for disk with Metadata partition
 2020-01-13 11:40 UTC  (2+ messages)

[PATCH] udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flags
 2020-01-13 11:39 UTC  (2+ messages)

[PATCH v4] Documentation: filesystems: convert fuse to RST
 2020-01-13  8:51 UTC  (3+ messages)

[PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb
 2020-01-13  7:36 UTC  (14+ messages)

[PATCH v2 0/3] introduce a uid/gid shifting bind mount
 2020-01-13  3:41 UTC  (3+ messages)
` [PATCH v2 2/3] fs: introduce "

[PATCH] sched/rt: Add a new sysctl to control uclamp_util_min
 2020-01-12 23:35 UTC  (7+ messages)

[PATCH] udf: Fix free space reporting for metadata and virtual partitions
 2020-01-12 12:23 UTC  (7+ messages)

[PATCH v2 6/6] fs: bind: add configfs type for bind mounts
 2020-01-12 10:35 UTC  (3+ messages)
` [RFC PATCH] fs: bind: to_bind_data() can be static

Investment opportunity
 2020-01-12  5:00 UTC 

[PATCH] staging: exfat: make staging/exfat and fs/exfat mutually exclusive
 2020-01-11 23:35 UTC  (3+ messages)

[PATCH v2 4/6] fs: implement fsconfig via configfd
 2020-01-11 19:58 UTC  (2+ messages)

[PATCH] staging: exfat: Fix alignment warnings
 2020-01-11 14:22 UTC 

[PATCH v19 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2020-01-11 11:46 UTC  (2+ messages)

[vfs:work.misc 4/5] fs/inode.c:1615:5: error: redefinition of 'bmap'
 2020-01-11  2:25 UTC 

[RFC PATCH] generic/XXX: Add generic/XXX
 2020-01-11  2:18 UTC 

[PATCH-next 0/3] serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
 2020-01-10 22:01 UTC  (7+ messages)
` [PATCH-next 2/3] sysctl/sysrq: Remove __sysrq_enabled copy

general protection fault in simple_recursive_removal
 2020-01-10 19:10 UTC 

[RFC 0/9] Add persistent durable identifier to storage log messages
 2020-01-10 16:13 UTC  (12+ messages)
` [RFC 9/9] __xfs_printk: Add durable name to output

[PATCH v6 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2020-01-10 16:07 UTC  (11+ messages)
` [PATCH v6 13/22] tracing: Accept different type for synthetic event fields
` [PATCH v6 14/22] tracing: Add NULL trace-array check in print_synth_event()
` [PATCH v6 15/22] tracing/boot: Add boot-time tracing
` [PATCH v6 16/22] tracing/boot: Add per-event settings
` [PATCH v6 17/22] tracing/boot Add kprobe event support
` [PATCH v6 18/22] tracing/boot: Add synthetic "
` [PATCH v6 19/22] tracing/boot: Add instance node support
` [PATCH v6 20/22] tracing/boot: Add cpu_mask option support
` [PATCH v6 21/22] tracing/boot: Add function tracer filter options
` [PATCH v6 22/22] Documentation: tracing: Add boot-time tracing document


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