public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-18 15:11:42 to 2017-12-23 07:31:35 UTC [more...]

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

[PATCH 01/11] block_dev: Support checking inode permissions in lookup_bdev()
 2017-12-23  3:51 UTC  (17+ 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

[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] "

mmotm 2017-12-22-17-55 uploaded
 2017-12-23  1:55 UTC 

[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-23  0:07 UTC  (26+ 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

[PATCH/RFC] NFS: add nostatflush mount option
 2017-12-22 16:38 UTC  (9+ messages)

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

[f2fs-dev] [PATCH v2] resize.f2fs: fix max_nat_bitmap_size miscalculatation
 2017-12-22  4:20 UTC 

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

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

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

[PATCH/RFC] VFS: don't keep disconnected dentries on d_anon
 2017-12-21  5:40 UTC  (6+ messages)

[f2fs-dev] [PATCH RFC] f2fs: clean up build_sit_entries
 2017-12-21  1:31 UTC  (9+ messages)

[PATCH/RFC] VFS: don't keep disconnected dentries on d_anon
 2017-12-20 22:45 UTC 

[PATCH] NFS: allow name_to_handle_at() to work for Amazon EFS
 2017-12-20 21:23 UTC  (7+ messages)

WARN_ON in __writeback_inodes_sb_nr
 2017-12-20 20:15 UTC  (3+ messages)

Race-free unlinking of directory entries
 2017-12-20 19:18 UTC 

ANNOUNCE: nfs-utils-2.3.1 released
 2017-12-20 16:49 UTC 

[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
 2017-12-20 15:50 UTC  (4+ messages)
` [PATCH acks] "

[PATCH v3 00/11] Metadata specific accouting and dirty writeout
 2017-12-20 14:30 UTC  (13+ messages)
` [PATCH v3 03/10] lib: add a __fprop_add_percpu_max
` [PATCH v3 05/10] writeback: add counters for metadata usage
` [PATCH v3 06/10] writeback: introduce super_operations->write_metadata

[PATCH v6 00/11] Intel SGX Driver
 2017-12-20 13:18 UTC  (4+ messages)

[PATCH] fs: buffer: Remove unnecessary initialisation for bh->b_state
 2017-12-20 10:16 UTC 

[f2fs-dev][PATCH RFC] f2fs: refactor get_new_segment
 2017-12-19 22:56 UTC  (2+ messages)

[PATCH] fcntl.2, read.2, write.2: document "Lost locks" as cause for EIO
 2017-12-19 20:30 UTC  (5+ messages)

[PATCH 0/3, V2] Move groups_sort outisde of set_groups
 2017-12-19 20:14 UTC  (7+ messages)
` [PATCH 2/3, V2] kernel: Move groups_sort to the caller "

[PATCH RFC] stat.2: Document that stat can fail with EINTR
 2017-12-19 19:28 UTC  (7+ messages)

[PATCH 0/2] ext4: Fix ENOSPC handling for DAX faults
 2017-12-19 16:42 UTC  (4+ messages)

[resend PATCH 0/2] fix VFS register_shrinker fixup
 2017-12-19 15:57 UTC  (6+ messages)
` [PATCH 1/2] mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed
` [PATCH 2/2] VFS: handle register_shrinker failure in sget_userns

[ANNOUNCE] util-linux stable v2.31.1
 2017-12-19 15:25 UTC 

[PATCH] writeback: synchronize sync(2) against cgroup writeback membership switches
 2017-12-19 13:31 UTC  (6+ messages)
      ` [PATCH v2] "

[trivial PATCH] treewide: Align function definition open/close braces
 2017-12-19 13:04 UTC  (10+ messages)
` [alsa-devel] "

[ANNOUNCE] autofs 5.1.4 release
 2017-12-19 10:41 UTC  (3+ messages)

[PATCH] fscache: Fix the default for fscache_maybe_release_page()
 2017-12-19  9:00 UTC 

[PATCH] fscache: Fix the default for fscache_maybe_release_page()
 2017-12-19  8:59 UTC 

[PATCH] fs: add kernel-doc entry for function argument
 2017-12-19  6:28 UTC 

[PATCH v4 00/73] XArray version 4
 2017-12-19  0:27 UTC  (8+ messages)
` [PATCH v4 08/73] xarray: Add documentation
      ` Naming of tag operations in the XArray
    ` Storing errors "

GREETINGS BELOVED
 2017-12-18 23:27 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox