Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4fd92f51daa5748eebc2793b8da4af1bb4d37d23
/
fs
/
jfs
e31fb9e
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
6cf66b4
fs: use helper bio_add_page() instead of open coding on bi_io_vec
by Kent Overstreet
· 10 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
acc84b0
jfs: Handle error from dquot_initialize()
by Dave Kleikamp
· 9 years ago
f76d94d
Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 9 years ago
2645695
jfs: clean up jfs_rename and fix out of order unlock
by Dave Kleikamp
· 9 years ago
9abea2d
ioctl_compat: handle FITRIM
by Mikulas Patocka
· 9 years ago
db6172c
fs: cleanup slight list_entry abuse
by Rasmus Villemoes
· 10 years ago
f7f31ad
jfs: fix indentation on if statement
by Colin Ian King
· 9 years ago
55a8d02
jfs: removed a prohibited space after opening parenthesis
by Nan Jia
· 9 years ago
ad476fe
jfs: switch to simple_follow_link()
by Al Viro
· 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
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
ee14624
fs, jfs: remove slab object constructor
by David Rientjes
· 10 years ago
fa92789
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
78d5dcd
Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 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
7d2ac45
jfs: %pf is only for function pointers
by Scott Wood
· 10 years ago
0389115
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
0ae45f6
vfs: add support for a lazytime mount option
by Theodore Ts'o
· 10 years ago
648695c
jfs: Deletion of an unnecessary check before the function call "unload_nls"
by Markus Elfring
· 10 years ago
e1f1fe7
jfs: get rid of homegrown endianness helpers
by Al Viro
· 10 years ago
cbfe0de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
507e1fa
jfs: Convert to private i_dquot field
by Jan Kara
· 10 years ago
faafcba
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9bb8730
jfs: don't hash direct inode
by Al Viro
· 10 years ago
f139caf
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
by Kirill Tkhai
· 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
8d02076
->splice_write() via ->write_iter()
by Al Viro
· 11 years ago
bb5e50a
fs/jfs/super.c: convert simple_str to kstr
by Fabian Frederick
· 10 years ago
4f65b6d
fs/jfs/jfs_dmap.c: replace min/casting by min_t
by Fabian Frederick
· 10 years ago
789602e
fs/jfs/super.c: remove 0 assignment to static + code clean-up
by Fabian Frederick
· 10 years ago
bc4e6b2
fs/jfs/jfs_logmgr.c: remove NULL assignment on static
by Fabian Frederick
· 10 years ago
e31da3f
JFS: Check for NULL before calling posix_acl_equiv_mode()
by William Burrow
· 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
24e4a0f
fs/jfs/jfs_inode.c: atomically set inode->i_flags
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
844fa1b
jfs: set i_ctime when setting ACL
by Dave Kleikamp
· 11 years ago
c18f7b5
jfs: fix generic posix ACL regression
by Dave Kleikamp
· 11 years ago
e30b82b
Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
2cc6a5a
jfs: 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
0439e09
jfs: fix xattr value size overflow in __jfs_setxattr
by Jie Liu
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
d24fec3
Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 11 years ago
8660998
jfs: fix error path in ialloc
by Dave Kleikamp
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
4451244
jfs: fix readdir cookie incompatibility with NFSv4
by Dave Kleikamp
· 11 years ago
9db0192
Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 11 years ago
790eac5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
9e239bb
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
da53be1
Don't pass inode to ->d_hash() and ->d_compare()
by Linus Torvalds
· 11 years ago
070a0eb
[readdir] convert jfs
by Al Viro
· 11 years ago
eb8630d
jfs: Update jfs_error
by Joe Perches
· 11 years ago
21d1101
jfs: fix sparse warning in fs/jfs/xattr.c
by Dave Kleikamp
· 11 years ago
95bbb82
fs/jfs: Add check if journaling to disk has been disabled in lbmRead()
by Gu Zheng
· 11 years ago
e9b3766
jfs: Several bugs in jfs_freeze() and jfs_unfreeze()
by Vahram Martirosyan
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
8665218
Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 12 years ago
73aaa22
jfs: fix a couple races
by Dave Kleikamp
· 12 years ago
4f2ac93
block: Remove bi_idx references
by Kent Overstreet
· 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
6176772
Merge branch 'master' into for-next
by Jiri Kosina
· 12 years ago
4de8027
fs/jfs: Fix typo in comment : 'how may' -> 'how many'
by Philippe De Muyter
· 12 years ago
9d48017
jfs: avoid undefined behavior from left-shifting by 32 bits
by Nickolai Zeldovich
· 12 years ago
86dd07d
jfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
4e7a4b0
jfs: Fix FITRIM argument handling
by Lukas Czerner
· 12 years ago
eb0ad9c
Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 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
c18cdc1
userns: Convert jfs to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
84f4141
jfs: Fix do_div precision in commit b40c2e66
by Dave Kleikamp
· 12 years ago
5f3a4a2
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
by Eric W. Biederman
· 12 years ago
550d6da
JFS: use list_move instead of list_del/list_add
by Wei Yongjun
· 12 years ago
b40c2e6
fs/jfs: TRIM support for JFS Filesystem
by Tino Reichardt
· 12 years ago
8fc37ec
don't expose I_NEW inodes via dentry->d_inode
by Al Viro
· 12 years ago
a117782
quota: Move quota syncing to ->sync_fs method
by Jan Kara
· 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
Next »