summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs_common: Update the translation between nfsv3 acls linux posix aclsEric W. Biederman2013-02-131-15/+26
* ncpfs: Support interacting with multiple user namespacesEric W. Biederman2013-02-133-36/+50
* gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman2013-02-133-6/+6
* gfs2: Use uid_eq and gid_eq where appropriateEric W. Biederman2013-02-133-11/+16
* gfs2: Use kuid_t and kgid_t types where appropriate.Eric W. Biederman2013-02-133-9/+10
* gfs2: Remove the QUOTA_USER and QUOTA_GROUP definesEric W. Biederman2013-02-131-20/+5
* gfs2: Store qd_id in struct gfs2_quota_data as a struct kqidEric W. Biederman2013-02-132-46/+26
* gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman2013-02-133-5/+16
* gfs2: Modify qdsb_get to take a struct kqidEric W. Biederman2013-02-131-6/+7
* gfs2: Modify struct gfs2_quota_change_host to use struct kqidEric W. Biederman2013-02-131-3/+5
* gfs2: Introduce qd2indexEric W. Biederman2013-02-131-2/+8
* gfs2: Report quotas in the caller's user namespace.Eric W. Biederman2013-02-131-1/+1
* gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman2013-02-137-14/+15
* gfs2: Remove improper checks in gfs2_set_dqblk.Eric W. Biederman2013-02-131-6/+0
* ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman2013-02-132-5/+5
* ocfs2: For tracing report the uid and gid values in the initial user namespaceEric W. Biederman2013-02-131-1/+2
* ocfs2: Convert uid and gids between in core and on disk inodesEric W. Biederman2013-02-132-8/+8
* ocfs2: convert between kuids and kgids and DLM locksEric W. Biederman2013-02-131-4/+4
* ocfs2: Handle kuids and kgids in acl/xattr conversions.Eric W. Biederman2013-02-131-2/+29
* coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman2013-02-133-4/+4
* coda: Restrict coda messages to the initial user namespaceEric W. Biederman2013-02-133-7/+10
* coda: Restrict coda messages to the initial pid namespaceEric W. Biederman2013-02-133-2/+10
* afs: Support interacting with multiple user namespacesEric W. Biederman2013-02-133-9/+15
* afs: Only allow mounting afs in the intial network namespaceEric W. Biederman2013-02-131-0/+6
* afs: Remove unused structure afs_store_statusEric W. Biederman2013-02-121-7/+0
* 9p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman2013-02-121-5/+5
* 9p: Modify struct v9fs_session_info to use a kuids and kgidsEric W. Biederman2013-02-122-10/+30
* 9p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman2013-02-122-9/+10
* 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-121-3/+3
* 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-121-1/+1
* ceph: Convert kuids and kgids before printing them.Eric W. Biederman2013-02-122-4/+8
* ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2013-02-122-4/+4
* ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman2013-02-121-6/+8
* ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2013-02-122-9/+9
* userns: Allow the userns root to mount ramfs.Eric W. Biederman2013-01-261-0/+1
* userns: Allow the userns root to mount of devptsEric W. Biederman2013-01-261-0/+18
* f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman2012-12-251-1/+0
* proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-251-6/+7
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-12-214-17/+18
|\
| * cifs: eliminate cifsERROR variableJeff Layton2012-12-202-6/+1
| * cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton2012-12-201-4/+15
| * cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton2012-12-201-7/+2
* | Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-211-1/+0
* | NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust2012-12-211-4/+15
* | NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells2012-12-211-0/+1
* | Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-2011-104/+152
|\ \
| * | inotify: automatically restart syscallsEric Paris2012-12-111-1/+1
| * | inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo2012-12-111-5/+5
| * | fanotify: dont merge permission eventsLino Sanfilippo2012-12-111-0/+6
| * | fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-114-9/+16
OpenPOWER on IntegriCloud