linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-23 13:31:54 to 2013-07-30 19:30:58 UTC [more...]

[PATCH] fs: use list_for_each_entry() for list traversing
 2013-07-31  1:01 UTC  (4+ messages)

[PATCH v2] fs/ocfs2: use list_for_each_entry() instead of list_for_each()
 2013-07-30 22:42 UTC  (8+ messages)

[PATCH] [REPOST] fuse: drop dentry on failed revalidate
 2013-07-30 19:30 UTC  (3+ messages)

[PATCH RFC fs] v2 Make sync() satisfy many requests with one invocation
 2013-07-30 17:43 UTC  (9+ messages)

[RFC] Factors affect CephFS read performance
 2013-07-30 15:35 UTC 

[PATCH v2] fixed some coding style issues
 2013-07-31  2:50 UTC  (4+ messages)
` [PATCH 1/3] vfs: fixed some CamelCase coding style issue
` [PATCH 2/3] fs/fuse: use list_for_each_entry() for list traversing
` [PATCH 3/3] fs/vfs: "

[PATCH v2] xfs: introduce object readahead to log recovery
 2013-07-30 13:10 UTC  (2+ messages)

[PATCH] f2fs: add a wait step when submit bio with {READ,WRITE}_SYNC
 2013-07-30 12:29 UTC  (2+ messages)

[PATCH] truncate: drop 'oldsize' truncate_pagecache() parameter
 2013-07-30 11:42 UTC  (3+ messages)
  ` [PATCHv2] "

[PATCH review 00/16] userns: Completion of kuid/kgid/kprojid pushdown
 2013-07-30  4:04 UTC  (9+ messages)
` [PATCH review 01/16] xfs: Convert uids and gids in xfs acls to/from kuids and kgids
  ` [PATCH review 05/16] xfs: Update xfs_ioctl_setattr to handle projids in any user namespace

[RFC/PATCH 0/2] ext4: Transparent Decompression Support
 2013-07-29 23:15 UTC  (16+ messages)

O_TMPFILE problem
 2013-07-29 13:22 UTC  (2+ messages)

[PATCH 0/2] ext4: increase mbcache scalability
 2013-07-29 10:08 UTC  (4+ messages)

[PATCH] xfs: fix an assertion failure
 2013-07-29  8:33 UTC  (5+ messages)

[PATCH] vfs: add missing check for __O_TMPFILE in fcntl_init() (Re: [PATCH] ext4: fix...)
 2013-07-29  6:17 UTC 

[PATCH] xfs: introduce object readahead to log recovery
 2013-07-29  3:12 UTC  (7+ messages)

[PATCH RESEND] f2fs: move bio_private allocation out of f2fs_bio_alloc()
 2013-07-29  1:57 UTC 

[PATCH RESEND] fs/bio-integrity: fix a potential mem leak
 2013-07-29  1:49 UTC 

[PATCH RFC] pram: persistent over-kexec memory file system
 2013-07-28 14:31 UTC  (7+ messages)

[PATCH v2] nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error
 2013-07-27  3:02 UTC  (2+ messages)

[PATCH 0/2] Squashfs: add LZ4 compression
 2013-07-26 22:00 UTC  (7+ messages)

[PATCH 00/16] Implement NFSv4 delegations, take 9
 2013-07-26 21:14 UTC  (16+ messages)
` [PATCH 09/16] locks: helper functions for delegation breaking
` [PATCH 12/16] locks: break delegations on any attribute modification
` [PATCH 13/16] nfsd4: minor nfs4_setlease cleanup
` [PATCH 14/16] nfsd4: delay setting current_fh in open
` [PATCH 15/16] nfsd4: close open-deleg/unlink/rename race
` [PATCH 16/16] nfsd4: break only delegations when appropriate

[RFC PATCH 0/2] vmpslice support for zero-copy gifting of pages
 2013-07-26 16:47 UTC  (6+ messages)
` [RFC PATCH 1/2] vmsplice unmap gifted pages for recipient
` [RFC PATCH 2/2] Add limited zero copy to vmsplice

[PATCH v9] fs: imgdafs: Add IMG DAFS filesystem for metag
 2013-07-26 15:55 UTC 

Linux Plumbers IO & File System Micro-conference
 2013-07-26 14:35 UTC  (6+ messages)

[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-07-26 11:51 UTC  (36+ messages)
` [PATCH V8 01/33] iov_iter: move into its own file
` [PATCH V8 02/33] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH V8 03/33] iov_iter: add copy_to_user support
` [PATCH V8 04/33] iov_iter: add __iovec_copy_to_user()
  ` [PATCH V8 05/33] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH V8 06/33] iov_iter: hide iovec details behind ops function pointers
` [PATCH V8 07/33] iov_iter: ii_iovec_copy_to_user should pre-fault user pages
` [PATCH V8 08/33] iov_iter: add bvec support
` [PATCH V8 09/33] iov_iter: add a shorten call
` [PATCH V8 10/33] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH V8 11/33] dio: Convert direct_IO to use iov_iter
` [PATCH V8 12/33] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH V8 13/33] fs: pull iov_iter use higher up the stack
` [PATCH V8 14/33] aio: add aio_kernel_() interface
` [PATCH V8 15/33] aio: add aio support for iov_iter arguments
` [PATCH V8 16/33] bio: add bvec_length(), like iov_length()
` [PATCH V8 17/33] loop: use aio to perform io on the underlying file
` [PATCH V8 18/33] fs: create file_readable() and file_writable() functions
` [PATCH V8 19/33] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH V8 20/33] fs: add read_iter and write_iter to several file systems
` [PATCH V8 21/33] ocfs2: add support for read_iter and write_iter
` [PATCH V8 22/33] ext4: "
` [PATCH V8 23/33] nfs: add support for read_iter, write_iter
` [PATCH V8 24/33] nfs: simplify swap
` [PATCH V8 25/33] btrfs: add support for read_iter and write_iter
` [PATCH V8 26/33] block_dev: add support for read_iter, write_iter
` [PATCH V8 27/33] xfs: add support for read_iter and write_iter
` [PATCH V8 28/33] gfs2: Convert aio_read/write ops to read/write_iter
` [PATCH V8 29/33] udf: convert file ops from aio_read/write "
` [PATCH V8 30/33] afs: add support for read_iter and write_iter
` [PATCH V8 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH V8 32/33] ubifs: convert file ops from aio_read/write "
` [PATCH V8 33/33] tmpfs: add support for read_iter and write_iter

[PATCH 3/3] hfsplus: integrate POSIX ACLs support into driver
 2013-07-26 11:49 UTC 

[PATCH 2/3] hfsplus: implement POSIX ACLs support
 2013-07-26 11:49 UTC 

[PATCH 1/3] hfsplus: add necessary declarations for POSIX ACLs support
 2013-07-26 11:49 UTC 

[PATCH 0/3] hfsplus: introduce implementation of POSIX ACLs support
 2013-07-26 11:48 UTC 

[PATCH v4 0/2] block: Allow merging of tail pages into the last segment
 2013-07-26 10:41 UTC  (2+ messages)
` [PATCH v4 0/2] block: Fix regression since 46081b166415acb66d4b3150ecefcd9460bb48a1 (was: Allow merging of tail pages into the last segment)

Notification Warning
 2013-07-26 10:23 UTC 

[PATCH] vfs: allow umount to handle mountpoints without revalidating them
 2013-07-26 10:23 UTC 

question about splice
 2013-07-26  7:53 UTC  (3+ messages)
  `  "

Recvfile patch used for Samba
 2013-07-26  4:42 UTC  (7+ messages)

Should unprivileged linkat(..., AT_EMPTY_PATH) work on O_TMPFILE files?
 2013-07-26  1:56 UTC 

[PATCH 0/3] Fix eject button handling for RO fs
 2013-07-25 22:28 UTC  (4+ messages)
` [PATCH 1/3] isofs: Refuse RW mount of the filesystem instead of making it RO
` [PATCH 2/3] udf: Standardize return values in mount sequence
` [PATCH 3/3] udf: Refuse RW mount of the filesystem instead of making it RO

[PATCH] vfs: try to unblock evpoll if mounted filesystem is RDONLY
 2013-07-25 17:30 UTC  (11+ messages)

[Lsf] [Lsf-pc] hello
 2013-07-25 15:55 UTC  (5+ messages)

[PATCH 1/3] fs/binfmts: Add a name field to the binfmt struct
 2013-07-25 15:40 UTC  (3+ messages)
` [PATCH 2/3] fs/binfmts: Better handling of binfmt loops
` [PATCH 3/3] fs/binfmts: Whitespace fixes with scripts/cleanfile

[patch] affs: use loff_t in affs_truncate()
 2013-07-25  9:27 UTC 

[PATCH] [REPOST v2] fuse: drop dentry on failed revalidate
 2013-07-25  5:55 UTC 

Mailbox Upgrade
 2013-07-25  5:06 UTC 

[PATCH] f2fs: move bio_private allocation out of f2fs_bio_alloc()
 2013-07-25  3:30 UTC 

[PATCH] VFS: Prevent core dump with core_pattern set to empty string
 2013-07-24 21:30 UTC 

[RFC/PATCH 1/2] szip: Add seekable zip format
 2013-07-24 21:03 UTC  (2+ messages)
` [RFC/PATCH 2/2] Add rudimentary transparent decompression support to ext4

[REVIEW][PATCH] vfs: Lock in place mounts from more privileged users
 2013-07-24 16:49 UTC  (8+ messages)

[PATCH 0/2] Anonymous Inode Allocations
 2013-07-24  9:45 UTC  (3+ messages)
` [PATCH 1/2] anon_inodes: allow external inode allocations

Letter Of Intent
 2013-07-24  5:00 UTC 

[PATCH] fs/bio-integrity: fix a potential mem leak
 2013-07-24  2:23 UTC 

[PATCH] fs: bio-integrity: fix possible segmentation fault
 2013-07-24  1:02 UTC  (2+ messages)

[RFC] xattr: Constify ->name member of "struct xattr"
 2013-07-23 18:27 UTC  (3+ messages)
` [PATCH] "

[PATCH] nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error
 2013-07-23 17:24 UTC  (4+ messages)

[PATCH] writeback: Fix occasional slow sync(1)
 2013-07-23 16:16 UTC  (2+ messages)

mmotm 2013-07-18-16-40 uploaded
 2013-07-23 13:47 UTC  (5+ 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).