linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 18:14:45 to 2020-07-05 07:26:21 UTC [more...]

[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-05  7:25 UTC  (9+ messages)

[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-05  6:55 UTC  (16+ messages)
` [PATCH 1/3] readfile: implement readfile syscall
` [PATCH 2/3] arch: wire up the "
` [PATCH 3/3] selftests: add readfile(2) selftests
` [PATCH] readfile.2: new page describing readfile(2)

[PATCH 1/3] readfile: implement readfile syscall
 2020-07-04 21:15 UTC  (2+ messages)

[PATCH 0/2] Use multi-index entries in the page cache
 2020-07-04 20:20 UTC  (2+ messages)

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

[PATCH v3 00/10] server side user xattr support (RFC 8276)
 2020-07-04 14:37 UTC 

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-04 13:30 UTC  (4+ messages)
` [PATCH ghak90 V9 02/13] audit: add container id

[PATCH 00/20] Prep work for fanotify named events
 2020-07-04  9:30 UTC  (8+ messages)
` [PATCH 01/20] fsnotify: Rearrange fast path to minimise overhead when there is no watcher
` [PATCH 09/20] fsnotify: pass dir argument to handle_event() callback
` [PATCH 19/20] fanotify: move event name into fanotify_fh

[PATCH v2] vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
 2020-07-04  6:03 UTC  (2+ messages)

mmotm 2020-07-03-15-03 uploaded
 2020-07-04  3:00 UTC  (2+ messages)
` mmotm 2020-07-03-15-03 uploaded (drivers/soc/qcom/qcom-geni-se.c)

decruft the early init / initrd / initramfs code
 2020-07-04  2:19 UTC  (7+ messages)
` [PATCH 01/16] init: remove the bstat helper
` [PATCH 09/16] initrd: remove the BLKFLSBUF call in handle_initrd

[GIT PULL] xfs: bug fixes for 5.8-rc4
 2020-07-03 21:50 UTC  (2+ messages)

[PATCH 00/10] Documentation: filesystems: eliminate duplicated words
 2020-07-03 21:43 UTC  (11+ messages)
` [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words
` [PATCH 02/10] Documentation: filesystems: caching/operations: drop doubled word
` [PATCH 03/10] Documentation: filesystems: configfs: "
` [PATCH 04/10] Documentation: filesystems: directory-locking: "
` [PATCH 05/10] Documentation: filesystems: fsverity: "
` [PATCH 06/10] Documentation: filesystems: mount_api: "
` [PATCH 07/10] Documentation: filesystems: overlayfs: "
` [PATCH 08/10] Documentation: filesystems: path-lookup: "
` [PATCH 09/10] Documentation: filesystems: sysfs-tagging: "
` [PATCH 10/10] Documentation: filesystems: vfs: drop doubled words

[RFC v2 0/2] Fix gfs2 readahead deadlocks
 2020-07-03 19:26 UTC  (8+ messages)
` [RFC v2 1/2] fs: Add IOCB_NOIO flag for generic_file_read_iter
` [RFC v2 2/2] gfs2: Rework read and page fault locking

[PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-03 19:20 UTC  (5+ messages)
` [PATCH v9 2/4] fs: Add standard casefolding support

[PATCH v4 0/3] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-07-03 18:12 UTC  (13+ 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

Virtual Linux Plumbers 2020, 24-28 August: Containers and Checkpoint/Restore microconference CFP Open until 20 July
 2020-07-03 14:06 UTC 

fanotify and LSM path hooks
 2020-07-03 13:38 UTC  (8+ messages)
      ` fsnotify pre-modify VFS hooks (Was: fanotify and LSM path hooks)

linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
 2020-07-03 13:28 UTC  (15+ messages)

[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
 2020-07-03 11:11 UTC  (3+ messages)

[RFC 0/4] Fix gfs2 readahead deadlocks
 2020-07-03  9:45 UTC  (11+ messages)
` [RFC 1/4] gfs2: Revert readahead conversion
` [RFC 2/4] fs: Add IOCB_NOIO flag for generic_file_read_iter
` [RFC 3/4] gfs2: Rework read and page fault locking
` [RFC 4/4] gfs2: Reinstate readahead conversion

[RFC] stop using ->read and ->write for kernel access v3
 2020-07-03  9:43 UTC  (35+ messages)
` [PATCH 01/23] cachefiles: switch to kernel_write
` [PATCH 02/23] autofs: "
` [PATCH 03/23] bpfilter: "
` [PATCH 04/23] fs: unexport __kernel_write
` [PATCH 05/23] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/23] fs: implement kernel_write using __kernel_write
` [PATCH 07/23] fs: remove __vfs_write
` [PATCH 08/23] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 09/23] fs: add a __kernel_read helper
` [PATCH 10/23] integrity/ima: switch to using __kernel_read
` [PATCH 11/23] fs: implement kernel_read "
` [PATCH 12/23] fs: remove __vfs_read
` [PATCH 13/23] fs: don't change the address limit for ->read_iter in __kernel_read
` [PATCH 14/23] fs: refactor new_sync_read
` [PATCH 15/23] seq_file: add seq_read_iter
` [PATCH 17/23] proc: add a read_iter method to proc proc_ops
` [PATCH 18/23] proc: switch over direct seq_read method calls to seq_read_iter
` [PATCH 19/23] sysctl: Call sysctl_head_finish on error
` [PATCH 20/23] sysctl: Convert to iter interfaces
` [PATCH 21/23] fs: don't allow kernel reads and writes without iter ops
` [PATCH 22/23] fs: default to generic_file_splice_read for files having ->read_iter
` [PATCH 23/23] fs: don't allow splice read/write without explicit ops
  ` [PATCH 16/23] seq_file: switch over direct seq_read method calls to seq_read_iter

[PATCH 1/2] exfat: fix overflow issue in exfat_cluster_to_sector()
 2020-07-03  6:42 UTC  (2+ messages)
    ` [PATCH 2/2] exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()

[PATCH v2] exfat: optimize exfat_zeroed_cluster()
 2020-07-03  3:48 UTC  (3+ messages)

[RFC] hung_task:add detecting task in D state milliseconds timeout
 2020-07-03  3:18 UTC  (3+ messages)

[PATCH 0/2] f2fs: zns zone-capacity support
 2020-07-02 23:27 UTC  (5+ messages)
` [PATCH 1/2] f2fs: support zone capacity less than zone size
` [PATCH 2/2] f2fs: manage zone capacity during writes and gc

[RFC] Bypass filesystems for reading cached pages
 2020-07-02 17:30 UTC  (7+ messages)

[RFC PATCH v2] fs/namespace: use percpu_rw_semaphore for writer holding
 2020-07-02 15:46 UTC 

[PATCH] block: Set req quiet flag if bio is quiet
 2020-07-02 15:40 UTC 

[PATCH v4 00/10] fanotify events with name info
 2020-07-02 12:57 UTC  (11+ messages)
` [PATCH v4 01/10] inotify: report both events on parent and child with single callback
` [PATCH v4 02/10] fanotify: "
` [PATCH v4 03/10] fsnotify: send event to "
` [PATCH v4 04/10] fsnotify: send event with parent/name info to sb/mount/non-dir marks
` [PATCH v4 05/10] fsnotify: send MOVE_SELF event with parent/name info
` [PATCH v4 06/10] fanotify: add basic support for FAN_REPORT_DIR_FID
` [PATCH v4 07/10] fanotify: report events with parent dir fid to sb/mount/non-dir marks
` [PATCH v4 08/10] fanotify: add support for FAN_REPORT_NAME
` [PATCH v4 09/10] fanotify: report parent fid + name + child fid
` [PATCH v4 10/10] fanotify: report parent fid "

exfatprogs-1.0.3 version released
 2020-07-02 12:24 UTC  (5+ messages)

[PATCH v2] cifs: remove the retry in cifs_poxis_lock_set
 2020-07-02  7:25 UTC 

[PATCH] exfat: implement "quiet" option for setattr
 2020-07-02  5:16 UTC  (2+ messages)

Any tools of f2fs to inspect infos?
 2020-07-02  3:00 UTC  (4+ messages)
` Fwd: "

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

[PATCH AUTOSEL 5.7 39/53] io_uring: fix io_sq_thread no schedule when busy
 2020-07-02  1:21 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 49/53] io_uring: fix current->mm NULL dereference on exit

mmotm 2020-06-30-21-52 uploaded
 2020-07-01 22:38 UTC  (3+ messages)
` [PATCH -mmotm] mm/memory-failure: remove stub function

[PATCH 13/14] fs: implement default_file_splice_read using __kernel_read
 2020-07-01 20:32 UTC  (3+ messages)
  ` [fs] 140402bab8: stress-ng.splice.ops_per_sec -100.0% regression

[PATCH v3 01/10] xattr: break delegations in {set,remove}xattr
 2020-07-01 19:33 UTC  (2+ messages)

[PATCH] fs/proc: add short desc for /proc/softirqs
 2020-07-01 18:14 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).