linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-12 09:34:04 to 2020-06-15 19:42:30 UTC [more...]

[PATCH v9 0/8] firmware: add request_partial_firmware_into_buf
 2020-06-15 19:41 UTC  (5+ messages)
` [PATCH v9 2/8] "
` [PATCH v9 3/8] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v9 4/8] firmware: test partial file reads of request_partial_firmware_into_buf
` [PATCH v9 5/8] bcm-vk: add bcm_vk UAPI

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

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

[PATCH 07/29] fs: fs.h: fix a kernel-doc parameter description
 2020-06-15 18:24 UTC  (7+ messages)
` [PATCH 28/29] docs: fs: proc.rst: fix a warning due to a merge conflict
` [PATCH 29/29] docs: fs: proc.rst: convert a new chapter to ReST

[PATCH v4 1/2] hugetlb: use f_mode & FMODE_HUGETLBFS to identify hugetlbfs files
 2020-06-15 17:48 UTC  (13+ messages)
` [PATCH v4 2/2] ovl: call underlying get_unmapped_area() routine. propogate FMODE_HUGETLBFS

possible deadlock in send_sigio
 2020-06-15 17:13 UTC  (11+ messages)

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

[PATCH] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-15 16:02 UTC 

decruft the early init / initrd / initramfs code
 2020-06-15 16:03 UTC  (18+ messages)
` [PATCH 01/16] init: remove the bstat helper
` [PATCH 02/16] md: move the early init autodetect code to drivers/md/
` [PATCH 03/16] md: replace the RAID_AUTORUN ioctl with a direct function call
` [PATCH 04/16] md: remove the autoscan partition re-read
` [PATCH 05/16] md: remove the kernel version of md_u.h
` [PATCH 06/16] md: simplify md_setup_drive
` [PATCH 07/16] md: rewrite md_setup_drive to avoid ioctls
` [PATCH 08/16] initrd: remove support for multiple floppies
` [PATCH 09/16] initrd: remove the BLKFLSBUF call in handle_initrd
` [PATCH 10/16] initrd: switch initrd loading to struct file based APIs
` [PATCH 11/16] initrd: mark init_linuxrc as __init
` [PATCH 12/16] initramfs: remove the populate_initrd_image and clean_rootfs stubs
` [PATCH 13/16] initramfs: simplify clean_rootfs
` [PATCH 14/16] initramfs: switch initramfs unpacking to struct file based APIs
` [PATCH 15/16] init: open code setting up stdin/stdout/stderr
` [PATCH 16/16] fs: remove ksys_open

[PATCH v3] xfs: avoid deadlock when trigger memory reclaim in ->writepages
 2020-06-15 15:08 UTC  (6+ messages)

[RFC v6 00/51] Large pages in the page cache
 2020-06-15 13:32 UTC  (7+ messages)
` [PATCH v6 21/51] block: Support THPs in page_is_mergeable

[PATCH] fs: Do not check if there is a fsnotify watcher on pseudo inodes
 2020-06-15 12:02 UTC  (8+ messages)

[PATCH RESEND] 9p: Fix memory leak in v9fs_mount
 2020-06-15 10:20 UTC  (2+ messages)

[PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #5]
 2020-06-15  8:44 UTC  (5+ messages)
` [PATCH 13/17] watch_queue: Implement mount topology and attribute change "

[PATCH] exfat: remove EXFAT_SB_DIRTY flag
 2020-06-15  8:31 UTC  (5+ messages)

[PATCH v3 1/4] fs, net: Standardize on file_receive helper to move fds across processes
 2020-06-15  8:27 UTC  (17+ messages)

KASAN: use-after-free Write in fsnotify_detach_connector_from_object
 2020-06-15  7:38 UTC  (3+ messages)
` [PATCH] proc: Use new_inode not new_inode_pseudo

[PATCH] RFC: fuse: virtiofs: Call security hooks on new inodes
 2020-06-15  7:37 UTC  (3+ messages)
` [PATCH v2] RFC: fuse: "

[PATCH] fuse: fixed WARNING:at_fs/fuse/file.c:#tree_insert[fuse]
 2020-06-15  7:19 UTC 

[PATCH 0/4 v2] writeback: Lazytime handling fix and cleanups
 2020-06-15  7:15 UTC  (10+ messages)
` [PATCH 1/4] writeback: Protect inode->i_io_list with inode->i_lock
` [PATCH 2/4] writeback: Avoid skipping inode writeback
` [PATCH 3/4] writeback: Fix sync livelock due to b_dirty_time processing

[PATCH 1/2] exfat: call sync_filesystem for read-only remount
 2020-06-15  2:56 UTC  (7+ messages)
  ` [PATCH 2/2] exfat: allow to change some mount options for remount

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-14 14:51 UTC  (17+ messages)

[PATCH v2] proc/fd: Remove unnecessary {files, f_flags, file} initialization in seq_show()
 2020-06-14  7:12 UTC  (15+ messages)
` [PATCH v2] proc/fd: Remove unnecessary variable initialisations "
        ` [v2] "

[GIT PULL] 9p update for 5.8
 2020-06-13 19:50 UTC  (2+ messages)

[GIT PULL] iomap: bug fix for 5.8-rc1
 2020-06-13 19:50 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 5.8-rc1
 2020-06-13 19:50 UTC  (2+ messages)

[GIT PULL] General notification queue and key notifications
 2020-06-13 19:22 UTC  (10+ messages)

[GIT PULL] xfs: new code for 5.8 (now with fixed To line)
 2020-06-13  5:35 UTC  (3+ messages)

[GIT PULL] vfs: improve DAX behavior for 5.8, part 3
 2020-06-13  5:32 UTC  (3+ messages)

[PATCH v6 0/8] block: fix blktrace debugfs use after free
 2020-06-13  2:42 UTC  (7+ messages)
` [PATCH v6 3/6] block: revert back to synchronous request_queue removal
` [PATCH v6 4/6] blktrace: annotate required lock on do_blk_trace_setup()
` [PATCH v6 6/6] blktrace: fix debugfs use after free

[PATCH 0/2] vhost, docs: convert to pin_user_pages(), new "case 5"
 2020-06-12 20:03 UTC  (4+ messages)
` [PATCH 1/2] docs: mm/gup: pin_user_pages.rst: add a "

[PATCH 0/3] Transient errors in Direct I/O
 2020-06-12 12:56 UTC  (4+ messages)

[PATCH] fsnotify: Rearrange fast path to minimise overhead when there is no watcher
 2020-06-12 12:42 UTC  (11+ messages)

[PATCH 00/20] Prep work for fanotify named events
 2020-06-12 10:25 UTC  (22+ messages)
` [PATCH 01/20] fsnotify: Rearrange fast path to minimise overhead when there is no watcher
` [PATCH 02/20] fsnotify: fold fsnotify() call into fsnotify_parent()
` [PATCH 03/20] fsnotify: return non const from fsnotify_data_inode()
` [PATCH 04/20] nfsd: use fsnotify_data_inode() to get the unlinked inode
` [PATCH 05/20] kernfs: do not call fsnotify() with name without a parent
` [PATCH 06/20] inotify: do not use objectid when comparing events
` [PATCH 07/20] fanotify: create overflow event type
` [PATCH 08/20] fanotify: break up fanotify_alloc_event()
` [PATCH 09/20] fsnotify: pass dir argument to handle_event() callback
` [PATCH 10/20] fanotify: generalize the handling of extra event flags
` [PATCH 11/20] fanotify: generalize merge logic of events on dir
` [PATCH 12/20] fanotify: distinguish between fid encode error and null fid
` [PATCH 13/20] fanotify: generalize test for FAN_REPORT_FID
` [PATCH 14/20] fanotify: mask out special event flags from ignored mask
` [PATCH 15/20] fanotify: prepare for implicit event flags in mark mask
` [PATCH 16/20] fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks
` [PATCH 17/20] fanotify: remove event FAN_DIR_MODIFY
` [PATCH 18/20] fsnotify: add object type "child" to object type iterator
` [PATCH 19/20] fanotify: move event name into fanotify_fh
` [PATCH 20/20] fanotify: no external fh buffer in fanotify_name_event

[PATCH] exfat: remove EXFAT_SB_DIRTY flag
 2020-06-12 10:01 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).