aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman3-10/+29
2012-11-20proc: Fix the namespace inode permission checks.Eric W. Biederman2-23/+152
2012-11-20proc: Generalize proc inode allocationEric W. Biederman1-13/+13
2012-11-20userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2-0/+2
2012-11-20procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman1-1/+1
2012-11-20userns: Implent proc namespace operationsEric W. Biederman1-0/+4
2012-11-20userns: Allow chown and setgid preservationEric W. Biederman1-4/+7
2012-11-19userns: Ignore suid and sgid on binaries if the uid or gid can not be mappedEric W. Biederman1-6/+3
2012-11-19userns: fix return value on mntns_install() failureZhao Hongjiang1-1/+1
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman1-26/+43
2012-11-19vfs: Only support slave subtrees across different user namespacesEric W. Biederman2-3/+9
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2-8/+17
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman3-0/+101
2012-11-19vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespaceEric W. Biederman1-1/+1
2012-11-19pidns: Add setns supportEric W. Biederman1-0/+3
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2-9/+0
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman2-2/+2
2012-11-19procfs: Don't cache a pid in the root inode.Eric W. Biederman2-18/+1
2012-11-19procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman5-152/+64
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman4-23/+28
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman4-17/+24
2012-10-28Lock splice_read and splice_write functionsMikulas Patocka1-2/+35
2012-10-26Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+8
2012-10-26VFS: don't do protected {sym,hard}links by defaultLinus Torvalds1-2/+2
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds11-105/+199
2012-10-25Merge tag 'nfs-for-3.7-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-25/+32
2012-10-25fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov1-1/+2
2012-10-25Btrfs: do not bug when we fail to commit the transactionJosef Bacik1-1/+2
2012-10-25Btrfs: fix memory leak when cloning root's nodeLiu Bo1-3/+5
2012-10-25Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstableChris Mason3-18/+55
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik3-5/+6
2012-10-25Btrfs: Send: preserve ownership (uid and gid) also for symlinks.Alex Lyakas1-14/+13
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie1-0/+7
2012-10-25btrfs: Return EINVAL when length to trim is less than FSBLukas Czerner1-1/+2
2012-10-25Btrfs: fix memory leak in btrfs_quota_enable()Tsutomu Itoh1-4/+13
2012-10-25Btrfs: send correct rdev and mode in btrfs-sendArne Jansen1-1/+2
2012-10-25Btrfs: extended inode refs support for send mechanismJan Schmidt3-58/+94
2012-10-25Btrfs: Fix wrong error handling codeStefan Behrens1-2/+2
2012-10-25Fix a sign bug causing invalid memory access in the ino_paths ioctl.Gabriel de Perthuis1-1/+1
2012-10-24sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2012-10-24LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust1-8/+6
2012-10-24LOCKD: fix races in nsm_client_getTrond Myklebust1-17/+26
2012-10-24Btrfs: comment for loop in tree_mod_log_insert_moveJan Schmidt1-0/+5
2012-10-24Btrfs: fix extent buffer reference for tree mod log rootsJan Schmidt1-1/+1
2012-10-24Btrfs: determine level of old rootsJan Schmidt3-3/+19
2012-10-24Btrfs: tree mod log's old roots could still be part of the treeJan Schmidt1-4/+21
2012-10-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+10
2012-10-23Btrfs: fix a tree mod logging issue for root replacement operationsJan Schmidt1-8/+2