linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-20 16:01:38 to 2012-02-28 09:29:26 UTC [more...]

[RFC PATCH 00/22] loop: Issue O_DIRECT aio with pages
 2012-02-28  9:29 UTC  (33+ messages)
` [RFC PATCH 01/22] iov_iter: move into its own file
` [RFC PATCH 02/22] iov_iter: add copy_to_user support
` [RFC PATCH 03/22] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [RFC PATCH 04/22] iov_iter: hide iovec details behind ops function pointers
` [RFC PATCH 05/22] iov_iter: add bvec support
` [RFC PATCH 06/22] iov_iter: add a shorten call
` [RFC PATCH 07/22] iov_iter: let callers extract iovecs and bio_vecs
` [RFC PATCH 08/22] dio: create a dio_aligned() helper function
` [RFC PATCH 09/22] dio: add dio_alloc_init() "
` [RFC PATCH 10/22] dio: add sdio_init() "
` [RFC PATCH 11/22] dio: add dio_lock_and_flush() helper
` [RFC PATCH 12/22] dio: add dio_post_submission() helper function
` [RFC PATCH 13/22] dio: add __blockdev_direct_IO_bdev()
` [RFC PATCH 14/22] fs: pull iov_iter use higher up the stack
` [RFC PATCH 15/22] aio: add aio_kernel_() interface
` [RFC PATCH 16/22] aio: add aio support for iov_iter arguments
` [RFC PATCH 17/22] bio: add bvec_length(), like iov_length()
` [RFC PATCH 18/22] ext3: add support for .read_iter and .write_iter
` [RFC PATCH 19/22] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [RFC PATCH 20/22] ext4: "
` [RFC PATCH 21/22] btrfs: "
` [RFC PATCH 22/22] nfs: add support for read_iter, write_iter

[PATCH] cpumask: fix lg_lock/br_lock
 2012-02-28  8:43 UTC  (3+ messages)

Question about overlayfs ovl_link
 2012-02-28  8:41 UTC  (2+ messages)

Respond====
 2012-02-28  5:15 UTC 

Kernel 3.3.0 autofs v5 packet size change
 2012-02-28  1:18 UTC  (2+ messages)

[RFC][PATCH 00/73] Union Mount [ver #2]
 2012-02-27 20:45 UTC  (82+ messages)
` [PATCH 01/73] VFS: Make chown() and lchown() call fchownat() "
` [PATCH 02/73] VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors "
` [PATCH 03/73] VFS: Comment mount following code "
` [PATCH 04/73] VFS: Make lookup_hash() return a struct path "
` [PATCH 05/73] VFS: Pass mount flags to sget() "
` [PATCH 06/73] VFS: Split inode_permission() "
` [PATCH 07/73] VFS: Add hard read-only users count to superblock "
` [PATCH 08/73] VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree() "
` [PATCH 09/73] VFS: Add CL_NO_SLAVE "
` [PATCH 10/73] VFS: Add CL_MAKE_HARD_READONLY "
` [PATCH 11/73] whiteout/NFSD: Don't return information about whiteouts to userspace "
` [PATCH 12/73] whiteout: Define flags and operations for opaque inodes "
` [PATCH 13/73] whiteout: Add vfs_whiteout() and whiteout inode operation "
` [PATCH 14/73] whiteout: Allow removal of a directory with whiteouts "
` [PATCH 15/73] tmpfs: Add whiteout support "
` [PATCH 16/73] VFS: Basic fallthru definitions "
` [PATCH 17/73] tmpfs: Add fallthru support "
` [PATCH 18/73] union-mount: Union mounts documentation "
` [PATCH 19/73] union-mount: Introduce MNT_UNION and MS_UNION flags "
` [PATCH 20/73] union-mount: Add CONFIG_UNION_MOUNT option "
` [PATCH 21/73] union-mount: Create union_stack structure "
` [PATCH 22/73] union-mount: Add two superblock fields for union mounts "
` [PATCH 23/73] union-mount: Add union_alloc() "
` [PATCH 24/73] union-mount: Add union_find_dir() "
` [PATCH 25/73] union-mount: Create d_free_unions() "
` [PATCH 26/73] union-mount: Free union stack on removal of topmost dentry from dcache "
` [PATCH 27/73] union-mount: Create union_add_dir() "
` [PATCH 28/73] union-mount: Add union_create_topmost_dir() "
` [PATCH 29/73] union-mount: Create IS_MNT_UNION() "
` [PATCH 30/73] union-mount: Create needs_lookup_union() "
` [PATCH 31/73] union-mount: Create check_topmost_union_mnt() "
` [PATCH 32/73] union-mount: Add clone_union_tree() and put_union_sb() "
` [PATCH 33/73] unionmount: Mark lower layers in union "
` [PATCH 34/73] union-mount: Create build_root_union() "
` [PATCH 35/73] union-mount: Create prepare_mnt_union() and cleanup_mnt_union() "
` [PATCH 36/73] union-mount: Prevent improper union-related remounts "
` [PATCH 37/73] union-mount: Prevent topmost file system from being mounted elsewhere "
` [PATCH 38/73] union-mount: Prevent bind mounts of union mounts "
` [PATCH 39/73] union-mount: Duplicate the i_{, dir_}mutex lock classes and use for upper layer "
` [PATCH 40/73] union-mount: Implement union mount "
` [PATCH 41/73] union-mount: Temporarily disable some syscalls "
` [PATCH 42/73] union-mount: Basic infrastructure of __lookup_union() "
` [PATCH 43/73] union-mount: Process negative dentries in "
` [PATCH 44/73] union-mount: Return files found in lower layers "
` [PATCH 45/73] union-mount: Build union stack "
` [PATCH 46/73] union-mount: Follow mount "
` [PATCH 47/73] union-mount: Add lookup_union_locked() "
` [PATCH 48/73] union-mount: Add wrapper for lookup_union_locked() and RCU hook "
` [PATCH 49/73] union-mount: Call union lookup functions in lookup path "
` [PATCH 50/73] union-mount: Create whiteout on unlink() "
` [PATCH 51/73] union-mount: Create whiteout on rmdir() "
` [PATCH 52/73] union-mount: Set opaque flag on new directories in unioned file systems "
` [PATCH 53/73] union-mount: Copy up directory entries on first readdir() "
` [PATCH 54/73] union-mount: Add generic_readdir_fallthru() helper "
` [PATCH 55/73] fallthru: tmpfs support for lookup of d_type/d_ino in fallthrus "
` [PATCH 56/73] union-mount: In-kernel file copyup routines "
` [PATCH 57/73] VFS: Create user_path_nd() to lookup both parent and target "
` [PATCH 58/73] unionmount: Add LOOKUP_COPY_UP "
` [PATCH 59/73] unionmount: Override creds when copying up a file to correctly set ownership "
` [PATCH 60/73] union-mount: Implement union-aware access()/faccessat() "
` [PATCH 61/73] union-mount: Make various syscalls aware (link, chmod, chown, utimes & setxattr) "
` [PATCH 62/73] union-mount: Implement union-aware rename() "
` [PATCH 63/73] union-mount: Implement union-aware writable open() "
` [PATCH 64/73] union-mount: Implement union-aware truncate() "
` [PATCH 65/73] ext2: Add ext2_dirent_in_use() "
` [PATCH 66/73] ext2: Split ext2_add_entry() from ext2_add_link() "
` [PATCH 67/73] ext2: Remove target inode pointer from ext2_add_entry() "
` [PATCH 68/73] ext2: Add whiteout and opaque directory support "
` [PATCH 69/73] ext2: Add fallthru "
` [PATCH 70/73] fallthru: ext2 support for lookup of d_type/d_ino in fallthrus "
` [PATCH 71/73] jffs2: Add whiteout support "
` [PATCH 72/73] jffs2: Add fallthru "
` [PATCH 73/73] fallthru: jffs2 support for lookup of d_type/d_ino in fallthrus "
` copy-up xattr (Re: [RFC][PATCH 00/73] Union Mount [ver #2])

Can we discuss?
 2012-02-26 10:31 UTC 

[git pull] Trivial NTFS and LDM changes
 2012-02-27 19:50 UTC  (3+ messages)

Türkiye-Slovakya Milli Maç Teklifi
 2012-02-24 12:43 UTC 

[RFC] [PATCH v5 0/3] fadvise: support POSIX_FADV_NOREUSE
 2012-02-27 10:46 UTC  (4+ messages)
` [PATCH v5 3/3] fadvise: implement POSIX_FADV_NOREUSE

[Fwd: Kernel 3.3.0 autofs v5 packet size change]
 2012-02-27  2:22 UTC 

[PATCH] fsync.2 updates
 2012-02-27  0:14 UTC  (4+ messages)

[PATCH] autofs4 - update MAINTAINERS mailing list entry
 2012-02-27  0:03 UTC 

[PATCH] autofs: MAINTAINERS: change mailing list
 2012-02-26 23:52 UTC  (2+ messages)

proc:Add a reference of module when proc_reg_file opened
 2012-02-26  7:50 UTC  (2+ messages)

OT: advanced badblocks tool - does it exist?
 2012-02-25 17:55 UTC 

XFS status update for January 2012
 2012-02-25 12:02 UTC 

[RESEND][PATCH] Mark thread stack correctly in proc/<pid>/maps
 2012-02-24 18:58 UTC  (16+ messages)
` [PATCH] "

[ANNOUNCE] util-linux v2.21
 2012-02-24 18:18 UTC  (3+ messages)

Suspicious code in fs/dcache.c:d_delete
 2012-02-24 17:03 UTC 

[patch] epoll: remove unneeded variable in reverse_path_check()
 2012-02-24 14:53 UTC  (2+ messages)

kernel BUG at fs/namei.c:1320!
 2012-02-24  9:44 UTC 

[PATCH] Restore direct_io / truncate locking API
 2012-02-23 23:40 UTC 

[PATCH] locks: new procfs lockinfo
 2012-02-23 21:01 UTC  (5+ messages)

[patch] Adding Secure Deletion to UBIFS
 2012-02-23 15:29 UTC  (5+ messages)
    ` [patch] Add encryption key parameter to compress/decompress functions
` [patch] Move CRC computation to separate function

[PATCH] fs: hardlink creation restriction cleanup
 2012-02-22 19:10 UTC  (3+ messages)

[PATCH v2] fs: hardlink creation restriction cleanup
 2012-02-22 18:55 UTC 

[PATCH]QNX6 filesystem (RO) driver
 2012-02-22 11:58 UTC  (13+ messages)

Warning: at __alloc_pages_nodemask+0x3e0/0xa9c with ext4
 2012-02-22  5:35 UTC  (3+ messages)

[PATCH V4 00/22] ext4: Add inline data support
 2012-02-22  1:34 UTC  (8+ messages)
` [PATCH V4 01/22] ext4: Move extra inode read to a new function
  ` [PATCH V4 02/22] ext4: export inline xattr functions

[PATCH v2] fs: hardlink creation restrictions
 2012-02-21 23:22 UTC  (3+ messages)

Linux 3.3-rc4
 2012-02-21 23:19 UTC  (3+ messages)

[PATCH 00/11] Push file_update_time() into .page_mkwrite
 2012-02-20 22:57 UTC  (12+ messages)
` [PATCH 01/11] perf: Push file_update_time() into perf_mmap_fault()
` [PATCH 04/11] ceph: Push file_update_time() into ceph_page_mkwrite()
` [PATCH 10/11] nfs: Push file_update_time() into nfs_vm_page_mkwrite()

[PATCH] udf: Fix deadlock in udf_release_file()
 2012-02-20 22:22 UTC  (3+ messages)

[PATCH] vfs: Fix missed wakeup in I_NEW handling
 2012-02-20 17:37 UTC 

udf deadlock (was Re: hugetlbfs lockdep spew revisited.)
 2012-02-20 16:01 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).