linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-22 15:44:43 to 2020-04-24 18:19:16 UTC [more...]

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-04-24 18:18 UTC  (3+ messages)
` [PATCH v6 06/12] "
  ` [regression] "

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-24 18:10 UTC  (11+ messages)
  ` [PATCH v2 0/2] proc: Calling proc_flush_task exactly once per task
  ` [PATCH v2 1/2] proc: Use PIDTYPE_TGID in next_tgid
  ` [PATCH v2 2/2] proc: Ensure we see the exit of each process tid exactly

[PATCH] firmware_loader: re-export fw_fallback_config into firmware_loader's own namespace
 2020-04-24 18:00 UTC  (12+ messages)

[PATCH 0/2] WARN fibmap user in case of possible addr truncation
 2020-04-24 17:48 UTC  (8+ messages)
` [PATCH 1/2] fibmap: Warn and return an error in case of block > INT_MAX
` [PATCH 2/2] iomap: bmap: Remove the WARN and return the proper block address

[GIT PULL] afs: Miscellaneous fixes
 2020-04-24 17:35 UTC  (2+ messages)

[PATCH 0/8] afs: NAT-mitigation and other bits
 2020-04-24 15:20 UTC  (9+ messages)
` [PATCH 1/8] afs: Always include dir in bulk status fetch from afs_do_lookup()
` [PATCH 2/8] afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
` [PATCH 3/8] afs: Use the serverUnique field in the UVLDB record to reduce rpc ops
` [PATCH 4/8] afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH
` [PATCH 5/8] afs: Remove some unused bits
` [PATCH 6/8] afs: Split the usage count on struct afs_server
` [PATCH 7/8] afs: Actively poll fileservers to maintain NAT or firewall openings
` [PATCH 8/8] afs: Show more information in /proc/net/afs/servers

[PATCH AUTOSEL 4.14 14/21] ext4: use non-movable memory for superblock readahead
 2020-04-24 12:24 UTC 

[PATCH] fs/seq_file.c: Rename the "Fill" label to avoid build failure
 2020-04-24 11:27 UTC  (2+ messages)

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-04-24 10:11 UTC  (12+ messages)
` [PATCH 1/5] ext4: Fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 2/5] ext4: Rename fiemap_check_ranges() to make it ext4 specific
` [PATCH 3/5] vfs: EXPORT_SYMBOL for fiemap_check_ranges()
` [PATCH 4/5] overlayfs: Check for range bounds before calling i_op->fiemap()
` [PATCH 5/5] ext4: Get rid of ext4_fiemap_check_ranges

[PATCH] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
 2020-04-24 10:11 UTC  (3+ messages)

stop using ioctl_by_bdev for file system access to CDROMs
 2020-04-24  9:21 UTC  (19+ messages)
` [PATCH 1/7] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/7] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/7] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/7] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev
` [PATCH 6/7] isofs: "
` [PATCH 7/7] udf: "

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-24  6:43 UTC  (5+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations

[PATCH 1/2] fuse: virtiofs: Fix nullptr dereference
 2020-04-24  6:25 UTC  (2+ messages)
` [PATCH 2/2] fuse: virtiofs: Add basic multiqueue support

[PATCH] fuse: Mark fscrypt ioctls as unrestricted
 2020-04-24  6:12 UTC  (3+ messages)

[PATCH V10 00/11] XFS - Enable per-file/per-directory DAX operations V10
 2020-04-24  5:55 UTC  (28+ messages)
` [PATCH V10 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V10 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V10 03/11] fs/stat: Define DAX statx attribute
` [PATCH V10 04/11] Documentation/dax: Update Usage section
` [PATCH V10 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V10 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V10 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V10 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V10 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V10 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V10 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[ANNOUNCE] exfatprogs-1.0.2 version released
 2020-04-24  2:32 UTC  (7+ messages)

out-of-bounds in pid_nr_ns() due to "proc: modernize proc to support multiple private instances"
 2020-04-23 23:30 UTC  (4+ messages)

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-23 22:24 UTC  (6+ messages)
` [PATCH v5 "

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

[PATCH v12 2/7] proc: allow to mount many instances of proc in one pid namespace
 2020-04-23 20:01 UTC  (4+ messages)
` [PATCH v13 "

[GIT PULL] Please pull first round of NFS server -rc fixes for v5.7
 2020-04-23 16:45 UTC  (2+ messages)

[PATCH v1] zonefs: Replace uuid_copy() with import_uuid()
 2020-04-23 16:41 UTC  (4+ messages)

[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
 2020-04-23 15:58 UTC  (3+ messages)
` [PATCH v3 09/11] mm: Convert writeback BUG to WARN_ON

Does have race between __mark_inode_dirty() and evict()
 2020-04-23 15:27 UTC  (2+ messages)

[RFC] fs: Use slab constructor to initialize conn objects in fsnotify
 2020-04-23 13:51 UTC  (9+ messages)

Implement close-on-fork
 2020-04-23 12:34 UTC  (12+ messages)
` [PATCH 1/4] fs: "

[PATCH v5 0/3] Support userspace-selected fds
 2020-04-23  9:46 UTC  (21+ messages)
` [PATCH v5 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v5 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
` [PATCH v5 3/3] fs: pipe2: Support O_SPECIFIC_FD

[PATCH V9 00/11] XFS - Enable per-file/per-directory DAX operations V9
 2020-04-23  8:24 UTC  (5+ messages)
` [PATCH V9 03/11] fs/stat: Define DAX statx attribute

[PATCH 01/15] sched: make nr_running() return "unsigned int"
 2020-04-23  3:42 UTC  (7+ messages)
` [PATCH 03/15] print_integer: new and improved way of printing integers

[PATCH 0/2] Control over userfaultfd kernel-fault handling
 2020-04-23  0:26 UTC  (3+ messages)
` [PATCH 1/2] Add UFFD_USER_MODE_ONLY
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only

pass kernel pointers to the sysctl ->proc_handler method v2
 2020-04-22 23:40 UTC  (9+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
  ` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

LSFMMBPF 2020 Cancellation announcement
 2020-04-22 23:14 UTC 

[PATCH v3 6/7] misc: bcm-vk: add Broadcom VK driver
 2020-04-22 22:01 UTC  (4+ messages)

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-22 17:26 UTC  (4+ messages)
` [PATCH 4/6] sysctl: remove all extern declaration from sysctl.c

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

[PATCH v2 0/7] libfs: group and simplify linux fs code
 2020-04-22 16:50 UTC  (3+ messages)
` [PATCH v2 2/7] libfs: wrap simple_pin_fs/simple_release_fs arguments in a struct

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-04-22 16:29 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).