summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Fix merge failureLachlan McIlroy2008-04-181-2/+4
* [XFS] The forward declarations for the xfs_ioctl() helpers and theLachlan McIlroy2008-04-181-312/+2
* [XFS] Remove unused HAVE_SPLICE macro.Donald Douwsma2008-04-181-1/+1
* [XFS] Remove CONFIG_XFS_SECURITY.Eric Sandeen2008-04-183-28/+2
* [XFS] xfs_bmap_compute_maxlevels should be based on di_forkoffTim Shimmin2008-04-181-5/+10
* [XFS] Always use di_forkoff when checking for attr space.Eric Sandeen2008-04-181-1/+1
* [XFS] Ensure the inode is joined in xfs_itruncate_finishDavid Chinner2008-04-181-72/+65
* [XFS] Remove periodic logging of in-core superblock counters.David Chinner2008-04-183-16/+1
* [XFS] fix logic error in xfs_alloc_ag_vextent_near()David Chinner2008-04-181-1/+1
* [XFS] Don't error out on good I/Os.David Chinner2008-04-181-1/+3
* [XFS] Catch log unmount failures.David Chinner2008-04-181-3/+3
* [XFS] Sanitise xfs_log_force error checking.David Chinner2008-04-183-8/+30
* [XFS] Check for errors when changing buffer pointers.David Chinner2008-04-181-11/+24
* [XFS] Don't allow silent errors in xfs_inactive().David Chinner2008-04-181-4/+11
* [XFS] Catch errors from xfs_imap().David Chinner2008-04-181-1/+3
* [XFS] xfs_bulkstat_one_dinode() never returns an error.David Chinner2008-04-181-3/+1
* [XFS] xfs_iflush_fork() never returns an error.David Chinner2008-04-181-17/+8
* [XFS] Catch unwritten extent conversion errors.David Chinner2008-04-181-2/+6
* [XFS] xfs_bdwrite() does not return errors.David Chinner2008-04-182-3/+7
* [XFS] Ensure xfs_bawrite() errors are checked.David Chinner2008-04-185-6/+28
* [XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner2008-04-186-26/+21
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-1812-203/+183
* [XFS] Catch errors returned from xfs_bmap_last_offset().David Chinner2008-04-181-2/+5
* [XFS] Check for xfs_free_extent() failing.David Chinner2008-04-181-5/+9
* [XFS] Warn if errors come from block_truncate_page().David Chinner2008-04-181-1/+9
* [XFS] xfs_bmap_adjacent() never returns an error.David Chinner2008-04-181-2/+1
* [XFS] Make xfs_alloc_compute_aligned() void.David Chinner2008-04-181-11/+10
* [XFS] Clean up xfs_alloc_search_busy() return values.David Chinner2008-04-181-18/+12
* [XFS] Propagate errors from xfs_trans_commit().David Chinner2008-04-188-88/+115
* [XFS] Propagate xfs_trans_reserve() errors.David Chinner2008-04-181-9/+26
* [XFS] Catch errors from xfs_acl_vremove().David Chinner2008-04-181-1/+1
* [XFS] Catch errors from xfs_acl_setmode().David Chinner2008-04-181-5/+9
* [XFS] Propagate quota file truncation errors.David Chinner2008-04-181-8/+7
* [XFS] Catch errors when turning off quotas.David Chinner2008-04-181-3/+12
* [XFS] Catch errors resetting quota flags.David Chinner2008-04-181-1/+4
* [XFS] Clean up quotamount error handling.David Chinner2008-04-182-15/+15
* [XFS] Check for dquot flush errorsDavid Chinner2008-04-183-7/+24
* [XFS] Propagate xfs_qm_dqflush_all() errors.David Chinner2008-04-181-5/+8
* [XFS] xfs_qm_reset_dqcounts() does not return errors.David Chinner2008-04-181-4/+2
* [XFS] Report errors from xfs_reserve_blocks().David Chinner2008-04-181-3/+11
* [XFS] xfs_icsb_counter_disabled() never returns an error.David Chinner2008-04-181-5/+3
* [XFS] Remove useless whitespace in function prototypesDavid Chinner2008-04-181-6/+6
* [XFS] xfs_quiesce_fs() never returns an error. Mark it void.David Chinner2008-04-181-3/+1
* [XFS] Don't validate symlink target component lengthChristoph Hellwig2008-04-181-25/+0
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-1812-41/+41
* [XFS] Replace __inline with inlineHarvey Harrison2008-04-183-5/+5
* [XFS] Fix lock inversion in forced shutdown.David Chinner2008-04-181-1/+1
* [XFS] Reorganise xlog_t for better cacheline isolation of contentionDavid Chinner2008-04-182-28/+32
* [XFS] Remove the xlog_ticket allocatorDavid Chinner2008-04-183-137/+21
* [XFS] Per iclog callback chain lockDavid Chinner2008-04-182-23/+45