linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-20 14:16:28 to 2020-04-22 06:49:16 UTC [more...]

[PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-22  6:49 UTC  (13+ 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 06/11] block: Modify revalidate zones
` [PATCH v7 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands

pass kernel pointers to the sysctl ->proc_handler method v2
 2020-04-22  6:09 UTC  (10+ 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 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH v5 0/3] Support userspace-selected fds
 2020-04-22  6:06 UTC  (8+ 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-22  3:46 UTC  (28+ messages)
` [PATCH V9 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V9 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V9 03/11] fs/stat: Define DAX statx attribute
` [PATCH V9 04/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V9 05/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V9 06/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V9 07/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V9 08/11] fs: Lift XFS_IDONTCACNE to the VFS layer
` [PATCH V9 09/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V9 10/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()
` [PATCH V9 11/11] Documentation/dax: Update Usage section

Implement close-on-fork
 2020-04-22  3:41 UTC  (5+ messages)
` [PATCH 1/4] fs: "

[PATCH-v4] exfat: replace 'time_ms' with 'time_cs'
 2020-04-22  0:37 UTC  (2+ messages)

[Bug 207367] Accraid / aptec / Microsemi / ext4 / larger then 16TB
 2020-04-21 23:15 UTC  (7+ messages)

Missing fs_param_v_optional implementation
 2020-04-21 22:08 UTC 

[PATCH] staging: exfat: add exfat filesystem code to staging
 2020-04-21 21:30 UTC  (11+ messages)
                  ` exfat upcase table for code points above U+FFFF (Was: Re: [PATCH] staging: exfat: add exfat filesystem code to staging)

[PATCH 01/15] sched: make nr_running() return "unsigned int"
 2020-04-21 21:08 UTC  (25+ messages)
` [PATCH 02/15] sched: make nr_iowait_cpu() "
` [PATCH 03/15] print_integer: new and improved way of printing integers
` [PATCH 04/15] print_integer, proc: rewrite /proc/self via print_integer()
` [PATCH 05/15] print_integer, proc: rewrite /proc/thread-self "
` [PATCH 06/15] print_integer, proc: rewrite /proc/loadavg "
` [PATCH 07/15] print_integer, proc: rewrite /proc/stat "
` [PATCH 08/15] print_integer, proc: rewrite /proc/uptime "
` [PATCH 09/15] proc: s/p/tsk/
` [PATCH 10/15] print_integer, proc: rewrite /proc/*/fd via print_integer()
` [PATCH 11/15] print_integer, proc: rewrite /proc/*/stat "
` [PATCH 12/15] print_integer, proc: rewrite /proc/*/statm "
` [PATCH 13/15] print_integer, printf: rewrite num_to_str() "
` [PATCH 14/15] print_integer, printf: rewrite the rest of lib/vsprintf.c "
` [PATCH 15/15] print_integer, proc: rewrite /proc/meminfo "

[PATCH v3] unicode: Expose available encodings in sysfs
 2020-04-21 20:53 UTC 

remove set_fs calls from the exec and coredump code v3
 2020-04-21 19:25 UTC  (12+ messages)
` [PATCH 1/7] powerpc/spufs: simplify spufs core dumping
` [PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
` [PATCH 3/7] binfmt_elf: femove the set_fs in fill_siginfo_note
` [PATCH 4/7] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 5/7] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump
` [PATCH 6/7] exec: simplify the copy_strings_kernel calling convention
` [PATCH 7/7] exec: open code copy_string_kernel

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-21 18:56 UTC  (6+ messages)
` [PATCH RFC 3/8] fs/ext4: Disallow encryption if inode is DAX

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-04-21 18:39 UTC  (8+ messages)

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

[PATCH v2 00/29] fs: convert remaining docs to ReST file format
 2020-04-21 16:54 UTC  (4+ messages)
` [PATCH v2 12/29] docs: filesystems: convert dnotify.txt to ReST
` [PATCH v2 17/29] docs: filesystems: convert mandatory-locking.txt "
` [PATCH v2 21/29] docs: filesystems: convert sharedsubtree.txt "

[PATCH 00/34] fs: convert remaining docs to ReST file format
 2020-04-21 16:38 UTC  (4+ messages)
` [PATCH 22/34] docs: filesystems: rename path-lookup.txt file

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

[PATCH v2 0/7] libfs: group and simplify linux fs code
 2020-04-21 13:57 UTC  (8+ messages)
` [PATCH v2 1/7] apparmor: just use vfs_kern_mount to make .null
` [PATCH v2 2/7] libfs: wrap simple_pin_fs/simple_release_fs arguments in a struct
` [PATCH v2 3/7] libfs: introduce new_inode_current_time
` [PATCH v2 4/7] libfs: add alloc_anon_inode wrapper
` [PATCH v2 5/7] libfs: add file creation functions
` [PATCH v2 6/7] debugfs: switch to simplefs inode creation API
` [PATCH v2 7/7] tracefs: "

[PATCH 5/9] usb: fix empty-body warning in sysfs.c
 2020-04-21 13:58 UTC  (3+ messages)

[PATCH] fcntl: Add 32bit filesystem mode
 2020-04-21 13:02 UTC  (11+ messages)

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

[PATCH] fuse:rely on fuse_perm for exec when no mode bits set
 2020-04-21 10:51 UTC  (3+ messages)

[PATCH] ovl: skip overlayfs superblocks at global sync
 2020-04-21  9:36 UTC  (2+ messages)

ext4: Fix use after free issues with journalled data
 2020-04-21  8:54 UTC  (4+ messages)
` [PATCH 1/3] fs: Avoid leaving freed inode on dirty list
` [PATCH 2/3] writeback: Export inode_io_list_del()
` [PATCH 3/3] ext4: Avoid freeing inodes on dirty list

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-21  7:55 UTC  (5+ messages)
  ` [PATCH 6/6] sysctl: pass kernel pointers to ->proc_handler

[PATCH v11 00/25] Change readahead API
 2020-04-21  7:28 UTC  (4+ messages)
` [PATCH v11 19/25] erofs: Convert compressed files from readpages to readahead

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-21  7:00 UTC  (27+ messages)
` [PATCH v2 03/10] blktrace: fix "
` [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 08/10] blktrace: add checks for created debugfs files on setup

mmotm 2020-04-20-22-43 uploaded
 2020-04-21  5:43 UTC 

[RFC 1/1] ext4: Fix race in ext4_mb_discard_group_preallocations()
 2020-04-21  4:24 UTC  (4+ messages)
` [RFCv2 1/1] ext4: Fix race in ext4 mb discard group preallocations

[PATCH 0/5] export __clear_page_buffers to cleanup code
 2020-04-21  1:53 UTC  (7+ messages)

[PATCH 0/4] Charge loop device i/o to issuing cgroup
 2020-04-21  0:43 UTC  (6+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[PATCH V8 00/11] Enable per-file/per-directory DAX operations V8
 2020-04-21  0:19 UTC  (8+ 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 0/2] exfat: timestamp fixes
 2020-04-20 23:28 UTC  (4+ messages)
` [PATCH 1/2] exfat: properly set s_time_gran

[PATCH v3] exfat: replace 'time_ms' with 'time_cs'
 2020-04-20 22:32 UTC  (5+ messages)

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (2+ messages)

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

[RFC PATCH 0/9] fix -Wempty-body build warnings
 2020-04-20 19:58 UTC  (4+ messages)
` [PATCH 2/9] fs: fix empty-body warning in posix_acl.c
    ` [PATCH 2/9] "

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

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-04-20 17:43 UTC  (11+ 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

[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] "


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