linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-16 13:46:11 to 2012-02-23 04:03:15 UTC [more...]

[RESEND][PATCH] Mark thread stack correctly in proc/<pid>/maps
 2012-02-23  4:03 UTC  (5+ messages)
` [PATCH] "

[PATCH] locks: new procfs lockinfo
 2012-02-23  0:38 UTC  (3+ messages)

[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  (20+ 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  (28+ messages)
` [PATCH V4 01/22] ext4: Move extra inode read to a new function
  ` [PATCH V4 02/22] ext4: export inline xattr functions
  ` [PATCH V4 03/22] ext4: Add the basic function for inline data support
  ` [PATCH V4 04/22] ext4: Add read support for inline data
  ` [PATCH V4 05/22] ext4: Add normal write "
  ` [PATCH V4 06/22] ext4: Add journalled "
  ` [PATCH V4 07/22] ext4: Add delalloc "
  ` [PATCH V4 08/22] ext4: Create a new function ext4_init_new_dir
  ` [PATCH V4 09/22] ext4: Refactor __ext4_check_dir_entry to accepts start and size
  ` [PATCH V4 10/22] ext4: Create __ext4_insert_dentry for dir entry insertion
  ` [PATCH V4 11/22] ext4: let add_dir_entry handle inline data properly
  ` [PATCH V4 12/22] ext4: Let ext4_readdir handle inline data
  ` [PATCH V4 13/22] ext4: Create a new function search_dir
  ` [PATCH V4 14/22] ext4: let ext4_find_entry handle inline data
  ` [PATCH V4 15/22] ext4: make ext4_delete_entry generic
  ` [PATCH V4 16/22] ext4: let ext4_delete_entry handle inline data
  ` [PATCH V4 17/22] ext4: let empty_dir handle inline dir
  ` [PATCH V4 18/22] ext4: let ext4_rename "
  ` [PATCH V4 19/22] ext4: Let fiemap work with inline data
  ` [PATCH V4 20/22] ext4: Evict inline data out if we needs to strore xattr in inode
  ` [PATCH V4 21/22] ext4: let ext4_truncate handle inline data correctly
  ` [PATCH V4 22/22] ext4: Enable ext4 inline support

[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)

[RFC][PATCH 00/73] Union Mount [ver #2]
 2012-02-21 18:06 UTC  (74+ 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 "

[PATCH 00/11] Push file_update_time() into .page_mkwrite
 2012-02-20 22:57 UTC  (24+ messages)
` [PATCH 01/11] perf: Push file_update_time() into perf_mmap_fault()
` [PATCH 03/11] fs: Push file_update_time() into __block_page_mkwrite()
` [PATCH 04/11] ceph: Push file_update_time() into ceph_page_mkwrite()
` [PATCH 05/11] cifs: Push file_update_time() into cifs_page_mkwrite()
` [PATCH 06/11] 9p: Push file_update_time() into v9fs_vm_page_mkwrite()
` [PATCH 07/11] fuse: Push file_update_time() into fuse_page_mkwrite()
` [PATCH 08/11] gfs2: Push file_update_time() into gfs2_page_mkwrite()
` [PATCH 09/11] sysfs: Push file_update_time() into bin_page_mkwrite()
` [PATCH 10/11] nfs: Push file_update_time() into nfs_vm_page_mkwrite()
` [PATCH 11/11] mm: Update file times from fault path only if .page_mkwrite is not set

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

[patch] Adding Secure Deletion to UBIFS
 2012-02-20 20:15 UTC  (2+ messages)
` [patch] Move CRC computation to separate function

[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)

[PATCH] fs: hardlink creation restrictions
 2012-02-20  8:22 UTC  (6+ messages)

[PATCH] fs/dcache: allow __d_obtain_alias() to return unhashed dentries
 2012-02-20  2:55 UTC  (15+ messages)

Здаров, мой зайчик...!)
 2012-02-20  2:08 UTC 

problem compiling syslinux-4.05 with kernel 3.3-rc4
 2012-02-19 23:11 UTC 

[PATCH v2012.2] fs: symlink restrictions on sticky directories
 2012-02-19 12:31 UTC  (6+ messages)

[RFC][PATCH] PM / Sleep: Freeze filesystems during system suspend/hibernation
 2012-02-17 20:59 UTC  (4+ messages)

(unknown)
 2012-02-17 20:28 UTC 

[PATCH v4] fuse: O_DIRECT support for files
 2012-02-17 17:59 UTC  (4+ messages)

[PATCH v5] fuse: O_DIRECT support for files
 2012-02-17 17:46 UTC 

[PATCH 1/1] overlayfs: apply device cgroup and security permissions to overlay files
 2012-02-17 15:10 UTC 

Kernel bug with btrfs on laptop with external hd and suspend and resume
 2012-02-17 13:34 UTC  (4+ messages)

[PATCH] locks: export device name
 2012-02-16 22:59 UTC  (8+ messages)

[RFC] [PATCH v5 0/3] fadvise: support POSIX_FADV_NOREUSE
 2012-02-16 19:07 UTC  (11+ messages)
` [PATCH v5 3/3] fadvise: implement POSIX_FADV_NOREUSE

[PATCH 0/3] Eliminating __FD_*() functions from the kernel
 2012-02-16 17:50 UTC  (4+ messages)
  ` [PATCH 1/3] Wrap accesses to the fd_sets in struct fdtable
  ` [PATCH 2/3] Replace the fd_sets in struct fdtable with an array of unsigned longs
  ` [PATCH 3/3] Delete the __FD_*() funcs for operating on fd_set from linux/time.h

[PATCH] qnx4fs: small cleanup
 2012-02-16 17:46 UTC  (5+ messages)
  ` [PATCH] qnx4fs: small cleanup #2

execve(2) bug with FIFOs
 2012-02-16 17:12 UTC 

[RFC PATCH v2] compat: poll() in 32-bit applications does not handle negative timeout values properly on 64-bit kernels
 2012-02-16 16:22 UTC  (3+ 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).