Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1ee06ef1596dcc5858ea29ef9faf0f29e139dfcc
/
fs
/
hfsplus
/
hfsplus_fs.h
db6172c
fs: cleanup slight list_entry abuse
by Rasmus Villemoes
· 10 years ago
89ac9b4
hfsplus: fix longname handling
by Sougata Santra
· 10 years ago
ffbc067
hfsplus: coding style fix for declarations in hfsplus_fs.h
by Sergei Antonov
· 10 years ago
2cd282a
hfsplus: fix "unused node is not erased" error
by Sergei Antonov
· 10 years ago
7f2fc81
hfsplus: remove unused routine hfsplus_attr_build_key_uni
by Hin-Tak Leung
· 10 years ago
c11e614
fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()
by Fabian Frederick
· 11 years ago
d7d673a
hfsplus: add HFSX subfolder count support
by Sergei Antonov
· 11 years ago
95e0d7d
hfsplus: implement attributes file creation functionality
by Vyacheslav Dubeyko
· 11 years ago
b3b5b0f
hfsplus: add metadata file's clump size calculation functionality
by Vyacheslav Dubeyko
· 11 years ago
2c92057
hfsplus: add necessary declarations for POSIX ACLs support
by Vyacheslav Dubeyko
· 11 years ago
da53be1
Don't pass inode to ->d_hash() and ->d_compare()
by Linus Torvalds
· 11 years ago
d614267
hfs/hfsplus: convert printks to pr_<level>
by Joe Perches
· 12 years ago
c2b3e1f
hfs/hfsplus: convert dprint to hfs_dbg
by Joe Perches
· 12 years ago
324ef39
hfsplus: add support of manipulation by attributes file
by Vyacheslav Dubeyko
· 12 years ago
81cc7fa
hfsplus: rework processing of hfs_btree_write() returned error
by Vyacheslav Dubeyko
· 12 years ago
16525e3
userns: Convert hfsplus to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
9e6c582
hfsplus: get rid of write_super
by Artem Bityutskiy
· 12 years ago
0a81861
hfsplus: make hfsplus_sync_fs static
by Artem Bityutskiy
· 12 years ago
a051f71
hfsplus: add an ioctl to bless files
by Matthew Garrett
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
c47da79
hfsplus: propagate umode_t
by Al Viro
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
6596528
hfsplus: ensure bio requests are not smaller than the hardware sectors
by Seth Forshee
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
dd7f3d5
hfsplus: Add error propagation for hfsplus_ext_write_extent_locked
by Alexey Khoroshilov
· 13 years ago
0c21e3a
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus
by Linus Torvalds
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
b2837fc
hfsplus: %L-to-%ll, macro correction, and remove unneeded braces
by Anton Salikhmetov
· 14 years ago
21f2296
hfsplus: C99 comments clean-up
by Anton Salikhmetov
· 14 years ago
2753cc2
hfsplus: over 80 character lines clean-up
by Anton Salikhmetov
· 14 years ago
34a2d31
hfsplus: flush disk caches in sync and fsync
by Christoph Hellwig
· 14 years ago
e349470
hfsplus: optimize fsync
by Christoph Hellwig
· 14 years ago
b33b792
hfsplus: split up inode flags
by Christoph Hellwig
· 14 years ago
eb29d66
hfsplus: write up fsync for directories
by Christoph Hellwig
· 14 years ago
358f26d
hfsplus: use raw bio access for partition tables
by Christoph Hellwig
· 14 years ago
52399b1
hfsplus: use raw bio access for the volume headers
by Christoph Hellwig
· 14 years ago
6f80dfe
hfsplus: fix option parsing during remount
by Christoph Hellwig
· 14 years ago
32e39e1
hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers
by Christoph Hellwig
· 14 years ago
90e6169
hfsplus: create correct initial catalog entries for device files
by Christoph Hellwig
· 14 years ago
722c55d
hfsplus: remove superflous rootflags field in hfsplus_inode_info
by Christoph Hellwig
· 14 years ago
f6089ff
hfsplus: fix link corruption
by Christoph Hellwig
· 14 years ago
467c3d9
hfsplus: convert tree_lock to mutex
by Thomas Gleixner
· 14 years ago
7fcc99f
hfsplus: add missing extent locking in hfsplus_write_inode
by Christoph Hellwig
· 14 years ago
84adede
hfsplus: use atomic bitops for the superblock flags
by Christoph Hellwig
· 14 years ago
7ac9fb9
hfsplus: add per-superblock lock for volume header updates
by Christoph Hellwig
· 14 years ago
58a818f
hfsplus: remove the rsrc_inodes list
by Christoph Hellwig
· 14 years ago
66e5db0
hfsplus: do not cache and write next_alloc
by Christoph Hellwig
· 14 years ago
6af502d
hfsplus: fix HFSPLUS_I calling convention
by Christoph Hellwig
· 14 years ago
dd73a01
hfsplus: fix HFSPLUS_SB calling convention
by Christoph Hellwig
· 14 years ago
40bf48a
hfsplus: introduce alloc_mutex
by Christoph Hellwig
· 14 years ago
b5fc510
get rid of file_fsync()
by Al Viro
· 14 years ago
7cc4bcc
hfsplus: Push down BKL into ioctl function
by Arnd Bergmann
· 15 years ago
e16404e
constify dentry_operations: misc filesystems
by Al Viro
· 16 years ago
895c23f
hfsplus: convert the extents_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
4b0a8da
fs/hfsplus/: proper externs
by Adrian Bunk
· 17 years ago
6352539
iget: stop HFSPLUS from using iget() and read_inode()
by David Howells
· 17 years ago
d45bce8
HFS+: add custom dentry hash and comparison operations
by Duane Griffin
· 17 years ago
3669567
[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]
by David Howells
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
9a4cad9
[PATCH] hfs: set correct ctime
by Roman Zippel
· 19 years ago
2179d37
[PATCH] hfs: add HFSX support
by David Elliott
· 19 years ago
9979ead
[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function
by Adrian Bunk
· 19 years ago
b0b623c
[PATCH] hfsplus: don't modify journaled volume
by Roman Zippel
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
717dd80e
[PATCH] hfs: show_options support
by Roman Zippel
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago