linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-10 11:35:36 to 2015-08-15 13:54:22 UTC [more...]

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-08-15 13:54 UTC  (5+ messages)
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure

[PATCH v3 0/8] change sb_writers to use percpu_rw_semaphore
 2015-08-15 12:03 UTC  (11+ messages)
` [PATCH v3 1/8] introduce __sb_writers_{acquired,release}() helpers
` [PATCH v3 2/8] fix the broken lockdep logic in __sb_start_write()
` [PATCH v3 3/8] document rwsem_release() in sb_wait_write()
` [PATCH v3 4/8] percpu-rwsem: introduce percpu_down_read_trylock()
` [PATCH v3 5/8] percpu-rwsem: introduce percpu_rwsem_release() and percpu_rwsem_acquire()
` [PATCH v3 6/8] percpu-rwsem: kill CONFIG_PERCPU_RWSEM
` [PATCH v3 7/8] shift percpu_counter_destroy() into destroy_super_work()
` [PATCH v3 8/8] change sb_writers to use percpu_rw_semaphore

[PATCH v2 0/7] dax: I/O path enhancements
 2015-08-15  9:19 UTC  (10+ messages)
` [PATCH v2 6/7] dax: update I/O path to do proper PMEM flushing
` [PATCH v2 7/7] pmem, dax: have direct_access use __pmem annotation

[PATCH review 0/9] Call for testing and review of mount detach fixes
 2015-08-15  6:16 UTC  (21+ messages)
` [PATCH review 0/11 Call for testing and review of mount detach fixes (take 2)
  ` [PATCH review 0/19] Locked mount and loopback mount fixes
    ` [PATCH review 0/4] Loopback mount escape fixes
      ` [PATCH review 0/6] Bind "
        ` [PATCH review 4/6] mnt: Track when a directory escapes a bind mount
                ` [PATCH review 0/8] Bind mount escape fixes
                  ` [PATCH review 1/8] dcache: Handle escaped paths in prepend_path
                  ` [PATCH review 2/8] dcache: Reduce the scope of i_lock in d_splice_alias
                  ` [PATCH review 3/8] dcache: Clearly separate the two directory rename cases "
                    ` [PATCH review 4/8] mnt: Track which mounts use a dentry as root
                    ` [PATCH review 5/8] dcache: Implement d_common_ancestor
                    ` [PATCH review 6/8] dcache: Only read d_flags once is d_is_dir
                    ` [PATCH review 7/8] mnt: Track when a directory escapes a bind mount
                    ` [PATCH review 8/8] vfs: Test for and handle paths that are unreachable from their mnt_root
        ` [PATCH review 5/6] "

Courier was unable to deliver the parcel, ID0000327210
 2015-08-15  3:00 UTC 

[PATCH 1/2] f2fs: increase the number of max hard links
 2015-08-14 23:22 UTC  (7+ messages)
` [PATCH 2/2] f2fs: skip checkpoint if there is no dirty segments
  ` [PATCH 2/2 v2] "
    ` [f2fs-dev] "
      ` [PATCH 2/2 v3] "
` [f2fs-dev] [PATCH 1/2] f2fs: increase the number of max hard links

[PATCH 1/2] f2fs: handle failed bio allocation
 2015-08-14 23:09 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid garbage collecting already moved node blocks

[PATCH 0/2] fix regression in direct I/O to pmem devices
 2015-08-14 20:55 UTC  (9+ messages)
` [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev
` [PATCH 2/2] blockdev: don't set S_DAX for misaligned partitions

regression introduced by "block: Add support for DAX reads/writes to block devices"
 2015-08-14 16:28 UTC  (24+ messages)

[PATCHv4 0/3] fs: add O_BENEATH flag to openat(2)
 2015-08-14 15:30 UTC  (9+ messages)
  ` [PATCHv4 1/3] "
` [PATCHv4 2/3] selftests: Add test of O_BENEATH & openat(2)
` [PATCHv4 man-pages 3/3] open.2: describe O_BENEATH flag

generic/04[89] fail on XFS due to change in writeback code [4.2-rc1 regression]
 2015-08-14 15:14 UTC  (8+ messages)
  ` [PATCH block/for-linus] writeback: fix syncing of I_DIRTY_TIME inodes

4.2: Can't mount sysfs in a mount ns & user ns
 2015-08-14 13:21 UTC  (5+ messages)
      ` [PATCH] kdbus: create /sys/fs/kdbus with sysfs_create_mount_point()

mmotm 2015-08-13-15-29 uploaded
 2015-08-13 22:29 UTC 

[PATCH-v3.14.y 0/8] Stable backport for dcache shrink list corruption
 2015-08-13 21:23 UTC  (9+ messages)
` [PATCH-v3.14.y 1/8] fold d_kill() and d_free()
` [PATCH-v3.14.y 2/8] fold try_prune_one_dentry()
` [PATCH-v3.14.y 3/8] new helper: dentry_free()
` [PATCH-v3.14.y 4/8] expand the call of dentry_lru_del() in dentry_kill()
` [PATCH-v3.14.y 5/8] dentry_kill(): don't try to remove from shrink list
` [PATCH-v3.14.y 6/8] don't remove from shrink list in select_collect()
` [PATCH-v3.14.y 7/8] more graceful recovery in umount_collect()
` [PATCH-v3.14.y 8/8] dcache: don't need rcu in shrink_dentry_list()

[PATCH v2 0/8] change sb_writers to use percpu_rw_semaphore
 2015-08-13 15:20 UTC  (26+ messages)
` [PATCH v2 1/8] introduce __sb_{acquire,release}_write() helpers
` [PATCH v2 2/8] fix the broken lockdep logic in __sb_start_write()
` [PATCH v2 3/8] document rwsem_release() in sb_wait_write()
` [PATCH v2 4/8] percpu-rwsem: introduce percpu_down_read_trylock()
` [PATCH v2 5/8] percpu-rwsem: introduce percpu_rwsem_release() and percpu_rwsem_acquire()
` [PATCH v2 6/8] percpu-rwsem: kill CONFIG_PERCPU_RWSEM
` [PATCH v2 7/8] shift percpu_counter_destroy() into destroy_super_work()
` [PATCH v2 8/8] change sb_writers to use percpu_rw_semaphore
` [PATCH v2 9/8] don't fool lockdep in freeze_super() and thaw_super() paths

[PATCH, RFC 0/2] Recover some scalability for DAX
 2015-08-13 11:30 UTC  (18+ messages)
` [PATCH, RFC 1/2] lib: Implement range locks
` [PATCH, RFC 2/2] dax: use range_lock instead of i_mmap_lock

[CFT][PATCH 0/10] Making new mounts of proc and sysfs as safe as bind mounts
 2015-08-12 21:05 UTC  (16+ messages)
` [CFT][PATCH 09/10] sysfs: Create mountpoints with sysfs_create_empty_dir
                              ` [PATCH] fs: Set the size of empty dirs to 0

[PATCH V1 Resend 07/10] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-12 18:28 UTC  (2+ messages)

[PATCH] f2fs: do not write any node pages related to orphan inodes
 2015-08-12 17:10 UTC  (3+ messages)
` [f2fs-dev] "
  ` [f2fs-dev] [PATCH v2] "

[PATCH v2 0/7] Initial support for user namespace owned mounts
 2015-08-12 15:54 UTC  (9+ messages)
` [PATCH v2 1/7] fs: Add user namesapace member to struct super_block
` [PATCH v2 2/7] userns: Simpilify MNT_NODEV handling
` [PATCH v2 3/7] fs: Verify access of user towards block device file when mounting
` [PATCH v2 4/7] fs: Limit file caps to the user namespace of the super block
` [PATCH v2 5/7] fs: Treat foreign mounts as nosuid
` [PATCH v2 6/7] Smack: Add support for unprivileged mounts from user namespaces
` [PATCH v2 7/7] selinux: "

fs: out of bounds on stack in iov_iter_advance
 2015-08-12 14:13 UTC 

[PATCH] MAINTAINERS: add myself as a dedicated reviewer of f2fs
 2015-08-12  9:47 UTC 

[PATCH] f2fs: do not assing a new segment for dio under space shortage
 2015-08-12  9:44 UTC  (2+ messages)

[PATCH v6 09/11] fs: use helper bio_add_page() instead of open coding on bi_io_vec
 2015-08-12  7:07 UTC 

[PATCH] f2fs: avoid a build warning
 2015-08-11 23:45 UTC 

[PATCH 3/4] f2fs: handle error of f2fs_iget correctly
 2015-08-11 18:35 UTC  (4+ messages)

[PATCH 0/4] change sb_writers to use percpu_rw_semaphore
 2015-08-11 13:29 UTC  (6+ messages)

Good News !! Please Respond Swiftly
 2015-08-11 11:57 UTC 

[RFC/PATCH] Generalize poll events from eventfd
 2015-08-11  7:54 UTC  (7+ messages)
` [PATCH] eventfd: implementation of EFD_MASK flag

[PATCH v7 0/5] Add initial configfs support for IIO
 2015-08-10 22:42 UTC  (6+ messages)
  ` [PATCH v7 1/5] configfs: Allow dynamic group (un)registration
` [PATCH v7 2/5] iio: core: Introduce IIO configfs support
` [PATCH v7 3/5] iio: core: Introduce IIO software triggers
` [PATCH v7 4/5] iio: trigger: Introduce IIO hrtimer based trigger
` [PATCH v7 5/5] iio: Documentation: Add IIO configfs documentation

[PATCH] fs: create and use seq_show_option for escaping
 2015-08-10 21:12 UTC  (3+ messages)

QUERY: kfree freeing an array
 2015-08-10 14:38 UTC  (3+ messages)

[FYI] tux3: Core changes
 2015-08-10 12:45 UTC  (11+ messages)

vfs: make mounts and mountstats honor root dir like mountinfo does
 2015-08-10 12:15 UTC 

[PATCH 0/9 v8] NFSD: Pin to vfsmount for nfsd exports cache
 2015-08-10 11:37 UTC  (4+ messages)
` [PATCH 9/9 v8] nfsd: Allows user un-mounting filesystem where nfsd exports base on
  ` [PATCH] fs-pin: allow pin_remove() to be called other than from ->kill()

[PATCH] fs: fix fs/locks.c kernel-doc warning
 2015-08-10 11:35 UTC  (2+ 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).