summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-06-19xfs: fix the symbolic link assert in xfs_ifreeMark Tinguely4-15/+51
2013-06-18xfs: Remove struct xfs_chash from xfs_mountJeff Liu1-2/+0
2013-06-18xfs: Don't keep silent if sunit/swidth can not be changed via mountJie Liu1-0/+4
2013-06-18xfs: Remove redundant error variable from xfs_growfs_data_private()Jie Liu1-1/+1
2013-06-18xfs: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-13/+13
2013-06-15xfs: don't shutdown log recovery on validation errorsDave Chinner1-2/+17
2013-06-13xfs: ensure btree root split sets blkno correctlyDave Chinner1-0/+10
2013-06-13xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2-2/+4
2013-06-05xfs: increase number of ACL entries for V5 superblocksDave Chinner2-20/+42
2013-06-05xfs: disable noattr2/attr2 mount options for CRC enabled filesystemsDave Chinner1-0/+11
2013-06-05xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner2-0/+25
2013-06-05xfs: fix log recovery transaction item reorderingDave Chinner1-7/+58
2013-06-05xfs: fix remote attribute invalidation for a leafDave Chinner1-1/+1
2013-06-05xfs: rework dquot CRCsDave Chinner4-31/+58
2013-05-30xfs: fix dir3 freespace block corruptionDave Chinner2-7/+7
2013-05-30xfs: kill suid/sgid through the truncate path.Dave Chinner1-15/+32
2013-05-30xfs: add fsgeom flag for v5 superblock support.Dave Chinner2-1/+4
2013-05-30xfs: disable swap extents ioctl on CRC enabled filesystemsDave Chinner1-0/+8
2013-05-30xfs: fix split buffer vector log recovery supportDave Chinner2-6/+12
2013-05-30xfs: fix incorrect remote symlink block countDave Chinner1-14/+6
2013-05-30xfs: don't emit v5 superblock warnings on writeDave Chinner1-7/+11
2013-05-24xfs: rework remote attr CRCsDave Chinner4-158/+247
2013-05-24xfs: fully initialise temp leaf in xfs_attr3_leaf_compactDave Chinner1-16/+26
2013-05-24xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalanceDave Chinner1-3/+13
2013-05-24xfs: correctly map remote attr buffers during removalDave Chinner1-9/+18
2013-05-24xfs: remote attribute tail zeroing does too muchDave Chinner1-19/+18
2013-05-24xfs: remote attribute read too shortDave Chinner1-6/+9
2013-05-21xfs: remote attribute allocation may be contiguousDave Chinner1-1/+5
2013-05-21xfs: avoid nesting transactions in xfs_qm_scall_setqlim()Dave Chinner1-17/+23
2013-05-21xfs: remote attribute lookups require the value lengthDave Chinner1-1/+2
2013-05-21xfs: xfs_attr_shortform_allfit() does not handle attr3 format.Dave Chinner1-11/+13
2013-05-21xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGICDave Chinner1-0/+1
2013-05-21xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner4-5/+7
2013-05-20xfs: Don't reference the EFI after it is freedDave Chinner1-2/+3
2013-05-20xfs: fix rounding in xfs_free_file_spaceDave Chinner1-2/+2
2013-05-20xfs: fix sub-page blocksize data integrity writesDave Chinner1-0/+19
2013-05-20xfs: Avoid pathological backwards allocationJan Kara1-6/+18
2013-05-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+17
2013-05-10Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-41/+103
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-1/+4
2013-05-10eCryptfs: Use the ablkcipher crypto APITyler Hicks2-41/+103
2013-05-10Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+1
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds48-1902/+3215
2013-05-10Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds15-32/+83
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+17
2013-05-09ecryptfs: don't open-code kernel_read()Al Viro1-8/+1
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-42/+169