Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8057b9653923bd762d89ccb730c76cba40ce96f0
/
fs
/
hfsplus
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
11cc21f
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus
by Linus Torvalds
· 14 years ago
85b8fe8
hfsplus: free space correcly for files unlinked while open
by Christoph Hellwig
· 14 years ago
7de9c6e
new helper: ihold()
by Al Viro
· 14 years ago
756acc2
list.h: new helper - hlist_add_fake()
by Al Viro
· 14 years ago
e50fb58
hfsplus: fix double lock typo in ioctl
by Dan Carpenter
· 14 years ago
46bf36e
hfsplus: fix getxattr return value
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
13571a6
hfsplus: validate btree flags
by Christoph Hellwig
· 14 years ago
9250f92
hfsplus: handle more on-disk corruptions without oopsing
by Eric Sandeen
· 14 years ago
b6b4142
hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage
by Al Viro
· 14 years ago
ee52716
hfsplus: fix oops on mount with corrupted btree extent records
by Jeff Mahoney
· 14 years ago
40de9a7
hfsplus: fix rename over directories
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
89755dc
hfsplus: protect readdir against removals from open_dir_list
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
f17c89b
hfsplus: fix error handling in hfsplus_symlink
by Christoph Hellwig
· 14 years ago
30d3abb
hfsplus: merge mknod/mkdir/creat
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
6333816
hfsplus: protect setflags using i_mutex
by Christoph Hellwig
· 14 years ago
9474456
hfsplus: split hfsplus_ioctl
by Christoph Hellwig
· 14 years ago
249e635
hfsplus: fix BKL leak in hfsplus_ioctl
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
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
d39aae9
add missing setattr methods
by Christoph Hellwig
· 14 years ago
282dc17
get rid of cont_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
7cc4bcc
hfsplus: Push down BKL into ioctl function
by Arnd Bergmann
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
5c36fe3
hfsplus: refuse to mount volumes larger than 2TB
by Ben Hutchings
· 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
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
25564dd
fs/hfsplus: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
e16404e
constify dentry_operations: misc filesystems
by Al Viro
· 16 years ago
b08bac1
fs/Kconfig: move hfs, hfsplus out
by Alexey Dobriyan
· 16 years ago
4ac8489
CRED: Wrap task credential accesses in the HFSplus filesystem
by David Howells
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
248736c
hfsplus: fix possible deadlock when handling corrupted extents
by Eric Sesterhenn
· 16 years ago
6e71529
hfsplus: missing O_LARGEFILE check
by Alan Cox
· 16 years ago
649f1ee
hfsplus: check read_mapping_page() return value
by Eric Sesterhenn
· 16 years ago
efc7ffc
hfsplus: fix Buffer overflow with a corrupted image
by Eric Sesterhenn
· 16 years ago
81a7371
hfsplus: quieten down mounting hfsplus journaled fs read only
by Mike Crowe
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
516e0cc
[PATCH] f_count may wrap around
by Al Viro
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 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
7063224
Fix hfsplus oops on image without extents
by Eric Sesterhenn
· 16 years ago
487798d
hfsplus: fix warning with 64k PAGE_SIZE
by Andrew Morton
· 17 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
8b3789e
hfsplus: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
cd6fda3
hfsplus: handle match_strdup failure
by Jim Meyering
· 17 years ago
4b0a8da
fs/hfsplus/: proper externs
by Adrian Bunk
· 17 years ago
42a74f2
[PATCH] r/o bind mounts: elevate write count for ioctls()
by Dave Hansen
· 17 years ago
76b0c26
HFS+: fix unlink of links
by Roman Zippel
· 17 years ago
8aa84ab
fs/hfsplus/unicode.c: fix uninitialized var warning
by Andrew Morton
· 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
7c0efc6
hfsplus: convert to new aops
by Nick Piggin
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
3bd858a
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
by Satyam Sharma
· 17 years ago
d45bce8
HFS+: add custom dentry hash and comparison operations
by Duane Griffin
· 17 years ago
1e96b7c
HFS+: refactor ASCII to unicode conversion routine for later reuse
by Duane Griffin
· 17 years ago
a5001a2
HFSPlus: change kmalloc/memset to kzalloc
by Wyatt Banks
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
e1b5c1d
is_power_of_2 in fs/hfs
by Vignesh Babu BM
· 18 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
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
82ddcb0
[PATCH] extend the set of "__attribute__" shortcut macros
by Robert P. J. Day
· 18 years ago
f44ea03
[PATCH] struct path: convert hfsplus
by Josef 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
f30c226
fix file specification in comments
by Uwe Zeisberger
· 18 years ago
ce71ec3
[PATCH] r/o bind mounts: monitor zeroing of i_nlink
by Dave Hansen
· 18 years ago
Next »