summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-17hfsplus: do not free node before usingPan Bian1-1/+2
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-09-15hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-09-15hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-05-25hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2017-07-27hfsplus: Don't clear SGID when inheriting ACLsJan Kara1-12/+18
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara16-102/+89
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds32-130/+82
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-100/+95
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro22-38/+40
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro5-5/+5
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-413/+224
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds39-95/+107
2016-07-21qstr: constify instances in hfsplusAl Viro2-11/+11
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-06-07hfsplus: use bio op accessorsMike Christie4-11/+16
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie53-148/+221
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro11-17/+17
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-13hfsplus: switch to ->iterate_shared()Al Viro5-3/+15
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher17-78/+138
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds49-1054/+516
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher22-130/+47
2015-12-07posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher15-61/+55
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher32-226/+306
2015-11-14hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher4-44/+0
2015-09-10hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-09-04fs: create and use seq_show_option for escapingKees Cook15-30/+71
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes13-13/+13
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo29-102/+134
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds158-1551/+2190
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb1-5/+14
[next]