- 27 Sep, 2006 3 commits
-
-
Tim Shimmin authored
space for the unmount record - which becomes a problem in the freeze/thaw scenario. SGI-PV: 942533 SGI-Modid: xfs-linux-melb:xfs-kern:26815a Signed-off-by:
Tim Shimmin <tes@sgi.com>
-
Nathan Scott authored
one page. SGI-PV: 955302 SGI-Modid: xfs-linux-melb:xfs-kern:26800a Signed-off-by:
Nathan Scott <nathans@sgi.com> Signed-off-by:
Tim Shimmin <tes@sgi.com>
-
Nathan Scott authored
ramdisks. SGI-PV: 954802 SGI-Modid: xfs-linux-melb:xfs-kern:26627a Signed-off-by:
Nathan Scott <nathans@sgi.com> Signed-off-by:
Tim Shimmin <tes@sgi.com>
-
- 28 Jul, 2006 1 commit
-
-
Nathan Scott authored
flags from iclog buffers before submitting them for writing. SGI-PV: 954772 SGI-Modid: xfs-linux-melb:xfs-kern:26605a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 27 Jun, 2006 1 commit
-
-
Nathan Scott authored
SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:26366a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 19 Jun, 2006 1 commit
-
-
Nathan Scott authored
pure bloat. SGI-PV: 952969 SGI-Modid: xfs-linux-melb:xfs-kern:26251a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 09 Jun, 2006 3 commits
-
-
Nathan Scott authored
SGI-PV: 953338 SGI-Modid: xfs-linux-melb:xfs-kern:26109a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI-PV: 9533338 SGI-Modid: xfs-linux-melb:xfs-kern:26106a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
shutdown vop flags consistent with sync vop flags declarations too. SGI-PV: 939911 SGI-Modid: xfs-linux-melb:xfs-kern:26096a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 28 Mar, 2006 1 commit
-
-
Nathan Scott authored
these typos. SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:25539a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 14 Jan, 2006 1 commit
-
-
Jesper Juhl authored
This patch removes pointless parentheses from return statements. Signed-off-by:
Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 11 Jan, 2006 1 commit
-
-
Tim Shimmin authored
get more useful error info on space for trans items SGI-PV: 947110 SGI-Modid: xfs-linux-melb:xfs-kern:24886a Signed-off-by:
Tim Shimmin <tes@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 10 Jan, 2006 2 commits
-
-
Christoph Hellwig authored
SGI-PV: 946205 SGI-Modid: xfs-linux-melb:xfs-kern:203360a Signed-off-by:
Christoph Hellwig <hch@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Eric Sandeen authored
SGI-PV: 946611 SGI-Modid: xfs-linux-melb:xfs-kern:203307a Signed-off-by:
Eric Sandeen <sandeen@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 01 Nov, 2005 6 commits
-
-
Nathan Scott authored
SGI-PV: 944821 SGI-Modid: xfs-linux:xfs-kern:24213a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
boilerplate. SGI-PV: 913862 SGI-Modid: xfs-linux:xfs-kern:23903a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI-PV: 943122 SGI-Modid: xfs-linux:xfs-kern:23901a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
/proc/mounts. SGI-PV: 942984 SGI-Modid: xfs-linux:xfs-kern:23862a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Christoph Hellwig authored
writes. In addition flush the disk cache on fsync if the sync cached operation didn't sync the log to disk (this requires some additional bookeping in the transaction and log code). If the device doesn't claim to support barriers, the filesystem has an extern log volume or the trial superblock write with barriers enabled failed we disable barriers and print a warning. We should probably fail the mount completely, but that could lead to nasty boot failures for the root filesystem. Not enabled by default yet, needs more destructive testing first. SGI-PV: 912426 SGI-Modid: xfs-linux:xfs-kern:198723a Signed-off-by:
Christoph Hellwig <hch@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Christoph Hellwig authored
SGI-PV: 942243 SGI-Modid: xfs-linux:xfs-kern:198658a Signed-off-by:
Christoph Hellwig <hch@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 02 Sep, 2005 2 commits
-
-
Tim Shimmin authored
SGI-PV: 931456 SGI-Modid: xfs-linux:xfs-kern:23155a Signed-off-by:
Tim Shimmin <tes@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
Tim Shimmin authored
include all the components which make up the transaction in the ondisk log. Having this incomplete has shown up as problems on IRIX when some v2 log changes went in. The symptom was the msg of "xfs_log_write: reservation ran out. Need to up reservation" and was seen on synchronous writes on files with lots of holes (and therefore lots of extents). SGI-PV: 931457 SGI-Modid: xfs-linux:xfs-kern:23095a Signed-off-by:
Tim Shimmin <tes@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 21 Jun, 2005 1 commit
-
-
Christoph Hellwig authored
SGI-PV: 936255 SGI-Modid: xfs-linux:xfs-kern:192760a Signed-off-by:
Christoph Hellwig <hch@sgi.com> Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-