messages from 2016-04-22 17:54:54 to 2016-04-28 21:16:54 UTC [more...]
[PATCH v4 0/7] dax: handling media errors
2016-04-28 21:16 UTC (4+ messages)
` [PATCH v4 1/7] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v4 2/7] dax: fallback from pmd to pte on error
` [PATCH v4 3/7] dax: enable dax in the presence of known media errors (badblocks)
[PATCHSET v5] Make background writeback great again for the first time
2016-04-28 19:03 UTC (23+ 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] block: add code to track actual device queue depth
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] wbt: add general throttling mechanism
` [PATCH 8/8] writeback: throttle buffered writeback
[PATCH] udf: Export superblock magic to userspace
2016-04-28 8:46 UTC
[PATCH 0/2] scop GFP_NOFS api
2016-04-28 8:17 UTC (17+ messages)
` [PATCH 1/2] mm: add PF_MEMALLOC_NOFS
` [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
[PATCH v3 1/3] fs: direct-io: handle error in dio_end_io()
2016-04-28 1:09 UTC (2+ messages)
` [PATCH v3 2/3] fs: direct-io: call .bi_end_io via bio_endio()
[PATCH v3 0/3] block: avoid to call .bi_end_io() recursively
2016-04-28 1:09 UTC
mmotm 2016-04-27-15-21 uploaded
2016-04-27 22:21 UTC
[PATCH 1/2] jfs: Clean up xattr name mapping
2016-04-27 19:46 UTC (6+ messages)
[RFC] a corner case of open(2)
2016-04-27 19:29 UTC (10+ messages)
` another patch in #for-linus (was Re: [RFC] a corner case of open(2))
[PATCH 1/7] f2fs: avoid needless lock for node pages when fsyncing a file
2016-04-27 17:40 UTC (11+ messages)
` [PATCH 2/7] f2fs: avoid writing 0'th page in volatile writes
` [PATCH 3/7] f2fs: split sync_node_pages with fsync_node_pages
` [PATCH 4/7] f2fs: report unwritten status in fsync_node_pages
` [PATCH 5/7] f2fs: set fsync mark only for the last dnode
` [PATCH 6/7] f2fs: issue cache flush on direct IO
` [PATCH 7/7] f2fs: should check the remaining dentry bits
` [PATCH v2 "
` [f2fs-dev] [PATCH "
` [f2fs-dev] [PATCH 1/7] f2fs: avoid needless lock for node pages when fsyncing a file
[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
2016-04-27 15:48 UTC (8+ messages)
[PATCH] fsnotify: Avoid spurious EMFILE errors from inotify_init()
2016-04-27 12:30 UTC (2+ messages)
[PATCH v2] fs: add file_dentry()
2016-04-27 10:11 UTC (3+ messages)
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-04-27 7:22 UTC (23+ messages)
` [PATCH v4 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v4 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v4 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v4 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v4 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v4 07/21] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v4 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v4 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v4 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v4 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v4 21/21] fuse: Allow user namespace mounts
[PATCH 00/19] Radix tree cleanups
2016-04-27 5:43 UTC (3+ messages)
` [PATCH 02/19] radix-tree: Miscellaneous fixes
[RFC v3] [PATCH 0/18] DAX page fault locking
2016-04-27 4:27 UTC (3+ messages)
` [PATCH 16/18] dax: New "
[PATCH v2 2/3] fs: direct-io: call .bi_end_io via bio_endio()
2016-04-27 3:51 UTC
[PATCH v2 1/3] fs: direct-io: handle error in dio_end_io()
2016-04-27 3:51 UTC
[PATCH v2 0/3] block: avoid to call .bi_end_io() recursively
2016-04-27 3:50 UTC
O_DIRECT as a hint, was: Re: [PATCH] ext4: refuse O_DIRECT opens for mode where DIO doesn't work
2016-04-27 3:37 UTC (8+ messages)
[PATCH v3 00/21] Support fuse mounts in user namespaces
2016-04-25 20:54 UTC (6+ messages)
` [PATCH v3 03/21] fs: Allow sysfs and cgroupfs to share super blocks between "
` [PATCH v3 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
[PATCH] ubifs: Switch to generic xattr handlers
2016-04-26 19:43 UTC (2+ messages)
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-04-26 19:30 UTC (11+ messages)
` [PATCH v4 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v4 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v4 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v4 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
[PATCH v2 0/5] dax: handling of media errors
2016-04-26 17:16 UTC (26+ messages)
` [PATCH v2 5/5] dax: handle media errors in dax_do_io
[PATCH 0/2] Add infrastructure to support vfs 64 bit timestamps
2016-04-26 16:15 UTC (3+ messages)
[PATCHSET v4 0/8] Make background writeback not suck
2016-04-26 15:07 UTC (8+ messages)
` [PATCH 8/8] writeback: throttle buffered writeback
[vfs:work.lookups 32/34] fs/cifs/readdir.c:133:28: error: expected ';' before ':' token
2016-04-26 4:59 UTC
[PATCH] ext4 crypto: migrate into vfs's crypto engine
2016-04-26 0:15 UTC
generic RDMA READ/WRITE API V2
2016-04-25 17:35 UTC (7+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2
[RFC 2/3] x86/coredump: use core regs, rather that TIF_IA32 flag
2016-04-25 16:51 UTC (2+ messages)
[PATCH v4 0/2] Align mmap address for DAX pmd mappings
2016-04-25 16:06 UTC (5+ 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] btrfs: Switch to generic xattr handlers
2016-04-25 12:28 UTC (2+ messages)
add RWF_(D)SYNC flag to preadv2/pwritev2 V2
2016-04-25 11:48 UTC (2+ messages)
[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
2016-04-25 8:07 UTC (11+ messages)
parallel lookups on NFS
2016-04-24 20:51 UTC (4+ messages)
[PATCHSET][RFC][CFT] parallel lookups
2016-04-24 19:21 UTC (4+ messages)
` [PATCH 10/15] __d_add(): don't drop/regain ->d_lock
[PATCH] fuse: Expose read from directory to userspace
2016-04-24 4:57 UTC (3+ messages)
[PATCH 00/42] v6: separate operations from flags in the bio/request structs
2016-04-23 23:26 UTC (3+ messages)
` [PATCH 23/42] md/raid: set bi_op to REQ_OP
` [dm-devel] "
[PATCH 23/42] md/raid: set bi_op to REQ_OP
2016-04-23 23:05 UTC (2+ messages)
` [PATCH] RAID Cleanup for bio-split
[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] fs: add the FIGETFROZEN ioctl call
2016-04-22 23:14 UTC (6+ 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)
fs: GPF in locked_inode_to_wb_and_lock_list
2016-04-22 18:55 UTC (7+ messages)
HELLO DEAR
2016-04-22 17:47 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).