linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-18 16:04:29 to 2020-04-20 17:06:07 UTC [more...]

[PATCH] ipc: Convert ipcs_idr to XArray
 2020-04-20 17:06 UTC  (6+ messages)

[PATCH] fcntl: Add 32bit filesystem mode
 2020-04-20 17:01 UTC  (9+ messages)

[PATCH v3 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-04-20 16:28 UTC  (7+ messages)
` [PATCH v3 1/7] fs: introduce kernel_pread_file* support
` [PATCH v3 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH v3 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v3 4/7] firmware: test partial file reads of request_firmware_into_buf
` [PATCH v3 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH v3 7/7] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver

[RFC PATCH xfstests] generic: test reporting of wb errors via syncfs
 2020-04-20 16:21 UTC  (5+ messages)
` [RFC PATCH v2] "

[PATCH v2 00/16] Fanotify event with name info
 2020-04-20 15:53 UTC  (4+ messages)
` [PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event

[PATCH v2] bdev: Reduce time holding bd_mutex in sync in blkdev_close()
 2020-04-20 15:30 UTC  (3+ messages)

[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
 2020-04-20 15:29 UTC  (6+ messages)
` [PATCH 2/2] man2: New page documenting filesystem get/set label ioctls
  ` [PATCH 2/2 V2] "

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-04-20 15:19 UTC  (11+ messages)

[RFC 1/1] ext4: Fix race in ext4_mb_discard_group_preallocations()
 2020-04-20 14:38 UTC  (3+ messages)
` [RFCv2 1/1] ext4: Fix race in ext4 mb discard group preallocations

INFO: rcu detected stall in io_uring_release
 2020-04-20 12:57 UTC  (4+ messages)

[PATCH v11 00/25] Change readahead API
 2020-04-20 11:54 UTC  (5+ messages)
` [PATCH v11 24/25] fuse: Convert from readpages to readahead

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-20 11:40 UTC  (31+ messages)
` [PATCH v2 01/10] block: move main block debugfs initialization to its own file
` [PATCH v2 02/10] blktrace: move blktrace debugfs creation to helper function
` [PATCH v2 03/10] blktrace: fix debugfs use after free
` [PATCH v2 04/10] block: revert back to synchronous request_queue removal
` [PATCH v2 05/10] blktrace: upgrade warns to BUG_ON() on unexpected circmunstances
` [PATCH v2 06/10] blk-debugfs: upgrade warns to BUG_ON() if directory is already found
` [PATCH v2 07/10] blktrace: move debugfs file creation to its own function
` [PATCH v2 08/10] blktrace: add checks for created debugfs files on setup
` [PATCH v2 09/10] block: panic if block debugfs dir is not created
` [PATCH v2 10/10] block: put_device() if device_add() fails

[PATCH] fuse:rely on fuse_perm for exec when no mode bits set
 2020-04-20 11:25 UTC  (2+ messages)

[PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-20 10:46 UTC  (24+ messages)
` [PATCH v7 01/11] scsi: free sgtables in case command setup fails
` [PATCH v7 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v7 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v7 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v7 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

Implement close-on-fork
 2020-04-20 10:25 UTC  (6+ messages)
` [PATCH 1/4] fs: "
` [PATCH 2/4] fs: Add O_CLOFORK flag for open(2) and dup3(2)
` [PATCH 3/4] fs: Add F_DUPFD_CLOFORK to fcntl(2)
` [PATCH 4/4] net: Add SOCK_CLOFORK

[PATCH] vfs: add faccessat2 syscall
 2020-04-20  9:03 UTC  (7+ messages)

[PATCH v2] vfs: add faccessat2 syscall
 2020-04-20  8:53 UTC 

[PATCH v3] exfat: replace 'time_ms' with 'time_cs'
 2020-04-20  8:10 UTC  (5+ messages)
        ` AW: "

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-04-20  7:53 UTC  (14+ messages)

Does have race between __mark_inode_dirty() and evict()
 2020-04-20  6:23 UTC 

[PATCH V8 00/11] Enable per-file/per-directory DAX operations V8
 2020-04-20  2:31 UTC  (5+ messages)
` [PATCH V8 04/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V8 10/11] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()

[PATCH v4 0/3] Support userspace-selected fds
 2020-04-20  2:06 UTC  (6+ messages)
` [PATCH v4 2/3] fs: openat2: Extend open_how to allow "

[PATCH 0/5] export __clear_page_buffers to cleanup code
 2020-04-20  0:30 UTC  (20+ messages)
` [PATCH 1/5] fs/buffer: export __clear_page_buffers
` [PATCH 2/5] btrfs: call __clear_page_buffers to simplify code
` [PATCH 3/5] iomap: call __clear_page_buffers in iomap_page_release
` [RFC PATCH 4/5] orangefs: call __clear_page_buffers to simplify code
` [PATCH 5/5] md-bitmap: don't duplicate code for __clear_page_buffers

[PATCH RESEND v11 0/8] proc: modernize proc to support multiple private instances
 2020-04-19 14:19 UTC  (7+ messages)
` [PATCH RESEND v11 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH RESEND v11 7/8] proc: use human-readable values for hidepid

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-19 14:10 UTC  (8+ messages)
` [PATCH v12 1/7] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v12 2/7] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v12 3/7] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v12 4/7] proc: add option to mount only a pids subset
` [PATCH v12 5/7] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v12 6/7] proc: use human-readable values for hidepid
` [PATCH v12 7/7] proc: use named enums for better readability

[RFC PATCH 0/9] fix -Wempty-body build warnings
 2020-04-19 12:03 UTC  (36+ messages)
` [RFC PATCH 1/9] kernel.h: add do_empty() macro
` [PATCH 2/9] fs: fix empty-body warning in posix_acl.c
` [PATCH 3/9] input: fix empty-body warning in synaptics.c
` [PATCH 4/9] sound: fix empty-body warning in vx_core.c
` [PATCH 5/9] usb: fix empty-body warning in sysfs.c
` [PATCH 6/9] nfsd: fix empty-body warning in nfs4state.c
` [PATCH 7/9] drivers/base: fix empty-body warnings in devcoredump.c
` [PATCH 8/9] dax: fix empty-body warnings in bus.c
` [PATCH 9/9] target: fix empty-body warning in target_core_pscsi.c

remove set_fs calls from the exec and coredump code v2
 2020-04-19 11:50 UTC  (18+ messages)
` [PATCH 2/8] signal: clean up __copy_siginfo_to_user32
    ` [PATCH 1/2] signal: Factor copy_siginfo_to_external32 from copy_siginfo_to_user32
` [PATCH 8/8] exec: open code copy_string_kernel

mmotm 2020-04-17-20-35 uploaded
 2020-04-19 10:56 UTC  (3+ messages)
  ` mmotm 2020-04-17-20-35 uploaded (squashfs)

[PATCH v2] unicode: implement utf8 unit tests as a KUnit test suite
 2020-04-19  3:28 UTC  (2+ messages)

[PATCH 0/2] exfat: timestamp fixes
 2020-04-19  3:15 UTC  (12+ messages)
` [PATCH 1/2] exfat: properly set s_time_gran
` [PATCH 2/2] exfat: zero out atime subsecond timestamp
  ` [PATCH 2/2 V2] exfat: truncate atimes to 2s granularity

[GIT PULL] xfs: bug fixes for 5.7-rc1
 2020-04-18 19:30 UTC  (2+ messages)

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-04-18 17:25 UTC  (4+ messages)
      ` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver


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