Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-14hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-06-07hfsplus: fix compiler warning on PowerPCChristian Kujau
2014-06-07fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick
2014-06-07hfsplus: fix "unused node is not erased" errorSergei Antonov
2014-06-07hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung
2014-06-07hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig
2014-01-26hfsplus: remove can_set_xattrChristoph Hellwig
2014-01-26hfsplus: use generic posix ACL infrastructureChristoph Hellwig
2013-11-15hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko
2013-11-13hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko
2013-09-12hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko
2013-05-01hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-02-28hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko