summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-10xattr_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
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-13hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher
2015-09-10hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb
2015-04-17hfsplus: fix expand when not enough available spaceSergei Antonov
2015-04-17hfsplus: incorrect return valueChengyu Song
2015-04-17fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian 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-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-12-18hfsplus: fix longname handlingSougata Santra
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-06hfsplus: fix compiler warning on PowerPCChristian Kujau
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick
2014-06-06hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov
2014-06-06fs/hfsplus/wrapper.c: replace shift loop by ilog2Fabian Frederick
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov
2014-06-06fs/hfsplus/wrapper.c: replace min/casting by min_tFabian Frederick
2014-06-06fs/hfsplus/options.c: replace seq_printf by seq_putsFabian Frederick