Commit Graph

818 Commits (07e449b5b43b4b82c54e3026fc26bd4d8c81b080)

Author SHA1 Message Date
Coly Li 73ac36ea14 fix similar typos to successfull 16 years ago
Fernando Carrijo c19a28e119 remove lots of double-semicolons 16 years ago
Frederik Schwarzer 025dfdafe7 trivial: fix then -> than typos in comments and documentation 16 years ago
Al Viro 56ff5efad9 zero i_uid/i_gid on inode allocation 16 years ago
Tao Ma 9047beabb8 ocfs2: Access the right buffer_head in ocfs2_merge_rec_left. 16 years ago
Mark Fasheh dad7d975e4 ocfs2: use min_t in ocfs2_quota_read() 16 years ago
Mark Fasheh a641dc2a5a ocfs2: remove unneeded lvb casts 16 years ago
Tiger Yang 38d59ef61c ocfs2: Add xattr support checking in init_security 16 years ago
Tiger Yang 008aafaf0b ocfs2: alloc xattr bucket in ocfs2_xattr_set_handle 16 years ago
Tiger Yang 0e445b6fe9 ocfs2: calculate and reserve credits for xattr value in mknod 16 years ago
Tao Ma 90cb546cad ocfs2/xattr: fix credits calculation during index create 16 years ago
Tao Ma 4b3f6209bf ocfs2/xattr: Always updating ctime during xattr set. 16 years ago
Tao Ma 71d548a6af ocfs2/xattr: Remove extend_trans call and add its credits from the beginning 16 years ago
Sunil Mushran 7b791d6856 ocfs2/dlm: Fix race during lockres mastery 16 years ago
Sunil Mushran b0d4f817ba ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking list 16 years ago
Sunil Mushran d4f7e650e5 ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migrating 16 years ago
Sunil Mushran 57dff2676e ocfs2/dlm: Clean up errors in dlm_proxy_ast_handler() 16 years ago
Sunil Mushran 2b83256407 ocfs2/dlm: Fix a race between migrate request and exit domain 16 years ago
Joel Becker 58896c4d0e ocfs2: One more hamming code optimization. 16 years ago
Joel Becker 7bb458a585 ocfs2: Another hamming code optimization. 16 years ago
Joel Becker e798b3f8a9 ocfs2: Don't hand-code xor in ocfs2_hamming_encode(). 16 years ago
Joel Becker 9d28cfb73f ocfs2: Enable metadata checksums. 16 years ago
Joel Becker d030cc978e ocfs2: Validate superblock with checksum and ecc. 16 years ago
Joel Becker c175a518b4 ocfs2: Checksum and ECC for directory blocks. 16 years ago
Mark Fasheh 87d35a74b1 ocfs2: Add directory block trailers. 16 years ago
Joel Becker 8400897249 ocfs2: Use proper journal_access function in xattr.c 16 years ago
Joel Becker 4311901daa ocfs2: Pass value buf to ocfs2_remove_value_outside(). 16 years ago
Joel Becker 512620f44d ocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_entry(). 16 years ago
Joel Becker 0c748e9532 ocfs2: Pass value buf to ocfs2_xattr_update_entry(). 16 years ago
Joel Becker b3e5d37905 ocfs2: Pass ocfs2_xattr_value_buf into ocfs2_xattr_value_truncate(). 16 years ago
Joel Becker 19b801f45f ocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_value_truncate(). 16 years ago
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