summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fieldsSteven Whitehouse2008-03-312-8/+7Star
| * | | | [GFS2] Reduce inode size by merging fieldsSteven Whitehouse2008-03-314-38/+24Star
| * | | | [GFS2] Remove unused countersBob Peterson2008-03-312-9/+0Star
| * | | | [GFS2] Shrink & rename di_depthSteven Whitehouse2008-03-313-22/+25
| * | | | [GFS2] Remove rgrp and glock version numbersBob Peterson2008-03-315-16/+20
| * | | | [GFS2] Remove lm.[ch] and distribute contentSteven Whitehouse2008-03-3113-263/+184Star
| * | | | [GFS2] Eliminate gl_req_bhBob Peterson2008-03-312-57/+51Star
| * | | | [GFS2] Add consts to various bits of rgrp.cSteven Whitehouse2008-03-311-22/+22
| * | | | [GFS2] Introduce array of buffers to struct metapathSteven Whitehouse2008-03-311-49/+48Star
| * | | | [GFS2] Move part of gfs2_block_map into a separate functionSteven Whitehouse2008-03-311-21/+36
| * | | | [GFS2] Get rid of gl_waiters2Bob Peterson2008-03-312-5/+6
| * | | | [GFS2] Combine rg_flags and rd_flagsBob Peterson2008-03-312-16/+26
| * | | | [GFS2] Allocate gfs2_rgrpd from slab memoryBob Peterson2008-03-314-2/+14
| * | | | [GFS2] Plug an unlikely leakBob Peterson2008-03-311-1/+3
| * | | | [GFS2] make gfs2_glock_hold() staticAdrian Bunk2008-03-312-2/+1Star
| * | | | [GFS2] Only wake the reclaim daemon if we need toBob Peterson2008-03-311-4/+4
| * | | | [GFS2] Misc fixupsBob Peterson2008-03-312-5/+2Star
| * | | | [GFS2] Only do lo_incore_commit onceBob Peterson2008-03-314-29/+17Star
| * | | | [GFS2] Fix debug inode printingBob Peterson2008-03-311-1/+2
| * | | | [GFS2] Get rid of unneeded parameter in gfs2_rlist_allocBob Peterson2008-03-315-10/+8Star
| * | | | [GFS2] Streamline indirect pointer tree height calculationSteven Whitehouse2008-03-315-83/+55Star
| * | | | [GFS2] Speed up gfs2_write_alloc_required, deprecate gfs2_extent_mapSteven Whitehouse2008-03-311-17/+19
* | | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-04-1865-2296/+1900Star
|\ \ \ \ \
| * | | | | [XFS] Fix merge failureLachlan McIlroy2008-04-181-2/+4
| * | | | | [XFS] The forward declarations for the xfs_ioctl() helpers and theLachlan McIlroy2008-04-181-312/+2Star
| * | | | | [XFS] Remove unused HAVE_SPLICE macro.Donald Douwsma2008-04-181-1/+1
| * | | | | [XFS] Remove CONFIG_XFS_SECURITY.Eric Sandeen2008-04-183-28/+2Star
| * | | | | [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/+65Star
| * | | | | [XFS] Remove periodic logging of in-core superblock counters.David Chinner2008-04-183-16/+1Star
| * | | | | [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/+1Star
| * | | | | [XFS] xfs_iflush_fork() never returns an error.David Chinner2008-04-181-17/+8Star
| * | | | | [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/+21Star
| * | | | | [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-1812-203/+183Star
| * | | | | [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/+1Star
| * | | | | [XFS] Make xfs_alloc_compute_aligned() void.David Chinner2008-04-181-11/+10Star