Commit Graph

155 Commits (eec7ecfede74bb996060efefd5c157acd5794e8a)

Author SHA1 Message Date
Christoph Hellwig 2c27c65ed0 check ATTR_SIZE contraints in inode_change_ok 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Joel Becker 5453258d53 ocfs2: Silence gcc warning in ocfs2_write_zero_page(). 15 years ago
Joel Becker 5693486bad ocfs2: Zero the tail cluster when extending past i_size. 15 years ago
Joel Becker a4bfb4cf11 ocfs2: When zero extending, do it by page. 15 years ago
npiggin@suse.de 15c6fd9786 kill spurious reference to vmtruncate 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
Jan Kara 52a9ee281c ocfs2: Use __dquot_transfer to avoid lock inversion 15 years ago
Dmitry Monakhov 12755627bd quota: unify quota init condition in setattr 15 years ago
Tristan Ye c1631d4a48 Ocfs2: Optimize punching-hole code. 15 years ago
Tristan Ye e8aec068ec Ocfs2: Fix hole punching to correctly do CoW during cluster zeroing. 15 years ago
Tristan Ye 78f94673d7 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. 15 years ago
Mark Fasheh 4fe370afaa ocfs2: use allocation reservations during file write 15 years ago
Joel Becker ec20cec7a3 ocfs2: Make ocfs2_journal_dirty() void. 15 years ago
Li Dongyang 6b933c8e6f ocfs2: Avoid direct write if we fall back to buffered I/O 15 years ago
Tao Ma 79681842e1 ocfs2: Reset status if we want to restart file extension. 15 years ago
Coly Li a03ab788d0 ocfs2: one more warning fix in ocfs2_file_aio_write(), v2 15 years ago
Christoph Hellwig 871a293155 dquot: cleanup dquot initialize routine 15 years ago
Christoph Hellwig 907f4554e2 dquot: move dquot initialization responsibility into the filesystem 15 years ago
Christoph Hellwig b43fa8284d dquot: cleanup dquot transfer routine 15 years ago
Christoph Hellwig 5dd4056db8 dquot: cleanup space allocation / freeing routines 15 years ago
Wengang Wang 5051f76883 ocfs2: send SIGXFSZ if new filesize exceeds limit -v2 15 years ago
Coly Li 66b116c9d8 ocfs2: fix warning in ocfs2_file_aio_write() 15 years ago
Wengang Wang 96a1cc731a ocfs2: Clean up the checks for CoW and direct I/O. 15 years ago
Tao Ma 60c486744c ocfs2: Add parenthesis to wrap the check for O_DIRECT. 15 years ago
Sunil Mushran 2bd632165c ocfs2/trivial: Remove trailing whitespaces 15 years ago
Tao Ma 86470e98cc ocfs2: Handle O_DIRECT when writing to a refcounted cluster. 15 years ago
Christoph Hellwig 6b2f3d1f76 vfs: Implement proper O_SYNC semantics 15 years ago
Tao Ma 2f48d593b6 ocfs2: duplicate inline data properly during reflink. 15 years ago
Tao Ma 8b2c0dba51 ocfs2: Call refcount tree remove process properly. 16 years ago
Tao Ma 37f8a2bfaa ocfs2: CoW a reflinked cluster when it is truncated. 16 years ago
Tao Ma 293b2f70b4 ocfs2: Integrate CoW in file write. 16 years ago
Jan Kara d23c937b0f ocfs2: Update syncing after splicing to match generic version 16 years ago
Jan Kara 918941a3f3 ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolock 16 years ago
Joel Becker 5e404e9ed1 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). 16 years ago
Joel Becker cbee7e1a6a ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. 16 years ago
Joel Becker 0cf2f7632b ocfs2: Pass struct ocfs2_caching_info to the journal functions. 16 years ago
Goldwyn Rodrigues cefcb800fa ocfs2: Initialize count in aio_write before generic_write_checks 16 years ago
Wengang Wang 812e7a6a43 ocfs2: log the actual return value of ocfs2_file_aio_write() 16 years ago
Tao Ma 1962f39abb ocfs2: Update atime in splice read if necessary. 16 years ago
Hisashi Hifumi e04cc15f52 ocfs2: fdatasync should skip unimportant metadata writeout 16 years ago
Jan Kara 65bac575e3 ocfs2: Fix possible deadlock with quotas in ocfs2_setattr() 16 years ago
Miklos Szeredi 328eaaba4e ocfs2: fix i_mutex locking in ocfs2_splice_to_file() 16 years ago
Miklos Szeredi 7bfac9ecf0 splice: fix deadlock in splicing to file 16 years ago
Fernando Carrijo c19a28e119 remove lots of double-semicolons 16 years ago
Joel Becker 13723d00e3 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. 16 years ago
Jan Kara a90714c150 ocfs2: Add quota calls for allocation and freeing of inodes and space 16 years ago
Jan Kara 9e33d69f55 ocfs2: Implementation of local and global quota file handling 16 years ago
Joel Becker b657c95c11 ocfs2: Wrap inode block reads in a dedicated function. 16 years ago
Tiger Yang 060bc66dd5 ocfs2: add ocfs2_acl_chmod 16 years ago