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

Implement close-on-fork
 2020-04-20  7:15 UTC  (5+ 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 v7 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-20  7:10 UTC  (29+ messages)
` [PATCH v7 01/11] scsi: free sgtables in case command setup fails
` [PATCH v7 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [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 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v7 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v7 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v7 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

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

[PATCH v3] exfat: replace 'time_ms' with 'time_cs'
 2020-04-20  2:51 UTC  (4+ messages)

[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 v2 00/10] block: fix blktrace debugfs use after free
 2020-04-20  0:38 UTC  (26+ 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 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

INFO: rcu detected stall in io_uring_release
 2020-04-19 19:57 UTC 

[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  (26+ 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 2/2] signal: Remove the set_fs in binfmt_elf.c:fill_siginfo_note
` [PATCH 4/8] binfmt_elf: open code copy_siginfo_to_user to kernelspace buffer
` [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] vfs: add faccessat2 syscall
 2020-04-19  9:56 UTC  (5+ messages)

[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  (13+ 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

[PATCH] ipc: Convert ipcs_idr to XArray
 2020-04-18 22:08 UTC  (4+ messages)

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

INFO: rcu detected stall in io_uring_release
 2020-04-18 18:59 UTC 

[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

[PATCH AUTOSEL 5.4 47/78] hfsplus: fix crash and filesystem corruption when deleting files
 2020-04-18 14:40 UTC 

[PATCH AUTOSEL 4.19 29/47] hfsplus: fix crash and filesystem corruption when deleting files
 2020-04-18 14:42 UTC 

[PATCH AUTOSEL 4.14 22/28] hfsplus: fix crash and filesystem corruption when deleting files
 2020-04-18 14:43 UTC 

[PATCH AUTOSEL 4.9 19/23] hfsplus: fix crash and filesystem corruption when deleting files
 2020-04-18 14:44 UTC 

[PATCH AUTOSEL 4.4 16/19] hfsplus: fix crash and filesystem corruption when deleting files
 2020-04-18 14:44 UTC 

[PATCH AUTOSEL 5.5 52/75] hfsplus: fix crash and filesystem corruption when deleting files
 2020-04-18 14:08 UTC 

[PATCH AUTOSEL 5.6 56/73] hfsplus: fix crash and filesystem corruption when deleting files
 2020-04-18 13:47 UTC 

[PATCH] buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason
 2020-04-18  3:38 UTC  (4+ messages)

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-17 22:38 UTC  (6+ messages)
  ` [PATCH 6/6] sysctl: pass kernel pointers to ->proc_handler
    ` [Potential Spoof] "

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-04-17 22:23 UTC  (15+ messages)

[PATCH 00/20] virtiofs: Add DAX support
 2020-04-17 18:05 UTC  (9+ messages)
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range

[PATCH RFC 4/8] fs/ext4: Introduce DAX inode flag
 2020-04-17 17:19 UTC  (3+ messages)

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-17 17:18 UTC  (7+ messages)
` [PATCH RFC 6/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH RFC 7/8] fs/ext4: Only change S_DAX on inode load

[PATCH] fs/buffer: Remove the initialization of variables bh_{accounting, lrus}
 2020-04-17 16:20 UTC 

[RFC PATCH xfstests] generic: test reporting of wb errors via syncfs
 2020-04-17 15:36 UTC  (2+ messages)

improve use_mm / unuse_mm v2
 2020-04-17 14:25 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).