summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-18ext4: adjust some functions for reclaiming extents from extent status treeZheng Liu1-26/+24
2013-02-18ext4: remove single extent cacheZheng Liu5-163/+38
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu5-3/+136
2013-02-18ext4: track all extent status in extent status treeZheng Liu3-30/+69
2013-02-18ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flagZheng Liu2-10/+8
2013-02-18ext4: rename and improbe ext4_es_find_extent()Zheng Liu4-31/+34
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu3-14/+120
2013-02-18ext4: refine extent status treeZheng Liu4-162/+201
2013-02-18umount oops when remove blocklayoutdriver firstfanchaoting2-0/+2
2013-02-18nfs: remove kfree() redundant null checksTim Gardner2-4/+2
2013-02-18NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson1-1/+2
2013-02-15ext4: use ERR_PTR() abstraction for ext4_append()Theodore Ts'o2-34/+33
2013-02-15ext4: refactor code to read directory blocks into ext4_read_dirblock()Theodore Ts'o1-172/+119
2013-02-15xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner1-21/+93
2013-02-15xfs: remove log force from xfs_buf_trylock()Brian Foster1-2/+0
2013-02-15xfs: recheck buffer pinned status after push trylock failureBrian Foster1-1/+11
2013-02-15xfs: limit speculative prealloc size on sparse filesDave Chinner1-10/+67
2013-02-15ext4: add debugging context for warning in ext4_da_update_reserve_space()Theodore Ts'o1-5/+7
2013-02-15ext4: use KERN_WARNING for warning messagesTheodore Ts'o2-9/+9
2013-02-14NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust3-74/+144
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman3-5/+7
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman4-10/+16
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman2-15/+45
2013-02-13cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman2-3/+3
2013-02-13cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman2-6/+12
2013-02-13cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman2-7/+7
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman5-22/+28
2013-02-13cifs: Convert from a kuid before printing current_fsuidEric W. Biederman1-1/+2
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman4-20/+34
2013-02-13cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman1-1/+2
2013-02-13cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman1-0/+1
2013-02-13cifs: Override unmappable incoming uids and gidsEric W. Biederman1-9/+13
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman4-14/+14
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2-9/+15
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman2-5/+12
2013-02-13nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman2-33/+71
2013-02-13nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman3-10/+4
2013-02-13nfsd: Convert idmap to use kuids and kgidsEric W. Biederman2-10/+24
2013-02-13nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman1-6/+6
2013-02-13nfsd: Remove declaration of nonexistent nfs4_acl_permisisonEric W. Biederman1-2/+0
2013-02-13nfs: kuid and kgid conversions for nfs/inode.cEric W. Biederman1-6/+6
2013-02-13nfs: Convert nfs4xdr to use kuids and kgidsEric W. Biederman1-8/+8
2013-02-13nfs: Convert nfs3xdr to use kuids and kgidsEric W. Biederman1-4/+14
2013-02-13nfs: Convert nfs2xdr to use kuids and kgidsEric W. Biederman1-4/+15
2013-02-13nfs: Convert idmap to use kuids and kgidsEric W. Biederman1-16/+34
2013-02-13nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring allocEric W. Biederman1-1/+2
2013-02-13nfs_common: Update the translation between nfsv3 acls linux posix aclsEric W. Biederman1-15/+26
2013-02-13ncpfs: Support interacting with multiple user namespacesEric W. Biederman3-36/+50