aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-04[PATCH] Long-standing xattr sharing bugAndreas Gruenbacher1-0/+1
2005-01-25[PATCH] fix ext3 quota allocation bug on error path ...Herbert Pƶtzl1-2/+6
2005-01-25[PATCH] ext3: fix ea-in-inode default ACL creationAndreas Gruenbacher1-0/+7
2005-01-25[PATCH] ext3/ea: ix i_extra_isize checkAndreas Gruenbacher1-6/+4
2005-01-25[PATCH] ext3/ea: documentation fixAndreas Gruenbacher1-3/+3
2005-01-25[PATCH] ext3/ea: set the EXT3_FEATURE_COMPAT_EXT_ATTR for in-inode xattrsAndreas Gruenbacher1-1/+1
2005-01-25[PATCH] ext3/ea: no lock needed when freeing inodeAndreas Gruenbacher1-2/+0
2005-01-14[PATCH] ext3/EA: In-inode extended attributes for ext3Andreas Gruenbacher1-172/+419
2005-01-14[PATCH] ext3/EA: Cleanup and prepare ext3 for in-inode xattrsAndreas Gruenbacher1-362/+353
2005-01-14[PATCH] ext3/EA: Ext[23]: no spare xattr handler slots neededAndreas Gruenbacher1-2/+2
2005-01-14[PATCH] ext3/EA: Ext3: factor our common xattr code; unnecessary lockAndreas Gruenbacher1-57/+40
2005-01-14[PATCH] ext3/EA: Ext3: do not use journal_release_bufferAndreas Gruenbacher1-75/+67
2005-01-14[PATCH] ext3/EA: Race in ext[23] xattr sharing codeAndreas Gruenbacher1-25/+29
2005-01-14[PATCH] ext3/EA: mbcache cleanupAndreas Gruenbacher1-1/+1
2005-01-14[PATCH] ext3/ea: revert old ea-in-inode patchAndreas Gruenbacher1-625/+58
2005-01-10[PATCH] ext3 cleanupsAdrian Bunk1-121/+121
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-1/+1
2005-01-04[PATCH] ext3: support for EA in inodeAlex Tomas1-36/+603
2004-10-28[PATCH] ext3 block reservation patch set -- ext3 preallocation cleanupMingming Cao1-2/+1
2004-10-18[PATCH] xattr: re-introduce validity check before xattr cache insertAndreas Gruenbacher1-16/+19
2004-10-18[PATCH] xattr consolidation v3 - ext3James Morris1-206/+53
2004-09-21[PATCH] ext3 endianness annotations and bugfixesAlexander Viro1-1/+1
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen1-2/+2
2004-06-17[PATCH] Ext3: Retry allocation after transaction commit (v2)Theodore Y. Ts'o1-1/+5
2004-02-05[PATCH] ext2/3: incorrect increment of i_blocks when keeping the same xattr b...Andrew Morton1-18/+19
2003-11-18[PATCH] fs/ext[23]/xattr.c pointer arithmetic fixAndrew Morton1-3/+4
2003-08-31[PATCH] ext3_setxattr() oops fixAndrew Morton1-5/+10
2003-07-17[PATCH] Ext3 xattr credits fix for quotasAndrew Morton1-1/+1
2003-07-17[PATCH] ext3 extended attribute fixesAndrew Morton1-4/+3
2003-07-06[PATCH] xattr: fine-grained lockingAndrew Morton1-90/+111
2003-07-06[PATCH] xattrr: preparation for fine-grained lockingAndrew Morton1-2/+13
2003-07-06[PATCH] xattr: update-in-place optimisationAndrew Morton1-17/+26
2003-07-06[PATCH] xattr: blockdev inode selection fixAndrew Morton1-2/+3
2003-07-06[PATCH] xattr: cleanupsAndrew Morton1-26/+23
2003-06-20[PATCH] ext3/JBD: remove trailing whitespaceAndrew Morton1-7/+7
2003-06-17[PATCH] ext3: move lock_kernel() down into the JBD layer.Andrew Morton1-2/+0
2003-05-07[PATCH] ext3 xattr handler for security modulesAndrew Morton1-3/+18
2003-04-08[PATCH] Missing brelse() in ext2/ext3 extended attribute codeAndrew Morton1-3/+4
2003-03-22[PATCH] ext3: fix use-after-free bugAndrew Morton1-1/+1
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton1-1/+2
2003-03-08[PATCH] Extended attribute sharing and debug macro typo fixesAndrew Morton1-1/+1
2003-02-25[XFS] Remove flags argument from xattr inode operations againChristoph Hellwig1-10/+9
2003-02-14[PATCH] xattr: trusted extended attributesAndrew Morton1-6/+17
2003-02-14[PATCH] xattr: infrastructure for permission overridesAndrew Morton1-9/+10
2003-02-14[PATCH] xattr: listxattr fixAndrew Morton1-6/+3
2003-02-14[PATCH] error checking in ext3 xattr codeAndrew Morton1-3/+3
2003-02-12[PATCH] xattr: lock_kernel() balancing fixAndrew Morton1-10/+42
2002-11-21[PATCH] Make inode_ops->setxattr value parameter constAndrew Morton1-1/+1
2002-11-10[PATCH] bdevname() cleanupsAlexander Viro1-2/+2
2002-10-30Port of (bugfixed) 0.8.50 acl-ext3 to 2.5.Theodore Y. Ts'o1-4/+19
2002-10-30Port of (bugfixed) 0.8.50 xattr-ext3 to 2.5 (w/ hch cleanups. mbcache API)Theodore Y. Ts'o1-0/+1127