lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 31 May 2011 19:28:15 -0400
From:	Ted Ts'o <tytso@....edu>
To:	Sam Gandhi <samgandhi9@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Can someone explain s_xattr field in the superblock?

On Sat, May 28, 2011 at 08:52:41AM -0700, Sam Gandhi wrote:
> 
> I have seen some file systems like jffs2/ext4 etc setup the s_xattr
> field in the superblock structure.
> But there are files systems that  do not initialize s_xattr field in
> the superblock.
> 
> Can someone kindly explain what functionality  does s_xattr on super
> block provides? What kinds of things file system wouldn't be able to
> do if the superblock doesn't have this initialized?

It provides support for extended attributes, which is often
abbreviated as (not surpisingly) xattr.  Some file systems don't
support extended attributes, so they don't need to setup s_xattr.

For more information, read the attr(5) man page: "man 5 attr".

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ