All of lore.kernel.org
 help / color / mirror / Atom feed
* ext3 file system
@ 2002-01-17 21:45 Justin Smith
  2002-01-18 15:14 ` Noah silva
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Justin Smith @ 2002-01-17 21:45 UTC (permalink / raw)
  To: selinux

When trying to label files with the setfiles utilities, the process
crashes when they encounter the .journal files. These are user-visible,
but are not regular files (they are immutable in the sense that even
root cannot change them in any way). The setfiles utilities issue a
warning that they cannot write to .journal and quit.

Any ideas?

Perhaps there should be some way of exempting the .journal files from
the labelling process. It is unfortunate that they are visible to users
(since users cannot actually use them for anything).

--


--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 19+ messages in thread
* ext3 file system
@ 2002-07-20  6:13 Peter
  2002-07-20 11:26 ` pa3gcu
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Peter @ 2002-07-20  6:13 UTC (permalink / raw)
  To: linux

Hi,

I got myself RH7.3 and it says it is recommended, but not required to move to 
ext3 file sytem.

Is it safe to do?

Regards

-- 
Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 19+ messages in thread
* ext3 file system
@ 2003-12-17 22:13 jshankar
  2003-12-17 22:25 ` Richard B. Johnson
  0 siblings, 1 reply; 19+ messages in thread
From: jshankar @ 2003-12-17 22:13 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel

Hello,

Does the  ext3 file systems have to wait for the acknowledgement of block of 
data written to the SCSI device before writing the next block of data.

Is there a parallel I/O where the file system goes on writing the block of 
data
without waiting for the acknowledgement.

Please let me know your opinion.

Thanks
Jayshankar


^ permalink raw reply	[flat|nested] 19+ messages in thread
* RE: ext3 file system
@ 2003-12-17 23:25 jshankar
  2003-12-17 23:59 ` Brad Boyer
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: jshankar @ 2003-12-17 23:25 UTC (permalink / raw)
  To: Richard B. Johnson, Mike Fedyk; +Cc: linux-fsdevel, linux-kernel

Hello,

Please provide some more insight.

Suppose a filesystem issues a write command to the disk with around 10 4K 
Blocks  to be written. SCSI device point of view i don't get what is the 
parallel I/O.
It has only 1 write command. If some other sends a write request it needs to 
be queued. But the next question arises how the write data would be handled. 
Does it mean the SCSI does not give a response for the block of data written. 
In otherwords does it mean that the response would be given after all the 
block of data is written for a single write request.
 
Thanks
Jay




>===== Original Message From Mike Fedyk <mfedyk@matchmail.com> =====
>On Wed, Dec 17, 2003 at 05:25:49PM -0500, Richard B. Johnson wrote:
>> to the physical media. There are special file-systems (journaling)
>> that guarantee that something, enough to recover the data, is
>> written at periodic intervals.
>
>Most journaling filesystems make guarantees on the filesystem meta-data, but
>not on the data.  Some like ext3, and reiserfs (with suse's journaling
>patch) can journal the data, or order things so that the data is written
>before any pointers (ie meta-data) make it to the disk so it will be harder
>to loose data.
>-
>To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 19+ messages in thread
* RE: ext3 file system
@ 2003-12-18  4:47 jshankar
  2003-12-18  8:39 ` Mike Fedyk
  0 siblings, 1 reply; 19+ messages in thread
From: jshankar @ 2003-12-18  4:47 UTC (permalink / raw)
  To: Hans Reiser; +Cc: linux-fsdevel, linux-kernel

Hello Hans,

>Filesystems don't usually wait on the IO to complete before submitting
>more IO in response to the next write() syscall.  They can do this by
>batching a whole bunch of operations into one committed transaction.
>

Is there a timeout mechanism for batching operations. What if certain 
operation
is done after the batch operation is executed. Does it mean that the new 
operation has to wait.

Thanks
Jay


>===== Original Message From Hans Reiser <reiser@namesys.com> =====
>jshankar wrote:
>
>>Hello,
>>
>>Please provide some more insight.
>>
>>Suppose a filesystem issues a write command to the disk with around 10 4K
>>Blocks  to be written. SCSI device point of view i don't get what is the
>>parallel I/O.
>>It has only 1 write command. If some other sends a write request it needs to
>>be queued. But the next question arises how the write data would be handled.
>>Does it mean the SCSI does not give a response for the block of data 
written.
>>In otherwords does it mean that the response would be given after all the
>>block of data is written for a single write request.
>>
>>Thanks
>>Jay
>>
>>
>>
>>
>>
>>
>>>===== Original Message From Mike Fedyk <mfedyk@matchmail.com> =====
>>>On Wed, Dec 17, 2003 at 05:25:49PM -0500, Richard B. Johnson wrote:
>>>
>>>
>>>to the physical media. There are special file-systems (journaling)
>>>that guarantee that something, enough to recover the data, is
>>>written at periodic intervals.
>>>
>>>
>>>Most journaling filesystems make guarantees on the filesystem meta-data, 
but
>>>not on the data.  Some like ext3, and reiserfs (with suse's journaling
>>>patch) can journal the data, or order things so that the data is written
>>>before any pointers (ie meta-data) make it to the disk so it will be harder
>>>to loose data.
>>>-
>>>To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
>>>the body of a message to majordomo@vger.kernel.org
>>>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>>
>>
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>the body of a message to majordomo@vger.kernel.org
>>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>Please read the FAQ at  http://www.tux.org/lkml/
>>
>>
>>
>>
>In reiser4 we do this more carefully than other filesystems such as
>reiserfs v3, and as a result every fs operation is fully atomic.
>
>--
>Hans
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2003-12-18 14:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-17 21:45 ext3 file system Justin Smith
2002-01-18 15:14 ` Noah silva
2002-01-18 15:43 ` Stephen Smalley
2002-01-18 15:53 ` Stephen Smalley
2002-01-18 17:14   ` Paul Kronenwetter
  -- strict thread matches above, loose matches on Subject: below --
2002-07-20  6:13 Peter
2002-07-20 11:26 ` pa3gcu
2002-07-20 16:22 ` 1stFlight
2002-08-03 20:24 ` Benny Pedersen
2003-12-17 22:13 jshankar
2003-12-17 22:25 ` Richard B. Johnson
2003-12-17 23:02   ` Mike Fedyk
2003-12-17 23:25 jshankar
2003-12-17 23:59 ` Brad Boyer
2003-12-18  1:25 ` Hans Reiser
2003-12-18 14:17 ` Richard B. Johnson
2003-12-18  4:47 jshankar
2003-12-18  8:39 ` Mike Fedyk
2003-12-18 10:41   ` Hans Reiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.