linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 21:17:29 to 2020-05-23 01:51:11 UTC [more...]

[PATCHSET v2 RFC 0/11] Add support for async buffered reads
 2020-05-23  1:50 UTC  (3+ messages)
` [PATCH 07/11] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 08/11] xfs: flag files as supporting buffered async reads

[PATCH v2] firmware_loader: change enum fw_opt to u32
 2020-05-23  0:14 UTC  (2+ messages)

[PATCH 00/10] Introduce attach/detach_page_private to cleanup code
 2020-05-22 23:53 UTC  (5+ messages)
` [PATCH 10/10] mm/migrate.c: call detach_page_private "

[PATCH 0/3] fs: reduce export usage of kerne_read*() calls
 2020-05-22 23:25 UTC  (8+ messages)

[PATCH] firmware_loader: change enum fw_opt to u32
 2020-05-22 23:00 UTC  (4+ messages)

[PATCH v2 0/2] fs: avoid fdput() after failed fdget()
 2020-05-22 22:47 UTC  (8+ messages)
` [PATCH v2 2/2] fs: avoid fdput() after failed fdget() in kernel_read_file_from_fd()

[PATCHSET RFC 0/11] Add support for async buffered reads
 2020-05-22 20:57 UTC  (13+ messages)
` [PATCH 01/11] block: read-ahead submission should imply no-wait as well
` [PATCH 02/11] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/11] mm: add support for async page locking
  ` [PATCH v2 "
` [PATCH 04/11] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 05/11] fs: add FMODE_BUF_RASYNC
` [PATCH 06/11] ext4: flag as supporting buffered async reads
` [PATCH 07/11] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 08/11] xfs: flag files as supporting buffered async reads
` [PATCH 09/11] btrfs: "
` [PATCH 10/11] mm: add kiocb_wait_page_async_init() helper
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it

[PATCH] ovl: make private mounts longterm
 2020-05-22 19:56 UTC  (6+ messages)

[PATCH] fs: Remove duplicated flag from VALID_OPEN_FLAGS
 2020-05-22 17:32 UTC  (6+ messages)

[PATCH v4 00/36] Large pages in the page cache
 2020-05-22 17:15 UTC  (16+ messages)
` [PATCH v4 06/36] mm: Introduce offset_in_thp
` [PATCH v4 07/36] fs: Add a filesystem flag for large pages
` [PATCH v4 10/36] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH v4 14/36] iomap: Support large pages in iomap_adjust_read_range

sort out the flush_icache_range mess v2
 2020-05-22 15:54 UTC  (3+ messages)
` [PATCH 09/29] arm64: use asm-generic/cacheflush.h

Writeback bug causing writeback stalls
 2020-05-22 15:36 UTC  (4+ messages)

[vfs:uaccess.net 16/19] net/atm/ioctl.c:180:29: sparse: sparse: Using plain integer as NULL pointer
 2020-05-22 15:04 UTC  (4+ messages)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-22 13:35 UTC  (29+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH v2 2/8] exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
      ` [PATCH v2 3/8] exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
      ` [PATCH v2 5/8] exec: Move the call of prepare_binprm into search_binary_handler
      ` [PATCH v2 7/8] exec: Generic execfd support

[PATCH V4 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-22 11:48 UTC  (12+ messages)
` [PATCH V4 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V4 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH V4 3/8] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V4 4/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH V4 5/8] fs/ext4: Only change S_DAX on inode load
` [PATCH V4 6/8] fs/ext4: Make DAX mount option a tri-state
` [PATCH V4 7/8] fs/ext4: Introduce DAX inode flag
` [PATCH V4 8/8] Documentation/dax: Update DAX enablement for ext4

[PATCH] files: Use rcu lock to get the file structures for better performance
 2020-05-22 11:43 UTC  (7+ messages)
  ` [External] "

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-22 10:05 UTC  (8+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-22  6:35 UTC  (7+ messages)

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-05-22  4:56 UTC  (4+ messages)

mmotm 2020-05-19-21-47 uploaded
 2020-05-22  3:43 UTC  (2+ messages)
` mmotm 2020-05-21-20-42 uploaded

[PATCH] ext4: fix race between ext4_sync_parent() and rename()
 2020-05-22  3:34 UTC  (2+ messages)

[PATCH 0/2] io_uring: call statx directly
 2020-05-22  1:21 UTC  (7+ messages)
` [PATCH 1/2] statx: allow the system call to be invoked from the kernel
` [PATCH 2/2] io_uring: call statx directly

truncate for block size > page size
 2020-05-22  0:03 UTC  (2+ messages)

[PATCH] exfat: add the dummy mount options to be backward compatible with staging/exfat
 2020-05-21 23:44 UTC 

[PATCH] exfat: add the dummy mount options to be backward compatible with staging/exfat
 2020-05-21 23:41 UTC  (4+ messages)

[PATCH v3] exfat: add the dummy mount options to be backward compatible with staging/exfat
 2020-05-21 23:10 UTC 

[RFC 00/16] ext4: mballoc/extents: Code cleanup and debug improvements
 2020-05-21 18:26 UTC  (3+ messages)
` [RFC 16/16] ext4: Add process name and pid in ext4_msg()

[PATCH v2] exfat: add the dummy mount options to be backward compatible with staging/exfat
 2020-05-21 18:15 UTC  (4+ messages)

Ignore mask handling in fanotify_group_event_mask()
 2020-05-21 18:10 UTC  (2+ messages)

[PATCH] vfs, afs, ext4: Make the inode hash table RCU searchable
 2020-05-21 16:18 UTC  (2+ messages)

INFO: task hung in locks_remove_posix
 2020-05-21 14:09 UTC  (2+ messages)

[PATCH] Adjust comments in linux/fs_parser.h
 2020-05-21 13:09 UTC 

[PATCH V3 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-21 10:24 UTC  (18+ messages)
` [PATCH V3 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V3 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH V3 3/8] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V3 4/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH V3 5/8] fs/ext4: Only change S_DAX on inode load
` [PATCH V3 6/8] fs/ext4: Make DAX mount option a tri-state
` [PATCH V3 7/8] fs/ext4: Introduce DAX inode flag
` [PATCH V3 8/8] Documentation/dax: Update DAX enablement for ext4

memory leak in do_eventfd
 2020-05-21  1:12 UTC 

[PATCH 0/2] Control over userfaultfd kernel-fault handling
 2020-05-20 21:16 UTC  (13+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only

[GIT PULL] overlayfs fixes for 5.7-rc7
 2020-05-20 19:30 UTC  (2+ messages)

kernel BUG at fs/inode.c:531!
 2020-05-20 16:39 UTC 

clean up kernel_{read,write} & friends v2
 2020-05-20 15:59 UTC  (2+ messages)

[RFC PATCH v3 0/9] Suppress negative dentry
 2020-05-20 14:44 UTC  (8+ messages)

[ANNOUNCE] util-linux v2.35.2
 2020-05-20 14:33 UTC 

[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-20 13:11 UTC  (7+ messages)
` [PATCH 3/9] fs/ext4: Disallow encryption if inode is DAX

[PATCH v4 0/4] cleaning up the sysctls table (hung_task watchdog)
 2020-05-20 13:08 UTC  (8+ messages)
` [PATCH v4 2/4] sysctl: Move some boundary constants form sysctl.c to sysctl_vals

[PATCH 2/8] radix-tree: Use local_lock for protection
 2020-05-20 12:28 UTC  (7+ messages)

fuse_notify_inval_inode() may be ineffective when getattr request is in progress
 2020-05-20 12:26 UTC  (4+ messages)

[PATCH] exfat: optimize dir-cache
 2020-05-20  7:56 UTC 

[PATCHv5 0/5] Improve ext4 handling of ENOSPC with multi-threaded use-case
 2020-05-20  6:40 UTC  (6+ messages)
` [PATCHv5 1/5] ext4: mballoc: Add blocks to PA list under same spinlock after allocating blocks
` [PATCHv5 2/5] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [PATCHv5 3/5] ext4: mballoc: Introduce pcpu seqcnt for freeing PA to improve ENOSPC handling
` [PATCHv5 4/5] ext4: mballoc: Refactor ext4_mb_good_group()
` [PATCHv5 5/5] ext4: mballoc: Use lock for checking free blocks while retrying

[PATCH] pipe: Fix pipe_full() test in opipe_prep()
 2020-05-19 23:59 UTC 

[git pull] vfs.git fix
 2020-05-19 23:40 UTC  (2+ messages)

[PATCH 0/4] Relocate execve() sanity checks
 2020-05-19 22:58 UTC  (8+ messages)

fcntl(F_DUPFD) causing apparent file descriptor table corruption
 2020-05-19 22:28 UTC  (5+ messages)

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-19 21:45 UTC  (3+ messages)
` [PATCH v1 19/25] vfs: Use sequence counter with associated spinlock
` [PATCH v1 23/25] userfaultfd: "


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