index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
hfsplus
/
hfsplus_fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-1
/
+1
2012-01-03
hfsplus: propagate umode_t
Al Viro
1
-1
/
+1
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+2
2011-07-22
hfsplus: ensure bio requests are not smaller than the hardware sectors
Seth Forshee
1
-2
/
+14
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-1
/
+2
2011-07-07
hfsplus: Add error propagation for hfsplus_ext_write_extent_locked
Alexey Khoroshilov
1
-1
/
+1
2011-01-07
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
1
-53
/
+73
2011-01-07
fs: change d_hash for rcu-walk
Nick Piggin
1
-1
/
+2
2011-01-07
fs: change d_compare for rcu-walk
Nick Piggin
1
-1
/
+4
2010-12-16
hfsplus: %L-to-%ll, macro correction, and remove unneeded braces
Anton Salikhmetov
1
-1
/
+2
2010-12-16
hfsplus: C99 comments clean-up
Anton Salikhmetov
1
-4
/
+5
2010-12-16
hfsplus: over 80 character lines clean-up
Anton Salikhmetov
1
-10
/
+20
2010-11-23
hfsplus: flush disk caches in sync and fsync
Christoph Hellwig
1
-0
/
+1
2010-11-23
hfsplus: optimize fsync
Christoph Hellwig
1
-11
/
+26
2010-11-23
hfsplus: split up inode flags
Christoph Hellwig
1
-6
/
+12
2010-11-23
hfsplus: write up fsync for directories
Christoph Hellwig
1
-0
/
+1
2010-11-23
hfsplus: use raw bio access for partition tables
Christoph Hellwig
1
-17
/
+0
2010-11-23
hfsplus: use raw bio access for the volume headers
Christoph Hellwig
1
-3
/
+5
2010-11-07
hfsplus: fix option parsing during remount
Christoph Hellwig
1
-0
/
+1
2010-10-14
hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers
Christoph Hellwig
1
-8
/
+0
2010-10-14
hfsplus: create correct initial catalog entries for device files
Christoph Hellwig
1
-0
/
+1
2010-10-14
hfsplus: remove superflous rootflags field in hfsplus_inode_info
Christoph Hellwig
1
-1
/
+1
2010-10-14
hfsplus: fix link corruption
Christoph Hellwig
1
-3
/
+5
2010-10-01
hfsplus: convert tree_lock to mutex
Thomas Gleixner
1
-1
/
+1
2010-10-01
hfsplus: add missing extent locking in hfsplus_write_inode
Christoph Hellwig
1
-13
/
+21
2010-10-01
hfsplus: use atomic bitops for the superblock flags
Christoph Hellwig
1
-5
/
+5
2010-10-01
hfsplus: add per-superblock lock for volume header updates
Christoph Hellwig
1
-5
/
+8
2010-10-01
hfsplus: remove the rsrc_inodes list
Christoph Hellwig
1
-2
/
+0
2010-10-01
hfsplus: do not cache and write next_alloc
Christoph Hellwig
1
-1
/
+0
2010-10-01
hfsplus: fix HFSPLUS_I calling convention
Christoph Hellwig
1
-5
/
+3
2010-10-01
hfsplus: fix HFSPLUS_SB calling convention
Christoph Hellwig
1
-2
/
+1
2010-10-01
hfsplus: introduce alloc_mutex
Christoph Hellwig
1
-0
/
+3
2010-08-09
get rid of file_fsync()
Al Viro
1
-0
/
+1
2010-05-17
hfsplus: Push down BKL into ioctl function
Arnd Bergmann
1
-2
/
+1
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
1
-1
/
+1
2008-07-25
hfsplus: convert the extents_lock in a mutex
Matthias Kaehlcke
1
-1
/
+2
2008-04-29
fs/hfsplus/: proper externs
Adrian Bunk
1
-0
/
+4
2008-02-07
iget: stop HFSPLUS from using iget() and read_inode()
David Howells
1
-0
/
+3
2007-07-16
HFS+: add custom dentry hash and comparison operations
Duane Griffin
1
-0
/
+4
2006-09-30
[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]
David Howells
1
-6
/
+2
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-2
/
+2
2006-01-18
[PATCH] hfs: set correct ctime
Roman Zippel
1
-0
/
+1
2006-01-18
[PATCH] hfs: add HFSX support
David Elliott
1
-4
/
+7
2006-01-10
[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function
Adrian Bunk
1
-3
/
+0
2005-11-29
[PATCH] hfsplus: don't modify journaled volume
Roman Zippel
1
-0
/
+1
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-09-07
[PATCH] hfs: show_options support
Roman Zippel
1
-2
/
+3
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+414