linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-21 11:03:33 to 2018-01-02 17:20:15 UTC [more...]

[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-02 17:20 UTC  (31+ messages)
` [PATCH v4 01/19] fs: new API for handling inode->i_version
` [PATCH v4 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v4 03/19] fat: convert to new i_version API
` [PATCH v4 04/19] affs: "
` [PATCH v4 05/19] afs: "
` [PATCH v4 06/19] btrfs: "
` [PATCH v4 07/19] exofs: switch "
` [PATCH v4 08/19] ext2: convert "
` [PATCH v4 09/19] ext4: "
` [PATCH v4 10/19] nfs: "
` [PATCH v4 11/19] nfsd: "
` [PATCH v4 12/19] ocfs2: "
` [PATCH v4 13/19] ufs: use "
` [PATCH v4 14/19] xfs: convert to "
` [PATCH v4 15/19] IMA: switch IMA over "
` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v4 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently
` (Lack of) i_version handling in udf

[RFC][PATCH 0/2] Updating overlay inode i_mtime for nfsd
 2018-01-02 16:51 UTC  (4+ messages)
` [RFC][PATCH 1/2] vfs: update overlay inode times on write
` [RFC][PATCH 2/2] vfs: update overlay inode times on lease_get_mtime()

[PATCH v3 00/11] Metadata specific accouting and dirty writeout
 2018-01-02 16:13 UTC  (9+ messages)
` [PATCH v3 06/10] writeback: introduce super_operations->write_metadata

[PATCH v5] kernel: make groups_sort calling a responsibility group_info allocators
 2018-01-02 14:54 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 1/1] aio: make sure the input "timeout" value is valid
 2018-01-02 14:51 UTC  (6+ messages)

[PATCH] f2fs: check segment type before recover data
 2018-01-02 11:02 UTC  (3+ messages)

[PATCH 0/4] afs, fscache: Fixes
 2018-01-02 10:51 UTC  (5+ messages)
` [PATCH 2/4] afs: Potential uninitialized variable in afs_extract_data()
` [PATCH 3/4] afs: Fix unlink
` [PATCH 4/4] afs: Fix missing error handling in afs_write_end()
` [PATCH 1/4] fscache: Fix the default for fscache_maybe_release_page()

About the try to remove cross-release feature entirely by Ingo
 2018-01-02  7:57 UTC  (15+ messages)

[PATCH 0/3] Create circular buffer list for every page instead of linear list
 2018-01-02  7:34 UTC  (5+ messages)
` [PATCH 1/3] fs: buffer: Create circular buffer list for pages
` [PATCH 2/3] fs/ntfs: Make ntfs to support circular buffer list
` [PATCH 3/3] md: bitmap: Support "

[f2fs-dev] [PATCH v2] resize.f2fs: fix max_nat_bitmap_size miscalculatation
 2018-01-02  6:32 UTC  (2+ messages)

O(n^2) deletion performance
 2018-01-02  6:22 UTC  (8+ messages)

[PATCH/RFC] NFS: add nostatflush mount option
 2018-01-01 23:29 UTC  (11+ messages)

[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
 2018-01-01 19:45 UTC  (5+ messages)
` [PATCH acks] "

[PATCH] userfaultfd: convert to use anon_inode_getfd()
 2018-01-01 15:52 UTC  (2+ messages)

Spende von € 3.400.000,00 EUR
 2017-12-31 11:59 UTC 

general protection fault in copy_user_generic_unrolled (2)
 2017-12-31  8:14 UTC 

general protection fault in strncpy_from_user
 2017-12-31  8:14 UTC 

ATTENTION!!!
 2017-12-30  0:28 UTC 

[PATCH] fs: coding style requires spaces around < and =
 2017-12-29 22:08 UTC 

[ANNOUNCE] udftools 2.0
 2017-12-29 17:19 UTC 

[PATCH 1/2] f2fs: pass down write hints to block layer for bufferd write
 2017-12-28 16:32 UTC  (12+ messages)
    ` [f2fs-dev] "

KASAN: use-after-free Read in __fget
 2017-12-28 12:31 UTC 

[PATCH v6 00/11] Intel SGX Driver
 2017-12-27 20:46 UTC  (2+ messages)

possible deadlock in seq_read
 2017-12-27 18:30 UTC  (2+ messages)

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2017-12-27 18:08 UTC  (22+ messages)
` [PATCH v4 01/18] mm, dax: introduce pfn_t_special()
` [PATCH v4 02/18] ext4: auto disable dax instead of failing mount
` [PATCH v4 03/18] ext2: "
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 05/18] dax: stop using VM_MIXEDMAP for dax
` [PATCH v4 06/18] dax: stop using VM_HUGEPAGE "
` [PATCH v4 07/18] dax: store pfns in the radix
` [PATCH v4 08/18] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v4 09/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v4 10/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS
` [PATCH v4 12/18] xfs: use DEFINE_FSDAX_AOPS
` [PATCH v4 13/18] ext4: "
` [PATCH v4 14/18] ext2: "
` [PATCH v4 15/18] mm, fs, dax: use page->mapping to warn if dma collides with truncate
` [PATCH v4 16/18] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions
` [PATCH v4 18/18] xfs, dax: wire up dax_flush_dma support via a new xfs_sync_dma helper

[PATCH v5 00/78] XArray v5
 2017-12-27 10:26 UTC  (17+ messages)
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries

You will definetely be interested
 2017-12-27 10:16 UTC 

[PATCH] f2fs: avoid f2fs_gc dead loop
 2017-12-25 10:30 UTC  (6+ messages)

kernel BUG at fs/userfaultfd.c:LINE!
 2017-12-25  9:07 UTC  (6+ messages)
  ` [PATCH 0/1] "
    ` [PATCH 1/1] userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails

Attention:
 2017-12-23 12:52 UTC 

Attention:
 2017-12-23 12:48 UTC 

[PATCH 01/11] block_dev: Support checking inode permissions in lookup_bdev()
 2017-12-23 12:38 UTC  (19+ messages)
` [PATCH 03/11] fs: Allow superblock owner to change ownership of inodes
` [PATCH 04/11] fs: Don't remove suid for CAP_FSETID for userns root
` [PATCH 05/11] fs: Allow superblock owner to access do_remount_sb()
` [PATCH 07/11] fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
` [PATCH 08/11] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH 09/11] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH 10/11] fuse: Allow user namespace mounts

mmotm 2017-12-22-17-55 uploaded
 2017-12-23  9:11 UTC  (2+ messages)

[PATCH] fsck.f2fs: check and fix i_namelen to avoid double free
 2017-12-23  3:40 UTC  (6+ messages)
` [PATCH v4] "

[PATCH] fsck.f2fs: check nid range before use to avoid segmentation fault
 2017-12-23  3:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-12-22  8:51 UTC  (9+ messages)
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate

[f2fs-dev] [PATCH] resize.f2fs: fix max_nat_bitmap_size miscalculatation
 2017-12-22  3:41 UTC 

[PATCH] epoll: fix dereferenced before check pt
 2017-12-22  0:02 UTC  (2+ messages)

[PATCH] lto, fs: Avoid static variable in linux/fs.h
 2017-12-21 23:36 UTC 

[PATCH 0/2 v2] ext4: Fix ENOSPC handling for DAX faults
 2017-12-21 17:17 UTC  (6+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler

[PATCH 1/1] ext4: remove redundant assignment in ext4_iomap_begin()
 2017-12-21 16:47 UTC  (2+ messages)

[PATCH 00/11] dvb: add support for memory mapped I/O
 2017-12-21 16:18 UTC  (2+ messages)
` [PATCH 10/11] fs: compat_ioctl: add new DVB demux ioctls

[PATCH v4 72/73] xfs: Convert mru cache to XArray
 2017-12-21 12:05 UTC  (7+ messages)

[PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-21 11:48 UTC  (11+ messages)
` [PATCH v3 19/19] fs: handle inode->i_version more efficiently

[ANNOUNCE] autofs 5.1.2 release
 2017-12-21 11:36 UTC  (7+ messages)

[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
 2017-12-21 11:03 UTC  (7+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers


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