linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-16 00:23:51 to 2016-04-23 21:37:42 UTC [more...]

[PATCHSET v4 0/8] Make background writeback not suck
 2016-04-23 21:37 UTC  (13+ messages)
` [PATCH 1/8] block: add WRITE_BG
` [PATCH 2/8] writeback: add wbc_to_write_cmd()
` [PATCH 3/8] writeback: use WRITE_BG for kupdate and background writeback
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] writeback: increment page wait count when waiting
` [PATCH 6/8] block: add code to track actual device queue depth
` [PATCH 7/8] block: add scalable completion tracking of requests
` [PATCH 8/8] writeback: throttle buffered writeback

[PATCH v3 0/7] dax: handling media errors
 2016-04-23 19:13 UTC  (8+ messages)
` [PATCH v3 1/7] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v3 2/7] dax: fallback from pmd to pte on error
` [PATCH v3 3/7] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v3 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v3 5/7] dax: handle media errors in dax_do_io
` [PATCH v3 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v3 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[PATCH v2 0/5] dax: handling of media errors
 2016-04-23 18:08 UTC  (5+ messages)
` [PATCH v2 5/5] dax: handle media errors in dax_do_io

[PATCH v4 0/2] Align mmap address for DAX pmd mappings
 2016-04-23  0:21 UTC  (3+ messages)
` [PATCH v4 1/2] thp, dax: add thp_get_unmapped_area for "
` [PATCH v4 2/2] ext2/4, xfs, blk: call thp_get_unmapped_area() "

[PATCH] fs: add the FIGETFROZEN ioctl call
 2016-04-22 23:14 UTC  (10+ messages)

mmotm 2016-04-22-15-49 uploaded
 2016-04-22 22:49 UTC 

[PATCH] fs: reintroduce freezing nesting
 2016-04-22 21:54 UTC  (3+ messages)

[PATCH] btrfs: Switch to generic xattr handlers
 2016-04-22 20:36 UTC 

fs: GPF in locked_inode_to_wb_and_lock_list
 2016-04-22 18:55 UTC  (11+ messages)

HELLO DEAR
 2016-04-22 17:47 UTC 

[PATCH] ubifs: Switch to generic xattr handlers
 2016-04-22 17:14 UTC 

[PATCH v3 00/21] Support fuse mounts in user namespaces
 2016-04-22 15:38 UTC  (22+ messages)
` [PATCH v3 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v3 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v3 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v3 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v3 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v3 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v3 07/21] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v3 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v3 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v3 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v3 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v3 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v3 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v3 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v3 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v3 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v3 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v3 18/21] fuse: Add support for pid namespaces
` [PATCH v3 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v3 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v3 21/21] fuse: Allow user namespace mounts

[PATCH] fuse: Expose read from directory to userspace
 2016-04-22 13:23 UTC  (2+ messages)

[PATCH 1/2] jfs: Clean up xattr name mapping
 2016-04-22 12:43 UTC  (2+ messages)
` [PATCH 2/2] jfs: Switch to generic xattr handlers

[PATCH] cifs: Switch to generic xattr handlers
 2016-04-22 10:11 UTC 

[PATCH] binfmt_misc: Return a specific error in case of register failed
 2016-04-22  5:57 UTC 

[PATCH v3 0/2] Align mmap address for DAX pmd mappings
 2016-04-22  0:59 UTC  (14+ messages)
` [PATCH v3 1/2] dax: add dax_get_unmapped_area for "

i_wb_list corruption and possible race
 2016-04-21 18:48 UTC 

[patch] direct-io: propagate -ENOSPC errors
 2016-04-21 14:17 UTC  (4+ messages)

fat: changed filesystem dirty bit behavior
 2016-04-21 13:24 UTC  (2+ messages)

[PATCH v2] fs: define a string representation of the kernel_read_file_id enumeration
 2016-04-20 22:29 UTC  (2+ messages)

[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
 2016-04-20  8:31 UTC  (18+ messages)
` [PATCHv7 20/29] truncate: handle file thp
` [PATCHv7 21/29] mm, rmap: account shmem thp pages
` [PATCHv7 22/29] shmem: prepare huge= mount option and sysfs knob
` [PATCHv7 23/29] shmem: get_unmapped_area align huge page
` [PATCHv7 24/29] shmem: add huge pages support
` [PATCHv7 25/29] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv7 26/29] thp: update Documentation/vm/transhuge.txt
` [PATCHv7 27/29] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv7 28/29] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv7 29/29] khugepaged: add support of collapse for tmpfs/shmem pages

Umount failing due to a file leak on 3.18 Android
 2016-04-20  5:55 UTC  (4+ messages)

[PATCH v2] fs: add file_dentry()
 2016-04-20  5:07 UTC  (2+ messages)

Can getdents return zero inode numbers?
 2016-04-20  1:46 UTC  (4+ messages)

[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
 2016-04-20  1:35 UTC  (10+ messages)

[Patch resend v3 0/3] allow the creation of architecture emulation containers where the emulator binary is outside the container
 2016-04-19 20:01 UTC  (6+ messages)
` [Patch resend v3 1/3] fs: add filp_clone_open API
` [Patch resend v3 2/3] binfmt_misc: add persistent opened binary handler for containers
` [Patch resend v3 3/3] binfmt_misc: add F option description to documentation

[PATCH 0/7] IB/hfi1: Remove write() and use ioctl() for user access
 2016-04-19 18:40 UTC  (25+ messages)
` [PATCH 1/7] IB/hfi1: Export drivers user sw version via sysfs
` [PATCH 2/7] IB/hfi1: Remove unused user command

[RFC] Coredump rlimit semantics
 2016-04-19 18:01 UTC  (2+ messages)

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-04-19 15:19 UTC  (22+ messages)
` [PATCH 01/18] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 02/18] ext4: Fix race in transient ENOSPC detection
` [PATCH 03/18] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 04/18] dax: Remove complete_unwritten argument
` [PATCH 05/18] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 06/18] dax: Remove dead zeroing code from fault handlers
` [PATCH 07/18] ext4: Refactor direct IO code
` [PATCH 08/18] ext4: Pre-zero allocated blocks for DAX IO
` [PATCH 09/18] dax: Remove zeroing from dax_io()
` [PATCH 10/18] dax: Remove pointless writeback from dax_do_io()
` [PATCH 11/18] dax: Fix condition for filling of PMD holes
` [PATCH 12/18] dax: Remove redundant inode size checks
` [PATCH 13/18] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 14/18] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 15/18] dax: Allow DAX code to replace exceptional entries
` [PATCH 16/18] dax: New fault locking
` [PATCH 17/18] dax: Use radix tree entry lock to protect cow faults
` [PATCH 18/18] dax: Remove i_mmap_lock protection

fuse: use afer free reading/writing
 2016-04-19 14:08 UTC 

[PATCHSET][RFC][CFT] parallel lookups
 2016-04-18 20:45 UTC  (22+ messages)
` [PATCH 01/15] security_d_instantiate(): move to the point prior to attaching dentry to inode
` [PATCH 02/15] kernfs: use lookup_one_len_unlocked()
` [PATCH 03/15] configfs_detach_prep(): make sure that wait_mutex won't go away
` [PATCH 04/15] ocfs2: don't open-code inode_lock/inode_unlock
` [PATCH 05/15] orangefs: "
` [PATCH 06/15] reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()
` [PATCH 07/15] reconnect_one(): use lookup_one_len_unlocked()
` [PATCH 08/15] ovl_lookup_real(): "
` [PATCH 09/15] lookup_slow(): bugger off on IS_DEADDIR() from the very beginning
` [PATCH 10/15] __d_add(): don't drop/regain ->d_lock
` [PATCH 11/15] beginning of transition to parallel lookups - marking in-lookup dentries
` [PATCH 12/15] parallel lookups machinery, part 2
` [PATCH 13/15] parallel lookups machinery, part 3
` [PATCH 14/15] parallel lookups machinery, part 4 (and last)
` [PATCH 15/15] parallel lookups: actual switch to rwsem

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-18 16:30 UTC  (3+ messages)
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [dm-devel] "

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-04-18 16:04 UTC  (5+ messages)
` [PATCH 16/42] nilfs: set bi_op to REQ_OP
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support

generic RDMA READ/WRITE API V2
 2016-04-18 13:51 UTC  (5+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2

Reconsidering exportable UBIFS
 2016-04-18  9:04 UTC  (2+ messages)

binary execution from DAX mount hang since next-20160407
 2016-04-18  2:50 UTC  (3+ messages)

[PATCH 0/2] Add infrastructure to support vfs 64 bit timestamps
 2016-04-17 22:39 UTC  (3+ messages)
  ` [Y2038] "

[PATCH 0/3] writeback: minor tweaks
 2016-04-17 12:01 UTC  (5+ messages)
` [PATCH 1/3] writeback: propagate the various reasons for writeback


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