| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2016-08-07 | 1 | -2/+1 |
|\ |
|
| * | get rid of 'parent' argument of ->d_compare() | Al Viro | 2016-07-31 | 1 | -2/+1 |
* | | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-06 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | qstr: constify instances in hfsplus | Al Viro | 2016-07-21 | 1 | -5/+5 |
* | | hfsplus: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -1/+1 |
|/ |
|
* | hfsplus: switch to ->iterate_shared() | Al Viro | 2016-05-13 | 1 | -0/+1 |
* | fs: cleanup slight list_entry abuse | Rasmus Villemoes | 2015-06-24 | 1 | -1/+1 |
* | hfsplus: fix longname handling | Sougata Santra | 2014-12-19 | 1 | -1/+3 |
* | hfsplus: coding style fix for declarations in hfsplus_fs.h | Sergei Antonov | 2014-06-07 | 1 | -96/+107 |
* | hfsplus: fix "unused node is not erased" error | Sergei Antonov | 2014-06-07 | 1 | -1/+2 |
* | hfsplus: remove unused routine hfsplus_attr_build_key_uni | Hin-Tak Leung | 2014-06-07 | 1 | -3/+0 |
* | fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache() | Fabian Frederick | 2014-04-04 | 1 | -1/+1 |
* | hfsplus: add HFSX subfolder count support | Sergei Antonov | 2014-03-11 | 1 | -0/+1 |
* | hfsplus: implement attributes file creation functionality | Vyacheslav Dubeyko | 2013-11-13 | 1 | -0/+9 |
* | hfsplus: add metadata file's clump size calculation functionality | Vyacheslav Dubeyko | 2013-11-13 | 1 | -0/+1 |
* | hfsplus: add necessary declarations for POSIX ACLs support | Vyacheslav Dubeyko | 2013-09-12 | 1 | -0/+1 |
* | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 2013-06-29 | 1 | -5/+2 |
* | hfs/hfsplus: convert printks to pr_<level> | Joe Perches | 2013-05-01 | 1 | -8/+14 |
* | hfs/hfsplus: convert dprint to hfs_dbg | Joe Perches | 2013-05-01 | 1 | -3/+11 |
* | hfsplus: add support of manipulation by attributes file | Vyacheslav Dubeyko | 2013-02-28 | 1 | -9/+43 |
* | hfsplus: rework processing of hfs_btree_write() returned error | Vyacheslav Dubeyko | 2012-12-21 | 1 | -1/+1 |
* | userns: Convert hfsplus to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 1 | -2/+2 |
* | hfsplus: get rid of write_super | Artem Bityutskiy | 2012-07-22 | 1 | -1/+5 |
* | hfsplus: make hfsplus_sync_fs static | Artem Bityutskiy | 2012-07-22 | 1 | -1/+0 |
* | hfsplus: add an ioctl to bless files | Matthew Garrett | 2012-03-21 | 1 | -0/+5 |
* | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-07 | 1 | -1/+1 |
* | hfsplus: propagate umode_t | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-23 | 1 | -1/+2 |
|\ |
|
| * | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-21 | 1 | -1/+2 |
* | | hfsplus: ensure bio requests are not smaller than the hardware sectors | Seth Forshee | 2011-07-22 | 1 | -2/+14 |
* | | hfsplus: Add error propagation for hfsplus_ext_write_extent_locked | Alexey Khoroshilov | 2011-07-07 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 2011-01-08 | 1 | -53/+73 |
|\ |
|
| * | hfsplus: %L-to-%ll, macro correction, and remove unneeded braces | Anton Salikhmetov | 2010-12-16 | 1 | -1/+2 |
| * | hfsplus: C99 comments clean-up | Anton Salikhmetov | 2010-12-16 | 1 | -4/+5 |
| * | hfsplus: over 80 character lines clean-up | Anton Salikhmetov | 2010-12-16 | 1 | -10/+20 |
| * | hfsplus: flush disk caches in sync and fsync | Christoph Hellwig | 2010-11-23 | 1 | -0/+1 |
| * | hfsplus: optimize fsync | Christoph Hellwig | 2010-11-23 | 1 | -11/+26 |
| * | hfsplus: split up inode flags | Christoph Hellwig | 2010-11-23 | 1 | -6/+12 |
| * | hfsplus: write up fsync for directories | Christoph Hellwig | 2010-11-23 | 1 | -0/+1 |
| * | hfsplus: use raw bio access for partition tables | Christoph Hellwig | 2010-11-23 | 1 | -17/+0 |
| * | hfsplus: use raw bio access for the volume headers | Christoph Hellwig | 2010-11-23 | 1 | -3/+5 |
| * | hfsplus: fix option parsing during remount | Christoph Hellwig | 2010-11-07 | 1 | -0/+1 |
* | | fs: change d_hash for rcu-walk | Nick Piggin | 2011-01-07 | 1 | -1/+2 |
* | | fs: change d_compare for rcu-walk | Nick Piggin | 2011-01-07 | 1 | -1/+4 |
|/ |
|
* | hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers | Christoph Hellwig | 2010-10-14 | 1 | -8/+0 |
* | hfsplus: create correct initial catalog entries for device files | Christoph Hellwig | 2010-10-14 | 1 | -0/+1 |
* | hfsplus: remove superflous rootflags field in hfsplus_inode_info | Christoph Hellwig | 2010-10-14 | 1 | -1/+1 |
* | hfsplus: fix link corruption | Christoph Hellwig | 2010-10-14 | 1 | -3/+5 |
* | hfsplus: convert tree_lock to mutex | Thomas Gleixner | 2010-10-01 | 1 | -1/+1 |