linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 04:34:31 to 2020-06-26 13:02:17 UTC [more...]

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-26 12:57 UTC  (56+ messages)
                                        ` [PATCH 00/14] Make the user mode driver code a better citizen
                                          ` [PATCH 01/14] umh: Capture the pid in umh_pipe_setup
                                          ` [PATCH 02/14] umh: Move setting PF_UMH into umh_pipe_setup
                                          ` [PATCH 03/14] umh: Rename the user mode driver helpers for clarity
                                          ` [PATCH 04/14] umh: Remove call_usermodehelper_setup_file
                                          ` [PATCH 05/14] umh: Separate the user mode driver and the user mode helper support
                                          ` [PATCH 06/14] umd: For clarity rename umh_info umd_info
                                          ` [PATCH 07/14] umd: Rename umd_info.cmdline umd_info.driver_name
                                          ` [PATCH 08/14] umd: Transform fork_usermode_blob into fork_usermode_driver
                                          ` [PATCH 09/14] umh: Stop calling do_execve_file
                                          ` [PATCH 10/14] exec: Remove do_execve_file

[RFC] stop using ->read and ->write for kernel access v2
 2020-06-26 12:27 UTC  (13+ messages)
` [PATCH 1/9] fs: refactor new_sync_read
` [PATCH 2/9] proc: add a read_iter method to proc proc_ops
` [PATCH 3/9] seq_file: add seq_read_iter
` [PATCH 5/9] proc: switch over direct seq_read method calls to seq_read_iter
` [PATCH 6/9] sysctl: Call sysctl_head_finish on error
` [PATCH 7/9] sysctl: Convert to iter interfaces
` [PATCH 8/9] fs: don't allow kernel reads and writes without iter ops
` [PATCH 9/9] fs: don't allow splice read/write without explicit ops

[PATCH 4/5] umh: fix processed error when UMH_WAIT_PROC is used
 2020-06-26 11:50 UTC  (20+ messages)
` linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)

fanotify and LSM path hooks
 2020-06-26 11:06 UTC  (5+ messages)
      ` fsnotify pre-modify VFS hooks (Was: fanotify and LSM path hooks)

[GIT PULL] fsnotify speedup for 5.8-rc3
 2020-06-26 10:06 UTC  (5+ messages)

[PATCH v2] sync.2: syncfs() now returns errors if writeback fails
 2020-06-26  9:06 UTC  (2+ messages)

[PATCH v2] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
 2020-06-26  9:02 UTC  (2+ messages)

[PATCH v2 0/2] zone-append support in io-uring and aio
 2020-06-26  8:58 UTC  (10+ messages)
    ` [PATCH v2 1/2] fs,block: Introduce RWF_ZONE_APPEND and handling in direct IO path
    ` [PATCH v2 2/2] io_uring: add support for zone-append

Kernel 5.4 breaks fuse 2.X nonempty mount option
 2020-06-26  8:34 UTC  (7+ messages)

[PATCH] fs: remove the block_size_bits helper
 2020-06-26  8:00 UTC 

[RFC]PATCH] exfat: integrates dir-entry getting and validation
 2020-06-26  6:09 UTC 

[fuse-devel] 512 byte aligned write + O_DIRECT for xfstests
 2020-06-26  5:27 UTC  (4+ messages)

mmotm 2020-06-25-20-36 uploaded
 2020-06-26  3:37 UTC 

[PATCH v2 0/6] kernfs: proposed locking and concurrency improvement
 2020-06-26  0:19 UTC  (14+ messages)

[PATCH][man-pages] sync.2: syncfs() now returns errors if writeback fails
 2020-06-25 23:37 UTC  (5+ messages)

severe proc dentry lock contention
 2020-06-25 22:11 UTC  (12+ messages)
    ` [PATCH] proc: Avoid a thundering herd of threads freeing proc dentries

[PATCH v3 01/10] xattr: break delegations in {set,remove}xattr
 2020-06-25 20:41 UTC  (4+ messages)
` [PATCH v3 02/10] xattr: add a function to check if a namespace is supported

[PATCH 0/6 v9] btrfs direct-io using iomap
 2020-06-25 17:42 UTC  (4+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags

overlayfs regression
 2020-06-25 13:21 UTC  (6+ messages)

[PATCH stable 4.9 00/21] Unbreak 32-bit DVB applications on 64-bit kernels
 2020-06-25 11:30 UTC  (5+ messages)

[PATCH] fuse_writepages_fill() optimization to avoid WARN_ON in tree_insert
 2020-06-25  9:39 UTC  (3+ messages)
` [PATCH] fuse_writepages_fill: simplified "if-else if" constuction
` [PATCH] fuse_writepages ignores errors from fuse_writepages_fill

KASAN: null-ptr-deref Write in blk_mq_map_swqueue
 2020-06-25  4:05 UTC  (2+ messages)

[PATCH v3 0/1] Generalize poll events from eventfd
 2020-06-25  2:18 UTC  (5+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag

Null-ptr-deref due to "vfs, fsinfo: Add an RCU safe per-ns mount list"
 2020-06-25  1:25 UTC  (4+ messages)

[PATCH v2] fs/epoll: Enable non-blocking busypoll when epoll timeout is 0
 2020-06-24 19:30 UTC 

[RFC] stop using ->read and ->write for kernel access
 2020-06-24 18:43 UTC  (24+ messages)
` [PATCH 01/11] uptr: add a new "universal pointer" type
` [PATCH 02/11] fs: factor out a set_fmode_can_read_write helper
` [PATCH 03/11] fs: add new read_uptr and write_uptr file operations
` [PATCH 04/11] sysctl: switch to ->{read,write}_uptr
` [PATCH 05/11] fs: refactor new_sync_read
` [PATCH 06/11] proc: add a read_iter method to proc proc_ops
` [PATCH 07/11] seq_file: add seq_read_iter
` [PATCH 09/11] proc: switch over direct seq_read method calls to seq_read_iter
` [PATCH 10/11] fs: don't allow kernel reads and writes using ->read and ->write
` [PATCH 11/11] fs: don't allow splice read/write without explicit ops

[PATCH] fs/epoll: Enable non-blocking busypoll with epoll timeout of 0
 2020-06-24 18:25 UTC  (4+ messages)

(no subject)
 2020-06-24 16:44 UTC  (10+ messages)
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set

clean up kernel_{read,write} & friends v5
 2020-06-24 16:13 UTC  (15+ messages)
` [PATCH 01/14] cachefiles: switch to kernel_write
` [PATCH 02/14] autofs: "
` [PATCH 03/14] bpfilter: "
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/14] fs: implement kernel_write using __kernel_write
` [PATCH 07/14] fs: remove __vfs_write
` [PATCH 08/14] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 09/14] fs: add a __kernel_read helper
` [PATCH 10/14] integrity/ima: switch to using __kernel_read
` [PATCH 11/14] fs: implement kernel_read "
` [PATCH 12/14] fs: remove __vfs_read
` [PATCH 13/14] fs: implement default_file_splice_read using __kernel_read
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read

[PATCH] afs: Fix storage of cell names
 2020-06-24 16:00 UTC 

move block bits out of fs.h
 2020-06-24 15:16 UTC  (6+ messages)

[RFC] Bypass filesystems for reading cached pages
 2020-06-24 12:35 UTC  (5+ messages)

[PATCH v7 0/8] blktrace: fix debugfs use after free
 2020-06-24 12:08 UTC  (6+ messages)
` [PATCH v7 5/8] loop: be paranoid on exit and prevent new additions / removals

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-06-24  8:45 UTC  (12+ messages)

[PATCH RESEND] fs: Move @f_count to different cacheline with @f_mode
 2020-06-24  8:32 UTC 

[PATCH v3 1/1] fs: move kernel_read_file* to its own include file
 2020-06-24  7:55 UTC  (2+ messages)

[PATCH] cifs: remove the retry in cifs_poxis_lock_set
 2020-06-24  7:10 UTC 

[PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-06-24  6:04 UTC  (13+ messages)
` [PATCH v9 1/4] unicode: Add utf8_casefold_hash
` [PATCH v9 2/4] fs: Add standard casefolding support
` [PATCH v9 3/4] f2fs: Use generic "
` [PATCH v9 4/4] ext4: "


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