Commit Graph

1238 Commits (466bfe7f4a5bee4cdd73d3f6bd290173a8c75a40)

Author SHA1 Message Date
Steven Whitehouse 47ac5537a7 GFS2: Move two functions from log.c to lops.c 13 years ago
Steven Whitehouse a245769f25 GFS2: glock statistics gathering 13 years ago
Steven Whitehouse a365fbf354 GFS2: Read resource groups on mount 13 years ago
Bob Peterson 9e73f571ea GFS2: Ensure rindex is uptodate for fallocate 13 years ago
Bob Peterson 718b97bd6b GFS2: Read in rindex if necessary during unlink 13 years ago
Steven Whitehouse 4043b886b0 GFS2: Fix race between lru_list and glock ref count 13 years ago
Steven Whitehouse 66ad863b41 GFS2: Fix nlink setting on inode creation 13 years ago
David Teigland 376d37788b GFS2: fail mount if journal recovery fails 13 years ago
David Teigland e8ca5cc571 GFS2: let spectator mount do read only recovery 13 years ago
Bob Peterson 49528b4e47 GFS2: Fix a use-after-free that coverity spotted 13 years ago
David Teigland e0c2a9aa1e GFS2: dlm based recovery coordination 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
David Teigland 60f98d1839 dlm: add recovery callbacks 13 years ago
Al Viro 175a4eb7ea fs: propagate umode_t, misc bits 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Al Viro 2a79f17e4a vfs: mnt_drop_write_file() 13 years ago
Al Viro a561be7100 switch a bunch of places to mnt_want_write_file() 13 years ago
H Hartley Sweeten 46cc1e5fce GFS2: local functions should be static 13 years ago
Steven Whitehouse 018a01cd27 GFS2: We only need one ACL getting function 13 years ago
Steven Whitehouse 6a8099ed56 GFS2: Fix multi-block allocation 13 years ago
Bob Peterson 564e12b115 GFS2: decouple quota allocations from block allocations 13 years ago
Tejun Heo a0acae0e88 freezer: unexport refrigerator() and update try_to_freeze() slightly 13 years ago
Bob Peterson b3e47ca0c2 GFS2: split function rgblk_search 13 years ago
Steven Whitehouse 465f0a760d GFS2: Fix up "off by one" in the previous patch 13 years ago
Bob Peterson 6e87ed0fc9 GFS2: move toward a generic multi-block allocator 13 years ago
Steven Whitehouse 4442f2e03e GFS2: O_(D)SYNC support for fallocate 13 years ago
Bob Peterson b9f417f311 GFS2: remove vestigial al_alloced 13 years ago
Bob Peterson 3c5d785acf GFS2: combine gfs2_alloc_block and gfs2_alloc_di 13 years ago
Bob Peterson c688b8b334 GFS2: Add non-try locks back to get_local_rgrp 13 years ago
Steven Whitehouse 79c4c379c8 GFS2: f_ra is always valid in dir readahead function 13 years ago
Steven Whitehouse 114b80ce2c GFS2: Fix very unlikley memory leak in ACL xattr code 13 years ago
Steven Whitehouse 87654896ca GFS2: More automated code analysis fixes 13 years ago
Bob Peterson dfe4d34b39 GFS2: Add readahead to sequential directory traversal 13 years ago
Steven Whitehouse 20ed0535d3 GFS2: Fix up REQ flags 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
Paul Gortmaker afeacc8c1f fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros 13 years ago
Andi Kleen ef3d0fd27e vfs: do (nearly) lockless generic_file_llseek 13 years ago
Steven Whitehouse b99b98dc26 GFS2: Move readahead of metadata during deallocation into its own function 14 years ago
Steven Whitehouse 9ae32429fe GFS2: Remove two unused variables 14 years ago
Steven Whitehouse 891a8e9335 GFS2: Misc fixes 14 years ago
Benjamin Marzinski 64dd153c83 GFS2: rewrite fallocate code to write blocks directly 14 years ago
Bob Peterson bd5437a7d4 GFS2: speed up delete/unlink performance for large files 14 years ago
Steven Whitehouse f75bbfb4dd GFS2: Fix off-by-one in gfs2_blk2rgrpd 14 years ago
Steven Whitehouse 13d921e371 GFS2: Clean up ->page_mkwrite 14 years ago
Steven Whitehouse ccad4e147a GFS2: Correctly set goal block after allocation 14 years ago
Steven Whitehouse b5b24d7aeb GFS2: Fix AIL flush issue during fsync 14 years ago