linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-22 16:09:15 to 2020-06-25 06:39:26 UTC [more...]

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-25  6:38 UTC  (30+ messages)

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 4/5] umh: fix processed error when UMH_WAIT_PROC is used
 2020-06-24 18:37 UTC  (14+ messages)
` linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)

[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  (13+ messages)
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 15/15] io_uring: support true async buffered reads, if file provides it

overlayfs regression
 2020-06-24 16:24 UTC  (4+ messages)

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 stable 4.9 00/21] Unbreak 32-bit DVB applications on 64-bit kernels
 2020-06-24 16:03 UTC  (4+ messages)

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

[PATCH v2] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
 2020-06-24 15:05 UTC 

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

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

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

[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: "

[PATCH] fs/read_write.c: Fix memory leak in read_write.c
 2020-06-24  3:24 UTC  (2+ messages)

[PATCH v2] exfat: optimize exfat_zeroed_cluster()
 2020-06-24  2:30 UTC 

[GIT PULL] General notification queue and key notifications
 2020-06-24  1:17 UTC  (6+ messages)

[PATCH 1/2 v5] exfat: write multiple sectors at once
 2020-06-24  1:12 UTC  (2+ messages)

[PATCH 0/4] Inline Encryption Support for fscrypt
 2020-06-24  0:55 UTC  (7+ messages)
` [PATCH 1/4] fs: introduce SB_INLINECRYPT
        ` [f2fs-dev] "

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

[PATCH 0/2] exec: s/group_exit_task/group_exec_task/ for clarity
 2020-06-23 21:56 UTC  (12+ messages)
` [PATCH 1/2] exec: Don't set group_exit_task during a coredump
` [PATCH v2 0/6] exec: s/group_exit_task/group_exec_task/ for clarity
  ` [PATCH v2 1/6] signal: Pretty up the SIGNAL_GROUP_FLAGS
  ` [PATCH v2 2/6] exec: Lock more defensively in exec
  ` [PATCH v2 3/6] signal: Implement SIGNAL_GROUP_DETHREAD
  ` [PATCH v2 4/6] signal: In signal_group_exit remove the group_exit_task test
  ` [PATCH v2 5/6] coredump: Stop using group_exit_task
  ` [PATCH v2 6/6] exec: Rename group_exit_task group_exec_task and correct the Documentation

Virtual Linux Plumbers 2020: Containers and Checkpoint/Restore microconference CFP Open until 20 July
 2020-06-23 15:48 UTC  (2+ messages)
` Virtual Linux Plumbers 2020 (24-28 August): "

[PATCH v2] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-23 11:32 UTC  (6+ messages)

[PATCH] xattr: fix EOPNOTSUPP if fs and security xattrs disabled
 2020-06-23 10:10 UTC  (2+ messages)

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-06-23 10:08 UTC  (2+ messages)

[PATCH v2 07/15] fs: fs.h: fix a kernel-doc parameter description
 2020-06-23  7:09 UTC  (2+ messages)
` [PATCH v2 15/15] docs: fs: proc.rst: convert a new chapter to ReST

[PATCH 0/6 v9] btrfs direct-io using iomap
 2020-06-23  6:15 UTC  (7+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags
` [PATCH 2/6] iomap: IOMAP_DIOF_PGINVALID_FAIL return if page invalidation fails

[PATCH] isofs: fix High Sierra dirent flag accesses
 2020-06-23  1:21 UTC  (4+ messages)

severe proc dentry lock contention
 2020-06-23  0:47 UTC  (15+ messages)
      ` [PATCH] proc: Avoid a thundering herd of threads freeing proc dentries

💥 PANICKED: Test report for kernel 5.7.5-d1c48db.cki (stable-queue)
 2020-06-22 22:20 UTC  (2+ messages)

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-06-22 22:03 UTC  (12+ messages)

mmotm 2020-06-20-21-36 uploaded
 2020-06-22 22:00 UTC  (4+ messages)
` mmotm 2020-06-20-21-36 uploaded (lkdtm/bugs.c)


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