linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-06 00:25:14 to 2016-05-11 13:20:10 UTC [more...]

[PATCH v4 0/6] Add alignment check for DAX mount
 2016-05-11 13:20 UTC  (11+ messages)
` [PATCH v4 1/6] block: Add vfs_msg() interface
` [PATCH v4 2/6] block: Add bdev_dax_supported() for dax mount checks
` [PATCH v4 3/6] ext4: Add alignment check for DAX mount
` [PATCH v4 4/6] ext2: "
` [PATCH v4 5/6] xfs: "
` [PATCH v4 6/6] block: Update blkdev_dax_capable() for consistency

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-05-11 12:26 UTC  (12+ messages)

[PATCH] Fix bss mapping for the interpreter in binfmt_elf
 2016-05-11 10:37 UTC 

[PATCH 0/7 v4] DAX cleanups and fixes
 2016-05-11  9:58 UTC  (8+ messages)
` [PATCH 1/7] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 2/7] dax: Remove complete_unwritten argument
` [PATCH 3/7] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 4/7] dax: Remove dead zeroing code from fault handlers
` [PATCH 5/7] dax: Remove zeroing from dax_io()
` [PATCH 6/7] dax: Remove pointless writeback from dax_do_io()
` [PATCH 7/7] dax: Remove redundant inode size checks

[PATCH 0/4] ext4: DAX fixes
 2016-05-11  9:39 UTC  (5+ messages)
` [PATCH 1/4] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 2/4] ext4: Fix race in transient ENOSPC detection
` [PATCH 3/4] ext4: Refactor direct IO code
` [PATCH 4/4] ext4: Pre-zero allocated blocks for DAX IO

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-05-11  9:19 UTC  (13+ messages)
` [PATCH 16/18] dax: New "

generic RDMA READ/WRITE API V2
 2016-05-11  8:55 UTC  (11+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2
` [PATCH 4/6] vfs: add the RWF_HIPRI flag for preadv2/pwritev2

[PATCH v6 0/5] dax: handling media errors (clear-on-zero only)
 2016-05-11  8:15 UTC  (9+ messages)
` [PATCH v6 1/5] dax: fallback from pmd to pte on error
` [PATCH v6 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v6 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v6 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v6 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[GIT PULL] overlayfs fixes for 4.6-rc7
 2016-05-11  8:11 UTC  (6+ messages)

[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
 2016-05-11  7:07 UTC  (14+ messages)
                              `  "

[RFC v2 PATCH 0/8] VFS:userns: support portable root filesystems
 2016-05-11  3:47 UTC  (17+ messages)

mmotm 2016-05-10-16-31 uploaded
 2016-05-10 23:31 UTC 

[PATCH v2 1/2] direct-io: cleanup get_more_blocks()
 2016-05-10 17:38 UTC  (3+ messages)
` [PATCH v2 2/2] direct-io: fix stale data exposure from concurrent buffered read

[PATCH v21 00/22] Richacls
 2016-05-10 15:55 UTC  (27+ messages)
` [PATCH v21 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v21 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v21 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v21 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v21 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v21 06/22] richacl: In-memory representation and helper functions
` [PATCH v21 07/22] richacl: Permission mapping functions
` [PATCH v21 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v21 09/22] richacl: Permission check algorithm
` [PATCH v21 10/22] posix_acl: Improve xattr fixup code
` [PATCH v21 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v21 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v21 13/22] vfs: Cache richacl in struct inode
` [PATCH v21 14/22] richacl: Update the file masks in chmod()
` [PATCH v21 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v21 16/22] richacl: Create-time inheritance
` [PATCH v21 17/22] richacl: Automatic Inheritance
` [PATCH v21 18/22] richacl: xattr mapping functions
` [PATCH v21 19/22] richacl: Add richacl xattr handler
` [PATCH v21 20/22] vfs: Add richacl permission checking
` [PATCH v21 21/22] ext4: Add richacl support
` [PATCH v21 22/22] ext4: Add richacl feature flag

[PATCH v5 0/5] dax: handling media errors (clear-on-zero only)
 2016-05-10 14:29 UTC  (14+ messages)
` [PATCH v5 1/5] dax: fallback from pmd to pte on error
` [PATCH v5 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v5 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v5 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v5 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[PATCH 1/6] statx: Add a system call to make enhanced file info available
 2016-05-10 13:21 UTC  (32+ messages)
` [RFC][PATCH 0/6] Enhanced file stat system call
  ` [PATCH 3/6] statx: Ext4: Return enhanced file attributes
  ` [PATCH 5/6] statx: Make windows attributes available for CIFS, NTFS and FAT to use

mmotm 2016-05-05-17-19 uploaded
 2016-05-10  8:42 UTC  (2+ messages)

[GIT PULL (resend) ] overlayfs fixes for 4.6-rc7
 2016-05-10  8:34 UTC 

[PATCH v3 0/5] Add alignment check for DAX mount
 2016-05-09 22:50 UTC  (19+ messages)
` [PATCH v3 1/5] block: Add vfs_msg() interface
` [PATCH v3 2/5] block: Add bdev_supports_dax() for dax mount checks
` [PATCH v3 3/5] ext4: Add alignment check for DAX mount
` [PATCH v3 4/5] ext2: "
` [PATCH v3 5/5] xfs: "

[PATCH] VFS: pass the flag setting by fcntl() to vfs
 2016-05-09 18:39 UTC  (5+ messages)

[PATCH] direct-io: fix stale data exposure from concurrent buffered read
 2016-05-09 13:55 UTC  (6+ messages)

[PATCH 01/11] f2fs: introduce macros for proc entries
 2016-05-09 12:00 UTC  (3+ messages)
` [PATCH 05/11] f2fs: add mount option to select fault injection ratio
  ` [f2fs-dev] "

[Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260
 2016-05-09 11:37 UTC  (10+ messages)

iomap infrastructure and multipage writes V4
 2016-05-09  8:47 UTC  (16+ messages)
` [PATCH 01/15] dax: export a low-level __dax_zero_page_range helper
` [PATCH 02/15] fs: move struct iomap from exportfs.h to a separate header
` [PATCH 03/15] fs: introduce iomap infrastructure
` [PATCH 04/15] fs: support DAX based iomap zeroing
` [PATCH 05/15] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 06/15] xfs: reorder zeroing and flushing sequence in truncate
` [PATCH 07/15] xfs: implement iomap based buffered write path
` [PATCH 08/15] xfs: remove buffered write support from __xfs_get_blocks
` [PATCH 09/15] fs: iomap based fiemap implementation
` [PATCH 10/15] xfs: use iomap "
` [PATCH 11/15] xfs: use iomap infrastructure for DAX zeroing
` [PATCH 12/15] xfs: handle 64-bit length in xfs_iozero
` [PATCH 13/15] xfs: use xfs_zero_range in xfs_zero_eof
` [PATCH 14/15] xfs: split xfs_free_file_space in manageable pieces
` [PATCH 15/15] xfs: kill xfs_zero_remaining_bytes

Reconsidering exportable UBIFS
 2016-05-09  5:03 UTC  (4+ messages)

[PATCH] fix infoleak in fcntl
 2016-05-08 21:01 UTC 

[PATCH] mount -o noexdev
 2016-05-08 19:46 UTC  (2+ messages)

[PATCH v4 0/7] dax: handling media errors
 2016-05-08 18:42 UTC  (11+ messages)
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io

[PATCH] fix infoleak in fcntl
 2016-05-08 12:58 UTC  (3+ messages)

[PATCH] ext4 crypto: migrate into vfs's crypto engine
 2016-05-07 18:52 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 1/2] f2fs: read node blocks ahead when truncating blocks
 2016-05-07 17:45 UTC  (2+ messages)
` [PATCH 2/2] f2fs: do not preallocate block unaligned to 4KB

[Y2038] [RESEND PATCH 2/3] fs: poll/select/recvmmsg: use timespec64 for timeout events
 2016-05-06 19:45 UTC  (4+ messages)

[PATCH] FUSE: implement the check_flags operation
 2016-05-06 19:30 UTC 

Q: BUG_ON __GFP_HIGHMEM
 2016-05-06 15:10 UTC  (2+ messages)
` Q: BUG_ON __GFP_HIGHMEM [FIXED!]

[PATCH 0/2] scop GFP_NOFS api
 2016-05-06  3:20 UTC  (6+ 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).