Commit Graph

1142 Commits (0be3d9bb1460a87170a1b78b9ab12cb0ac02c2dc)

Author SHA1 Message Date
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
Steven Whitehouse 70b0c3656f GFS2: Use cached rgrp in gfs2_rlist_add() 14 years ago
Steven Whitehouse d56fa8a1c1 GFS2: Call do_strip() directly from recursive_scan() 14 years ago
Steven Whitehouse 534029e2fd GFS2: Remove obsolete assert 14 years ago
Steven Whitehouse 54335b1fca GFS2: Cache the most recently used resource group in the inode 14 years ago
Steven Whitehouse 8339ee543e GFS2: Make resource groups "append only" during life of fs 14 years ago
Bob Peterson 7c9ca62113 GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme 14 years ago
Steven Whitehouse 9453615a1a GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added 14 years ago
Steven Whitehouse 9a63edd12b GFS2: Clean up gfs2_create 14 years ago
Steven Whitehouse ab9bbda020 GFS2: Use ->dirty_inode() 14 years ago
Steven Whitehouse f18185291d GFS2: Fix bug trap and journaled data fsync 14 years ago
Steven Whitehouse 40ac218f52 GFS2: Fix inode allocation error path 14 years ago
Steven Whitehouse 1d4ec642d9 GFS2: Make atime checks more efficient 14 years ago
Steven Whitehouse 75549186ed GFS2: Fix bug-trap in ail flush code 14 years ago
Steven Whitehouse 2f0264d592 GFS2: Split data write & wait in fsync 14 years ago
Steven Whitehouse 4c28d33803 GFS2: Clean up dir hash table reading 14 years ago
Christoph Hellwig 65299a3b78 block: separate priority boosting from REQ_META 14 years ago
Christoph Hellwig 5dc06c5a70 block: remove READ_META and WRITE_META 14 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
Arun Sharma 60063497a9 atomic: use <linux/atomic.h> 14 years ago
Steven Whitehouse 1923703991 GFS2: Fix mount hang caused by certain access pattern to sysfs files 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 6c673ab393 simplify gfs2_lookup() 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Christoph Hellwig 562c72aa57 fs: move inode_dio_wait calls into ->setattr 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
Eric Sandeen 46fcb2ed29 GFS2: combine duplicated block freeing routines 14 years ago
Steven Whitehouse 9964afbb79 GFS2: Add S_NOSEC support 14 years ago
Bob Peterson 7cf8dcd3b6 GFS2: Automatically adjust glock min hold time 14 years ago