linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 07:04:52 to 2020-07-15 16:13:46 UTC [more...]

[PATCH] fs/direct-io: avoid data race on ->s_dio_done_wq
 2020-07-15 16:13 UTC  (5+ messages)

[PATCH 0/3] fsstress: add io_uring test and do some fix
 2020-07-15 16:07 UTC  (4+ messages)
` [PATCH 1/3] fsstress: add IO_URING read and write operations
` [PATCH 2/3] fsstress: reduce the number of events when io_setup
` [PATCH 3/3] fsstress: fix memory leak in do_aio_rw

[PATCH v3 01/20] fsnotify: Rearrange fast path to minimise overhead when there is no watcher
 2020-07-15 16:05 UTC  (4+ messages)
` [PATCH v3 20/20] fanotify: no external fh buffer in fanotify_name_event

[PATCH v5 0/6] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-07-15 15:49 UTC  (13+ messages)
` [PATCH v5 1/6] "
` [PATCH v5 2/6] pid: use checkpoint_restore_ns_capable() for set_tid
` [PATCH v5 3/6] pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pid
` [PATCH v5 4/6] proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTORE
` [PATCH v5 5/6] prctl: Allow checkpoint/restore capable processes to change exe link
` [PATCH v5 6/6] selftests: add clone3() CAP_CHECKPOINT_RESTORE test

[PATCH 0/7] Implementing kernel_execve
 2020-07-15 15:09 UTC  (27+ messages)
` [PATCH 1/7] exec: Remove unnecessary spaces from binfmts.h
` [PATCH 2/7] exec: Factor out alloc_bprm
` [PATCH 3/7] exec: Move initialization of bprm->filename into alloc_bprm
` [PATCH 4/7] exec: Move bprm_mm_init "
` [PATCH 5/7] exec: Factor bprm_execve out of do_execve_common
` [PATCH 6/7] exec: Factor bprm_stack_limits out of prepare_arg_pages
` [PATCH 7/7] exec: Implement kernel_execve

strace of io_uring events?
 2020-07-15 14:35 UTC  (2+ messages)

[PATCH] exfat: change exfat_set_vol_flags() return type void
 2020-07-15 13:50 UTC 

[PATCH] fs/9p: Fix TCREATE's fid in protocol
 2020-07-15 13:35 UTC  (6+ messages)

[PATCH] fanotify: Avoid softlockups when reading many events
 2020-07-15 13:24 UTC  (3+ messages)

[PATCH] fs: block_dev.c: fix WARNING in submit_bio_check
 2020-07-15 12:50 UTC 

[PATCH] fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
 2020-07-15 12:20 UTC  (2+ messages)

[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-15 11:17 UTC  (11+ messages)

[PATCH 0/4] fs: add mount_setattr()
 2020-07-15 11:02 UTC  (9+ messages)
` [PATCH] mount_setattr.2: New manual page documenting the mount_setattr() system call
` [PATCH 1/4] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 2/4] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH 3/4] fs: add mount_setattr()
` [PATCH 4/4] tests: add mount_setattr() selftests

[PATCH] exfat: retain 'VolumeFlags' properly
 2020-07-15 10:06 UTC  (5+ messages)

memory leak in create_pipe_files
 2020-07-15  8:39 UTC 

[PATCH v2] exfat: fix name_hash computation on big endian systems
 2020-07-15  7:54 UTC 

[PATCH] fuse_writepages_fill() optimization to avoid WARN_ON in tree_insert
 2020-07-15  7:48 UTC  (13+ messages)
` [PATCH] fuse_writepages_fill: simplified "if-else if" constuction
` [PATCH] fuse_writepages ignores errors from fuse_writepages_fill

clean up utimes and use path based utimes in initrams
 2020-07-15  6:54 UTC  (5+ messages)
` [PATCH 1/4] fs: refactor do_utimes
` [PATCH 2/4] fs: move timespec validation into utimes_common
` [PATCH 3/4] fs: expose utimes_common
` [PATCH 4/4] initramfs: use vfs_utimes in do_copy

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

[PATCH v2 0/1] f2fs: zns zone-capacity support
 2020-07-15  2:02 UTC  (5+ messages)
` [PATCH v2 1/1] f2fs: support zone capacity less than zone size

RFC: iomap write invalidation
 2020-07-15  1:47 UTC  (7+ messages)
` [PATCH 2/2] iomap: fall back to buffered writes for invalidation failures

[PATCH] userfaultfd: avoid the duplicated release for userfaultfd_ctx
 2020-07-15  1:41 UTC  (2+ messages)

[PATCH v2] exfat: integrates dir-entry getting and validation
 2020-07-15  1:22 UTC 

mmotm 2020-07-09-21-00 uploaded
 2020-07-14 23:58 UTC  (5+ messages)
` mmotm 2020-07-09-21-00 uploaded (drivers/net/ethernet/mellanox/mlx5/core/en_main.c)

WARNING in __kernel_write
 2020-07-14 23:15 UTC  (2+ messages)

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-07-14 20:26 UTC  (12+ messages)

[RFC PATCH 00/15] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-14 20:00 UTC  (25+ messages)
` [RFC PATCH 02/15] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [RFC PATCH 04/15] x86/pks: Preserve the PKRS MSR on context switch
` [RFC PATCH 06/15] x86/pks: Add a debugfs file for allocated PKS keys
` [RFC PATCH 07/15] Documentation/pkeys: Update documentation for kernel pkeys
` [RFC PATCH 08/15] x86/pks: Add PKS Test code
` [RFC PATCH 09/15] fs/dax: Remove unused size parameter
` [RFC PATCH 10/15] drivers/dax: Expand lock scope to cover the use of addresses
` [RFC PATCH 11/15] memremap: Add zone device access protection
` [RFC PATCH 12/15] kmap: Add stray write protection for device pages
` [RFC PATCH 13/15] dax: Stray write protection for dax_direct_access()

Unexpected behavior from xarray - Is it expected?
 2020-07-14 17:54 UTC  (4+ messages)

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-14 19:42 UTC  (11+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "
              ` [PATCH v3 00/16] "
                ` [merged][PATCH "

[PATCH 0/2] iowait and idle fixes in /proc/stat
 2020-07-14 18:55 UTC  (2+ messages)

[PATCH v3 01/10] xattr: break delegations in {set,remove}xattr
 2020-07-14 18:46 UTC  (7+ messages)
` [PATCH v3 02/10] xattr: add a function to check if a namespace is supported

[PATCH v6 0/7] Add support for O_MAYEXEC
 2020-07-14 18:40 UTC  (9+ messages)
` [PATCH v6 1/7] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH v6 2/7] exec: Move S_ISREG() check earlier
` [PATCH v6 3/7] exec: Move path_noexec() "
` [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v6 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH v7 0/9] Add seccomp notifier ioctl that enables adding fds
 2020-07-14 18:20 UTC  (3+ messages)
` [PATCH v7 8/9] seccomp: Introduce addfd ioctl to seccomp user notifier

soft lockup in fanotify_read
 2020-07-14 16:57 UTC  (4+ messages)

decruft the early init / initrd / initramfs code v2
 2020-07-14 16:20 UTC  (4+ messages)

[PATCH v4 00/10] fanotify events with name info
 2020-07-14 15:31 UTC  (11+ messages)
` [PATCH v4 03/10] fsnotify: send event to parent and child with single callback
` [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 1/2] doc: filesystems: proc: Remove stray '-' preventing table output
 2020-07-14 13:51 UTC  (5+ messages)
` [PATCH 2/2] doc: filesystems: proc: Fix literal blocks

[PATCH] fs: Remove unused variable pid_struct and child_reaper in ns_ioctl function
 2020-07-14 12:09 UTC 

WARNING in __kernel_read
 2020-07-14 11:02 UTC  (2+ messages)

procfs VmFlags table missing from online docs
 2020-07-14  8:45 UTC  (3+ 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).