Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f37230c0ad481091bc136788ff8b37dc86300c6d
/
fs
/
affs
c472c07
iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}
by Goffredo Baroncelli
· 7 years ago
9dffe56
affs: convert to new i_version API
by Jeff Layton
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
3b49c9a
fs: convert a pile of fsync routines to errseq_t based reporting
by Jeff Layton
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 7 years ago
26a7655
affs: Implement show_options
by David Howells
· 7 years ago
6b46576
fs/affs: add rename exchange
by Fabian Frederick
· 8 years ago
c618402
fs/affs: add rename2 to prepare multiple methods
by Fabian Frederick
· 8 years ago
a80f2d2
fs/affs: bugfix: Write files greater than page size on OFS
by Fabian Frederick
· 8 years ago
077e073
fs/affs: bugfix: enable writes on OFS disks
by Fabian Frederick
· 8 years ago
a9d6cfb
fs/affs: remove node generation check
by Fabian Frederick
· 8 years ago
d2d58e0
fs/affs: import amigaffs.h
by Fabian Frederick
· 8 years ago
f1bf907
fs/affs: bugfix: make symbolic links work again
by Fabian Frederick
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
b3b42c0
fs/affs: make export work with cold dcache
by Fabian Frederick
· 8 years ago
f567acc
fs/affs/namei.c: forward declarations clean-up
by Fabian Frederick
· 8 years ago
c161820
fs/affs: add prefix to some functions
by Fabian Frederick
· 8 years ago
1bafd6f
fs/affs: use octal for permissions
by Fabian Frederick
· 8 years ago
ed4433d
fs/affs: make affs exportable
by Fabian Frederick
· 8 years ago
d5de9fd
fs/affs: add validation block function
by Fabian Frederick
· 8 years ago
7981a05
fs/affs: remove reference to affs_parent_ino()
by Fabian Frederick
· 8 years ago
dfeef68
vfs: remove ".readlink = generic_readlink" assignments
by Miklos Szeredi
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
02027d4
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
f03b8ad
fs: support RENAME_NOREPLACE for local filesystems
by Miklos Szeredi
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
6fa67e7
get rid of 'parent' argument of ->d_compare()
by Al Viro
· 8 years ago
e0b3f59
affs ->d_compare(): don't bother with ->d_inode
by Al Viro
· 8 years ago
8387ff2
vfs: make the string hashes salt the hash
by Linus Torvalds
· 8 years ago
01d6e08
affs: fix remount failure when there are no options changed
by Mikulas Patocka
· 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
3b0a3c1
simple local filesystems: switch to ->iterate_shared()
by Al Viro
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
0bacbe5
affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()
by Al Viro
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
db39c16
fs:affs:Replace time_t with time64_t
by DengChao
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
6b25539
replace ->follow_link() with new method that could stay in RCU mode
by Al Viro
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
e852d82
fs/affs: make root lookup from blkdev logical size
by Pranay Kr. Srivastava
· 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
196a4f8
fs/affs/symlink.c: remove unneeded err variable
by Fabian Frederick
· 9 years ago
4709187
fs/affs/amigaffs.c: remove unneeded initialization
by Fabian Frederick
· 9 years ago
78f444f
fs/affs/inode.c: remove unneeded initialization
by Fabian Frederick
· 9 years ago
db6172c
fs: cleanup slight list_entry abuse
by Rasmus Villemoes
· 10 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
c8f33d0
affs: kstrdup() memory handling
by Sanidhya Kashyap
· 10 years ago
79bda4d
fs/affs: use affs_test_opt()
by Fabian Frederick
· 10 years ago
34f2483
fs/affs/super.c: use affs_set_opt()
by Fabian Frederick
· 10 years ago
6bf445c
fs/affs/affs.h: add mount option manipulation macros
by Fabian Frederick
· 10 years ago
a0016ff
fs/affs: use AFFS_MOUNT prefix for mount options
by Fabian Frederick
· 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
237dae8
Merge branch 'iocb' into for-davem
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
3d5d472
fs/affs/file.c: unlock/release page on error
by Taesoo Kim
· 10 years ago
0445f01
fs/affs/super.c: fix switch indentation
by Fabian Frederick
· 10 years ago
0cdfe18
fs/affs/inode.c: remove double extern affs_symlink_inode_operations
by Fabian Frederick
· 10 years ago
211c2af
fs/affs/bitmap.c: remove unnecessary return
by Fabian Frederick
· 10 years ago
b4478e3
fs/affs/amigaffs.c: remove else after return
by Fabian Frederick
· 10 years ago
f157853
fs/affs: define AFFSNAMEMAX to replace constant use
by Fabian Frederick
· 10 years ago
eeb36f8
fs/affs: use unsigned int for string lengths
by Fabian Frederick
· 10 years ago
4d29e57
fs/affs/super.c: destroy sbi mutex in affs_kill_sb()
by Fabian Frederick
· 10 years ago
92b2070
fs/affs/file.c: fix direct IO writes beyond EOF
by Fabian Frederick
· 10 years ago
afe305d
fs/affs/file.c: replace if/BUG by BUG_ON
by Fabian Frederick
· 10 years ago
08fe100
fs/affs: fix casting in printed messages
by Geert Uytterhoeven
· 10 years ago
92cab82
fs/affs/file.c: remove obsolete pagesize check
by Fabian Frederick
· 10 years ago
9abb408
fs/affs/file.c: add support to O_DIRECT
by Fabian Frederick
· 10 years ago
1ee54b0
fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf
by Fabian Frederick
· 10 years ago
7633978
fs/affs/file.c: forward declaration clean-up
by Fabian Frederick
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
c70b17b6
fs/affs: remove redundant sys_tz declarations
by Fabian Frederick
· 10 years ago
73516ac
fs/affs/file.c: fix shadow warnings
by Fabian Frederick
· 10 years ago
3bc7599
fs/affs/inode.c: remove unused variable
by Fabian Frederick
· 10 years ago
1e907f4
fs/affs/super.c: remove unused variable
by Fabian Frederick
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
9606d9a
fs/affs: pr_debug cleanup
by Fabian Frederick
· 10 years ago
0158de1
fs/affs: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
0c89d67
fs/affs/file.c: remove unnecessary function parameters
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
d353efd
fs/affs/super.c: bugfix / double free
by Fabian Frederick
· 11 years ago
8ca5772
affs: add mount option to avoid filename truncates
by Fabian Frederick
· 11 years ago
d40c4d4
fs/affs/dir.c: unlock/brelse dir on failure + code clean-up
by Fabian Frederick
· 11 years ago
adbd319
affs: add __init to init_inodecache ()
by Fabian Frederick
· 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
Next »