aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-33/+8
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds52-406/+1139
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-04Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner2-3/+3
2014-04-04xfs: fix directory hash ordering bugMark Tinguely1-1/+1
2014-04-04xfs: extra semi-colon breaks a conditionDan Carpenter1-2/+2
2014-04-01xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro1-5/+6
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-1/+1
2014-04-01new helper: readlink_copy()Al Viro1-27/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner7-15/+201
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner8-39/+126
2014-03-13Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner25-155/+202
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner3-143/+265
2014-03-13Merge branch 'xfs-collapse-range' into for-nextDave Chinner6-5/+329
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner1-3/+6
2014-03-07xfs: inode log reservations are still too smallDave Chinner1-7/+15
2014-03-07xfs: xfs_check_page_type buffer checks need helpDave Chinner1-31/+50
2014-03-07xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster1-0/+12
2014-03-07xfs: use NOIO contexts for vm_map_ramDave Chinner2-1/+31
2014-03-07xfs: don't leak EFSBADCRC to userspaceDave Chinner3-0/+18
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2014-02-27xfs: fix directory inode iolock lockdep false positiveDave Chinner1-0/+14
2014-02-27xfs: allocate xfs_da_args to reduce stack footprintDave Chinner1-130/+212
2014-02-27xfs: always do log forces via the workqueueDave Chinner1-13/+39
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen16-117/+125
2014-02-27xfs: print useful caller information in xfs_error_reportEric Sandeen1-1/+1
2014-02-27xfs: add xfs_verifier_error()Eric Sandeen3-0/+27
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen12-15/+20
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen13-26/+24
2014-02-27xfs: Use defines for CRC offsets in all casesEric Sandeen9-17/+24
2014-02-27xfs: skip pointless CRC updates after verifier failuresEric Sandeen2-0/+2
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon6-3/+324
2014-02-22Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-26/+43
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-1/+1
2014-02-20Merge remote-tracking branch 'xfs-async-aio-extend' into for-nextDave Chinner2-8/+5
2014-02-20Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner10-40/+10
2014-02-19xfs: limit superblock corruption errors to actual corruptionEric Sandeen1-3/+2
2014-02-19xfs: skip verification on initial "guess" superblock readEric Sandeen2-10/+17
2014-02-19xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sbEric Sandeen1-1/+1
2014-02-10xfs: ensure correct log item buffer alignmentDave Chinner1-4/+15
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig1-8/+8
2014-02-10xfs: allow appending aio writesChristoph Hellwig1-1/+2
2014-02-10xfs: always use unwritten extents for direct I/O writesChristoph Hellwig1-7/+3
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+1
2014-02-07xfs: remove XFS_TRANS_DEBUG dead codeJie Liu1-19/+0
2014-02-07xfs: return -E2BIG if hit the maximum size limits of ACLsJie Liu1-1/+1