Commit Graph

1579 Commits (9f939adeb2d0bcc079a8b2684761b34709d65407)

Author SHA1 Message Date
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Miklos Szeredi a7732b05f7 ocfs2: remove unnecessary nlink setting 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
Al Viro d6952123b5 switch posix_acl_equiv_mode() to umode_t * 14 years ago
Al Viro d3fb612076 switch posix_acl_create() to umode_t * 14 years ago
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
Al Viro 826cae2f2b kill boilerplates around posix_acl_create_masq() 14 years ago
Al Viro bc26ab5f65 kill boilerplate around posix_acl_chmod_masq() 14 years ago
Linus Torvalds e77819e57f vfs: move ACL cache lookup into generic code 14 years ago
Al Viro c0d960f038 ocfs2_init_acl(): fix a leak 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Christoph Hellwig 72c5052ddc fs: move inode_dio_done to the end_io handler 14 years ago
Christoph Hellwig df2d6f2658 fs: always maintain i_dio_count 14 years ago
Christoph Hellwig 562c72aa57 fs: move inode_dio_wait calls into ->setattr 14 years ago
Christoph Hellwig bd5fe6c5eb fs: kill i_alloc_sem 14 years ago
Al Viro dae6ad8f37 new helpers: kern_path_create/user_path_create 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
Al Viro 7e40145eb1 ->permission() sanitizing: don't pass flags to ->check_acl() 14 years ago
Al Viro 9c2c703929 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Mimi Zohar 9d8f13ba3f security: new security_inode_init_security API adds function callback 14 years ago
Vitaliy Ivanov e44ba033c5 treewide: remove duplicate includes 14 years ago
Al Viro 9e1f1de02c more conservative S_NOSEC handling 14 years ago
Tristan Ye ea5e1675ac Ocfs2/move_extents: Validate moving goal after the adjustment. 14 years ago
Tristan Ye 6aea6f5068 Ocfs2/move_extents: Avoid doing division in extent moving. 14 years ago
Dan Magenheimer 1cfd8bd0f9 ocfs2: add cleancache support 14 years ago
Sage Weil 7ca5736388 ocfs2: remove unnecessary dentry_unhash on rmdir/rename_dir 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Tristan Ye 3d1c1829eb Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly. 14 years ago
Sunil Mushran 66effd3c68 ocfs2/dlm: Do not migrate resource to a node that is leaving the domain 14 years ago
Sunil Mushran bddefdeec5 ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG 14 years ago
Tristan Ye dda54e76d7 Ocfs2/move_extents: Set several trivial constraints for threshold. 14 years ago
Tristan Ye 4dfa66bd59 Ocfs2/move_extents: Let defrag handle partial extent moving. 14 years ago
Tristan Ye 53069d4e76 Ocfs2/move_extents: move/defrag extents within a certain range. 14 years ago
Tristan Ye ee16cc037e Ocfs2/move_extents: helper to calculate the defraging length in one run. 14 years ago
Tristan Ye e08477176d Ocfs2/move_extents: move entire/partial extent. 14 years ago
Tristan Ye 8473aa8a2b Ocfs2/move_extents: helpers to update the group descriptor and global bitmap inode. 14 years ago
Tristan Ye e6b5859ccc Ocfs2/move_extents: helper to probe a proper region to move in an alloc group. 14 years ago
Tristan Ye 99e4c75041 Ocfs2/move_extents: helper to validate and adjust moving goal. 14 years ago
Tristan Ye 1c06b91261 Ocfs2/move_extents: find the victim alloc group, where the given #blk fits. 14 years ago
Tristan Ye 202ee5facb Ocfs2/move_extents: defrag a range of extent. 14 years ago
Tristan Ye 8f603e567a Ocfs2/move_extents: move a range of extent. 14 years ago
Tristan Ye de474ee8bb Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clusters for extents moving. 14 years ago
Tristan Ye 028ba5df63 Ocfs2/move_extents: Add basic framework and source files for extent moving. 14 years ago
Tristan Ye 220ebc4334 Ocfs2/move_extents: Adding new ioctl code 'OCFS2_IOC_MOVE_EXT' to ocfs2. 14 years ago
Tristan Ye 3e19a25e05 Ocfs2/refcounttree: Publicize couple of funcs from refcounttree.c 14 years ago