summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAgeFilesLines
...
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-312-3/+2Star
| * cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-301-1/+1
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-062-11/+11
|\ \ | |/ |/|
| * qstr: constify instances in hfsplusAl Viro2016-07-212-11/+11
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+1
|\ \
| * | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-301-1/+1
| |/
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-1/+1
| |/
* | hfsplus: use bio op accessorsMike Christie2016-06-074-11/+16
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
|/
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-275-16/+19
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-4/+3Star
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-4/+3Star
* | hfsplus: switch to ->iterate_shared()Al Viro2016-05-135-3/+15
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-036-18/+15Star
|\ \ | |/ |/|
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-115-15/+15
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-3/+0Star
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-046-65/+65
|/
* wrappers for ->i_mutex accessAl Viro2016-01-233-8/+8
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-112-16/+4Star
|\
| * vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-071-12/+0Star
| * posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-071-4/+4
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+2
|/
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-144-16/+24
* hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher2015-11-144-44/+0Star
* hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2015-09-101-3/+0Star
* fs: create and use seq_show_option for escapingKees Cook2015-09-051-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-241-1/+1
* | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-274-14/+14
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-12/+12
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1710-147/+100Star
|\ \ | |/ |/|
| * hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb2015-04-171-5/+14
| * hfsplus: fix expand when not enough available spaceSergei Antonov2015-04-171-0/+6
| * hfsplus: incorrect return valueChengyu Song2015-04-171-2/+2
| * fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick2015-04-171-3/+1Star
| * fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick2015-04-171-1/+1
| * fs/hfsplus: atomically set inode->i_flagsFabian Frederick2015-04-171-7/+5Star
| * fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick2015-04-175-65/+35Star
| * fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick2015-04-175-67/+38Star
| * hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter2015-04-171-1/+2
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+2
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-1/+1
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-2/+1Star
|/
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+1
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* | hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov2015-03-261-9/+11