summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-1725-305/+493
|\
| * proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-203-10/+29
| * proc: Fix the namespace inode permission checks.Eric W. Biederman2012-11-202-23/+152
| * proc: Generalize proc inode allocationEric W. Biederman2012-11-201-13/+13
| * userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2012-11-202-0/+2
| * procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman2012-11-201-1/+1
| * userns: Implent proc namespace operationsEric W. Biederman2012-11-201-0/+4
| * userns: Allow chown and setgid preservationEric W. Biederman2012-11-201-4/+7
| * userns: Ignore suid and sgid on binaries if the uid or gid can not be mappedEric W. Biederman2012-11-191-6/+3
| * userns: fix return value on mntns_install() failureZhao Hongjiang2012-11-191-1/+1
| * vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2012-11-191-26/+43
| * vfs: Only support slave subtrees across different user namespacesEric W. Biederman2012-11-192-3/+9
| * vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2012-11-192-8/+17
| * vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-193-0/+101
| * vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespaceEric W. Biederman2012-11-191-1/+1
| * pidns: Add setns supportEric W. Biederman2012-11-191-0/+3
| * pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-192-9/+0
| * pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-192-2/+2
| * procfs: Don't cache a pid in the root inode.Eric W. Biederman2012-11-192-18/+1
| * procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman2012-11-195-152/+64
| * userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-144-23/+28
| * userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman2012-11-144-17/+24
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-12-174-10/+14
|\ \
| * | quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones2012-12-131-0/+4
| * | ext3: drop if around WARN_ONJulia Lawall2012-12-131-2/+1
| * | ext3: get rid of the duplicate code on ext3_fill_superZhao Hongjiang2012-12-131-3/+0
| * | udf: remove un-needed variable from inode_getblkNamjae Jeon2012-12-131-3/+0
| * | udf: don't increment lenExtents while writing to a holeNamjae Jeon2012-12-131-2/+5
| * | udf: fix memory leak while allocating blocks during writeNamjae Jeon2012-12-131-0/+4
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-12-1629-1080/+4047
|\ \ \
| * | | ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o2012-12-113-7/+18
| * | | ext4: ensure Inode flags consistency are checked at build timeCarlos Maiolino2012-12-102-16/+14
| * | | ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma2012-12-109-275/+4
| * | | ext4: remove unused variable from ext4_ext_in_cache()Zhi Yong Wu2012-12-101-2/+0
| * | | ext4: remove redundant initialization in ext4_fill_super()Guo Chao2012-12-101-1/+0
| * | | ext4: remove redundant code in ext4_alloc_inode()Guo Chao2012-12-101-1/+0
| * | | ext4: use sync_inode_metadata() when syncing inode metadataGuo Chao2012-12-101-5/+1
| * | | ext4: enable ext4 inline supportTao Ma2012-12-102-1/+6
| * | | ext4: let fallocate handle inline data correctlyTao Ma2012-12-103-0/+48
| * | | ext4: let ext4_truncate handle inline data correctlyTao Ma2012-12-103-0/+107
| * | | ext4: evict inline data out if we need to strore xattr in inodeTao Ma2012-12-103-12/+99
| * | | ext4: let fiemap work with inline dataTao Ma2012-12-103-0/+54
| * | | ext4: let ext4_rename handle inline dirTao Ma2012-12-103-35/+100
| * | | ext4: let empty_dir handle inline dirTao Ma2012-12-103-0/+104
| * | | ext4: let ext4_delete_entry() handle inline dataTao Ma2012-12-103-0/+76
| * | | ext4: make ext4_delete_entry genericTao Ma2012-12-102-26/+53
| * | | ext4: let ext4_find_entry handle inline dataTao Ma2012-12-103-1/+70
| * | | ext4: create a new function search_dirTao Ma2012-12-102-7/+26
| * | | ext4: let ext4_readdir handle inline dataTao Ma2012-12-104-13/+169
| * | | ext4: let add_dir_entry handle inline data properlyTao Ma2012-12-104-10/+430