An error occurred fetching the project authors.
- 23 Sep, 2003 1 commit
-
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:158823a
-
- 22 Sep, 2003 1 commit
-
-
Dean Roehrich authored
SGI Modid: 2.5.x-xfs:slinx:158752a
-
- 15 Sep, 2003 5 commits
-
-
Dean Roehrich authored
SGI Modid: 2.5.x-xfs:slinx:157475a
-
Nathan Scott authored
[XFS] Separate the big filesystems macro out into separate big inums and blknos macros; fix the check for too-large filesystems in the process. SGI Modid: 2.5.x-xfs:slinx:158361a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:156453a
-
Nathan Scott authored
[XFS] Implement several additional inode flags - immutable, append-only, etc; contributed by Ethan Benson. SGI Modid: 2.5.x-xfs:slinx:158362a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:157933a
-
- 11 Aug, 2003 1 commit
-
-
Stephen Lord authored
spotted by Al Viro. SGI Modid: 2.5.x-xfs:slinx:155518a
-
- 07 Aug, 2003 1 commit
-
-
Stephen Lord authored
lossy since we now depend on it. Add a sync_fs callout which waits for flush to be done. SGI Modid: 2.5.x-xfs:slinx:155186a
-
- 29 Jul, 2003 1 commit
-
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:152528a
-
- 15 Jul, 2003 1 commit
-
-
Nathan Scott authored
[XFS] Cleanup empty/noaddr pagebuf initialisation; particularly for buffers used for log IO - no longer allocate buffers for data device then reset target, gets it right from the start. SGI Modid: 2.5.x-xfs:slinx:153115a
-
- 09 Jul, 2003 1 commit
-
-
Stephen Lord authored
Correct the maxbytes sb value for non-pagesize filesystem block sizes, and all uses of max file size constant within XFS
-
- 19 Jun, 2003 2 commits
-
-
Charles Fumuso authored
converted to a realtime file. SGI Modid: 2.5.x-xfs:slinx:150953a
-
Stephen Lord authored
reclaimed and removed from memory by one thread while another thread is attempting to reuse the inode and bring it back to life. There was a window between the iget starting to reuse the inode and the reclaim starting. Close the window by marking the inode as being reused under the hash lock, and by abandoning the reclaim if this is detected when it obtains the hash lock. SGI Modid: 2.5.x-xfs:slinx:151123a
-
- 19 May, 2003 2 commits
-
-
Charles Fumuso authored
SGI Modid: 2.5.x-xfs:slinx:132737a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:147932a
-
- 03 May, 2003 1 commit
-
-
Russell Cattelan authored
This reduces a lot of the compile dependenciesÂ, and should reduce some of the "recompile all" situations. SGI Modid: 2.5.x-xfs:slinx:147637a
-
- 02 May, 2003 2 commits
-
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:146356a
-
Russell Cattelan authored
Merge whitespace cleanup to 2.5 tree SGI Modid: 2.5.x-xfs:slinx:144573a
-
- 26 Mar, 2003 1 commit
-
-
Christoph Hellwig authored
Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off. SGI Modid: 2.5.x-xfs:slinx:141850a
-
- 17 Mar, 2003 3 commits
-
-
Glen Overby authored
the inode. The inode could have changed since before the lock. SGI Modid: 2.5.x-xfs:slinx:137931a
-
Dean Roehrich authored
SGI Modid: 2.5.x-xfs:slinx:140501a
-
Stephen Lord authored
fields after a create/remove etc. Make sure we pass in all the flags for the status fields we want. NBLOCKS was missing and working by accident. SGI Modid: 2.5.x-xfs:slinx:134817a
-
- 14 Jan, 2003 4 commits
-
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:136795a
-
Russell Cattelan authored
apparently the root file system are not being synced correctly during system shutdown SGI Modid: 2.5.x-xfs:slinx:136269a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135920a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135168a
-
- 20 Dec, 2002 3 commits
-
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135153a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135137a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:135038a
-
- 11 Dec, 2002 1 commit
-
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:134450a
-
- 26 Nov, 2002 1 commit
-
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:133828a
-
- 25 Nov, 2002 1 commit
-
-
Christoph Hellwig authored
declarations into more appropriate places. SGI Modid: 2.5.x-xfs:slinx:132930a
-
- 06 Nov, 2002 2 commits
-
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:131187a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:131130a
-
- 15 Oct, 2002 3 commits
-
-
Stephen Lord authored
Modid: 2.5.x-xfs:slinx:129728a
-
Nathan Scott authored
Modid: 2.5.x-xfs:slinx:129466a
-
Stephen Lord authored
This is a two fold change, first it moves the translation between linux dev_t and kdev_t up the call stack in xfs and makes the bulk of xfs work in terms of its on disk dev_t format. It also cleans up a few related chunks of code. The other part of the change reworks how we keep the linux inode contents and the xfs inode fields in sync. A number of places where we resynced the two have been removed, these were basically replicating work elsewhere in the filesystem. We now also ensure that the inode fields are filled in before calling unlock_new_inode - there used to be a window. Finally all the code which hooks together the linux inode and the xfs inode is brought together as a more coherent whole rather than being cattered around the inode create path. Most calls to revalidate the linux inode from the xfs inode are removed. Modid: 2.5.x-xfs:slinx:128899a 10/02/02
-
- 26 Sep, 2002 2 commits
-
-
Stephen Lord authored
Modid: 2.5.x-xfs:slinx:128239a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127879a
-