summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-17hfs: do not free node before usingPan Bian1-1/+2
2018-11-27hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-09-15hfs: prevent crash on exit from failed searchErnesto A. Fernández1-3/+4
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-10-07hfs: Switch to generic xattr handlersAndreas Gruenbacher4-34/+63
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-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-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-413/+224
2016-07-21qstr: constify instances in hfsAl Viro4-15/+15
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro11-17/+17
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro20-44/+59
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-13hfs: switch to ->iterate_shared()Al Viro4-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-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-21fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang1-4/+2
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro1-2/+2
2015-09-10hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
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-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval31-59/+42
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval22-69/+69
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval20-74/+67
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig63-86/+55
2014-12-11fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmpRasmus Villemoes1-6/+8
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick1-2/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro29-79/+94
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro19-60/+49
[next]