linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 07:25:35 to 2021-09-13 15:29:59 UTC [more...]

[git pull] iov_iter fixes
 2021-09-13 15:29 UTC  (46+ messages)

[PATCH 0/3] fs/ntfs3: Speed up hardlink creation
 2021-09-13 15:15 UTC  (4+ messages)
` [PATCH 1/3] fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
` [PATCH 2/3] fs/ntfs3: Change max hardlinks limit to 4000
` [PATCH 3/3] fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update

[PATCH] sched: Add a new version sysctl to control child runs first
 2021-09-13 13:42 UTC  (4+ messages)

[RFC PATCH 0/2] support cgroup pool in v1
 2021-09-13 14:20 UTC  (18+ messages)
` [RFC PATCH 1/2] add pinned flags for kernfs node
` [RFC PATCH 2/2] support cgroup pool in v1

VFAT mounting / sharing issue after: d_path: make 'prepend()' fill up the buffer exactly on overflow
 2021-09-13 14:16 UTC 

[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-13 14:02 UTC 

start switching sysfs attributes to expose the seq_file
 2021-09-13 13:30 UTC  (21+ messages)
` [PATCH 01/13] seq_file: mark seq_get_buf as deprecated
` [PATCH 02/13] kernfs: remove kernfs_create_file and kernfs_create_file_ns
` [PATCH 03/13] kernfs: remove the unused lockdep_key field in struct kernfs_ops
` [PATCH 04/13] sysfs: split out binary attribute handling from sysfs_add_file_mode_ns
` [PATCH 05/13] sysfs: refactor sysfs_add_file_mode_ns
` [PATCH 06/13] sysfs: simplify sysfs_kf_seq_show
` [PATCH 07/13] sysfs: add ->seq_show support to sysfs_ops
` [PATCH 08/13] block: convert the blk_mq_hw_ctx attrs to use ->seq_show
` [PATCH 09/13] block: convert the blk_integrity "
` [PATCH 10/13] block: convert the request_queue "
` [PATCH 11/13] block: convert the elevator_queue "
` [PATCH 12/13] xfs: convert xfs_errortag "
` [PATCH 13/13] xfs: convert xfs_sysfs "

[GIT PULL] Memory folios for v5.15
 2021-09-13 11:32 UTC  (12+ messages)
` Folio discussion recap

[PATCH] aio: Fix incorrect usage of eventfd_signal_allowed()
 2021-09-13 11:19 UTC 

[GIT PULL] afs: Fixes for 3rd party-induced data corruption
 2021-09-13 10:49 UTC 

[PATCH v2] BTRFS/NFSD: provide more unique inode number for btrfs export
 2021-09-13 10:04 UTC  (8+ messages)

[PATCH] Signed-off-by: Pavel Samsonov <pvsamsonov76@gmail.com>
 2021-09-13  8:14 UTC  (2+ messages)

INFO: task hung in iterate_supers
 2021-09-13  2:33 UTC 

[PATCH] ramfs: fix mount source show for ramfs
 2021-09-13  1:10 UTC  (5+ messages)

ntfs3 mount options
 2021-09-12 19:48 UTC  (3+ messages)

[git pull] namei fixes
 2021-09-12 18:41 UTC  (2+ messages)

Decoupling filesystems from pages
 2021-09-12 13:21 UTC 

/proc/stat interrupt counter wrap-around
 2021-09-12 12:37 UTC  (12+ messages)
` [PATCH 0/7] proc/stat: Maintain monotonicity of "intr" and "softirq"
  ` [PATCH 1/7] genirq: Use unsigned int for irqs_sum
  ` [PATCH 2/7] powerpc/irq: arch_irq_stat_cpu() returns unsigned int
  ` [PATCH 3/7] x86/irq: "
  ` [PATCH 4/7] x86/irq: arch_irq_stat() "
  ` [PATCH 5/7] proc/stat: Use unsigned int for "intr" sum
  ` [PATCH 6/7] proc/stat: Use unsigned int for "softirq" sum
  ` [PATCH 7/7] docs: proc.rst: stat: Note the interrupt counter wrap-around

[syzbot] upstream boot error: KFENCE: use-after-free in kvm_fastop_exception
 2021-09-12  9:50 UTC 

[PATCH AUTOSEL 5.4 04/14] fuse: fix use after free in fuse_read_interrupt()
 2021-09-11 13:13 UTC 

[PATCH AUTOSEL 5.10 04/25] fuse: fix use after free in fuse_read_interrupt()
 2021-09-11 13:12 UTC 

[PATCH AUTOSEL 5.13 05/29] fuse: fix use after free in fuse_read_interrupt()
 2021-09-11 13:12 UTC 

[PATCH AUTOSEL 5.14 05/32] fuse: fix use after free in fuse_read_interrupt()
 2021-09-11 13:11 UTC 

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-11 10:10 UTC  (13+ messages)
` [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features
` [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() with cc_platform_has()

[PATCH] kernfs: fix the race in the creation of negative dentry
 2021-09-11  2:13 UTC 

[PATCH] locks: remove LOCK_MAND flock lock support
 2021-09-10 22:12 UTC  (3+ messages)

[PATCH 0/6] afs: Fixes for 3rd party-induced data corruption
 2021-09-10 21:19 UTC  (5+ messages)
` [PATCH 1/6] afs: Fix missing put on afs_read objects and missing get on the key therein
` [PATCH 7/6] afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server

[PATCHSET 0/3] Add ability to save/restore iov_iter state
 2021-09-10 19:15 UTC  (6+ messages)
` [PATCH 1/3] iov_iter: add helper to save "
    ` [PATCH v2 "
` [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
` [PATCH 3/3] Revert "iov_iter: track truncated size"

fs/ntfs3: Runtree implementation with rbtree or others
 2021-09-10 18:12 UTC 

[GIT PULL] Fsnotify changes for v5.15-rc1
 2021-09-10 16:56 UTC  (3+ messages)

fs/attr.c patch
 2021-09-10 12:29 UTC  (2+ messages)

[RFC][PATCH] vfs, afs: Pass the file from fstat()/statx() to the fs for auth purposes
 2021-09-10 10:54 UTC 

[PATCH v7 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-09-10  7:36 UTC  (15+ messages)
` [PATCH v7 01/19] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v7 14/19] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v7 15/19] iomap: Support partial direct I/O on user copy failures
` [PATCH v7 16/19] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v7 17/19] gup: Introduce FOLL_NOFAULT flag to disable page faults

[regression] fsnotify fails stress test since fsnotify_for_v5.15-rc1 merged
 2021-09-10  1:06 UTC  (6+ messages)

[PATCH] exfat: use local UTC offset when EXFAT_TZ_VALID isn't set
 2021-09-10  1:00 UTC  (2+ messages)

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-09-10  0:58 UTC  (11+ messages)

[syzbot] bpf-next test error: KFENCE: use-after-free in kvm_fastop_exception
 2021-09-10  0:34 UTC 

[syzbot] net test error: KFENCE: use-after-free in kvm_fastop_exception
 2021-09-10  0:34 UTC 

[PATCH AUTOSEL 5.13 81/88] fs: drop_caches: fix skipping over shadow cache inodes
 2021-09-10  0:18 UTC 

[PATCH AUTOSEL 5.14 92/99] fs: drop_caches: fix skipping over shadow cache inodes
 2021-09-10  0:15 UTC 

[git pull] gfs2 setattr patches
 2021-09-09 20:04 UTC  (4+ messages)

[git pull] root filesystem type handling series
 2021-09-09 20:03 UTC  (2+ messages)

[PATCH 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1
 2021-09-09 19:52 UTC  (9+ messages)
` [PATCH v2 "

[PATCH v4 0/9] fs/ntfs3: Use new mount api and change some opts
 2021-09-09 16:39 UTC  (2+ messages)

[PATCH 0/3] fs/ntfs3: Speed up hardlink creation
 2021-09-09 13:10 UTC  (2+ messages)

[PATCH 2/3] fs/ntfs3: Change max hardlinks limit to 4000
 2021-09-09 12:57 UTC  (3+ messages)

[PATCH 3/3] fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
 2021-09-09 12:53 UTC  (2+ messages)

[PATCH 1/3] fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
 2021-09-09 12:36 UTC  (2+ messages)

[PATCH] fsnotify: fix sb_connectors leak
 2021-09-09 11:56 UTC 

[GIT PULL] Memory folios for v5.15
 2021-09-06 14:00 UTC  (13+ messages)

[PATCH AUTOSEL 5.10 118/176] iomap: pass writeback errors to the mapping
 2021-09-09 11:50 UTC 

[PATCH AUTOSEL 5.13 145/219] iomap: pass writeback errors to the mapping
 2021-09-09 11:45 UTC 

[PATCH AUTOSEL 5.14 164/252] iomap: pass writeback errors to the mapping
 2021-09-09 11:39 UTC 

[PATCH] afs: Fix updating of i_blocks on file/dir extension
 2021-09-09 10:30 UTC  (2+ messages)

[RFC PATCH] fs/exec: Add the support for ELF program's NUMA replication
 2021-09-09  9:46 UTC  (4+ 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).