linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 18:45:01 to 2020-05-06 03:25:22 UTC [more...]

[PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices
 2020-05-06  3:23 UTC  (21+ messages)
` [PATCH v9 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v9 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v9 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v9 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v9 06/11] block: Modify revalidate zones
` [PATCH v9 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v9 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v9 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v9 10/11] block: export bio_release_pages and bio_iov_iter_get_pages

INFO: task hung in linkwatch_event (2)
 2020-05-06  1:38 UTC  (2+ messages)

[PATCH v2 0/2] Add file-system authentication to BTRFS
 2020-05-06  0:44 UTC  (37+ messages)
` [PATCH v2 1/2] btrfs: add authentication support

[PATCH v3 6/7] misc: bcm-vk: add Broadcom VK driver
 2020-05-05 23:58 UTC  (2+ messages)

[PATCH] sysctl: Make sure proc handlers can't expose heap memory
 2020-05-05 23:23 UTC  (9+ messages)

[PATCH for-5.7] splice: move f_mode checks to do_{splice,tee}()
 2020-05-05 22:26 UTC  (6+ messages)

mmotm 2020-05-05-15-28 uploaded
 2020-05-05 22:29 UTC 

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-05 21:30 UTC  (15+ messages)
` [PATCH 1/7] binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf
` [PATCH 2/7] exec: Make unlocking exec_update_mutex explict
` [PATCH 3/7] exec: Rename the flag called_exec_mmap point_of_no_return
` [PATCH 4/7] exec: Merge install_exec_creds into setup_new_exec
` [PATCH 5/7] exec: In setup_new_exec cache current in the local variable me
` [PATCH 6/7] exec: Move most of setup_new_exec into flush_old_exec
` [PATCH 7/7] exec: Rename flush_old_exec begin_new_exec

[PATCH 1/1] epoll: call final ep_events_available() check under the lock
 2020-05-05 20:58 UTC  (6+ messages)

remove set_fs calls from the coredump code v6
 2020-05-05 20:47 UTC  (13+ messages)
` [PATCH 1/7] powerpc/spufs: fix copy_to_user while atomic
` [PATCH 2/7] powerpc/spufs: stop using access_ok
` [PATCH 3/7] powerpc/spufs: simplify spufs core dumping
` [PATCH 4/7] signal: refactor copy_siginfo_to_user32
` [PATCH 5/7] binfmt_elf: remove the set_fs in fill_siginfo_note
` [PATCH 6/7] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 7/7] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump

[PATCH] iomap: iomap_bmap should accept unwritten maps
 2020-05-05 19:30 UTC  (2+ messages)

[PATCH] iomap: Submit the BIO at the end of each extent
 2020-05-05 19:08 UTC  (6+ messages)

[PATCH] sysctl: fix unused function warning
 2020-05-05 19:01 UTC  (5+ messages)

splice() rcu_sched self-detected stall on CPU
 2020-05-05 19:00 UTC  (3+ messages)

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-05 17:40 UTC  (11+ messages)
` [PATCH v5 1/6] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v5 4/6] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v5 5/6] doc: Add documentation for the fs.open_mayexec_enforce sysctl
` [PATCH v5 6/6] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-05 17:30 UTC  (10+ messages)
` [PATCH v2 2/5] stats_fs API: create, add and remove stats_fs sources and values

[PATCH] fsnotify: avoid gcc-10 zero-length-bounds warning
 2020-05-05 16:58 UTC  (6+ messages)

[PATCH v3 0/7] fanotify events on child with name info
 2020-05-05 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] fanotify: create overflow event type
` [PATCH v3 2/7] fanotify: break up fanotify_alloc_event()
` [PATCH v3 3/7] fanotify: generalize the handling of extra event flags
` [PATCH v3 4/7] fanotify: distinguish between fid encode error and null fid
` [PATCH v3 5/7] fanotify: report parent fid + name for events on children
` [PATCH v3 6/7] fsnotify: send event "on child" to sb/mount marks
` [PATCH v3 7/7] fanotify: report events "on child" with name info "

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-05 16:01 UTC  (13+ messages)
` [PATCH 01/11] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap
` [PATCH 04/11] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 05/11] fs: mark __generic_block_fiemap static
` [PATCH 06/11] fs: move the fiemap definitions out of fs.h
` [PATCH 07/11] iomap: fix the iomap_fiemap prototype
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 10/11] fs: remove the access_ok() check in ioctl_fiemap
` [PATCH 11/11] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-05 15:38 UTC  (9+ messages)

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-05-05 15:28 UTC  (3+ messages)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-05 14:57 UTC  (6+ messages)

[PATCH v4 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-05 14:56 UTC  (6+ messages)
` [PATCH v4 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH v2] epoll: call final ep_events_available() check under the lock
 2020-05-05 14:56 UTC 

[PATCH 00/12] vfs patch queue
 2020-05-05 14:24 UTC  (14+ messages)
` [PATCH 01/12] vfs: allow unprivileged whiteout creation
` [PATCH 02/12] aio: fix async fsync creds
` [PATCH 03/12] proc/mounts: add cursor
` [PATCH 04/12] utimensat: AT_EMPTY_PATH support
` [PATCH 05/12] f*xattr: allow O_PATH descriptors
` [PATCH 06/12] uapi: deprecate STATX_ALL
` [PATCH 07/12] statx: don't clear STATX_ATIME on SB_RDONLY
` [PATCH 08/12] statx: add mount ID
` [PATCH 09/12] statx: add mount_root
` [PATCH 10/12] vfs: don't parse forbidden flags
` [PATCH 11/12] vfs: don't parse "posixacl" option
` [PATCH 12/12] vfs: don't parse "silent" option

stop using ioctl_by_bdev for file system access to CDROMs v3
 2020-05-05 12:43 UTC  (3+ messages)
` [PATCH 5/8] hfs: stop using ioctl_by_bdev

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-05-05 12:15 UTC  (11+ messages)
` [PATCH v2 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v2 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v2 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot

[PATCH]i[next] io_uring: remove redundant check on force_nonblock
 2020-05-05 11:59 UTC  (2+ messages)

[RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter
 2020-05-05 11:59 UTC  (4+ messages)
` [RFC PATCH 54/61] afs: Wait on PG_fscache before modifying/releasing a page

[PATCH] vfs: allow unprivileged whiteout creation
 2020-05-05 10:50 UTC  (5+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-05-05 10:44 UTC  (13+ messages)
` [PATCH 07/11] iomap: fix the iomap_fiemap prototype
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 10/11] fs: remove the access_ok() check in ioctl_fiemap

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-05-05  5:57 UTC  (5+ messages)
` [PATCH 4/5] sysctl: avoid forward declarations
  ` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[RFC 00/20] ext4: Fix ENOSPC error, improve mballoc dbg, other cleanups
 2020-05-05  0:36 UTC  (5+ messages)
` [RFC 02/20] ext4: Introduce percpu seq counter for freeing blocks(PA) to avoid ENOSPC err

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-05-05  0:20 UTC 

Question: How to prefix "../root" to output of readlink in /proc/<pid>/fd/ ?
 2020-05-04 20:42 UTC 

[PATCH for-5.7] io_uring: fix zero len do_splice()
 2020-05-04 20:14 UTC 


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