Commit Graph

890 Commits (b3c466ce512923298ae8c0121d3e9f397a3f1210)

Author SHA1 Message Date
Tao Ma d32647993c ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. 16 years ago
Jan Kara b99835c168 ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails 16 years ago
Jan Kara 87cfa00432 ocfs2: Fix checking of return value of new_inode() 16 years ago
Jan Kara fa38e92cb3 ocfs2: Fix check of return value of ocfs2_start_trans() 16 years ago
Tao Ma 8573f79d30 ocfs2: Fix some typos in xattr annotations. 16 years ago
Tao Ma 63fd775737 ocfs2: Remove unused ocfs2_restore_xattr_block(). 16 years ago
Joel Becker 54f443f4e7 ocfs2: Don't repeat ocfs2_xattr_block_find() 16 years ago
Joel Becker eb6ff2397d ocfs2: Specify appropriate journal access for new xattr buckets. 16 years ago
Joel Becker bd60bd37ad ocfs2: Check errors from ocfs2_xattr_update_xattr_search() 16 years ago
Joel Becker b37c4d84e9 ocfs2: Don't return -EFAULT from a corrupt xattr entry. 16 years ago
Joel Becker f6087fb799 ocfs2: Check xattr block signatures properly. 16 years ago
Tiger Yang c988fd045f ocfs2: add handler_map array bounds checking 16 years ago
Tiger Yang ceb1eba3dc ocfs2: remove duplicate definition in xattr 16 years ago
Tiger Yang 0030e00150 ocfs2: fix function declaration and definition in xattr 16 years ago
Tiger Yang c3cb682735 ocfs2: fix license in xattr 16 years ago
Harvey Harrison be85940548 fs: replace NIPQUAD() 17 years ago
Nick Piggin 4e02ed4b4a fs: remove prepare_write/commit_write 17 years ago
Christoph Hellwig 440037287c [PATCH] switch all filesystems over to d_obtain_alias 17 years ago
Al Viro 572c489215 [PATCH] sanitize blkdev_get() and friends 17 years ago
Al Viro 9a1c354276 [PATCH] pass fmode_t to blkdev_put() 17 years ago
Mark Fasheh 1efd47f873 ocfs2: fix build error 17 years ago
Joel Becker d4a8c93c82 ocfs2: Make cached block reads the common case. 17 years ago
Joel Becker 5e0b3dec01 ocfs2: Kill the last naked wait_on_buffer() for cached reads. 17 years ago
Joel Becker 07446dc72c ocfs2: Move ocfs2_bread() into dir.c 17 years ago
Joel Becker 0fcaa56a2a ocfs2: Simplify ocfs2_read_block() 17 years ago
Joel Becker 31d33073ca ocfs2: Require an inode for ocfs2_read_block(s)(). 17 years ago
Joel Becker da1e90985a ocfs2: Separate out sync reads from ocfs2_read_blocks() 17 years ago
Tao Ma 936b883436 ocfs2: Refactor xattr list and remove ocfs2_xattr_handler(). 17 years ago
Tao Ma 2057e5c678 ocfs2: Calculate EA hash only by its suffix. 17 years ago
Mark Fasheh 99219aea68 ocfs2: Move trusted and user attribute support into xattr.c 17 years ago
Mark Fasheh 40daa16a34 ocfs2: Uninline ocfs2_xattr_name_hash() 17 years ago
Mark Fasheh a81cb88b64 ocfs2: Don't check for NULL before brelse() 17 years ago
Mark Fasheh fd8351f83d ocfs2: use smaller counters in ocfs2_remove_xattr_clusters_from_cache 17 years ago
Mark Fasheh 4cc8124584 ocfs2: make la_debug_mutex static 17 years ago
Mark Fasheh 009d37502a ocfs2: Remove pointless !! 17 years ago
Tao Ma 5a09561199 ocfs2: Add empty bucket support in xattr. 17 years ago
Tao Ma 06b240d8af ocfs2/xattr.c: Fix a bug when inserting xattr. 17 years ago
Sunil Mushran b0f73cfc36 ocfs2: Add xattr mount option in ocfs2_show_options() 17 years ago
Joel Becker 2b4e30fbde ocfs2: Switch over to JBD2. 17 years ago
Joel Becker 12462f1d9f ocfs2: Add the 'inode64' mount option. 17 years ago
Joel Becker 1187c96885 ocfs2: Limit inode allocation to 32bits. 17 years ago
Tao Ma 08413899db ocfs2: Resolve deadlock in ocfs2_xattr_free_block. 17 years ago
Tao Ma 28b8ca0b7f ocfs2: bug-fix for journal extend in xattr. 17 years ago
Joel Becker 8d6220d6a7 ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() 17 years ago
Joel Becker 1625f8ac15 ocfs2: Comment struct ocfs2_extent_tree_operations. 17 years ago
Joel Becker f99b9b7ccf ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. 17 years ago
Joel Becker 1e61ee79e2 ocfs2: Add an insertion check to ocfs2_extent_tree_operations. 17 years ago
Joel Becker 1a09f556e5 ocfs2: Create specific get_extent_tree functions. 17 years ago
Joel Becker 943cced39e ocfs2: Determine an extent tree's max_leaf_clusters in an et_op. 17 years ago
Joel Becker 1c25d93a4a ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents(). 17 years ago