Commit Graph

676 Commits (ad636ad84e059e714013e009f76878b888de1f09)

Author SHA1 Message Date
Bob Peterson 1f466a47e8 [GFS2] Faster gfs2_bitfit algorithm 17 years ago
Steven Whitehouse d82661d969 [GFS2] Streamline quota lock/check for no-quota case 17 years ago
Steven Whitehouse 860b25d4a9 [GFS2] Remove drop of module ref where not needed 17 years ago
Abhijith Das 20b95bf2c4 [GFS2] gfs2_adjust_quota has broken unstuffing code 17 years ago
Cyrill Gorcunov 182fe5abd8 [GFS2] possible null pointer dereference fixup 17 years ago
Steven Whitehouse 105284970b [GFS2] Need to ensure that sector_t is 64bits for GFS2 17 years ago
Denis Cheng 43a33c53cc [GFS2] re-support special inode 17 years ago
Denis Cheng d83225d45d [GFS2] remove gfs2_dev_iops 17 years ago
Christoph Hellwig 7dc2cf1c8f [GFS2] fix file_system_type leak on gfs2meta mount 17 years ago
Steven Whitehouse 9b8c81d1de [GFS2] Allow bmap to allocate extents 17 years ago
Steven Whitehouse 7afd88d916 [GFS2] Fix a page lock / glock deadlock 17 years ago
Adrian Bunk 60b779cfc1 [GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_ops 17 years ago
Adrian Bunk 8af4c72f7d [GFS2] gfs2/ops_file.c should #include "ops_inode.h" 17 years ago
Marcin Slusarz bb16b342b2 [GFS2] be*_add_cpu conversion 17 years ago
Steven Whitehouse 840ca0ec70 [GFS2] Fix bug where we called drop_bh incorrectly 17 years ago
Steven Whitehouse e23159d2a7 [GFS2] Get inode buffer only once per block map call 17 years ago
Steven Whitehouse 77658aad22 [GFS2] Eliminate (almost) duplicate field from gfs2_inode 17 years ago
Steven Whitehouse 30cbf189cd [GFS2] Add a function to interate over an extent 17 years ago
Steven Whitehouse c85a665f06 [GFS2] The case of the missing asterisk 17 years ago
Steven Whitehouse b45e41d7d5 [GFS2] Add extent allocation to block allocator 17 years ago
Steven Whitehouse 1639431a3f [GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data 17 years ago
Steven Whitehouse 5731be53e3 [GFS2] Update gfs2_trans_add_unrevoke to accept extents 17 years ago
Steven Whitehouse ac576cc5be [GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fields 17 years ago
Steven Whitehouse ce276b06e8 [GFS2] Reduce inode size by merging fields 17 years ago
Bob Peterson 9feb7c889f [GFS2] Remove unused counters 17 years ago
Steven Whitehouse 9a0045088d [GFS2] Shrink & rename di_depth 17 years ago
Bob Peterson cf45b752c9 [GFS2] Remove rgrp and glock version numbers 17 years ago
Steven Whitehouse da755fdb41 [GFS2] Remove lm.[ch] and distribute content 17 years ago
Bob Peterson ab0d756681 [GFS2] Eliminate gl_req_bh 17 years ago
Steven Whitehouse 110acf3837 [GFS2] Add consts to various bits of rgrp.c 17 years ago
Steven Whitehouse dbac6710a6 [GFS2] Introduce array of buffers to struct metapath 17 years ago
Steven Whitehouse 11707ea05e [GFS2] Move part of gfs2_block_map into a separate function 17 years ago
Bob Peterson 29d38cd163 [GFS2] Get rid of gl_waiters2 17 years ago
Bob Peterson 42d52e3818 [GFS2] Combine rg_flags and rd_flags 17 years ago
Bob Peterson 6bdd9be628 [GFS2] Allocate gfs2_rgrpd from slab memory 17 years ago
Bob Peterson 3ad62e87cd [GFS2] Plug an unlikely leak 17 years ago
Adrian Bunk 048786f1e6 [GFS2] make gfs2_glock_hold() static 17 years ago
Bob Peterson ef8c441cb7 [GFS2] Only wake the reclaim daemon if we need to 17 years ago
Bob Peterson 7eabb77e65 [GFS2] Misc fixups 17 years ago
Bob Peterson d0109bfa84 [GFS2] Only do lo_incore_commit once 17 years ago
Bob Peterson ca390601a8 [GFS2] Fix debug inode printing 17 years ago
Bob Peterson fe6c991c52 [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc 17 years ago
Steven Whitehouse ecc30c7915 [GFS2] Streamline indirect pointer tree height calculation 17 years ago
Steven Whitehouse 941e6d7d09 [GFS2] Speed up gfs2_write_alloc_required, deprecate gfs2_extent_map 17 years ago
Jan Blunck 1d957f9bf8 Introduce path_put() 17 years ago
Jan Blunck 4ac9137858 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} 17 years ago
David Howells 69840b0d06 iget: use iget_failed() in GFS2 17 years ago
David Howells e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 years ago
Pavel Emelyanov eccba06891 gfs2: make gfs2_glock.gl_owner_pid be a struct pid * 17 years ago
Pavel Emelyanov b1e058da50 gfs2: make gfs2_holder.gh_owner_pid be a struct pid * 17 years ago