summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2011-12-12xfs: remove xfs_qm_syncChristoph Hellwig
2011-12-12xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig
2011-12-12xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig
2011-12-08xfs: remove the lid_size field in struct log_item_descChristoph Hellwig
2011-12-08xfs: cleanup the transaction commit path a bitChristoph Hellwig
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig
2011-12-06xfs: fix the logspace waiting algorithmChristoph Hellwig
2011-12-06xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-29xfs: fix attr2 vs large data fork assertChristoph Hellwig
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig
2011-11-29xfs: validate acl countChristoph Hellwig
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo
2011-11-15xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka
2011-11-08xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-11-01xfs: warn if direct reclaim tries to writeback pagesMel Gorman
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-18xfs: add AIL pushing tracepointsChristoph Hellwig
2011-10-18xfs: put in missed fix for merge problemAlex Elder
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-10-12xfs: do not flush data workqueues in xfs_flush_buftargChristoph Hellwig
2011-10-12xfs: remove XFS_bflushChristoph Hellwig
2011-10-12xfs: remove xfs_buf_target_nameChristoph Hellwig
2011-10-12xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig
2011-10-12xfs: clean up xfs_ioerror_alertChristoph Hellwig
2011-10-12xfs: clean up buffer allocationChristoph Hellwig
2011-10-12xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig
2011-10-12xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig
2011-10-12xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig
2011-10-12xfs: remove XFS_BUF_FINISH_IOWAITChristoph Hellwig
2011-10-12xfs: remove xfs_get_buftarg_listChristoph Hellwig
2011-10-12xfs: fix buffer flushing during unmountChristoph Hellwig
2011-10-12xfs: optimize fsync on directoriesChristoph Hellwig
2011-10-12xfs: reduce the number of log forces from tail pushingDave Chinner
2011-10-12xfs: Don't allocate new buffers on every call to _xfs_buf_findDave Chinner
2011-10-12xfs: simplify xfs_trans_ijoin* againChristoph Hellwig
2011-10-12xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig
2011-10-12xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadataChristoph Hellwig
2011-10-12xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig
2011-10-12xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commitChristoph Hellwig
2011-10-12xfs: fix possible overflow in xfs_ioc_trim()Lukas Czerner
2011-10-12xfs: cleanup xfs_bmap.hChristoph Hellwig