Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e3fb1b794b5f0c9f9b65707ce4e6be264a9c60f8
/
fs
e3fb1b7
f2fs: do not discard data protected by the previous checkpoint
by Jaegeuk Kim
· 10 years ago
427a45c
f2fs: flush_dcache_page for inline data
by Jaegeuk Kim
· 10 years ago
ca4b02e
f2fs: call write_checkpoint under disabled gc
by Jaegeuk Kim
· 10 years ago
9234f31
f2fs: fix possible data corruption in f2fs_write_begin()
by Jan Kara
· 10 years ago
2cc2218
f2fs: use current_sit_addr to replace the open code
by Gu Zheng
· 10 years ago
52aca07
f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit
by Gu Zheng
· 10 years ago
1730663
f2fs: set raw_super default to NULL to avoid compile warning
by Gu Zheng
· 10 years ago
c6ac4c0
f2fs: introduce f2fs_change_bit to simplify the change bit logic
by Gu Zheng
· 10 years ago
fa52872
f2fs: remove the redundant function cond_clear_inode_flag
by Gu Zheng
· 10 years ago
8a2d0ac
f2fs: remove the seems unneeded argument 'type' from __get_victim
by Gu Zheng
· 10 years ago
9bd27ae
f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs()
by Jan Kara
· 10 years ago
d64948a
f2fs: declare f2fs_convert_inline_dir as a static function
by Jaegeuk Kim
· 10 years ago
f1e33a0
f2fs: use kmap_atomic instead of kmap
by Jaegeuk Kim
· 10 years ago
062a3e7
f2fs: reuse make_empty_dir code for inline_dentry
by Jaegeuk Kim
· 10 years ago
7b3cd7d
f2fs: introduce f2fs_dentry_ptr structure for code clean-up
by Jaegeuk Kim
· 10 years ago
5ab1857
f2fs: should not truncate any inline_dentry
by Jaegeuk Kim
· 10 years ago
38594de
f2fs: reuse core function in f2fs_readdir for inline_dentry
by Jaegeuk Kim
· 10 years ago
e7a2bf2
f2fs: fix counting inline_data inode numbers
by Jaegeuk Kim
· 10 years ago
3289c06
f2fs: add stat info for inline_dentry inodes
by Jaegeuk Kim
· 10 years ago
bce8d11
f2fs: avoid deadlock on init_inode_metadata
by Jaegeuk Kim
· 10 years ago
59a0615
f2fs: fix to wait correct block type
by Jaegeuk Kim
· 10 years ago
4e6ebf6
f2fs: reuse find_in_block code for find_in_inline_dir
by Jaegeuk Kim
· 10 years ago
a82afa2
f2fs: reuse room_for_filename for inline dentry operation
by Jaegeuk Kim
· 10 years ago
622f28a
f2fs: enable inline dir handling
by Chao Yu
· 10 years ago
201a05b
f2fs: add key function to handle inline dir
by Chao Yu
· 10 years ago
dbeacf0
f2fs: export dir operations for inline dir
by Chao Yu
· 10 years ago
5efd3c6
f2fs: add a new mount option for inline dir
by Chao Yu
· 10 years ago
34d67de
f2fs: add infra struct and helper for inline dir
by Chao Yu
· 10 years ago
af41d3e
f2fs: avoid infinite loop at cp_error
by Jaegeuk Kim
· 10 years ago
4a257ed
f2fs: avoid build warning
by Jaegeuk Kim
· 10 years ago
13fd8f8
f2fs: fix to call f2fs_unlock_op
by Jaegeuk Kim
· 10 years ago
9ba69cf
f2fs: avoid to allocate when inline_data was written
by Jaegeuk Kim
· 10 years ago
a78186e
f2fs: use highmem for directory pages
by Jaegeuk Kim
· 10 years ago
1ce86bf
f2fs: fix race conditon on truncation with inline_data
by Jaegeuk Kim
· 10 years ago
c08a690
f2fs: should truncate any allocated block for inline_data write
by Jaegeuk Kim
· 10 years ago
cbcb287
f2fs: invalidate inmemory page
by Jaegeuk Kim
· 10 years ago
34ba94b
f2fs: do not make dirty any inmemory pages
by Jaegeuk Kim
· 10 years ago
7e05b80
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
4f4274a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
32e8fd2
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
e2488ab
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 10 years ago
9f2f7d4c
ovl: initialize ->is_cursor
by Miklos Szeredi
· 10 years ago
b2de525
Return short read or 0 at end of a raw device, not EIO
by David Jeffery
· 10 years ago
b0afd8e
isofs: don't bother with ->d_op for normal case
by Al Viro
· 10 years ago
69a91c2
fs: allow open(dir, O_TMPFILE|..., 0) with mode 0
by Eric Rannaud
· 10 years ago
ae9e9c6a
ext4: make ext4_ext_convert_to_initialized() return proper number of blocks
by Jan Kara
· 10 years ago
4f879ca
ext4: bail early when clearing inode journal flag fails
by Jan Kara
· 10 years ago
6050d47
ext4: bail out from make_indexed_dir() on first error
by Jan Kara
· 10 years ago
d48458d
jbd2: use a better hash function for the revoke table
by Theodore Ts'o
· 10 years ago
a41537e
ext4: prevent bugon on race between write/fcntl
by Dmitry Monakhov
· 10 years ago
50460fe
ext4: remove extent status procfs files if journal load fails
by Darrick J. Wong
· 10 years ago
6b992ff
ext4: disallow changing journal_csum option during remount
by Darrick J. Wong
· 10 years ago
98c1a75
ext4: enable journal checksum when metadata checksum feature enabled
by Darrick J. Wong
· 10 years ago
599a9b7
ext4: fix oops when loading block bitmap failed
by Jan Kara
· 10 years ago
9378c67
ext4: fix overflow when updating superblock backups after resize
by Jan Kara
· 10 years ago
a7ca10f
Merge branch 'akpm' (incoming from Andrew Morton)
by Linus Torvalds
· 10 years ago
d3556ba
ocfs2: fix d_splice_alias() return code checking
by Richard Weinberger
· 10 years ago
6424bab
fsnotify: next_i is freed during fsnotify_unmount_inodes.
by Jerry Hoemann
· 10 years ago
d506aa68
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
f643ff5
isofs_cmp(): we'll never see a dentry for . or ..
by Al Viro
· 10 years ago
d1b72cc
overlayfs: fix lockdep misannotation
by Miklos Szeredi
· 10 years ago
c209653
ovl: fix check for cursor
by Miklos Szeredi
· 10 years ago
d45f00a
overlayfs: barriers for opening upper-layer directory
by Al Viro
· 10 years ago
d05a2b4
Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items
by Filipe Manana
· 10 years ago
9f76628
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
5ed5f58
Btrfs: properly clean up btrfs_end_io_wq_cache
by Josef Bacik
· 10 years ago
1a4ed8f
Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()
by Filipe Manana
· 10 years ago
21e7626
btrfs: use macro accessors in superblock validation checks
by David Sterba
· 10 years ago
d1e14f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
db6ec21
overlayfs: embed middle into overlay_readdir_data
by Al Viro
· 10 years ago
49be4fb
overlayfs: embed root into overlay_readdir_data
by Al Viro
· 10 years ago
68bf861
overlayfs: make ovl_cache_entry->name an array instead of pointer
by Al Viro
· 10 years ago
3d268c9
overlayfs: don't hold ->i_mutex over opening the real directory
by Al Viro
· 10 years ago
1be47b3
Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus
by Al Viro
· 10 years ago
51486b9
fix inode leaks on d_splice_alias() failure exits
by Al Viro
· 10 years ago
69c433e
fs: limit filesystem stacking depth
by Miklos Szeredi
· 10 years ago
f45827e8
overlayfs: implement show_options
by Erez Zadok
· 10 years ago
cc25963
overlayfs: add statfs support
by Andy Whitcroft
· 10 years ago
e9be9d5
overlay filesystem
by Miklos Szeredi
· 10 years ago
cd808de
ext4: support RENAME_WHITEOUT
by Miklos Szeredi
· 10 years ago
0d7a855
vfs: add RENAME_WHITEOUT
by Miklos Szeredi
· 10 years ago
787fb6b
vfs: add whiteout support
by Miklos Szeredi
· 10 years ago
cbdf35b
vfs: export check_sticky()
by Miklos Szeredi
· 10 years ago
c771d68
vfs: introduce clone_private_mount()
by Miklos Szeredi
· 10 years ago
bd5d085
vfs: export __inode_permission() to modules
by Miklos Szeredi
· 10 years ago
1c11859
vfs: export do_splice_direct() to modules
by Miklos Szeredi
· 10 years ago
4aa7c63
vfs: add i_op->dentry_open()
by Miklos Szeredi
· 10 years ago
51904b0
nfsd4: fix crash on unknown operation number
by J. Bruce Fields
· 10 years ago
3c9cafe
fs, jbd: use a more generic hash function
by Sasha Levin
· 10 years ago
474d260
quota: Properly return errors from dquot_writeback_dquots()
by Jan Kara
· 10 years ago
7938db4
ext3: Don't check quota format when there are no quota files
by Jan Kara
· 10 years ago
432f16e
fs: clarify rate limit suppressed buffer I/O errors
by Robert Elliott
· 10 years ago
b744c2a
fs: merge I/O error prints into one line
by Robert Elliott
· 10 years ago
848a552
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 10 years ago
d1d84c9
nfsd4: fix response size estimation for OP_SEQUENCE
by J. Bruce Fields
· 10 years ago
c2661b8
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
aa281ac
Boaz Harrosh - Fix broken email address
by Boaz Harrosh
· 10 years ago
9272f2d
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 10 years ago
e83e432
Merge tag 'dlm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 10 years ago
ef161ea1
Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
Next »