Commit Graph

664 Commits (92a77aac9812d5397abbe6f1920e085e50838635)

Author SHA1 Message Date
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
Joel Becker 0ce1010f1a ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations. 17 years ago
Joel Becker ea5efa1512 ocfs2: Make 'private' into 'object' on ocfs2_extent_tree. 17 years ago
Joel Becker dc0ce61af4 ocfs2: Make ocfs2_extent_tree get/put instead of alloc. 17 years ago
Joel Becker ce1d9ea621 ocfs2: Prefix the ocfs2_extent_tree structure. 17 years ago
Joel Becker 35dc0aa3c5 ocfs2: Prefix the extent tree operations structure. 17 years ago
Mark Fasheh ff1ec20ef6 ocfs2: fix printk format warnings 17 years ago
Tiger Yang 8154da3d21 ocfs2: Add incompatible flag for extended attribute 17 years ago
Tao Ma a394425643 ocfs2: Delete all xattr buckets during inode removal 17 years ago
Tao Ma 012255961c ocfs2: Enable xattr set in index btree 17 years ago
Tao Ma ca12b7c489 ocfs2: Optionally limit extent size in ocfs2_insert_extent() 17 years ago
Tao Ma 589dc2602f ocfs2: Add xattr lookup code xattr btrees 17 years ago
Tao Ma 0c044f0b24 ocfs2: Add xattr bucket iteration for large numbers of EAs 17 years ago
Tao Ma ba492615f0 ocfs2: Add xattr index tree operations 17 years ago
Tiger Yang cf1d6c763f ocfs2: Add extended attribute support 17 years ago
Tiger Yang fdd77704a8 ocfs2: reserve inline space for extended attribute 17 years ago
Tao Ma f56654c435 ocfs2: Add extent tree operation for xattr value btrees 17 years ago