Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a188620ebd294b18d8da93f4b2a307d484e7bd27
/
fs
/
hfs
fe64f32
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
835c92d
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
6fa67e7
get rid of 'parent' argument of ->d_compare()
by Al Viro
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
71e9396
qstr: constify instances in hfs
by Al Viro
· 8 years ago
8387ff2
vfs: make the string hashes salt the hash
by Linus Torvalds
· 8 years ago
93c76a3
file_inode(f)->i_mapping is f->f_mapping
by Al Viro
· 9 years ago
3767e25
switch ->setxattr() to passing dentry and inode separately
by Al Viro
· 8 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
9717a91
hfs: switch to ->iterate_shared()
by Al Viro
· 8 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
ce23e64
->getxattr(): pass dentry and inode as separate arguments
by Al Viro
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
2c35dea
fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete
by Geliang Tang
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
80f8dcc
HFS wants 8Kb per-superblock allocation; just use kmalloc()
by Al Viro
· 9 years ago
b4cc0ef
hfs: fix B-tree corruption after insertion at position 0
by Hin-Tak Leung
· 9 years ago
7cb74be
hfs,hfsplus: cache pages correctly between bnode_create and bnode_free
by Hin-Tak Leung
· 9 years ago
a068acf
fs: create and use seq_show_option for escaping
by Kees Cook
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
db6172c
fs: cleanup slight list_entry abuse
by Rasmus Villemoes
· 10 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 9 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
54e514b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
13f2448
hfs: incorrect return values
by Chengyu Song
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
ddbc22e
fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmp
by Rasmus Villemoes
· 10 years ago
a792d90
fs/hfs/hfs_fs.h: remove redundant sys_tz declaration
by Fabian Frederick
· 10 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 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
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
da53be1
Don't pass inode to ->d_hash() and ->d_compare()
by Linus Torvalds
· 11 years ago
002f8be
[readdir] convert hfs
by Al Viro
· 11 years ago
fb09c37
hfs: avoid crash in hfs_bnode_create
by Jeff Mahoney
· 11 years ago
5af43c2
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
1950267
hfs: SMP race on directory close()
by Al Viro
· 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
9509f17
hfs: add error checking for hfs_find_init()
by Alexey Khoroshilov
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
adae074
fs/hfs: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
c8cf464
hfs: 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
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
43b5e4c
userns: Convert hfs to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
50640bc
hfs: nuke write_super from comments
by Artem Bityutskiy
· 12 years ago
5687b57
hfs: get rid of hfs_sync_super
by Artem Bityutskiy
· 12 years ago
b16ca62
hfs: introduce VFS superblock object back-reference
by Artem Bityutskiy
· 12 years ago
4527440
hfs: simplify a bit checking for R/O
by Artem Bityutskiy
· 12 years ago
a3742d4
hfs: remove extra mdb write on unmount
by Artem Bityutskiy
· 12 years ago
b593523
hfs: get rid of lock_super
by Artem Bityutskiy
· 12 years ago
715189d
hfs: push lock_super down
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
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
e021d7b
hfs: propagate 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
bc5b8a9
hfs: add sanity check for file name length
by Dan Carpenter
· 13 years ago
092f4c5
Merge branch 'akpm' (Andrew's incoming - part two)
by Linus Torvalds
· 13 years ago
434a964
hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops
by Phillip Lougher
· 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
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
4e82d61
hfs: 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
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
69102e9
hfs: fix rename() over non-empty directory
by Al Viro
· 14 years ago
518c79d
switch hfs
by Al Viro
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 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
Next »