Commit Graph

917 Commits (ed680c4ad478d0fee9740f7d029087f181346564)

Author SHA1 Message Date
Tao Ma df32b3343a ocfs2/quota: sparse fixes for quota 16 years ago
Tao Ma e35ff98f7c ocfs2: fix indendation in ocfs2_dquot_drop_slow 16 years ago
Jan Kara 9a2f3866c8 ocfs2: Fix build warnings (64-bit types vs long long) 16 years ago
Jan Kara 53a3604610 ocfs2: Make ocfs2_get_quota_block() consistent with ocfs2_read_quota_block() 16 years ago
Jan Kara af09e51b68 ocfs2: Fix oops when extending quota files 16 years ago
Joel Becker 85eb8b73d6 ocfs2: Fix ocfs2_read_quota_block() error handling. 16 years ago
Jan Kara 57a09a7b3d ocfs2: Add missing initialization 16 years ago
Mark Fasheh b86c86fa1f ocfs2: Use BH_JBDPrivateStart instead of BH_Unshadow 16 years ago
Jan Kara 19ece546a4 ocfs2: Enable quota accounting on mount, disable on umount 16 years ago
Jan Kara 2205363dce ocfs2: Implement quota recovery 16 years ago
Mark Fasheh 171bf93ce1 ocfs2: Periodic quota syncing 16 years ago
Jan Kara a90714c150 ocfs2: Add quota calls for allocation and freeing of inodes and space 16 years ago
Jan Kara 9e33d69f55 ocfs2: Implementation of local and global quota file handling 16 years ago
Jan Kara bbbd0eb34b ocfs2: Mark system files as not subject to quota accounting 16 years ago
Jan Kara 1a224ad11e ocfs2: Assign feature bits and system inodes to quota feature and quota files 16 years ago
Jan Kara 90e86a63ea ocfs2: Support nested transactions 16 years ago
Tao Ma 9f868f16e4 ocfs2/xattr: Restore not_found in xis 16 years ago
Tao Ma 97aff52ae1 ocfs2/xattr: Fix a bug in xattr allocation estimation 16 years ago
Mark Fasheh 53ef99cad9 ocfs2: Remove JBD compatibility layer 16 years ago
Joel Becker 511308d90b ocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_virt_blocks() 16 years ago
Joel Becker a8549fb5ab ocfs2: Wrap virtual block reads in ocfs2_read_virt_blocks() 16 years ago
Joel Becker 970e4936d7 ocfs2: Validate metadata only when it's read from disk. 16 years ago
Joel Becker 4ae1d69bed ocfs2: Wrap xattr block reads in a dedicated function 16 years ago
Joel Becker a22305cc69 ocfs2: Wrap dirblock reads in a dedicated function. 16 years ago
Joel Becker 5e96581a37 ocfs2: Wrap extent block reads in a dedicated function. 16 years ago
Joel Becker 4203530613 ocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC() checks. 16 years ago
Joel Becker 68f64d471b ocfs2: Wrap group descriptor reads in a dedicated function. 16 years ago
Joel Becker 57e3e79711 ocfs2: Consolidate validation of group descriptors. 16 years ago
Joel Becker 10995aa245 ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. 16 years ago
Joel Becker b657c95c11 ocfs2: Wrap inode block reads in a dedicated function. 16 years ago
Tiger Yang a68979b857 ocfs2: add mount option and Kconfig option for acl 16 years ago
Tiger Yang 89c38bd0ad ocfs2: add ocfs2_init_acl in mknod 16 years ago
Tiger Yang 060bc66dd5 ocfs2: add ocfs2_acl_chmod 16 years ago
Tiger Yang 23fc2702be ocfs2: add ocfs2_check_acl 16 years ago
Tiger Yang 929fb014e0 ocfs2: add POSIX ACL API 16 years ago
Tiger Yang 4e3e9d027f ocfs2: add ocfs2_xattr_get_nolock 16 years ago
Tiger Yang 534eadddc1 ocfs2: add ocfs2_init_security in during file create 16 years ago
Tiger Yang 923f7f3102 ocfs2: add security xattr API 16 years ago
Tiger Yang 6c3faba442 ocfs2: add ocfs2_xattr_set_handle 16 years ago
Tiger Yang f5d362022a ocfs2: move new inode allocation out of the transaction 16 years ago
Mark Fasheh fecc01126d ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range() 16 years ago
Tao Ma 85db90e778 ocfs2/xattr: Merge xattr set transaction. 16 years ago
Tao Ma 78f30c314a ocfs2/xattr: Reserve meta/data at the beginning of ocfs2_xattr_set. 16 years ago
Tao Ma c73f60f900 ocfs2/xattr: Move clusters free into dealloc. 16 years ago
Tao Ma 2891d290aa ocfs2: Add clusters free in dealloc_ctxt. 16 years ago
Tao Ma 976331d878 ocfs2/xattr: Only extend xattr bucket in need. 16 years ago
Tao Ma 757055adc5 ocfs2/xattr: Only set buffer update if it doesn't exist in cache. 16 years ago
Tao Ma 1c32a2fd46 ocfs2/xattr: Remove additional bucket allocation in bucket defragment. 16 years ago
Joel Becker 02dbf38d19 ocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket(). 16 years ago
Joel Becker 161d6f30f1 ocfs2: Use buckets in ocfs2_defrag_xattr_bucket(). 16 years ago