Commit Graph

676 Commits (1124d6d21f80ec10cc962e2961c21a8dd1e0ca6a)

Author SHA1 Message Date
Steven Whitehouse 9ff8ec32e5 [GFS2] Split gfs2_writepage into three cases 17 years ago
Steven Whitehouse 5561093e2c [GFS2] Introduce gfs2_set_aops() 17 years ago
Steven Whitehouse bf36a71316 [GFS2] Add gfs2_is_writeback() 17 years ago
Steven Whitehouse e7e36f1435 [GFS2] Remove unused field in struct gfs2_inode 17 years ago
Steven Whitehouse f91a0d3e24 [GFS2] Remove useless i_cache from inodes 17 years ago
Steven Whitehouse 3cc3f710ce [GFS2] Use ->page_mkwrite() for mmap() 17 years ago
Steven Whitehouse 51ff87bdd9 [GFS2] Clean up internal read function 17 years ago
Wendy Cheng cc7e79b168 [GFS2] Handle multiple glock demote requests 17 years ago
Greg Kroah-Hartman 197b12d679 Kobject: convert fs/* from kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman 901195ed7f Kobject: change GFS2 to use kobject_init_and_add 17 years ago
Greg Kroah-Hartman 0ff21e4663 kobject: convert kernel_kset to be a kobject 17 years ago
Greg Kroah-Hartman bd35b93d80 kset: convert kernel_subsys to use kset_create 17 years ago
Greg Kroah-Hartman 136a27507f kset: convert gfs2 dlm to use kset_create 17 years ago
Greg Kroah-Hartman 9bec101a0c kset: convert gfs2 to use kset_create 17 years ago
Greg Kroah-Hartman 00d2666623 kobject: convert main fs kobject to use kobject_create 17 years ago
Greg Kroah-Hartman 3514faca19 kobject: remove struct kobj_type from struct kset 17 years ago
Christoph Hellwig 3965516440 exportfs: make struct export_operations const 18 years ago
Christoph Hellwig 34c0d15424 gfs2: new export ops 18 years ago
Alan Cox a9c62a18a2 fs: correct SuS compliance for open of large file without options 18 years ago
Christoph Lameter 4ba9b9d0ba Slab API: remove useless ctor parameter and reorder parameters 18 years ago
Steven Whitehouse 7765ec26ae gfs2: convert to new aops 18 years ago
Greg Kroah-Hartman 34980ca8fa Drivers: clean up direct setting of the name of a kset 18 years ago
Al Viro 782e3b3b38 Fix up more bio fallout 18 years ago
Steven Whitehouse 5a60c532c9 [GFS2] Get superblock a different way 18 years ago
Steven Whitehouse 891ba6d4a5 [GFS2] Don't try to remove buffers that don't exist 18 years ago
Benjamin Marzinski 7a9f53b3c1 [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed 18 years ago
Wendy Cheng de986e859a [GFS2] Data corruption fix 18 years ago
Steven Whitehouse 16615be18c [GFS2] Clean up journaled data writing 18 years ago
Bob Peterson 55c0c4ac0b [GFS2] GFS2: chmod hung - fix race in thread creation 18 years ago
Wendy Cheng 49e61f2ef6 [GFS2] Move inode deletion out of blocking_cb 18 years ago
Abhijith Das b4c20166dc [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! 18 years ago
Steven Whitehouse 1ad38c437f [GFS2] Clean up gfs2_trans_add_revoke() 18 years ago
Steven Whitehouse 0820ab517e [GFS2] Use slab operations for all gfs2_bufdata allocations 18 years ago
Steven Whitehouse 82e86087bb [GFS2] Replace revoke structure with bufdata structure 18 years ago
Bob Peterson 8475487bef [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing 18 years ago
Steven Whitehouse d7b616e252 [GFS2] Clean up ordered write code 18 years ago
Steven Whitehouse 9b9107a5a8 [GFS2] Move pin/unpin into lops.c, clean up locking 18 years ago
Steven Whitehouse eaf965270f [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page() 18 years ago
Steven Whitehouse 1e1a3d03e9 [GFS2] Introduce gfs2_remove_from_ail 18 years ago
Steven Whitehouse 8497a46e17 [GFS2] Correct lock ordering in unlink 18 years ago
Wendy Cheng e9bd2b3baf [GFS2] fix inode meta data corruption 18 years ago
Benjamin Marzinski c4f68a130f [GFS2] delay glock demote for a minimum hold time 18 years ago
Abhijith Das d1e2777d4f [GFS2] panic after can't parse mount arguments 18 years ago
Bob Peterson ec217e0ece [GFS2] Patch to protect sd_log_num_jdata 18 years ago
Abhijith Das a947e03356 [GFS2] Wendy's dump lockname in hex & fix glock dump 18 years ago
Wendy Cheng a13b8c5f23 [GFS2] Reduce truncate IO traffic 18 years ago
Benjamin Marzinski 9a5ad13856 [GFS2] Add NULL entry to token table 18 years ago
Steven Whitehouse 382e6e256b [GFS2] Add a missing gfs2_trans_add_bh() 18 years ago
Steven Whitehouse bb3b0e3df5 [GFS2] Clean up invalidatepage/releasepage 18 years ago
Abhijith Das 2d9a4bbf6d [GFS2] Fix quota do_list operation hang 18 years ago