Commit Graph

890 Commits (b3c466ce512923298ae8c0121d3e9f397a3f1210)

Author SHA1 Message Date
Joel Becker d72cc72d57 ocfs2: Pull ocfs2_xattr_value_buf up from __ocfs2_remove_xattr_range(). 16 years ago
Joel Becker 2a50a743bd ocfs2: Create ocfs2_xattr_value_buf. 16 years ago
Joel Becker 4d0e214ee8 ocfs2: Add ecc and checksums to ocfs2 xattr buckets. 16 years ago
Joel Becker 13723d00e3 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. 16 years ago
Joel Becker ffdd7a5463 ocfs2: Wrap up the common use cases of ocfs2_new_path(). 16 years ago
Joel Becker 50655ae9e9 ocfs2: Add journal_access functions with jbd2 triggers. 16 years ago
Joel Becker d6b32bbb3e ocfs2: block read meta ecc. 16 years ago
Joel Becker 684ef27837 ocfs2: Add a validation hook for quota block reads. 16 years ago
Joel Becker 70ad1ba7b4 ocfs2: Add the underlying blockcheck code. 16 years ago
Joel Becker ab552d5467 ocfs2: Add the on-disk structures for metadata checksums. 16 years ago
Tao Ma 754938c142 ocfs2/quota: Add QUOTA in mlog_attribute. 16 years ago
Joel Becker 91f2033fa9 ocfs2: Pass xs->bucket into ocfs2_add_new_xattr_bucket(). 16 years ago
Joel Becker ed29c0ca14 ocfs2: Move buckets up into ocfs2_add_new_xattr_bucket(). 16 years ago
Joel Becker 012ee91087 ocfs2: Move buckets up into ocfs2_add_new_xattr_cluster(). 16 years ago
Joel Becker 41cb814866 ocfs2: Pass buckets into ocfs2_mv_xattr_bucket_cross_cluster(). 16 years ago
Joel Becker 92cf3adf48 ocfs2: Start using buckets in ocfs2_adjust_xattr_cross_cluster(). 16 years ago
Joel Becker c58b6032f9 ocfs2: Use ocfs2_mv_xattr_buckets() in ocfs2_mv_xattr_bucket_cross_cluster(). 16 years ago
Joel Becker 54ecb6b6df ocfs2: ocfs2_mv_xattr_buckets() can handle a partial cluster now. 16 years ago
Joel Becker 874d65af1c ocfs2: Rename ocfs2_cp_xattr_cluster() to ocfs2_mv_xattr_buckets(). 16 years ago
Joel Becker b5c03e7469 ocfs2: Use ocfs2_cp_xattr_bucket() in ocfs2_mv_xattr_bucket_cross_cluster(). 16 years ago
Joel Becker 2b656c1d6f ocfs2: Explain t_is_new in ocfs2_cp_xattr_cluster(). 16 years ago
Joel Becker 15d609293d ocfs2: Dirty the entire first bucket in ocfs2_cp_xattr_cluster(). 16 years ago
Joel Becker 92de109ade ocfs2: Dirty the entire first bucket in ocfs2_extend_xattr_bucket() 16 years ago
Tao Ma 88c3b0622a ocfs2: Narrow the transaction for deleting xattrs from a bucket. 16 years ago
Joel Becker 548b0f22bb ocfs2: Dirty the entire bucket in ocfs2_bucket_value_truncate() 16 years ago
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