linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-15 12:24:37 to 2014-07-22 19:48:05 UTC [more...]

[PATCH v8 00/22] Support ext4 on NV-DIMMs
 2014-07-22 19:48 UTC  (18+ messages)
` [PATCH v8 01/22] Fix XIP fault vs truncate race
` [PATCH v8 02/22] Allow page fault handlers to perform the COW
` [PATCH v8 03/22] axonram: Fix bug in direct_access
` [PATCH v8 04/22] Change direct_access calling convention
` [PATCH v8 05/22] Add vm_replace_mixed()
` [PATCH v8 06/22] Introduce IS_DAX(inode)
` [PATCH v8 07/22] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v8 08/22] Replace XIP read and write with DAX I/O
` [PATCH v8 09/22] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v8 10/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v8 11/22] Replace xip_truncate_page with dax_truncate_page
` [PATCH v8 12/22] Replace XIP documentation with DAX documentation
` [PATCH v8 13/22] Remove get_xip_mem
` [PATCH v8 14/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v8 15/22] ext2: Remove ext2_use_xip
` [PATCH v8 16/22] ext2: Remove xip.c and xip.h
` [PATCH v8 17/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX

[PATCH 0/2] shmem: fix faulting into a hole while it's punched, take 3
 2014-07-22 18:42 UTC  (16+ messages)
` [PATCH 1/2] shmem: fix faulting into a hole, not taking i_mutex

VFS tree for 3.17?
 2014-07-22 16:47 UTC  (3+ messages)

[PATCH 1/3] FS-Cache: Timeout for releasepage()
 2014-07-22 15:51 UTC  (3+ messages)
` [PATCH 2/3] FS-Cache: Reduce cookie ref count if submit fails
` [PATCH 3/3] FS-Cache: refcount becomes corrupt under vma preasure

[PATCH 0/3] FS-Cache: Bug fixes for bugs that happen under vma pressure
 2014-07-22 15:49 UTC 

[ANNOUNCE] util-linux v2.25
 2014-07-22  9:56 UTC 

[PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area
 2014-07-22  9:38 UTC  (4+ messages)

[PATCH] fs/direct-io.c: Fix compilation warning for uninitialized variables
 2014-07-22  9:03 UTC  (16+ messages)
        ` direct-io: squelch maybe-uninitialized warning in do_direct_IO()
          ` [PATCH v2] "
              ` [PATCH v3] direct-io: fix uninitialized "

[PATCH 2/2] ext4: allocate buffer-cache for superblock in, non-movable area
 2014-07-22  5:22 UTC 

[PATCH 1/2] fs/buffer.c: allocate buffer cache from non-movable area
 2014-07-22  5:20 UTC 

[PATCH] CMA/HOTPLUG: clear buffer-head lru before page migration
 2014-07-22  1:04 UTC  (7+ messages)

[patch v2] fs: umount on symlinlk leaks mnt count
 2014-07-21 12:10 UTC  (5+ messages)
    ` [PATCH v3] fs: umount on symlink "
    ` [PATCH v4] "

fscache recursive hang -- similar to loopback NFS issues
 2014-07-21 11:42 UTC  (4+ messages)

hot data patch
 2014-07-21  2:50 UTC  (2+ messages)

testing result of loop-aio patchset on ext3
 2014-07-21  2:34 UTC  (7+ messages)

[PATCH 0/9] fs.h/dlm: Neatening and argument removals
 2014-07-20 18:23 UTC  (8+ messages)
` [PATCH 1/9] fs.h: Remove unnecessary extern prototypes
` [PATCH 2/9] fs.h: Whitespace neatening
` [PATCH 3/9] fs.h: A few more whitespace neatenings
` [PATCH 4/9] fs.h: Add argument names to struct file_lock_operations (*funcs)
` [PATCH 5/9] fs.h: Add member argument descriptions to lock_manager_operations
` [PATCH 7/9] dlm: fs: Remove unused conf from lm_grant
  ` [PATCH 9/9] fs: dlm: lockd: Convert int result to unsigned char type

[PATCH v4 0/6] File Sealing & memfd_create()
 2014-07-20 17:34 UTC  (7+ messages)
` [PATCH v4 1/6] mm: allow drivers to prevent new writable mappings
` [PATCH v4 2/6] shm: add sealing API
` [PATCH v4 3/6] shm: add memfd_create() syscall
` [PATCH v4 4/6] selftests: add memfd_create() + sealing tests
` [PATCH v4 5/6] selftests: add memfd/sealing page-pinning tests
` [PATCH v4 6/6] shm: wait for pins to be released when sealing

[patch] fs: umount on symlinlk leaks mnt count
 2014-07-20  5:47 UTC 

[PATCH v6 00/11] VFS hot tracking
 2014-07-20  0:02 UTC  (7+ messages)
  ` The VFS hot tracking debacle

dummy file read periodically for external USB Hard Disk
 2014-07-19 21:19 UTC  (11+ messages)

[PATCH v3 0/7] File Sealing & memfd_create()
 2014-07-19 16:40 UTC  (22+ messages)
` [PATCH v3 1/7] mm: allow drivers to prevent new writable mappings
` [PATCH v3 2/7] shm: add sealing API
` [PATCH v3 3/7] shm: add memfd_create() syscall
` [PATCH v3 4/7] selftests: add memfd_create() + sealing tests
` [PATCH v3 5/7] selftests: add memfd/sealing page-pinning tests
` [RFC v3 6/7] shm: wait for pins to be released when sealing
` [RFC v3 7/7] shm: isolate pinned pages when sealing files

[PATCH 1/1] hfsplus: skip unnecessary volume header sync
 2014-07-19 12:18 UTC  (11+ messages)

[PATCH 0/2] fallocate(2) related cleanups
 2014-07-18 12:33 UTC  (11+ messages)
` [PATCH 1/2] Remove misleading comment in do_fallocate()
      ` Fwd: "
` [PATCH 2/2] Remove redundant inode mode checks for ceph & ext4

Fw: ls -l /proc/1/exe -> Permission denied
 2014-07-18 11:29 UTC 

[PATCH 3/3] ext4: Add support IOC_MOV_DATA ioctl
 2014-07-18 10:38 UTC  (5+ messages)

After unlinking a large file on ext4, the process stalls for a long time
 2014-07-18  9:29 UTC  (13+ messages)

[PATCH] block_dev: implement readpages() to optimize sequential read
 2014-07-17 23:14 UTC  (3+ messages)

[RFC v2 0/2] vfs / btrfs: add support for ustat()
 2014-07-17 17:49 UTC  (5+ messages)
` [RFC v2 1/2] fs/super.c: add new super block sub devices super_block_dev
` [RFC v2 2/2] btrfs: use the new VFS super_block_dev

[PATCH 0/1] hfsplus: skip unnecessary volume header sync
 2014-07-17 16:30 UTC 

[PATCH] NFS: nfs4_lookup_revalidate need to report STALE inodes
 2014-07-17 14:41 UTC  (3+ messages)

Kindly consider my proposal
 2014-07-17  5:50 UTC 

[PATCH 0/4 v3] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2014-07-17  6:07 UTC  (5+ messages)
` [PATCH 2/4 v3] fiemap: add "

2014 FINANCIAL AID
 2014-07-17  1:43 UTC 

mmotm 2014-07-16-16-53 uploaded
 2014-07-16 23:54 UTC 

[RFC 0/2] vfs / btrfs: add support for ustat()
 2014-07-16 21:34 UTC  (6+ messages)
` [RFC 1/2] fs/super.c: add new super block sub devices super_block_dev
` [RFC 2/2] btrfs: use the new VFS super_block_dev

[PATCH] simple_xattr: permit 0-size extended attributes
 2014-07-16 20:14 UTC 

IMA: kernel reading files opened with O_DIRECT
 2014-07-16 12:48 UTC  (7+ messages)

[PATCH v1 0/3] fixes for missing security.ima on new empty files
 2014-07-16 11:37 UTC  (11+ messages)
` [PATCH v1 1/3] ima: provide flag to identify "
    ` [Linux-ima-devel] "
` [PATCH v1 2/3] evm: skip integrity verification for newly created files
` [PATCH v1 3/3] ima: pass 'opened' flag to identify "

Additional performance data on Pavel's smb3 multi credit patch series
 2014-07-16  4:06 UTC  (2+ messages)

fs: use after free in /proc/pid/mountinfo
 2014-07-15 23:01 UTC  (11+ messages)

[GIT PULL] Quota fix for 3.16-rc5
 2014-07-15 20:57 UTC 

[PATCH 3.15 1/2] f2fs: adjust free mem size to flush dentry blocks
 2014-07-15 17:57 UTC  (4+ messages)
` [PATCH 3.15 2/2] f2fs: check bdi->dirty_exceeded when trying to skip data writes

new mailing list for union/overlay filesystems?
 2014-07-15 15:49 UTC  (5+ messages)

Fiemap inconsistent behaviour when file offset range isn't on a block boundary
 2014-07-15 14:26 UTC  (4+ messages)

[GIT PULL] fuse fixes for 3.16
 2014-07-15 12:24 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).