summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | UBIFS: correct orphan deletion orderAdrian Hunter2008-08-131-1/+2
| * | | UBIFS: fix typos in commentsAdrian Hunter2008-08-131-5/+5
| * | | UBIFS: do not union creat_sqnum and del_cmtnoAdrian Hunter2008-08-131-4/+2Star
| * | | UBIFS: optimize deletionsArtem Bityutskiy2008-08-133-5/+73
| * | | UBIFS: increment commit number earlierArtem Bityutskiy2008-08-134-5/+7
| * | | UBIFS: remove another unneeded function parameterArtem Bityutskiy2008-08-131-16/+14Star
| * | | UBIFS: remove unneeded function parameterArtem Bityutskiy2008-08-133-16/+10Star
| * | | UBIFS: do not write orphans backArtem Bityutskiy2008-08-131-5/+13
| * | | UBIFS: make ubifs_ro_mode() not inlineAdrian Hunter2008-08-133-14/+15
| * | | UBIFS: ensure UBIFS switches to read-only on errorAdrian Hunter2008-08-131-0/+2
| * | | UBIFS: fix error return in failure modeAdrian Hunter2008-08-131-3/+4
| * | | UBIFS: free budget in delete_inode as wellArtem Bityutskiy2008-08-131-3/+5
| * | | UBIFS: improve debuggingArtem Bityutskiy2008-08-132-3/+6
| * | | UBIFS: fix budgeting calculationsArtem Bityutskiy2008-08-132-4/+4
| * | | UBIFS: print volume name as wellArtem Bityutskiy2008-08-131-2/+2
| | |/ | |/|
* | | omfs: fix oops when file metadata is corruptedBob Copeland2008-08-152-9/+29
* | | omfs: fix potential oops when directory size is corruptedBob Copeland2008-08-151-2/+1Star
* | | fs/inode.c: properly init address_space->writeback_indexChris Mason2008-08-151-0/+1
* | | CRED: Introduce credential access wrappersDavid Howells2008-08-143-8/+6Star
* | | Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds2008-08-1461-1326/+838Star
|\ \ \
| * | | [XFS] Fix use after free in xfs_log_done().Lachlan McIlroy2008-08-131-8/+5Star
| * | | [XFS] Make xfs_bmap_*_count_leaves void.Ruben Porras2008-08-131-19/+7Star
| * | | [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-136-11/+11
| * | | [XFS] use KM_MAYFAIL in xfs_mountfsChristoph Hellwig2008-08-131-2/+4
| * | | [XFS] refactor xfs_mount_freeChristoph Hellwig2008-08-131-16/+5Star
| * | | [XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig2008-08-132-3/+2Star
| * | | [XFS] xfs_unmountfs should return voidChristoph Hellwig2008-08-132-8/+6Star
| * | | [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-1310-50/+27Star
| * | | [XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig2008-08-132-4/+2Star
| * | | [XFS] stop using file_update_timeChristoph Hellwig2008-08-133-45/+1Star
| * | | [XFS] optimize xfs_ichgtimeChristoph Hellwig2008-08-131-6/+13
| * | | [XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig2008-08-134-21/+9Star
| * | | [XFS] remove the sema_t from XFS.David Chinner2008-08-132-53/+1Star
| * | | [XFS] replace dquot flush semaphore with a completionDavid Chinner2008-08-134-41/+38Star
| * | | [XFS] replace inode flush semaphore with a completionDavid Chinner2008-08-134-40/+39Star
| * | | [XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner2008-08-134-7/+7
| * | | [XFS] clean up stale references to semaphoresDavid Chinner2008-08-133-42/+39Star
| * | | [XFS] use get_unaligned_* helpersHarvey Harrison2008-08-131-2/+2
| * | | [XFS] Fix compile failure in xfs_buf_trace()Lachlan McIlroy2008-08-131-1/+1
| * | | [XFS] Use the same btree_cur union member for alloc and inobt trees.Christoph Hellwig2008-08-133-30/+26Star
| * | | [XFS] small cleanups in xfs_btree.cChristoph Hellwig2008-08-131-57/+30Star
| * | | [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-136-126/+111Star
| * | | [XFS] kill bhv_vnode_tChristoph Hellwig2008-08-1311-38/+36Star
| * | | [XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig2008-08-136-37/+17Star
| * | | [XFS] kill xfs_lock_dir_and_entryChristoph Hellwig2008-08-133-133/+44Star
| * | | [XFS] kill INDUCE_IO_ERRORChristoph Hellwig2008-08-133-15/+4Star
| * | | [XFS] implement IHOLD/IRELE directlyChristoph Hellwig2008-08-133-37/+12Star
| * | | [XFS] remove remaining VN_HOLD callsChristoph Hellwig2008-08-133-9/+5Star
| * | | [XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.cChristoph Hellwig2008-08-131-6/+0Star
| * | | [XFS] kill vn_to_inodeChristoph Hellwig2008-08-135-28/+18Star