Age | Commit message (Expand) | Author |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner |
2022-12-11 | hfsplus: fix bug causing custom uid and gid being unable to be assigned with ... | Aditya Garg |
2022-07-14 | fs/hfsplus: Use the enum req_op and blk_opf_t types | Bart Van Assche |
2022-05-08 | hfsplus: Call hfsplus_write_begin() and generic_write_end() directly | Matthew Wilcox (Oracle) |
2021-04-12 | hfsplus: convert to fileattr | Miklos Szeredi |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2020-10-29 | fs: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2019-12-18 | hfs/hfsplus: use 64-bit inode timestamps | Arnd Bergmann |
2019-01-04 | hfsplus: return file attributes on statx | Ernesto A. Fernández |
2018-10-31 | hfsplus: prevent btree data loss on ENOSPC | Ernesto A. Fernández |
2018-08-22 | hfsplus: drop ACL support | Ernesto A. Fernández |
2018-02-06 | hfsplus: honor setgid flag on directories | Ernesto A. Fernandez |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro |
2016-07-20 | qstr: constify instances in hfsplus | Al Viro |
2016-06-07 | hfsplus: use bio op accessors | Mike Christie |
2016-05-12 | hfsplus: switch to ->iterate_shared() | Al Viro |
2015-06-23 | fs: cleanup slight list_entry abuse | Rasmus Villemoes |
2014-12-18 | hfsplus: fix longname handling | Sougata Santra |
2014-06-06 | hfsplus: coding style fix for declarations in hfsplus_fs.h | Sergei Antonov |
2014-06-06 | hfsplus: fix "unused node is not erased" error | Sergei Antonov |
2014-06-06 | hfsplus: remove unused routine hfsplus_attr_build_key_uni | Hin-Tak Leung |
2014-04-03 | fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache() | Fabian Frederick |
2014-03-10 | hfsplus: add HFSX subfolder count support | Sergei Antonov |
2013-11-13 | hfsplus: implement attributes file creation functionality | Vyacheslav Dubeyko |
2013-11-13 | hfsplus: add metadata file's clump size calculation functionality | Vyacheslav Dubeyko |
2013-09-11 | hfsplus: add necessary declarations for POSIX ACLs support | Vyacheslav Dubeyko |
2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds |
2013-04-30 | hfs/hfsplus: convert printks to pr_<level> | Joe Perches |
2013-04-30 | hfs/hfsplus: convert dprint to hfs_dbg | Joe Perches |
2013-02-27 | hfsplus: add support of manipulation by attributes file | Vyacheslav Dubeyko |
2012-12-20 | hfsplus: rework processing of hfs_btree_write() returned error | Vyacheslav Dubeyko |
2012-09-21 | userns: Convert hfsplus to use kuid and kgid where appropriate | Eric W. Biederman |
2012-07-22 | hfsplus: get rid of write_super | Artem Bityutskiy |
2012-07-22 | hfsplus: make hfsplus_sync_fs static | Artem Bityutskiy |
2012-03-20 | hfsplus: add an ioctl to bless files | Matthew Garrett |
2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro |
2012-01-03 | hfsplus: propagate umode_t | Al Viro |
2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2011-07-22 | hfsplus: ensure bio requests are not smaller than the hardware sectors | Seth Forshee |
2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik |
2011-07-07 | hfsplus: Add error propagation for hfsplus_ext_write_extent_locked | Alexey Khoroshilov |
2011-01-07 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds |
2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin |
2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin |
2010-12-16 | hfsplus: %L-to-%ll, macro correction, and remove unneeded braces | Anton Salikhmetov |
2010-12-16 | hfsplus: C99 comments clean-up | Anton Salikhmetov |