linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-28 18:46:01 to 2017-03-04 00:51:13 UTC [more...]

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-04  0:43 UTC  (11+ messages)
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-03-03 23:34 UTC  (7+ messages)
` [PATCH v3 1/4] sparc64: NG4 memset 32 bits overflow
` [PATCH v3 2/4] mm: Zeroing hash tables in allocator
` [PATCH v3 3/4] mm: Updated callers to use HASH_ZERO flag
` [PATCH v3 4/4] mm: Adaptive hash table scaling

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-03 23:19 UTC  (34+ messages)
        ` mm allocation failure and hang when running xfstests generic/269on xfs
                              ` [PATCH 1/2] xfs: allow kmem_zalloc_greedy to fail
                                ` [PATCH 2/2] xfs: back off from kmem_zalloc_greedy if the task is killed

[git pull] vfs.git statx
 2017-03-03 19:26 UTC  (2+ messages)

[BUG 4.9/4.10] crash in __d_lookup() due to corrupted dentry_hashtable
 2017-03-03 13:31 UTC 

[PATCH 0/3] fs, fuse subsystem refcount conversions
 2017-03-03 16:05 UTC  (5+ messages)
` [PATCH 1/3] fs, fuse: convert fuse_file.count from atomic_t to refcount_t
` [PATCH 2/3] fs, fuse: convert fuse_req.count "
` [PATCH 3/3] fs, fuse: convert fuse_conn.count "

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-03  8:55 UTC  (18+ messages)
` [PATCH 01/17] fs, btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
` [PATCH 02/17] fs, btrfs: convert btrfs_transaction.use_count "
` [PATCH 03/17] fs, btrfs: convert extent_map.refs "
` [PATCH 04/17] fs, btrfs: convert btrfs_ordered_extent.refs "
` [PATCH 05/17] fs, btrfs: convert btrfs_caching_control.count "
` [PATCH 06/17] fs, btrfs: convert btrfs_delayed_ref_node.refs "
` [PATCH 07/17] fs, btrfs: convert btrfs_delayed_node.refs "
` [PATCH 08/17] fs, btrfs: convert btrfs_delayed_item.refs "
` [PATCH 09/17] fs, btrfs: convert btrfs_root.refs "
` [PATCH 10/17] fs, btrfs: convert extent_state.refs "
` [PATCH 11/17] fs, btrfs: convert compressed_bio.pending_bios "
` [PATCH 12/17] fs, btrfs: convert scrub_recover.refs "
` [PATCH 13/17] fs, btrfs: convert scrub_page.refs "
` [PATCH 14/17] fs, btrfs: convert scrub_block.refs "
` [PATCH 15/17] fs, btrfs: convert scrub_parity.refs "
` [PATCH 16/17] fs, btrfs: convert scrub_ctx.refs "
` [PATCH 17/17] fs, btrfs: convert btrfs_raid_bio.refs "

quota: dqio_mutex design
 2017-03-03 10:08 UTC  (2+ messages)

[PATCH 0/7] Non-blocking AIO
 2017-03-03 10:50 UTC  (2+ messages)

[GIT PULL] fuse update for 4.11
 2017-03-03 10:42 UTC 

[GIT PULL] overlayfs update for 4.11
 2017-03-03 10:39 UTC 

[PATCH] ubifs: add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
 2017-03-03 10:38 UTC  (3+ messages)

[vfs:work.statx 2/3] fs/udf/symlink.c:189:13: error: initialization from incompatible pointer type
 2017-03-03  9:43 UTC  (2+ messages)

[LTP issues] MAP_LOCKED MS_INVALIDATE, dio rw odd count on DAX
 2017-03-03  8:54 UTC  (2+ messages)

[GIT PULL] vfs patches for 4.11
 2017-03-03  8:12 UTC  (5+ messages)

cgroup: WARNING in cgroup_kill_sb
 2017-03-02 19:15 UTC 

[PATCH v2 1/3] sparc64: NG4 memset 32 bits overflow
 2017-03-02 19:15 UTC  (2+ messages)

[PATCH v1 0/3] VFS changes for NFSv4.2 "inter" server-to-server COPY op
 2017-03-02 18:40 UTC  (9+ messages)
` [PATCH v1 1/3] fs: Don't copy beyond the end of the file
` [PATCH v1 2/3] VFS permit cross device vfs_copy_file_range
` [PATCH v1 3/3] VFS don't try clone if superblocks are different

[RFC v2 0/1] shiftfs: uid/gid shifting filesystem (s_user_ns version)
 2017-03-02 17:06 UTC  (3+ messages)
` [RFC v2 1/1] shiftfs: uid/gid shifting bind mount

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-02 15:22 UTC  (20+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH 2/2] XArray: Convert IDR and add test suite
 2017-03-02 14:34 UTC  (2+ messages)

[git pull] vfs.git pile 1
 2017-03-02 12:35 UTC 

[git pull] vfs.git, pile 2
 2017-03-02 12:38 UTC 

mm: GPF in bdi_put
 2017-03-02 12:20 UTC  (6+ messages)

[PATCH 00/10] various fs subsystems refcounter conversions
 2017-03-02 10:43 UTC  (11+ messages)
` [PATCH 01/10] fs, kernfs: convert kernfs_node.count from atomic_t to refcount_t
` [PATCH 02/10] fs, cachefiles: convert cachefiles_object.usage "
` [PATCH 03/10] fs, proc: convert proc_dir_entry.count "
` [PATCH 04/10] fs, nilfs: convert nilfs_root.count "
` [PATCH 05/10] fs, hfs: convert hfs_bnode.refcnt "
` [PATCH 06/10] fs, fscache: convert fscache_cache_tag.usage "
` [PATCH 07/10] fs, fscache: convert fscache_operation.usage "
` [PATCH 08/10] fs, fsnotify: convert fsnotify_group.refcnt "
` [PATCH 09/10] fs, fsnotify: convert fsnotify_mark.refcnt "
` [PATCH 10/10] fs, cifs: convert tcon_link.tl_count "

[RFC 2/3] kcmp: Add KCMP_EPOLL_TFD mode to compare epoll target files
 2017-03-02  7:32 UTC  (6+ messages)
    ` [RFC v2 "

[RFC PATCH] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
 2017-03-02  8:33 UTC  (4+ messages)
` [tpmdd-devel] "

Passionate Partner
 2017-03-01 15:42 UTC 

[RFC PATCH v7 0/9] vfs/xfs/ext4: GETFSMAP support
 2017-03-02  2:30 UTC  (15+ messages)
` [PATCH 1/9] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/9] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/9] xfs: provide a query_range function for "
` [PATCH 4/9] xfs: create a function to query all records in a btree
` [PATCH 5/9] xfs: add a couple of queries to iterate free extents in the rtbitmap
` [PATCH 6/9] xfs: implement the GETFSMAP ioctl
  ` [PATCH v2 "
` [PATCH 7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
  ` [PATCH v2 "
` [PATCH 8/9] xfs: report realtime space information via the rtbitmap
` [PATCH 9/9] ext4: support GETFSMAP ioctls
  ` [PATCH v2 "

fs: use-after-free in userfaultfd_exit
 2017-03-01 23:13 UTC  (2+ messages)

[PATCH v2] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
 2017-03-01 23:01 UTC  (2+ messages)

[PATCH 00/19] Kernel subsystem refcounter conversions
 2017-03-01 23:04 UTC  (8+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t

overlayfs: allowing for changes to lowerdir
 2017-03-01 20:22 UTC  (9+ messages)

[RFC] failure atomic writes for file systems and block devices
 2017-03-01 15:17 UTC  (13+ messages)
` [PATCH 05/12] fs: add a F_IOINFO fcntl
` [PATCH 07/12] xfs: implement failure-atomic writes

[PATCH] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
 2017-03-01 15:02 UTC  (3+ messages)

v4.7--v4.10+: ext4: repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-03-01 11:45 UTC 

[PATCH 0/5] fs genetic refcounter conversions
 2017-03-01 10:42 UTC  (6+ messages)
` [PATCH 1/5] fs: convert mb_cache_entry.e_refcnt from atomic_t to refcount_t
` [PATCH 2/5] fs: convert posix_acl.a_refcount "
` [PATCH 3/5] fs: convert mnt_namespace.count "
` [PATCH 4/5] fs: convert super_block.s_active "
` [PATCH 5/5] fs: convert userfaultfd_ctx.refcount "

[PATCH 2/2] x86: wire up fchmodat2() syscall
 2017-03-01  9:00 UTC  (2+ messages)

[PATCH 1/2] vfs: implement fchmodat2() syscall
 2017-03-01  9:01 UTC  (5+ messages)

[GIT PULL] f2fs update for 4.11
 2017-03-01  6:22 UTC 

[PATCH] mnt: allow to add a mount into an existing group
 2017-03-01  3:20 UTC  (3+ messages)

repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-02-28 22:22 UTC 

[PATCH] xattr: Remove meaningless error variable assignment
 2017-02-28 22:31 UTC 

[GIT PULL] nfsd changes for 4.11
 2017-02-28 21:23 UTC 

[LSF/MM TOPIC] do we really need PG_error at all?
 2017-02-28 20:45 UTC  (10+ messages)
              ` [Lsf-pc] "

[PATCH 1/3] fs/libfs: use SEEK_CUR/SET
 2017-02-28 19:45 UTC  (3+ messages)
` [PATCH 2/3] nfs: "
` [PATCH 3/3] fs/mpage: fix a comment "get_blocks" to "get_block"


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