linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-10 14:23:41 to 2014-10-16 13:00:16 UTC [more...]

[PATCH v11 00/21] Add support for NV-DIMMs to ext4
 2014-10-16 13:00 UTC  (42+ messages)
` [PATCH v11 01/21] axonram: Fix bug in direct_access
` [PATCH v11 02/21] block: Change direct_access calling convention
` [PATCH v11 03/21] mm: Fix XIP fault vs truncate race
` [PATCH v11 04/21] mm: Allow page fault handlers to perform the COW
` [PATCH v11 05/21] vfs,ext2: Introduce IS_DAX(inode)
` [PATCH v11 07/21] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v11 08/21] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v11 09/21] dax,ext2: Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v11 10/21] dax,ext2: Replace xip_truncate_page with dax_truncate_page
` [PATCH v11 11/21] dax: Replace XIP documentation with DAX documentation
` [PATCH v11 12/21] vfs: Remove get_xip_mem
` [PATCH v11 13/21] ext2: Remove ext2_xip_verify_sb()
` [PATCH v11 14/21] ext2: Remove ext2_use_xip
` [PATCH v11 15/21] ext2: Remove xip.c and xip.h
` [PATCH v11 16/21] vfs,ext2: Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v11 17/21] ext2: Remove ext2_aops_xip
` [PATCH v11 18/21] ext2: Get rid of most mentions of XIP in ext2
` [PATCH v11 19/21] dax: Add dax_zero_page_range
` [PATCH v11 20/21] ext4: Add DAX functionality
` [PATCH v11 21/21] brd: Rename XIP to DAX

[PATCH] ntfs: add code to make FIBMAP ioctl work
 2014-10-16 11:37 UTC  (3+ messages)

[vfs] WARNING: CPU: 3 PID: 2339 at mm/truncate.c:758 pagecache_isize_extended+0xdd/0x120()
 2014-10-16 11:01 UTC  (2+ messages)

mmotm 2014-10-15-16-57 uploaded
 2014-10-16 10:45 UTC  (2+ messages)
` since-3.17 branch opened for mm git tree (was: Re: mmotm 2014-10-15-16-57 uploaded)

[PATCH v3] fs: Treat foreign mounts as nosuid
 2014-10-16 10:14 UTC  (2+ messages)

[PATCHv9 0/5] Getting rid of get_unused_fd()
 2014-10-16  9:10 UTC  (8+ messages)
` [PATCHv9 1/5] ia64: trivial: replace get_unused_fd() by get_unused_fd_flags(0)
` [PATCHv9 2/5] ppc/cell: "
` [PATCHv9 3/5] binfmt_misc: "
` [PATCHv9 4/5] file: "
` [PATCHv9 5/5] file: remove get_unused_fd() macro

[PATCH v4 0/5] fuse: Add support for mounts from pid/user namespaces
 2014-10-15 23:24 UTC  (26+ messages)
` [PATCH v4 2/5] fuse: Support fuse filesystems outside of init_user_ns
  ` [PATCH v4 1/5] fuse: Add support for pid namespaces
  ` [PATCH v4 3/5] fuse: Restrict allow_other to uids already controlled by the user
  ` [PATCH v4 4/5] fuse: Support privileged xattrs only with a mount option
    ` [fuse-devel] "
` [PATCH v4 5/5] fuse: Allow user namespace mounts

(unknown),
 2014-10-15 15:01 UTC 

BLKZEROOUT + pread should return zeroes, right?
 2014-10-15 12:09 UTC  (13+ messages)

[PATCH v2] fs: Treat foreign mounts as nosuid
 2014-10-14 23:31 UTC 

[PATCH] vfs: remove unneeded hlist_unhashed check from get_active_super
 2014-10-14 23:05 UTC  (5+ messages)

[PATCH] fs: Treat non-ancestor-namespace mounts as MNT_NOSUID
 2014-10-14 22:47 UTC  (10+ messages)

[PATCH 1/1] fallocate: create FAN_MODIFY and IN_MODIFY events
 2014-10-14 22:43 UTC  (6+ messages)

[ANNOUNCE] xfstests: master branch updated to 481c28f
 2014-10-14 21:00 UTC 

[PATCH] mnt: Prevent pivot_root from creating a loop in the mount tree
 2014-10-14 20:44 UTC  (5+ messages)

[RFC v3] Unicode/UTF-8 support for XFS
 2014-10-14 15:34 UTC  (9+ messages)
` [PATCH 05/16] xfs: return the first match during case-insensitive lookup
` [PATCH 08/16] xfs: change interface of xfs_nameops.hashname

[PATCH 1/3] fs: fcntl add set_flags wrapper
 2014-10-14 15:30 UTC  (5+ messages)
` [PATCH 2/3] fs: add fadvise file_operation
` [PATCH 3/3] ecryptfs: add fadvise/set_flags calbacks

[PATCH] fs: Add a missing permission check to do_umount
 2014-10-14 14:26 UTC  (4+ messages)

[PATCH 4/4] ext4: Add fdatasync scalability optimization
 2014-10-14 11:35 UTC 

stuck at mutex_lock_killable in interate_dir
 2014-10-14  8:00 UTC 

[PATCH v5 1/5] fat: add i_disksize to represent uninitialized size
 2014-10-14  3:50 UTC  (3+ messages)

[RFC] dealing with proc_ns_follow_link() and "namespace" dentries
 2014-10-14  0:41 UTC  (3+ messages)

[PATCH v1 0/7] Huge page support for DAX
 2014-10-13 20:36 UTC  (11+ messages)
` [PATCH v1 2/7] mm: Prepare for DAX huge pages
` [PATCH v1 5/7] dax: Add huge page fault support

Intentionally corrupted vfat fs causing BUG
 2014-10-13 14:36 UTC  (11+ messages)

WTF is d_add_ci() doing with negative dentries?
 2014-10-13  9:16 UTC  (4+ messages)

direct_access, pinning and truncation
 2014-10-13  1:19 UTC  (6+ messages)

[git pull] vfs.git pile 1
 2014-10-12 23:23 UTC 

[PATCH 1/5] fs/anon_inodes.c: Remove unnecessary IS_ERR(anon_inode_inode)
 2014-10-12 22:51 UTC  (7+ messages)
` [PATCH 2/5] fs/anon_inodes.c: Simplify control flow in anon_inode_getfd()
` [PATCH 3/5] fs/anon_inodes.c: Mark anon_inode_inode __read_mostly
` [PATCH 4/5] fs/anon_inodes.c: Remove unneeded #includes
` [PATCH 5/5] fs/anon_inodes.c: Remove incorrect information in comment

[PATCH] fs/file_table.c: Update alloc_file() comment
 2014-10-12 19:29 UTC 

[PATCH 0/12 v2] Moving i_dquot out of struct inode
 2014-10-12 18:53 UTC  (20+ messages)
` [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 02/12] gfs2: Set allowed quota types
` [PATCH 03/12] xfs: "
` [PATCH 04/12] fs: Generic infrastructure for optional inode fields
` [PATCH 05/12] quota: Use optional inode field for i_dquot pointers
` [PATCH 06/12] ext2: Convert to private i_dquot field
` [PATCH 07/12] ext3: "
` [PATCH 08/12] ext4: "
` [PATCH 09/12] ocfs2: "
` [PATCH 10/12] reiserfs: "
` [PATCH 11/12] jfs: "
` [PATCH 12/12] vfs: Remove i_dquot field from inode

[PATCH] vfs: Deduplicate code shared by xattr system calls operating on paths
 2014-10-12 17:03 UTC  (2+ messages)

how does one figure out I/O bottlenecks between 2 version of the kernel?
 2014-10-12 11:30 UTC 

fs/namei.c: Misuse of sequence counts?
 2014-10-12  5:08 UTC  (9+ messages)

hfsplus: invalid memory access in hfsplus_brec_lenoff
 2014-10-12  3:46 UTC  (2+ messages)

[PATCH 1/3] f2fs: introduce cp_control structure
 2014-10-11 13:11 UTC  (3+ messages)
` [PATCH 3/3] f2fs: refactor flush_nat_entries to remove costly reorganizing ops

[PATCH 0/1] fsnotify: next_i is freed during
 2014-10-10 17:26 UTC  (2+ messages)
  ` [PATCH 1/1] fsnotify: next_i is freed during fsnotify_unmount_inodes

[PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
 2014-10-10 15:32 UTC  (18+ messages)
` [PATCH] block: free q->flush_rq in blk_init_allocated_queue error paths
` [PATCH] block: Make rq_affinity = 1 work as expected
` [PATCH] ext3: Speedup WB_SYNC_ALL pass
` [PATCH] ext4: Fix zeroing of page during writeback
` [PATCH 1/2] jbd2: Avoid pointless scanning of checkpoint lists
` [PATCH] mm: Fixup pagecache_isize_extended() definitions for !CONFIG_MMU
` [PATCH] udf: Avoid infinite loop when processing indirect ICBs
` [PATCH] writeback: plug writeback at a high level
` [PATCH] x86: Fixup lockdep complaint caused by io apic code
` [PATCH 2/2 RESEND] bdi: Avoid oops on device removal
` [PATCH 2/2] ext3: Don't check quota format when there are no quota files
` [PATCH 2/2] ext4: Fix hole punching for files with indirect blocks
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize
` [PATCH 2/2] jbd2: Simplify calling convention around __jbd2_journal_clean_checkpoint_list
` [PATCH 2/2] printk: Debug patch 2

Sorry for patch spam!
 2014-10-10 14:53 UTC 


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