linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-15 14:45:23 to 2013-03-25 11:44:14 UTC [more...]

[PATCH 00/14] lnfs: 3.9-rc3 release
 2013-03-25 11:42 UTC  (9+ messages)
` [PATCH 01/14] Security: Add hook to calculate context based on a negative dentry
` [PATCH 03/14] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data
` [PATCH 05/14] NFSv4: Add label recommended attribute and NFSv4 flags
` [PATCH 10/14] NFS: Client implementation of Labeled-NFS
` [PATCH 11/14] NFS: Extend NFS xattr handlers to accept the security namespace
  ` [PATCH 02/14] Security: Add Hook to test if the particular xattr is part of a MAC model
  ` [PATCH 08/14] NFS:Add labels to client function prototypes
  ` [PATCH 14/14] Kconfig: Add Kconfig entry for Labeled NFS V4 server

[PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly
 2013-03-25  7:49 UTC  (6+ messages)
` [PATCH 2/4] f2fs: do not skip writing file meta during fsync
` [PATCH 3/4] f2fs: remain nat cache entries for further free nid allocation
` [PATCH 4/4] f2fs: fix to give correct parent inode number for roll forward

[RFC] fsfreeze: moving from uniterruptible to killable
 2013-03-24  9:10 UTC 

[-next] fs/eventpoll.c:545 suspicious rcu_dereference_check() usage
 2013-03-24  8:40 UTC  (3+ messages)

Re-Activate Your Account
 2013-03-24  3:08 UTC 

Re-Activate Your Account
 2013-03-23 17:41 UTC 

[RFC v3 1/2] epoll: avoid spinlock contention with wfcqueue
 2013-03-23 10:16 UTC  (12+ messages)
` [RFC v3 2/2] epoll: use a local wfcq functions for Level Trigger

[PATCH 2/9] vfs: export do_splice_direct() to modules
 2013-03-23  5:37 UTC  (46+ messages)
` [PATCH 0/9] overlay filesystem: request for inclusion (v17)

mmotm 2013-03-22-15-21 uploaded
 2013-03-22 22:22 UTC 

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-22 18:37 UTC  (58+ messages)
` [PATCHv2, RFC 01/30] block: implement add_bdi_stat()
` [PATCHv2, RFC 02/30] mm: implement zero_huge_user_segment and friends
` [PATCHv2, RFC 03/30] mm: drop actor argument of do_generic_file_read()
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements
` [PATCHv2, RFC 05/30] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv2, RFC 07/30] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv2, RFC 08/30] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv2, RFC 10/30] thp, mm: locking tail page is a bug
` [PATCHv2, RFC 12/30] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv2, RFC 13/30] thp, mm: implement grab_cache_huge_page_write_begin()
` [PATCHv2, RFC 14/30] thp, mm: naive support of thp in generic read/write routines
` [PATCHv2, RFC 15/30] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv2, RFC 16/30] thp: handle file pages in split_huge_page()
` [PATCHv2, RFC 17/30] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv2, RFC 18/30] thp, mm: truncate support for transparent huge page cache
` [PATCHv2, RFC 21/30] x86-64, mm: proper alignment mappings with hugepages

[ANNOUNCE] util-linux v2.23-rc1
 2013-03-22 13:41 UTC  (2+ messages)

Tux3 Report: Initial fsck has landed
 2013-03-22  5:41 UTC  (11+ messages)

[PATCH 00/13] overlay filesystem: request for inclusion (v16)
 2013-03-22  5:15 UTC  (3+ messages)

Status of union-mount?
 2013-03-22  1:38 UTC  (4+ messages)

[PATCH 0/2] vfs: Report a mount r/o if the superblock is
 2013-03-22  1:24 UTC  (2+ messages)

[RFC v2 3/2] epoll: avoid using extra cache line on most 64-bit
 2013-03-21 22:12 UTC 

Hello
 2013-03-21 17:55 UTC 

VIEW THE ATTACHED LETTER FROM MR.BILL BROWN
 2013-03-21 18:59 UTC 

[PATCH] fs: ioctl_fsthaw should use freeze_bdev if possible
 2013-03-21 12:26 UTC 

[PATCH, RFC 00/16] Transparent huge page cache
 2013-03-21  8:00 UTC  (3+ messages)

Hello
 2013-03-20 23:16 UTC 

[PATCH 1/2] ext4: grab write access inside ext4_file_dio_write
 2013-03-20 12:54 UTC  (3+ messages)
` [PATCH 2/2] fs: prevent null pointer dereference for fs-less devices

[PATCH mm] epoll: fix suspicious RCU usage in ep_poll_callback
 2013-03-20  9:25 UTC 

mmotm 2013-03-19-16-36 uploaded
 2013-03-19 23:37 UTC 

[PATCH] fs: fix comment of generic_file_llseek
 2013-03-19 12:28 UTC 

[PATCH] f2fs: reduce unncessary locking pages during read
 2013-03-19  8:17 UTC  (4+ messages)

[PATCH] f2fs: should check the node page was truncated first
 2013-03-19  5:18 UTC  (2+ messages)

Current behaviour of umount on a frozen FS
 2013-03-18 17:53 UTC  (2+ messages)

[PATCH 0/4] fix depvpts in user namespaces
 2013-03-18 21:23 UTC  (25+ messages)
` [PATCH 1/4] dev_cgroup: keep track of which cgroup is the root cgroup
` [PATCH 3/4] fs: allow mknod in user namespaces
` [PATCH 4/4] devpts: fix usage "

[RFC] epoll: avoid spinlock contention with wfcqueue
 2013-03-18 20:31 UTC  (6+ messages)
` [RFC v2] "

[PATCH 13/19] f2fs: fix return value of releasepage for node and data
 2013-03-18 12:02 UTC  (4+ messages)

[PATCH 4/5] f2fs: remove nid_free from f2fs_new_inode
 2013-03-18 12:00 UTC  (3+ messages)

FW: No Subject
 2013-03-18 11:39 UTC 

[PATCH] f2fs: fix to unlock node page when it was truncated
 2013-03-18 11:31 UTC  (2+ messages)

[PATCH] f2fs: fix to call WRITE_FLUSH at the end of fsync
 2013-03-18 11:29 UTC  (2+ messages)

[PATCH] f2fs: fix not to allocate max_nid
 2013-03-18 11:28 UTC  (4+ messages)

[PATCH 00/13] overlay filesystem: request for inclusion (v16)
 2013-03-18 11:27 UTC  (9+ messages)

[PATCH 12/19] f2fs: scan next nat page to reuse free nids in there
 2013-03-18  5:51 UTC 

[PATCH 5/5] f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode
 2013-03-18  5:40 UTC  (4+ messages)

[PATCH v2 3/7] f2fs: add tracepoint for tracing the page i/o operations
 2013-03-17 23:59 UTC  (3+ messages)

[PATCH v2 4/7] f2fs: add tracepoints for GC threads
 2013-03-17  8:40 UTC 

[PATCH v2 7/7] f2fs: add tracepoints to debug checkpoint request
 2013-03-17  8:41 UTC 

[PATCH v2 6/7] f2fs: add tracepoints for write page operations
 2013-03-17  8:40 UTC 

[PATCH v2 5/7] f2fs: add tracepoints to debug the block allocation and fallocate
 2013-03-17  8:40 UTC 

[PATCH v2 2/7] f2fs: add tracepoints for truncate operation
 2013-03-17  8:40 UTC 

[PATCH v2 1/7] f2fs: add tracepoints for sync and inode operations
 2013-03-17  8:39 UTC 

[PATCH v2 0/7] f2fs: Add tracepoints support in f2fs filesystem
 2013-03-17  8:39 UTC 

[PATCH 3/5] f2fs: fix return values from validate superblock
 2013-03-17  8:26 UTC 

[PATCH 2/5] f2fs: reorganize f2fs_setxattr
 2013-03-17  8:26 UTC 

[PATCH 1/5] f2fs: notify when discard is not supported
 2013-03-17  8:26 UTC 

Invalid email address: djd@jord.jpl.nasa.gov
 2013-03-16 14:14 UTC 

[PATCH] epoll: fix sparse error on RCU assignment
 2013-03-15 17:42 UTC  (4+ messages)

lgetxattr()/getxattr() return different values on a file labelled with selinux disabled
 2013-03-15 17:07 UTC  (4+ messages)

[PATCH] fs: Make binfmt support for #! scripts modular and removable
 2013-03-15 15:56 UTC 

[PATCH resend v5] fs: imgdafs: Add IMG DAFS filesystem for metag
 2013-03-15 14:52 UTC  (2+ 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).