linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-02 11:17:39 to 2013-10-05 23:22:15 UTC [more...]

DoS with unprivileged mounts
 2013-10-05 23:22 UTC  (18+ messages)
        ` [RFC][PATCH 0/3] vfs: Detach mounts on unlink
          ` [RFC][PATCH 1/3] vfs: Keep a list of mounts on a mount point
          ` [RFC][PATCH 2/3] vfs: Add a function to lazily unmount all mounts from any dentry
          ` [RFC][PATCH 3/3] vfs: Lazily remove mounts on unlinked files and directories
          ` [RFC][PATCH 4/3] vfs: Allow rmdir to remove mounts in all but the current mount namespace

[PATCH v2 0/9] procfs: protect /proc/<pid>/* files with file->f_cred
 2013-10-05 13:23 UTC  (55+ messages)
` [PATCH v2 2/9] procfs: add proc_allow_access() to check if file's opener may access task
` [PATCH v2 6/9] procfs: add permission checks on the file's opener of /proc/*/stat

[RFC PATCH 0/7] cross rename
 2013-10-05  0:11 UTC  (15+ messages)
` [PATCH 3/7] vfs: add renameat2 syscall and cross-rename
` [PATCH 4/7] ext4: rename: create ext4_renament structure for local vars
` [PATCH 5/7] ext4: rename: move EMLINK check up
` [PATCH 6/7] ext4: rename: split out helper functions

why is i_ino unsigned long, anyway?
 2013-10-04 22:15 UTC  (18+ messages)
                        ` [PATCH 1/2] vfs: split out vfs_getattr_nosec
                          ` [PATCH 2/2] exportfs: fix 32-bit nfsd handling of 64-bit inode numbers

security: lockless stat() issues
 2013-10-04 21:15 UTC  (4+ messages)

[PATCH 0/26] get_user_pages() cleanup
 2013-10-04 20:42 UTC  (6+ messages)
` [PATCH 26/26] aio: Remove useless get_user_pages() call

[PATCH 0/2 v2] epoll: reduce 'epmutex' lock contention
 2013-10-04 17:54 UTC  (5+ messages)
` [PATCH 2/2 v2] epoll: Do not take global 'epmutex' for simple topologies

[PATCH 0/22] Immutable biovecs, block layer changes
 2013-10-04 17:07 UTC  (8+ messages)
` [PATCH 16/22] dm: Refactor for new bio cloning/splitting

[PATCH 17/17] RCU'd vfsmounts
 2013-10-04 14:00 UTC  (20+ messages)

[PATCH] fs: make sure we do not read beyond allocation
 2013-10-04 13:53 UTC  (11+ messages)

[GIT PULL] fuse bugfixes for 3.12
 2013-10-04  8:47 UTC 

[PATCH 0/3 v2] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2013-10-04  3:09 UTC  (5+ messages)
` [PATCH 1/3 v2] fiemap: fix comment at EXTENT_DATA_ENCRYPTED
` [PATCH 2/3 v2] fiemap: add EXTENT_DATA_COMPRESSED flag
` [PATCH 3/3 v2] btrfs: set FIEMAP_EXTENT_DATA_COMPRESSED for compressed extents

[PATCH 0/2] fs,mm: abstract i_mmap_mutex lock
 2013-10-04  1:28 UTC  (6+ messages)
` [PATCH 1/2] mm,fs: introduce helpers around i_mmap_mutex
` [PATCH 2/2] fs,mm: use new helper functions around the i_mmap_mutex

[PATCH] mm: pagevec: cleanup: drop pvec->cold argument in all places
 2013-10-03 21:10 UTC  (4+ messages)

[PATCH 00/13] Implement NFSv4 delegations, take 12
 2013-10-03 19:41 UTC  (4+ messages)

[PATCH 0/4] fuse: fixes for fuse_writepage_in_flight() and friends -v2
 2013-10-03 16:22 UTC  (14+ messages)
` [PATCH 1/4] fuse: writepages: roll back changes if request not found
` [PATCH 2/4] fuse: writepages: crop secondary requests
` [PATCH 3/4] fuse: writepage: update bdi writeout when deleting secondary request
` [PATCH 4/4] fuse: writepages: protect secondary requests from fuse file release

[PATCH v2] writeback: Do not sync data dirtied after sync start
 2013-10-03 13:20 UTC  (4+ messages)

[PATCH 16/17] move taking vfsmount_lock down into prepend_path()
 2013-10-03  6:20 UTC 

[PATCH 15/17] split __lookup_mnt() in two functions
 2013-10-03  6:19 UTC 

[PATCH 14/17] uninline destroy_super(), consolidate alloc_super()
 2013-10-03  6:19 UTC 

[PATCH 13/17] isofs: don't pass dentry to isofs_hash{i,}_common()
 2013-10-03  6:19 UTC 

[PATCH 12/17] new helpers: lock_mount_hash/unlock_mount_hash
 2013-10-03  6:19 UTC 

[PATCH 11/17] don't bother with vfsmount_lock in mounts_poll()
 2013-10-03  6:19 UTC 

[PATCH 10/17] namespace.c: get rid of mnt_ghosts
 2013-10-03  6:19 UTC 

[PATCH 09/17] fold dup_mnt_ns() into its only surviving caller
 2013-10-03  6:18 UTC 

[PATCH 08/17] mnt_set_expiry() doesn't need vfsmount_lock
 2013-10-03  6:18 UTC 

[PATCH 07/17] finish_automount() doesn't need vfsmount_lock for removal from expiry list
 2013-10-03  6:18 UTC 

[PATCH 06/17] fs/namespace.c: bury long-dead define
 2013-10-03  6:18 UTC 

[PATCH 05/17] fold mntfree() into mntput_no_expire()
 2013-10-03  6:18 UTC 

[PATCH 04/17] do_remount(): pull touch_mnt_namespace() up
 2013-10-03  6:18 UTC 

[PATCH 03/17] dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lock
 2013-10-03  6:17 UTC 

[PATCH 02/17] fs_is_visible only needs namespace_sem held shared
 2013-10-03  6:17 UTC 

[PATCH 01/17] initialize namespace_sem statically
 2013-10-03  6:17 UTC 

[PATCH 00/17] RCU vfsmounts
 2013-10-03  6:17 UTC 

[rfc][possible solution] RCU vfsmounts
 2013-10-03  6:14 UTC  (7+ messages)

[GIT PULL] aio changes for 3.12
 2013-10-03  2:50 UTC  (5+ messages)
  ` [rfc] rework aio migrate pages to use aio fs

[PATCH 0/12] procfs: protect /proc/<pid>/* files with file->f_cred
 2013-10-02 19:52 UTC  (7+ messages)
` [PATCH 06/12] procfs: make /proc/*/stack 0400

Sometimes things happen much quicker than you would love to
 2013-10-02 16:58 UTC 

[PATCH 2/5] fuse: writepages: crop secondary requests on send
 2013-10-02 15:46 UTC  (4+ messages)
` [PATCH 2/5] fuse: writepages: crop secondary requests on send -v2

[GIT PULL] aio fix for 3.12
 2013-10-02 15:35 UTC 

Avoiding the dentry d_lock on final dput(), part deux: transactional memory
 2013-10-02 14:56 UTC  (4+ messages)

[PATCH] posix_acl: resolve compile dependency in posix_acl.h
 2013-10-02 14:36 UTC 

[RFC] extending splice for copy offloading
 2013-10-02 13:31 UTC  (12+ messages)

[PATCH v2 1/2] anon_inodes: allow external inode allocations
 2013-10-02 11:24 UTC  (2+ messages)
` [PATCH 2/2] DRM: use anon_inode instead of delayed inode init


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