summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Treat writes as new when holes span across page boundariesGoldwyn Rodrigues1-0/+6
2011-06-26Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a rig...Tristan Ye1-2/+5
2011-06-26ocfs2_connection_find() returns pointer to bad structuredann frazier1-1/+1
2011-01-07ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2011-01-07ocfs2: Fix incorrect checksum validation errorSunil Mushran1-1/+5
2010-08-27Fix the nested PR lock calling issue in ACLJiaju Zhang1-3/+21
2010-08-27ocfs2/dlm: remove potential deadlock -V3Wengang Wang1-4/+0
2010-08-27ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang2-25/+31
2010-08-27ocfs2: Count more refcount records in file system fragmentation.Tao Ma1-5/+15
2010-08-27ocfs2 fix o2dlm dlm run purgelist (rev 3)Srinivas Eeda1-46/+34
2010-08-27ocfs2/dlm: fix a dead lockWengang Wang1-3/+2
2010-08-27ocfs2: do not overwrite error codes in ocfs2_init_aclTiger Yang1-2/+7
2010-08-02ocfs2: make xattr extension work with new local alloc reservation.Tao Ma1-33/+49
2010-08-02ocfs2: When zero extending, do it by page.Joel Becker2-64/+84
2010-08-02ocfs2: No need to zero pages past i_size.Joel Becker1-4/+18
2010-05-04ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().Joel Becker1-1/+1
2010-05-01ocfs2: Avoid direct write if we fall back to buffered I/OLi Dongyang1-11/+14
2010-05-01Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel...Joel Becker21-60/+84
2010-04-24ocfs2_dlmfs: Fix math error when reading LVB.Joel Becker1-1/+1
2010-04-24ocfs2: Update VFS inode's id info after reflink.Tao Ma1-0/+3
2010-04-24ocfs2: potential ERR_PTR dereference on error pathsDan Carpenter1-0/+1
2010-04-23ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod()Mark Fasheh1-15/+25
2010-04-23ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error pathLi Dongyang1-5/+11
2010-04-23ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error pathLi Dongyang1-0/+1
2010-04-23ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe codeLi Dongyang3-29/+39
2010-04-16ocfs2: Reset status if we want to restart file extension.Tao Ma1-0/+1
2010-04-01ocfs2: Compute metaecc for superblocks during online resize.Joel Becker1-0/+2
2010-03-30ocfs2: Check the owner of a lockres inside the spinlockWengang Wang1-3/+2
2010-03-30ocfs2: one more warning fix in ocfs2_file_aio_write(), v2Coly Li1-3/+3
2010-03-30ocfs2_dlmfs: User DLM_* when decoding file open flags.Tao Ma1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo19-11/+8
2010-03-24ocfs2: Fix a race in o2dlm lockres masterySrinivas Eeda1-3/+1
2010-03-24Ocfs2: Handle deletion of reflinked oprhan inodes correctly.Tristan Ye1-0/+15
2010-03-24Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir.Tristan Ye1-5/+23
2010-03-24ocfs2: Clear undo bits when local alloc is freedMark Fasheh4-46/+95
2010-03-20ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block.Tao Ma1-6/+4
2010-03-20ocfs2: Fix the update of name_offset when removing xattrsTao Ma1-1/+1
2010-03-18ocfs2: Always try for maximum bits with new local alloc windowsMark Fasheh1-2/+2
2010-03-17ocfs2: set i_mode on disk during acl operationsMark Fasheh1-5/+72
2010-03-17ocfs2: Update i_blocks in reflink operations.Tao Ma1-0/+1
2010-03-17ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma1-5/+8
2010-03-17[PATCH] Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2010-03-13fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4Joe Perches1-2/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds8-77/+71
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig5-12/+11
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig3-0/+18