public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-11-28 02:42:45 to 2009-12-05 20:26:39 UTC [more...]

[RFC PATCH 01/15] shmem: do not call fput_filp on an initialized filp
 2009-12-05 20:26 UTC  (17+ messages)
` [RFC PATCH 02/15] shmem: use alloc_file instead of init_file
` [RFC PATCH 03/15] pipes: use alloc-file instead of duplicating code
` [RFC PATCH 04/15] inotify: use alloc_file instead of doing it internally
` [RFC PATCH 05/15] networking: rework socket to fd mapping using alloc-file
` [RFC PATCH 06/15] vfs: make init-file static
` [RFC PATCH 07/15] fs: move get_empty_filp() deffinition to internal.h
` [RFC PATCH 08/15] ima: valid return code from ima_inode_alloc
` [RFC PATCH 09/15] ima: only insert at inode creation time
` [RFC PATCH 10/15] IMA: clean up the IMA counts updating code
` [RFC PATCH 11/15] ima: call ima_inode_free ima_inode_free
` [RFC PATCH 12/15] ima-path-check rework
` [RFC PATCH 13/15] ima: rename ima_path_check to ima_file_check
` [RFC PATCH 14/15] security: move ima_file_check() to lsm hook
` [RFC PATCH 15/15] ima: limit imbalance msg

[PATCH v3] vfs: new O_NODE open flag
 2009-12-05 19:40 UTC  (7+ messages)

[PATCH 00/24] ceph distributed file system client
 2009-12-05 18:13 UTC  (27+ messages)
` [PATCH 01/24] ceph: documentation
  ` [PATCH 02/24] ceph: on-wire types
    ` [PATCH 03/24] ceph: client types
      ` [PATCH 04/24] ceph: hash function
        ` [PATCH 05/24] ceph: ref counted buffer
          ` [PATCH 06/24] ceph: super.c
            ` [PATCH 07/24] ceph: inode operations
              ` [PATCH 08/24] ceph: directory operations
                ` [PATCH 09/24] ceph: file operations
                  ` [PATCH 10/24] ceph: address space operations
                    ` [PATCH 11/24] ceph: MDS client
                      ` [PATCH 12/24] ceph: OSD client
                        ` [PATCH 13/24] ceph: CRUSH mapping algorithm
                          ` [PATCH 14/24] ceph: monitor client
                            ` [PATCH 15/24] ceph: authentication interface
                              ` [PATCH 16/24] ceph: trivial 'auth_none' authentication scheme
                                ` [PATCH 17/24] ceph: capability management
                                  ` [PATCH 18/24] ceph: snapshot management
                                    ` [PATCH 19/24] ceph: messenger library
                                      ` [PATCH 20/24] ceph: message pools
                                        ` [PATCH 21/24] ceph: nfs re-export support
                                          ` [PATCH 22/24] ceph: ioctls
                                            ` [PATCH 23/24] ceph: debugfs
                                              ` [PATCH 24/24] ceph: Kconfig, Makefile

[PATCH] ecryptfs: initialize private persistent file before dereferencing pointer
 2009-12-04 23:23 UTC  (2+ messages)

[RFC PATCH 1/6] shmem: use alloc_file instead of init_file
 2009-12-04 18:54 UTC  (19+ messages)
` [RFC PATCH 2/6] pipes: use alloc-file instead of duplicating code
` [RFC PATCH 3/6] inotify: use alloc_file instead of doing it internally
` [RFC PATCH 4/6] networking: rework socket to fd mapping using alloc-file
` [RFC PATCH 5/6] vfs: make init-file static
` [RFC PATCH 6/6] fs: move get_empty_filp() deffinition to internal.h

[PATCH 1/5] fsnotify/vfsmount: add fsnotify fields to struct vfsmount
 2009-12-04 15:46 UTC  (7+ messages)
` [PATCH 2/5] fsnotify: vfsmount marks generic functions
` [PATCH 3/5] fsnotify: Infrastructure for per-mount watches
` [PATCH 4/5] fanotify: should_send_event needs to handle vfsmounts
` [PATCH 5/5] fanotify: infrastructure to add an remove marks on vfsmounts

[PATCH v2] VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size
 2009-12-04  2:56 UTC 

[PATCH] fsstack/vfs: fixes to fsstack_copy_inode_size
 2009-12-04  2:54 UTC  (3+ messages)

[PATCH 00/21] ceph distributed file system client
 2009-12-03 21:22 UTC  (11+ messages)
` [PATCH 01/21] ceph: documentation
  ` [PATCH 02/21] ceph: on-wire types
    ` [PATCH 03/21] ceph: client types
      ` [PATCH 04/21] ceph: ref counted buffer
        ` [PATCH 05/21] ceph: super.c
          ` [PATCH 06/21] ceph: inode operations
              ` ceph code review

Add FIEMAP_EXTENT_SHARED flag
 2009-12-03 20:46 UTC  (3+ messages)
` [PATCH 1/2] fiemap: Add new extent flag FIEMAP_EXTENT_SHARED
` [PATCH 2/2] ocfs2: Use FIEMAP_EXTENT_SHARED

[PATCH 0/2] vfs: plug some holes involving LAST_BIND symlinks and file bind mounts (try #6)
 2009-12-03 19:15 UTC  (15+ messages)
` [PATCH 1/2] vfs: force reval of target when following LAST_BIND symlinks
` [PATCH 2/2] vfs: force reval on dentry of bind mounted files on FS_REVAL_DOT filesystems

[PATCH] fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all
 2009-12-03 17:32 UTC  (3+ messages)

[Patch] fs: remove a useless BUG()
 2009-12-02 22:14 UTC  (5+ messages)

[PATCH] udf: Try harder when looking for VAT inode
 2009-12-02 20:58 UTC 

[PATCH 0/4] Implement 64-bit quota format
 2009-12-02 20:52 UTC  (5+ messages)
` [PATCH 1/4] quota: Move definition of QFMT_OCFS2 to linux/quota.h
` [PATCH 2/4] quota: Implement quota format with 64-bit space and inode limits
` [PATCH 3/4] ext3: Support for vfsv1 quota format
` [PATCH 4/4] ext4: Support for 64-bit "

[patch 0/4] nfs: cleanups in nfs_rename()
 2009-12-02 20:33 UTC  (6+ messages)
` [patch 1/4] nfs: remove unnecessary check from nfs_rename()
` [patch 2/4] nfs: fix comments in nfs_rename()
` [patch 3/4] nfs: dont unhash target if renaming a directory
` [patch 4/4] nfs: clean up sillyrenaming in nfs_rename()

[PATCH 1/4] fanotify: create_fd cleanup
 2009-12-02 14:15 UTC  (4+ messages)
` [PATCH 2/4] fanotify: Add pids to events
` [PATCH 3/4] fsnotify: split generic and inode specific mark code
` [PATCH 4/4] fsnotify: clear marks to 0 in fsnotify_init_mark

[patch 9/9] vfs: remove extraneous NULL d_inode check from do_filp_open
 2009-12-02 10:09 UTC  (2+ messages)

[patch 8/9] vfs: clean up real_lookup()
 2009-12-02 10:07 UTC  (2+ messages)

[patch 7/9] vfs: make real_lookup do dentry revalidation with i_mutex held
 2009-12-02 10:05 UTC  (2+ messages)

[PATCH 1/3]fs/inode: iunique() Optimize Performance
 2009-12-02  9:42 UTC  (9+ messages)
          `  "

[patch 4/9] vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs
 2009-12-02  9:32 UTC  (6+ messages)

[PATCH] SLOW_WORK: Move slow_work's proc file to debugfs
 2009-12-01 17:26 UTC  (5+ messages)

[PATCH] SLOW_WORK: Fix the CONFIG_MODULES=n case
 2009-12-01 15:13 UTC  (3+ messages)

[PATCH 0/3] vfs: plug some holes involving LAST_BIND symlinks and file bind mounts (try #5)
 2009-12-01 13:15 UTC  (3+ messages)

[PATCH 0/3] vfs: plug some holes involving LAST_BIND symlinks and file bind mounts (try #5)
 2009-12-01  8:56 UTC  (15+ messages)

[GIT PULL] Fix bugs in Slow-work, FS-Cache and CacheFiles
 2009-12-01  7:32 UTC  (4+ messages)
` [GIT PULL v2] "
  ` [PATCH] slow-work: Fix build bug in the !CONFIG_MODULES case

[PATCH 18/41] union-mount: Documentation
 2009-12-01  5:37 UTC  (2+ messages)

[PATCH 41/41] union-mount: Add support for rename by __union_copyup()
 2009-12-01  4:57 UTC  (2+ messages)

[PATCH 40/41] union-mount: Make truncate work in all its glorious UNIX variations
 2009-12-01  4:50 UTC  (2+ messages)

[PATCH 39/41] union-mount: Ignore read-only file system in permission checks
 2009-12-01  4:34 UTC  (2+ messages)

[PATCH 38/41] union-mount: Make pivot_root work with union mounts
 2009-12-01  4:26 UTC  (2+ messages)

[PATCH 35/41] union-mount: Copy up directory entries on first readdir()
 2009-12-01  4:18 UTC  (2+ messages)

[PATCH 33/41] fallthru: jffs2 fallthru support
 2009-12-01  4:17 UTC  (2+ messages)

[PATCH 34/41] fallthru: tmpfs fallthru support
 2009-12-01  4:17 UTC  (2+ messages)

[PATCH 32/41] fallthru: ext2 fallthru support
 2009-12-01  4:17 UTC  (2+ messages)

[PATCH 31/41] fallthru: Support for fallthru entries in union mount lookup
 2009-12-01  4:15 UTC  (2+ messages)

[PATCH 30/41] fallthru: Basic fallthru definitions
 2009-12-01  4:14 UTC  (2+ messages)

[PATCH 27/41] union-mount: in-kernel file copy between union mounted filesystems
 2009-12-01  4:13 UTC  (2+ messages)

[PATCH 29/41] union-mount: Always create topmost directory on open
 2009-12-01  4:14 UTC  (2+ messages)

[PATCH 26/41] union-mount: stop lookup when finding a whiteout
 2009-12-01  4:11 UTC  (2+ messages)

[PATCH 25/41] union-mount: stop lookup when directory has S_OPAQUE flag set
 2009-12-01  4:10 UTC  (2+ messages)

[PATCH 24/41] union-mount: Make lookup work for union-mounted file systems
 2009-12-01  4:10 UTC  (2+ messages)

[PATCH 0/13] sysfs lazification
 2009-12-01  0:12 UTC  (5+ messages)
` [PATCH 0/15] sysfs lazification final

[ANNOUNCE] util-linux-ng v2.16.2 (stable)
 2009-11-30 21:09 UTC 

[Patch] fs: move a definition out of switch block
 2009-11-30  9:36 UTC 

[PATCH 23/41] union-mount: Changes to the namespace handling
 2009-11-30  9:15 UTC  (2+ messages)

[PATCH 22/41] union-mount: Some checks during namespace changes
 2009-11-30  9:04 UTC  (2+ messages)

[PATCH 21/41] union-mount: Drive the union cache via dcache
 2009-11-30  8:57 UTC  (2+ messages)

[PATCH 20/41] union-mount: Introduce union_mount structure
 2009-11-30  8:46 UTC  (2+ messages)

[PATCH 17/41] whiteout: Add path_whiteout() helper
 2009-11-30  7:57 UTC  (2+ messages)

[PATCH 19/41] union-mount: Introduce MNT_UNION and MS_UNION flags
 2009-11-30  8:02 UTC  (2+ messages)

[PATCH 16/41] whiteout: jffs2 whiteout support
 2009-11-30  7:51 UTC  (2+ messages)

[PATCH 15/41] whiteout: ext2 whiteout support
 2009-11-30  7:45 UTC  (2+ messages)

[PATCH 14/41] whiteout: Split of ext2_append_link() from ext2_add_link()
 2009-11-30  6:32 UTC  (2+ messages)

[PATCH 13/41] whiteout: tmpfs whiteout support
 2009-11-30  6:26 UTC  (2+ messages)

[PATCH 12/41] union-mount: Allow removal of a directory
 2009-11-30  6:13 UTC  (2+ messages)

[PATCH 03/41] VFS: Make lookup_hash() return a struct path
 2009-11-30  6:04 UTC  (3+ messages)

[PATCH 10/41] whiteout: Add vfs_whiteout() and whiteout inode operation
 2009-11-30  3:04 UTC  (2+ messages)

[PATCH 09/41] whiteout: Don't return information about whiteouts to userspace
 2009-11-30  2:53 UTC  (2+ messages)

[PATCH 08/41] Don't replace nameidata path when following links
 2009-11-30  2:44 UTC  (2+ messages)

[PATCH 07/41] VFS: Add read-only users count to superblock
 2009-11-30  2:33 UTC  (2+ messages)

[PATCH 06/41] VFS: Introduce dput() variant that maintains a kill-list
 2009-11-30  2:28 UTC  (2+ messages)

[PATCH 05/41] VFS: Make real_lookup() return a struct path
 2009-11-30  2:11 UTC  (2+ messages)

[PATCH 04/41] VFS: Remove unnecessary micro-optimization in cached_lookup()
 2009-11-30  2:07 UTC  (2+ messages)

[PATCH 01/41] VFS: BUG() if somebody tries to rehash an already hashed dentry
 2009-11-30  1:43 UTC  (2+ messages)

Hello
 2009-11-27 23:36 UTC 

I cannot find the "linux" definition in arm
 2009-11-28  2:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox