linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-06 01:38:26 to 2019-12-09 14:00:30 UTC [more...]

[LSF/MM/BPF TOPIC] How to make fscache/cachefiles read shaping play nicely with the VM?
 2019-12-09 14:00 UTC 

[PATCH 00/41] fs/adfs updates for 5.6
 2019-12-09 13:54 UTC  (43+ messages)
` [PATCH 01/41] fs/adfs: inode: update timestamps to centisecond precision
` [PATCH 02/41] fs/adfs: inode: fix adfs_mode2atts()
` [PATCH 03/41] fs/adfs: map: move map reading and validation to map.c
` [PATCH 04/41] fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()
` [PATCH 05/41] fs/adfs: map: break up adfs_read_map()
` [PATCH 06/41] fs/adfs: map: factor out map cleanup
` [PATCH 07/41] fs/adfs: map: incorporate map offsets into layout
` [PATCH 08/41] fs/adfs: map: use find_next_bit_le() rather than open coding it
` [PATCH 09/41] fs/adfs: map: move map-specific sb initialisation to map.c
` [PATCH 10/41] fs/adfs: map: fix map scanning
` [PATCH 11/41] fs/adfs: dir: rename bh_fplus to bhs
` [PATCH 12/41] fs/adfs: dir: add common dir object initialisation
` [PATCH 13/41] fs/adfs: dir: add common directory buffer release method
` [PATCH 14/41] fs/adfs: dir: add common directory sync method
` [PATCH 15/41] fs/adfs: dir: add generic copy functions
` [PATCH 16/41] fs/adfs: dir: add generic directory reading
` [PATCH 17/41] fs/adfs: dir: add helper to read directory using inode
` [PATCH 18/41] fs/adfs: dir: add helper to mark directory buffers dirty
` [PATCH 19/41] fs/adfs: dir: update directory locking
` [PATCH 20/41] fs/adfs: dir: modernise on-disk directory structures
` [PATCH 21/41] fs/adfs: dir: improve update failure handling
` [PATCH 22/41] fs/adfs: dir: improve compiler coverage in adfs_dir_update
` [PATCH 23/41] fs/adfs: dir: switch to iterate_shared method
` [PATCH 24/41] fs/adfs: dir: add more efficient iterate() per-format method
` [PATCH 25/41] fs/adfs: dir: use pointers to access directory head/tails
` [PATCH 26/41] fs/adfs: newdir: factor out directory format validation
` [PATCH 27/41] fs/adfs: newdir: improve directory validation
` [PATCH 28/41] fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()
` [PATCH 29/41] fs/adfs: newdir: clean up adfs_f_update()
` [PATCH 30/41] fs/adfs: newdir: split out directory commit from update
` [PATCH 31/41] fs/adfs: bigdir: factor out directory entry offset calculation
` [PATCH 32/41] fs/adfs: bigdir: extract directory validation
` [PATCH 33/41] fs/adfs: bigdir: directory validation strengthening
` [PATCH 34/41] fs/adfs: bigdir: calculate and validate directory checkbyte
` [PATCH 35/41] fs/adfs: bigdir: implement directory update support
` [PATCH 36/41] fs/adfs: super: fix inode dropping
` [PATCH 37/41] fs/adfs: dir: remove debug in adfs_dir_update()
` [PATCH 38/41] fs/adfs: super: extract filesystem block probe
` [PATCH 39/41] fs/adfs: super: add support for E and E+ floppy image formats
` [PATCH 40/41] fs/adfs: mostly divorse inode number from indirect disc address
` [PATCH 41/41] Documentation: update adfs filesystem documentation

[PATCH v6 00/13] add the latest exfat driver
 2019-12-09 12:07 UTC  (20+ messages)
    ` [PATCH v6 01/13] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v6 02/13] exfat: add super block operations
    ` [PATCH v6 03/13] exfat: add inode operations
    ` [PATCH v6 04/13] exfat: add directory operations
    ` [PATCH v6 05/13] exfat: add file operations
    ` [PATCH v6 06/13] exfat: add exfat entry operations
    ` [PATCH v6 07/13] exfat: add bitmap operations
    ` [PATCH v6 08/13] exfat: add exfat cache
    ` [PATCH v6 09/13] exfat: add misc operations
    ` [PATCH v6 10/13] exfat: add nls operations
    ` [PATCH v6 11/13] exfat: add Kconfig and Makefile
    ` [PATCH v6 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
    ` [PATCH v6 13/13] MAINTAINERS: add exfat filesystem

[PATCH v2 2/4] ptrace: add PTRACE_GETFD request to fetch file descriptors from tracees
 2019-12-09 11:23 UTC  (4+ messages)

[PATCH]ocfs2: flush journal to update log tail info after journal recovery when mount
 2019-12-09  9:37 UTC 

[PATCH 0/2] pipe: Fixes [ver #2]
 2019-12-09  9:53 UTC  (13+ messages)

[bug] userspace hitting sporadic SIGBUS on xfs (Power9, ppc64le), v4.19 and later
 2019-12-09  8:26 UTC  (3+ messages)

[PATCH v2] syscalls/newmount: new test case for new mount API
 2019-12-09  7:37 UTC  (3+ messages)
` [LTP] "

[PATCH v2 4/4] samples: Add example of using PTRACE_GETFD in conjunction with user trap
 2019-12-09  7:06 UTC 

[PATCH v2 3/4] samples: split generalized user-trap code into helper file
 2019-12-09  7:06 UTC 

[PATCH v2 1/4] vfs, fdtable: Add get_task_file helper
 2019-12-09  7:06 UTC 

[PATCH v2 0/4] Add ptrace get_fd request
 2019-12-09  7:04 UTC 

mmotm 2019-12-06-19-46 uploaded
 2019-12-09  6:31 UTC  (2+ messages)

[RFC PATCH v4 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2019-12-09  5:50 UTC  (4+ messages)
` [RFC PATCH v4 01/22] bootconfig: Add Extra Boot Config support

[PATCH] jbd2: fix kernel-doc notation warning
 2019-12-09  4:31 UTC 

[PATCH RESEND] fs: fix posix_acl.c kernel-doc warnings
 2019-12-09  4:30 UTC 

[PATCH] xfs: fix Sphinx documentation warning
 2019-12-09  4:14 UTC 

[PATCH] fs: eventfd: fix obsolete comment
 2019-12-09  2:44 UTC 

[PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-09  2:00 UTC  (4+ messages)

[PATCH v2 0/6] Delete timespec64_trunc()
 2019-12-09  0:48 UTC  (6+ messages)

[RFC] Thing 1: Shardmap fox Ext4
 2019-12-08 22:42 UTC  (18+ messages)
                  ` [RFC] Thing 1: Shardmap for Ext4

[git pull] several misc cleanups
 2019-12-08 21:40 UTC  (2+ messages)

[PATCH] fs: fix use-after-free in __fput() when a chardev is removed but a file is still open
 2019-12-08 19:53 UTC  (3+ messages)

[PATCH v2] posix_acl: fix memleak when set posix acl
 2019-12-08 19:44 UTC  (2+ messages)

[PATCH V2 0/3] fix potential infinite loop in debugfs_remove_recursive
 2019-12-08 19:11 UTC  (6+ messages)
` [PATCH V2 1/3] dcache: add a new enum type for 'dentry_d_lock_class'

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-12-08 18:10 UTC  (10+ messages)
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "

[PATCH 23/34] fs: Use CONFIG_PREEMPTION
 2019-12-08 14:58 UTC  (2+ messages)
` [tip: sched/urgent] sched/rt, "

[RFC PATCH] vfs: make rename_lock per-sb
 2019-12-08  5:54 UTC  (2+ messages)

memory leak in fasync_helper
 2019-12-08  5:51 UTC  (2+ messages)

[PATCH v18 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-12-08  5:33 UTC  (2+ messages)
  ` [PATCH v18] "

[GIT PULL] iomap: fixes for 5.5
 2019-12-08  1:10 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.5-rc1
 2019-12-08  1:10 UTC  (2+ messages)

[GIT PULL] nfsd change for 5.5
 2019-12-08  1:10 UTC  (4+ messages)

[PATCH] pipe: Fix iteration end check in fuse_dev_splice_write()
 2019-12-07 19:33 UTC  (4+ messages)

[PATCH] fs: eventfd: fix obsolete comment
 2019-12-07 17:01 UTC  (2+ messages)

[PATCH v2] debugfs: Return -EPERM when locked down
 2019-12-07 16:16 UTC 

File monitor problem
 2019-12-07 12:36 UTC  (5+ messages)

[PATCH v5 00/28] btrfs: zoned block device support
 2019-12-07  9:47 UTC  (13+ messages)
` [PATCH v5 02/28] btrfs: Get zone information of zoned block devices
` [PATCH v5 05/28] btrfs: disallow space_cache in HMZONED mode
` [PATCH v5 06/28] btrfs: disallow NODATACOW "
` [PATCH v5 09/28] btrfs: align device extent allocation to zone boundary

[PATCH] debugfs: Return -EPERM when locked down
 2019-12-07  8:29 UTC  (3+ messages)

[git pull] vfs.git d_inode/d_flags barriers
 2019-12-07  2:08 UTC  (5+ messages)

[PATCH v5 00/13] add the latest exfat driver
 2019-12-06 21:55 UTC  (4+ messages)
  ` [PATCH v5 02/13] exfat: add super block operations

[PATCH v5 00/27] nfs: Mount API conversion
 2019-12-06 19:58 UTC  (3+ messages)

[GIT PULL] orangefs: posix open
 2019-12-06 19:43 UTC 

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-06 17:11 UTC  (4+ messages)

[PATCH 0/2 V3] avoid softlockups in various s_inodes iterators
 2019-12-06 16:55 UTC  (3+ messages)
` [PATCH 1/2 V3] fs: avoid softlockups in "
` [PATCH 2/2 V3] fs: call fsnotify_sb_delete after evict_inodes

[PATCH V2] fs_parser: remove fs_parameter_description name field
 2019-12-06 16:45 UTC  (2+ messages)
` [PATCH V3] "

[PATCH] syscalls/newmount: new test case for new mount API
 2019-12-06 16:23 UTC  (4+ messages)
` [LTP] "

[PATCH v5 00/15] btrfs-progs: zoned block device support
 2019-12-06 15:22 UTC  (7+ messages)
` [PATCH] libblkid: implement zone-aware probing for HMZONED btrfs

[PATCH 0/8 v3] btrfs direct-io using iomap
 2019-12-06 15:09 UTC  (2+ messages)

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-06 14:13 UTC  (14+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH] xarray: Fix incorrect comment in header file
 2019-12-06 10:29 UTC 

[PATCH]ocfs2: flush journal to update log tail info after journal recovery when mount
 2019-12-06  9:41 UTC 

[PATCHv4 0/3] Fix inode_lock sequence to scale performance of DIO mixed R/W workload
 2019-12-06  8:49 UTC  (3+ messages)

[PATCH] cifs: Don't use iov_iter::type directly
 2019-12-06  8:35 UTC  (5+ messages)

[PATCH V2 0/2] ovl: implement async IO routines
 2019-12-06  3:54 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).