Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f5b9595f033ccea1fdc90e7256c9d918896f9e66
/
fs
/
hfsplus
/
super.c
b570baf
hfsplus: don't return 0 when fill_super() failed
by Tetsuo Handa
· 6 years ago
2595f21
hfsplus: stop workqueue when fill_super() failed
by Tetsuo Handa
· 6 years ago
67ed259
hfsplus: use bio op accessors
by Mike Christie
· 8 years ago
323ee8f
hfsplus: switch to ->iterate_shared()
by Al Viro
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 9 years ago
89ac9b4
hfsplus: fix longname handling
by Sougata Santra
· 10 years ago
b73f3d0
fs/hfsplus: fix pr_foo() and hfs_dbg formats
by Fabian Frederick
· 10 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
95e0d7d
hfsplus: implement attributes file creation functionality
by Vyacheslav Dubeyko
· 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
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
324ef39
hfsplus: add support of manipulation by attributes file
by Vyacheslav Dubeyko
· 12 years ago
bffdd66
hfsplus: add error message for the case of failure of sync fs in delayed_sync_fs() method
by Vyacheslav Dubeyko
· 12 years ago
81cc7fa
hfsplus: rework processing of hfs_btree_write() returned error
by Vyacheslav Dubeyko
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
497d48b
hfsplus: use -ENOMEM when kzalloc() fails
by Namjae Jeon
· 12 years ago
9e6c582
hfsplus: get rid of write_super
by Artem Bityutskiy
· 12 years ago
58770d7
hfsplus: remove useless check
by Artem Bityutskiy
· 12 years ago
b7a90e8
hfsplus: amend debugging print
by Artem Bityutskiy
· 12 years ago
0a81861
hfsplus: make hfsplus_sync_fs static
by Artem Bityutskiy
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
68acb8e
hfsplus: switch to d_make_root()
by Al Viro
· 13 years ago
b3f2a92
hfsplus: creation of hidden dir on mount can fail
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
f1fcd9f
hfsplus: fix filesystem size checks
by Christoph Hellwig
· 13 years ago
f588c96
hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path
by Seth Forshee
· 13 years ago
6596528
hfsplus: ensure bio requests are not smaller than the hardware sectors
by Seth Forshee
· 13 years ago
dd7f3d5
hfsplus: Add error propagation for hfsplus_ext_write_extent_locked
by Alexey Khoroshilov
· 13 years ago
5bd9d99
hfsplus: add error checking for hfs_find_init()
by Alexey Khoroshilov
· 13 years ago
c6d5f5f
hfsplus: lift the 2TB size limit
by Christoph Hellwig
· 14 years ago
032016a
hfsplus: Fix double iput of the same inode in hfsplus_fill_super()
by Alexey Khoroshilov
· 13 years ago
c5b8d0b
hfsplus: fix failed mount handling
by Christoph Hellwig
· 14 years ago
eddf790
switch hfsplus
by Al Viro
· 14 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
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 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
f02e26f
hfsplus: avoid useless work in hfsplus_sync_fs
by Christoph Hellwig
· 14 years ago
7dc4f00
hfsplus: make sure sync writes out all metadata
by Christoph Hellwig
· 14 years ago
52399b1
hfsplus: use raw bio access for the volume headers
by Christoph Hellwig
· 14 years ago
3b5ce8a
hfsplus: always use hfsplus_sync_fs to write the volume header
by Christoph Hellwig
· 14 years ago
6d1bbfc
hfsplus: silence a few debug printks
by Christoph Hellwig
· 14 years ago
6f80dfe
hfsplus: fix option parsing during remount
by Christoph Hellwig
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 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
b5080f7
hfsplus: clean up hfsplus_write_inode
by Christoph Hellwig
· 14 years ago
fc4fff8
hfsplus: clean up hfsplus_iget
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
e753a62
hfsplus: remove BKL from hfsplus_put_super
by Christoph Hellwig
· 14 years ago
a9fdbf8
hfsplus: use alloc_mutex in hfsplus_sync_fs
by Christoph Hellwig
· 14 years ago
40bf48a
hfsplus: introduce alloc_mutex
by Christoph Hellwig
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
b5fc510
get rid of file_fsync()
by Al Viro
· 14 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
6d729e4
fs: Make unload_nls() NULL pointer safe
by Thomas Gleixner
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
7fbc6df
hfsplus: add ->sync_fs
by Christoph Hellwig
· 15 years ago
ebc1ac1
->write_super lock_super pushdown
by Christoph Hellwig
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
8c85e12
remove ->write_super call in generic_shutdown_super
by Christoph Hellwig
· 16 years ago
25564dd
fs/hfsplus: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
81a7371
hfsplus: quieten down mounting hfsplus journaled fs read only
by Mike Crowe
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
895c23f
hfsplus: convert the extents_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
20c79e7
hfs/hfsplus: be*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
355a469
trivial: fix user-visible typo in hfsplus
by Dave Jones
· 17 years ago
6352539
iget: stop HFSPLUS from using iget() and read_inode()
by David Howells
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
d45bce8
HFS+: add custom dentry hash and comparison operations
by Duane Griffin
· 17 years ago
a5001a2
HFSPlus: change kmalloc/memset to kzalloc
by Wyatt Banks
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
2179d37
[PATCH] hfs: add HFSX support
by David Elliott
· 19 years ago
634725a
[PATCH] hfs: cleanup HFS+ prints
by Roman Zippel
· 19 years ago
9979ead
[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function
by Adrian Bunk
· 19 years ago
bd6a59b
[PATCH] hfsplus oops fix
by Joshua Kwan
· 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
94c1d31
[PATCH] Fix HFS+ to free up the space when a file is deleted.
by Peter Wainwright
· 19 years ago
Next »