linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-19 21:55:51 to 2020-04-21 18:33:52 UTC [more...]

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

pass kernel pointers to the sysctl ->proc_handler method v2
 2020-04-21 17:15 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 01/15] sched: make nr_running() return "unsigned int"
 2020-04-21 17:06 UTC  (24+ 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 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 "

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

[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

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-04-21 15:43 UTC  (7+ messages)

remove set_fs calls from the exec and coredump code v3
 2020-04-21 15:42 UTC  (8+ 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

[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  (8+ messages)
` [PATCH v11 19/25] erofs: Convert compressed files from readpages to readahead
` [PATCH v11 24/25] fuse: Convert "

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

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-v4] exfat: replace 'time_ms' with 'time_cs'
 2020-04-21  1:54 UTC 

[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  (6+ messages)
        ` AW: "

[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  (6+ 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  (15+ 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] "

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

[PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-20 10:46 UTC  (20+ 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 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  (6+ messages)

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

Does have race between __mark_inode_dirty() and evict()
 2020-04-20  6:23 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).