Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e1d883c0e64b07c080150f6b753b6bf69674b355
/
fs
/
hfsplus
d7d673a
hfsplus: add HFSX subfolder count support
by Sergei Antonov
· 11 years ago
bd2c003
hfsplus: fix remount issue
by Vyacheslav Dubeyko
· 11 years ago
efc518e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
b168fff
hfsplus: use xattr handlers for removexattr
by Christoph Hellwig
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
2796e4c
hfsplus: remove can_set_xattr
by Christoph Hellwig
· 11 years ago
b0a7ab5
hfsplus: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
37bc153
fs: make posix_acl_create more useful
by Christoph Hellwig
· 11 years ago
5bf3258
fs: make posix_acl_chmod more useful
by Christoph Hellwig
· 11 years ago
d74a054
hfsplus: remove hfsplus_file_lookup()
by Sougata Santra
· 11 years ago
c170bbb
block: submit_bio_wait() conversions
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
33879d4
block: submit_bio_wait() conversions
by Kent Overstreet
· 11 years ago
a99b706
hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()
by Geert Uytterhoeven
· 11 years ago
95e0d7d
hfsplus: implement attributes file creation functionality
by Vyacheslav Dubeyko
· 11 years ago
099e924
hfsplus: implement attributes file's header node initialization code
by Vyacheslav Dubeyko
· 11 years ago
b3b5b0f
hfsplus: add metadata file's clump size calculation functionality
by Vyacheslav Dubeyko
· 11 years ago
74a797d
fs/hfs/btree.h: remove duplicate defines
by Michael Opdenacker
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
b4c1107
hfsplus: integrate POSIX ACLs support into driver
by Vyacheslav Dubeyko
· 11 years ago
eef80d4
hfsplus: implement POSIX ACLs support
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
e72514e
[readdir] convert hfsplus
by Al Viro
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
865f38a
hfsplus: remove duplicated message prefix in hfsplus_block_free()
by Vyacheslav Dubeyko
· 12 years ago
d7a475d
hfsplus: add error propagation to __hfsplus_ext_write_extent()
by Alexey Khoroshilov
· 12 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
5f3726f
hfsplus: fix warnings in fs/hfsplus/bfind.c
by Vyacheslav Dubeyko
· 12 years ago
12f267a
hfsplus: fix potential overflow in hfsplus_file_truncate()
by Vyacheslav Dubeyko
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
899bed0
hfsplus: fix issue with unzeroed unused b-tree nodes
by Vyacheslav Dubeyko
· 12 years ago
324ef39
hfsplus: add support of manipulation by attributes file
by Vyacheslav Dubeyko
· 12 years ago
127e5f5
hfsplus: rework functionality of getting, setting and deleting of extended attributes
by Vyacheslav Dubeyko
· 12 years ago
3e05ca2
hfsplus: add functionality of manipulating by records in attributes tree
by Vyacheslav Dubeyko
· 12 years ago
9ed083d8c
hfsplus: add on-disk layout declarations related to attributes tree
by Vyacheslav Dubeyko
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
4c9a44a
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 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
1b243fd
hfsplus: rework processing errors in hfsplus_free_extents()
by Vyacheslav Dubeyko
· 12 years ago
5daa669
hfsplus: avoid crash on failed block map free
by Alan Cox
· 12 years ago
d506848
hfsplus: drop vmtruncate
by Marco Stornelli
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
16525e3
userns: Convert hfsplus to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 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
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
7dea9665
hfsplus: fix bless ioctl when used with hardlinks
by Matthew Garrett
· 12 years ago
a6dc8c0
hfsplus: fix overflow in sector calculations in hfsplus_submit_bio
by Janne Kalliomäki
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
6f24f89
hfsplus: Fix potential buffer overflows
by Greg Kroah-Hartman
· 13 years ago
a051f71
hfsplus: add an ioctl to bless files
by Matthew Garrett
· 13 years ago
0347b6e
hfsplus: change finder_info to u32
by Matthew Garrett
· 13 years ago
f392238
hfsplus: initialise userflags
by Matthew Garrett
· 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
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
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 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
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
aac4e419
hfsplus: Add additional range check to handle on-disk corruptions
by Naohiro Aota
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 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
4ba2d5f
hfsplus: fix overflow in hfsplus_read_wrapper
by Christoph Hellwig
· 14 years ago
bf1a1b3
hfsplus: fix overflow in hfsplus_get_block
by Christoph Hellwig
· 14 years ago
2b4f9ca
hfsplus: assignments inside `if' condition clean-up
by Anton Salikhmetov
· 14 years ago
032016a
hfsplus: Fix double iput of the same inode in hfsplus_fill_super()
by Alexey Khoroshilov
· 13 years ago
50176dd
hfsplus: add missing call to bio_put()
by Seth Forshee
· 13 years ago
e391178
hfsplus: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
1065348
hfsplus: fix up a comparism in hfsplus_file_extend
by Christoph Hellwig
· 14 years ago
a1dbcef
hfsplus: fix two memory leaks in wrapper.c
by Chuck Ebbert
· 14 years ago
14dd01f
hfsplus: do not leak buffer on error
by Chuck Ebbert
· 14 years ago
Next »