linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-02 18:47:23 to 2013-10-08 13:56:03 UTC [more...]

DoS with unprivileged mounts
 2013-10-08 13:56 UTC  (37+ 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] Export symbols for splice in modules
 2013-10-08 13:09 UTC  (3+ messages)

[PATCH v2] f2fs: avoid congestion_wait when do_checkpoint for better performance
 2013-10-08 11:30 UTC 

[PATCH] f2fs: introduce function read_raw_super_block()
 2013-10-08  9:49 UTC 

[PATCH v2] f2fs: avoid congestion_wait when do_checkpoint for better performance
 2013-10-08  9:37 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] f2fs: fix to store and retrieve i_rdev correctly
 2013-10-08  9:11 UTC 

[PATCH] [CIFS] Allow setting per-file compression via SMB3
 2013-10-08  7:16 UTC  (2+ messages)

[PATCH 0/26] get_user_pages() cleanup
 2013-10-08  6:06 UTC  (8+ messages)

[PATCH] f2fs: fix writing incorrect orphan blocks
 2013-10-08  1:28 UTC 

[PATCH] f2fs: avoid unnecessary checkpoints
 2013-10-08  0:33 UTC 

[PATCH v2 0/9] procfs: protect /proc/<pid>/* files with file->f_cred
 2013-10-07 21:41 UTC  (54+ 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

[PATCH 0/2] vmpslice support for zero-copy gifting of pages
 2013-10-07 20:21 UTC  (3+ messages)
` [PATCH 1/2] vmsplice: unmap gifted pages for recipient
` [PATCH 2/2] vmsplice: Add limited zero copy to vmsplice

[PATCH 00/13] Implement NFSv4 delegations, take 12
 2013-10-07 15:20 UTC  (5+ messages)

[PATCH]f2fs: avoid congestion_wait when do_checkpoint for better performance
 2013-10-07  2:41 UTC 

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

[PATCH RESEND 7/7] manpage: update FALLOC_FL_COLLAPSE_RANGE flag in fallocate
 2013-10-06 20:14 UTC 

[PATCH RESEND 6/7] xfstest: Add test case to test multiple collapse range call
 2013-10-06 20:14 UTC 

[PATCH RESEND 5/7] xfstest: Add test case to check various corner cases for collapsing range
 2013-10-06 20:13 UTC 

[PATCH RESEND 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-10-06 20:13 UTC 

[PATCH RESEND 3/7] ext4: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-10-06 20:13 UTC 

[PATCH RESEND 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-10-06 20:13 UTC 

[PATCH RESEND 1/7] fs: add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-10-06 20:12 UTC 

[PATCH RESEND 0/7] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-10-06 20:12 UTC 

[RFC] extending splice for copy offloading
 2013-10-06  8:42 UTC  (11+ messages)

[RFC PATCH 0/7] cross rename
 2013-10-05  0:11 UTC  (6+ messages)

why is i_ino unsigned long, anyway?
 2013-10-04 22:15 UTC  (15+ 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/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 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  (2+ messages)

[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 0/4] fuse: fixes for fuse_writepage_in_flight() and friends -v2
 2013-10-03 16:22 UTC  (13+ messages)
` [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


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