linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-27 04:37:35 to 2020-07-01 07:53:17 UTC [more...]

[PATCH 0/6 v10] btrfs direct-io using iomap
 2020-07-01  7:53 UTC  (12+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags
` [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
  ` always fall back to buffered I/O after invalidation failures, was: "
` [PATCH 3/6] btrfs: switch to iomap_dio_rw() for dio
` [PATCH 4/6] fs: remove dio_end_io()
` [PATCH 5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 6/6] btrfs: split btrfs_direct_IO to read and write part

Any tools of f2fs to inspect infos?
 2020-07-01  7:29 UTC 

[PATCH v4 0/3] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-07-01  6:49 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] selftests: add clone3() CAP_CHECKPOINT_RESTORE test
` [PATCH v4 3/3] prctl: Allow ptrace capable processes to change /proc/self/exe

mmotm 2020-06-30-21-52 uploaded
 2020-07-01  4:53 UTC 

[PATCH v3 0/4] Inline Encryption Support for fscrypt
 2020-07-01  3:23 UTC  (7+ messages)
` [PATCH v3 1/4] fs: introduce SB_INLINECRYPT
` [PATCH v3 2/4] fscrypt: add inline encryption support
` [PATCH v3 3/4] f2fs: "
` [PATCH v3 4/4] ext4: "

[PATCH] coredump: Add %f for executable file name
 2020-07-01  3:14 UTC  (4+ messages)
` [PATCH v2] "
    ` [PATCH v3] coredump: Add %f for executable filename

[PATCH 0/7] THP prep patches
 2020-07-01  1:33 UTC  (16+ messages)
` [PATCH 1/7] mm: Store compound_nr as well as compound_order
` [PATCH 2/7] mm: Move page-flags include to top of file
` [PATCH 3/7] mm: Add thp_order
` [PATCH 4/7] mm: Add thp_size
` [PATCH 5/7] mm: Replace hpage_nr_pages with thp_nr_pages
` [PATCH 6/7] mm: Add thp_head
` [PATCH 7/7] mm: Introduce offset_in_thp

[PATCH] cifs: remove the retry in cifs_poxis_lock_set
 2020-07-01  1:24 UTC  (4+ messages)

[PATCH v3 1/1] fs: move kernel_read_file* to its own include file
 2020-06-30 23:46 UTC  (3+ messages)

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-30 22:58 UTC  (53+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
          ` [PATCH 05/14] umh: Separate the user mode driver and the user mode helper support
            ` [PATCH v2 00/15] Make the user mode driver code a better citizen
              ` [PATCH v2 01/15] umh: Capture the pid in umh_pipe_setup
              ` [PATCH v2 02/15] umh: Move setting PF_UMH into umh_pipe_setup
              ` [PATCH v2 03/15] umh: Rename the user mode driver helpers for clarity
              ` [PATCH v2 04/15] umh: Remove call_usermodehelper_setup_file
              ` [PATCH v2 05/15] umh: Separate the user mode driver and the user mode helper support
              ` [PATCH v2 06/15] umd: For clarity rename umh_info umd_info
              ` [PATCH v2 07/15] umd: Rename umd_info.cmdline umd_info.driver_name
              ` [PATCH v2 08/15] umd: Transform fork_usermode_blob into fork_usermode_driver
              ` [PATCH v2 09/15] umh: Stop calling do_execve_file
              ` [PATCH v2 10/15] exec: Remove do_execve_file
              ` [PATCH v2 11/15] bpfilter: Move bpfilter_umh back into init data
              ` [PATCH v2 12/15] umd: Track user space drivers with struct pid
              ` [PATCH v2 13/15] bpfilter: Take advantage of the facilities of "
              ` [PATCH v2 14/15] umd: Remove exit_umh
              ` [PATCH v2 15/15] umd: Stop using split_argv

[PATCH] f2fs: always expose label 'next_page'
 2020-06-30 20:44 UTC  (3+ messages)

[PATCH v3] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-30 18:30 UTC  (3+ messages)

linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
 2020-06-30 17:57 UTC  (11+ messages)

mmotm 2020-06-25-20-36 uploaded
 2020-06-30 15:29 UTC  (3+ messages)
  ` mmotm 2020-06-25-20-36 uploaded (objtool warning)

fanotify and LSM path hooks
 2020-06-30 14:28 UTC  (7+ messages)
      ` fsnotify pre-modify VFS hooks (Was: fanotify and LSM path hooks)

[PATCH v2 0/2] zone-append support in io-uring and aio
 2020-06-30 12:46 UTC  (13+ messages)
    ` [PATCH v2 1/2] fs,block: Introduce RWF_ZONE_APPEND and handling in direct IO path

exfatprogs-1.0.3 version released
 2020-06-30 10:16 UTC  (2+ messages)

[RFC] stop using ->read and ->write for kernel access
 2020-06-30  7:51 UTC  (16+ messages)
` [PATCH 03/11] fs: add new read_uptr and write_uptr file operations

Kernel 5.4 breaks fuse 2.X nonempty mount option
 2020-06-30  7:04 UTC  (10+ messages)

general protection fault in create_empty_buffers (3)
 2020-06-30  7:02 UTC 

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-06-30  5:44 UTC  (4+ messages)
` [PATCH v3 00/20] "
  ` [PATCH v3 14/20] vfs: Use sequence counter with associated spinlock
  ` [PATCH v3 18/20] userfaultfd: "

[PATCH 0/2] Use multi-index entries in the page cache
 2020-06-30  3:16 UTC  (5+ messages)
` [PATCH 1/2] XArray: Add xas_split
` [PATCH 2/2] mm: Use multi-index entries in the page cache

[PATCH 0/2] generic_file_buffered_read() refactoring & optimization
 2020-06-30  0:12 UTC  (2+ messages)
` Fixup patch for "

[vfs:regset.sparc 4/5] arch/sparc/kernel/ptrace_32.c:320:6: error: variable 'ret' set but not used
 2020-06-29 23:29 UTC 

[PATCH v2 0/4] Inline Encryption Support for fscrypt
 2020-06-29 18:53 UTC  (9+ messages)
` [PATCH v2 1/4] fs: introduce SB_INLINECRYPT
` [PATCH v2 2/4] fscrypt: add inline encryption support
` [PATCH v2 3/4] f2fs: "
` [PATCH v2 4/4] ext4: "

Commit 'fs: Do not check if there is a fsnotify watcher on pseudo inodes' breaks chromium here
 2020-06-29 18:12 UTC  (10+ messages)
      ` [PATCH] Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"

[PATCH] fuse_writepages_fill() optimization to avoid WARN_ON in tree_insert
 2020-06-29 21:11 UTC  (3+ messages)

[PATCH] slab: Fix misplaced __free_one()
 2020-06-29  8:10 UTC  (2+ messages)

[PATCH v2] vfs: don't unnecessarily clone write access for writable fds
 2020-06-29 16:50 UTC  (2+ messages)

[PATCH] ntfs: remove extraneous semicolons
 2020-06-29 17:07 UTC 

[PATCH 00/20] Prep work for fanotify named events
 2020-06-29 16:11 UTC  (4+ messages)
` [PATCH 05/20] kernfs: do not call fsnotify() with name without a parent

[PATCH v2] fs: Do not check if there is a fsnotify watcher on pseudo inodes
 2020-06-29 18:48 UTC  (6+ messages)

WARNING in percpu_ref_exit (2)
 2020-06-28 15:48 UTC  (2+ messages)

[RFC] stop using ->read and ->write for kernel access v2
 2020-06-28  7:20 UTC  (6+ messages)
` [PATCH 8/9] fs: don't allow kernel reads and writes without iter ops

[PATCH] nilfs2: only call unlock_new_inode() if I_NEW
 2020-06-28  7:01 UTC 

[PATCH] reiserfs: only call unlock_new_inode() if I_NEW
 2020-06-28  7:00 UTC 

[PATCH 0/6] fs/minix: fix syzbot bugs and set s_maxbytes
 2020-06-28  6:08 UTC  (7+ messages)
` [PATCH 1/6] fs/minix: check return value of sb_getblk()
` [PATCH 2/6] fs/minix: don't allow getting deleted inodes
` [PATCH 3/6] fs/minix: reject too-large maximum file size
` [PATCH 4/6] fs/minix: set s_maxbytes correctly
` [PATCH 5/6] fs/minix: fix block limit check for V1 filesystems
` [PATCH 6/6] fs/minix: remove expected error message in block_to_path()

linux-next boot error: WARNING in kmem_cache_free
 2020-06-27 23:10 UTC  (3+ messages)

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-06-27 13:20 UTC  (14+ messages)
` [PATCH ghak90 V9 01/13] audit: collect audit task parameters
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 03/13] audit: read container ID of a process
` [PATCH ghak90 V9 04/13] audit: log drop of contid on exit of last task
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V9 07/13] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V9 08/13] audit: add containerid support for user records
` [PATCH ghak90 V9 09/13] audit: add containerid filtering
` [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting
` [PATCH ghak90 V9 12/13] audit: track container nesting
` [PATCH ghak90 V9 13/13] audit: add capcontid to set contid outside init_user_ns

exfat: request to implement FITRIM ioctl for fstrim
 2020-06-27 13:05 UTC 

[PATCH] exfat: implement "quiet" option for setattr
 2020-06-27 12:55 UTC 

[PATCH] vfs: remove unnecessary assignment in do_sys_ftruncate()
 2020-06-27 12:17 UTC 

[PATCH v2] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
 2020-06-27  9:32 UTC  (3+ messages)

properly support exec with kernel pointers v3
 2020-06-27  7:27 UTC  (6+ messages)
` [PATCH 1/5] exec: cleanup the execve wrappers
` [PATCH 2/5] exec: simplify the compat syscall handling
` [PATCH 3/5] exec: cleanup the count() function
` [PATCH 4/5] exec: split prepare_arg_pages
` [PATCH 5/5] exec: add a kernel_execveat helper


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