linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-22 06:42:05 to 2014-10-30 18:20:10 UTC [more...]

[GIT PULL] Quota and ext3 fixes for 3.18-rc3
 2014-10-30 18:20 UTC 

[v5 0/5] quota: add project quota support for ext4
 2014-10-30 16:51 UTC  (15+ messages)
  ` [v5 1/5] Adds general codes to enforces project quota limits
  ` [v5 2/5] Adds project ID support for ext4
  ` [v5 3/5] Adds project quota "
  ` [v5 4/5] Adds ioctl interface support for ext4 project
` [v5 5/5] Adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support for ext4

IOCB_CMD_SPLICE?
 2014-10-30 16:40 UTC 

[PATCH] Overlayfs: ovl_fill_merge() should use container_of() rather than direct cast
 2014-10-30 16:37 UTC  (4+ messages)

[PATCH] overlay: typographical corrections to documentation
 2014-10-30 16:05 UTC 

Progress on system crash traces with LTTng using DAX and pmem
 2014-10-30 15:11 UTC  (5+ messages)

Attn:
 2014-10-29 21:47 UTC 

Attn:
 2014-10-29 20:43 UTC 

[RFC PATCH] fs: allow open(dir, O_TMPFILE|..., 0) with mode 0
 2014-10-30  9:08 UTC 

mmotm 2014-10-29-14-19 uploaded
 2014-10-30  9:02 UTC  (4+ messages)

Attn:
 2014-10-29 21:54 UTC 

[PATCH] fat: fix data past EOF resulting from fsx testsuite
 2014-10-30  5:04 UTC 

[PATCH] tmpfs: truncate prealloc blocks past i_size
 2014-10-29 17:10 UTC 

[PATCH 1/4] f2fs: call write_checkpoint under disabled gc
 2014-10-29  5:05 UTC  (4+ messages)
` [PATCH 2/4] f2fs: flush_dcache_page for inline data
` [PATCH 3/4] f2fs: do not discard data protected by the previous checkpoint
` [PATCH 4/4] f2fs: revisit inline_data to avoid data races and potential bugs

[GIT PULL] overlay filesystem v25
 2014-10-28 23:25 UTC  (16+ messages)

[PATCH 1/2] binfmt_misc: add comments & debug logs
 2014-10-28 23:25 UTC  (6+ messages)
` [PATCH 1/2 v2] "

[PATCH RESEND] mm: Remove false WARN_ON from pagecache_isize_extended()
 2014-10-28 21:26 UTC  (2+ messages)

[PATCH] umount.2: Correct the description of MNT_DETACH
 2014-10-28 17:33 UTC  (7+ messages)
          ` [PATCH] umount.2: Document the effect of shared subtrees on umount

[PATCH 0/7] seq_printf cleanups
 2014-10-28 15:51 UTC  (7+ messages)
  ` [PATCH 5/7] fs: Convert show_fdinfo functions to void

[PATCH] fs: don't remove inotify watchers from alive inode-s (v3)
 2014-10-28 10:49 UTC  (2+ messages)

[vfs] WARNING: CPU: 3 PID: 2339 at mm/truncate.c:758 pagecache_isize_extended+0xdd/0x120()
 2014-10-28  1:14 UTC  (6+ messages)

[PATCH 0/4] vfs: Non-blockling buffered fs read (page cache only)
 2014-10-27 19:09 UTC  (19+ messages)
` [PATCH 1/4] vfs: Prepare for adding a new preadv/pwritev with user flags
` [PATCH 2/4] vfs: Define new syscalls preadv2,pwritev2
` [PATCH 3/4] vfs: Export new vector IO syscalls (with flags) to userland
` [PATCH 4/4] vfs: RWF_NONBLOCK flag for preadv2

[PATCH v4 0/1] vfs: Respect MS_RDONLY at bind mount creation
 2014-10-27 18:43 UTC  (2+ messages)
` [PATCH v4 1/1] "

Locking problem in overlayfs
 2014-10-27 15:44 UTC  (5+ messages)

overlay filesystem
 2014-10-27 13:54 UTC 

[PATCH] ovl: fix check for cursor
 2014-10-27 12:48 UTC  (2+ messages)

fs: lockup on rename_mutex in fs/dcache.c:1035
 2014-10-26 23:42 UTC  (11+ messages)

[PATCH][try6] VFS: new want_holesize and got_holesize buffer_head flags for fiemap
 2014-10-26 21:41 UTC  (7+ messages)
  ` [Cluster-devel] "

Race condition in btrfs_releasepage?
 2014-10-26 18:07 UTC 

[git pull] vfs.git
 2014-10-26  3:04 UTC 

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

[ANNOUNCE] util-linux v2.25.2
 2014-10-24 13:19 UTC 

Payment
 2014-10-24 11:59 UTC 

[PATCH linux-next] fs/proc: use rb_entry_safe() instead of rb_entry()
 2014-10-24 12:05 UTC 

[PATCH] VFS: Rename do_fallocate() to vfs_fallocate()
 2014-10-24  6:48 UTC  (4+ messages)

[PATCH] f2fs: revisit inline_data to avoid data races and potential bugs
 2014-10-24  6:14 UTC 

[PATCH resending] splice: sendfile() at once fails for big files
 2014-10-24  5:35 UTC 

[PATCH v6 0/4] fat: additions to support fat_fallocate
 2014-10-23 23:52 UTC  (3+ messages)

mmotm 2014-10-23-16-26 uploaded
 2014-10-23 23:27 UTC 

[PATCH 1/1] ftruncate: create FAN_MODIFY and IN_MODIFY events
 2014-10-23 21:35 UTC  (2+ messages)
` [PATCH v2 1/1] ftruncate, truncate: create fanotify events

[PATCH v4 4/5] fuse: Support privileged xattrs only with a mount option
 2014-10-23 21:24 UTC  (13+ messages)
` [fuse-devel] "

Intentionally corrupted vfat fs causing BUG
 2014-10-23 20:46 UTC  (24+ messages)

[RFC PATCH] coredump: fix incomplete core file created when dump_skip was used last
 2014-10-23 16:39 UTC  (5+ messages)

[PATCH v6 3/4] fat: permit to return phy block number by fibmap in fallocated region
 2014-10-23 15:31 UTC  (2+ messages)

[PATCH v6 2/4] fat: skip cluster allocation on fallocated region
 2014-10-23 15:30 UTC  (2+ messages)

[PATCH 1/2] fat: Fix d_splice_alias() return code checking
 2014-10-23 15:21 UTC  (6+ messages)
` [PATCH 2/2] ocfs2: "
  ` [Ocfs2-devel] "

[PATCH] befs: Remove dead code
 2014-10-23 12:31 UTC 

[PATCH 0/12 v3] Moving i_dquot out of struct inode
 2014-10-23 12:05 UTC  (8+ messages)
` [PATCH 02/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 09/12] ocfs2: Convert to private i_dquot field

[PULL for 3.18] overlay filesystem v24
 2014-10-23 11:56 UTC  (2+ messages)

[PATCH] procfs: Fix error handling of proc_register()
 2014-10-23  7:23 UTC  (3+ messages)

[PATCH v5 0/4] fuse: Add support for mounts from pid/user namespaces
 2014-10-23  2:19 UTC  (10+ messages)
  ` [PATCH v5 1/4] fuse: Add support for pid namespaces
` [PATCH v5 2/4] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v5 3/4] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v5 4/4] fuse: Allow user namespace mounts

[PATCH 0/4 v2] fs: Remove i_devices from struct inode
 2014-10-22 20:14 UTC  (5+ messages)
` [PATCH 1/4] blockdev: Don't use i_devices inode field
` [PATCH 2/4] chardev: Increment cdev reference count when i_cdev references it
` [PATCH 3/4] chardev: Don't use i_devices inode field
` [PATCH 4/4] fs: Remove i_devices list head

[RFC] lustre treatment of dentry->d_name
 2014-10-22  9:30 UTC  (8+ messages)

[GIT PULL] osd: Boaz Harrosh - change of email
 2014-10-22  9:20 UTC  (3+ messages)

[PATCH] char_dev: Remove pointless assignment from __register_chrdev_region()
 2014-10-22  7:40 UTC 

[PATCH] ncpfs: Return proper error from NCP_IOC_SETROOT ioctl
 2014-10-22  6:42 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).