Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
049ec1b5a76d34a6980cccdb7c0baeb4eed7a993
/
fs
/
f2fs
5930122
switch xattr_handler->set() to passing dentry and inode separately
by Al Viro
· 8 years ago
f6c658d
Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
8da4b8c
lib/uuid.c: move generate_random_uuid() to uuid.c
by Andy Shevchenko
· 8 years ago
0f3311a
f2fs: fix to update dirty page count correctly
by Chao Yu
· 8 years ago
38f91ca
f2fs: flush pending bios right away when error occurs
by Jaegeuk Kim
· 8 years ago
975756c
f2fs: avoid ENOSPC fault in the recovery process
by Jaegeuk Kim
· 8 years ago
b8bef79
f2fs: make exit_f2fs_fs more clear
by Tiezhu Yang
· 8 years ago
513c5f3
f2fs: use percpu_counter for total_valid_inode_count
by Jaegeuk Kim
· 8 years ago
41382ec
f2fs: use percpu_counter for alloc_valid_block_count
by Jaegeuk Kim
· 8 years ago
1beba1b
f2fs: use percpu_counter for # of dirty pages in inode
by Jaegeuk Kim
· 8 years ago
523be8a
f2fs: use percpu_counter for page counters
by Jaegeuk Kim
· 8 years ago
f573018
f2fs: use bio count instead of F2FS_WRITEBACK page count
by Jaegeuk Kim
· 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
0e0162b
Merge branch 'ovl-fixes' into for-linus
by Al Viro
· 8 years ago
10aa97c
f2fs: manipulate dirty file inodes when DATA_FLUSH is set
by Jaegeuk Kim
· 8 years ago
0879689
f2fs: add fault injection to sysfs
by Sheng Yong
· 8 years ago
b951a4e
f2fs: no need inc dirty pages under inode lock
by Yunlei He
· 8 years ago
8975bdf
f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents
by Chao Yu
· 8 years ago
e410384
f2fs: fix i_current_depth during inline dentry conversion
by Chao Yu
· 8 years ago
99e3e85
f2fs: correct return value type of f2fs_fill_super
by Sheng Yong
· 8 years ago
ab47036
f2fs: fix deadlock when flush inline data
by Chao Yu
· 8 years ago
3b9b10f
f2fs: avoid f2fs_bug_on during recovery
by Jaegeuk Kim
· 8 years ago
652be55
f2fs: show # of orphan inodes
by Jaegeuk Kim
· 8 years ago
6e96194
f2fs: support in batch fzero in dnode page
by Chao Yu
· 8 years ago
46008c6
f2fs: support in batch multi blocks preallocation
by Chao Yu
· 8 years ago
0fac558
f2fs: make atomic/volatile operation exclusive
by Chao Yu
· 8 years ago
7fb17fe
f2fs: use mnt_{want,drop}_write_file in ioctl
by Chao Yu
· 8 years ago
e77d0c6
f2fs: switch to ->iterate_shared()
by Al Viro
· 8 years ago
0080c50
f2fs: do not preallocate block unaligned to 4KB
by Jaegeuk Kim
· 9 years ago
79344ef
f2fs: read node blocks ahead when truncating blocks
by Jaegeuk Kim
· 9 years ago
e12dd7b
f2fs: fallocate data blocks in single locked node page
by Jaegeuk Kim
· 9 years ago
f61cce5
f2fs: fix inode cache leak
by Chao Yu
· 9 years ago
b5a7aef
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
by Jaegeuk Kim
· 9 years ago
09210c9
f2fs: avoid panic when truncating to max filesize
by Chao Yu
· 9 years ago
43473f9
f2fs: fix incorrect mapping in ->bmap
by Chao Yu
· 9 years ago
fb58ae2
f2fs: remove an obsolete variable
by Jaegeuk Kim
· 9 years ago
29234b1
f2fs: don't worry about inode leak in evict_inode
by Jaegeuk Kim
· 9 years ago
f51b4ce
f2fs: shrink size of struct seg_entry
by Chao Yu
· 9 years ago
bd933d4
f2fs: reuse get_extent_info
by Chao Yu
· 9 years ago
e3bc808
f2fs: remove unneeded memset when updating xattr
by Chao Yu
· 9 years ago
ae8d1db
f2fs: remove unneeded readahead in find_fsync_dnodes
by Chao Yu
· 9 years ago
4c0c294
f2fs: retry to truncate blocks in -ENOMEM case
by Jaegeuk Kim
· 9 years ago
74ef924
f2fs: fix leak of orphan inode objects
by Jaegeuk Kim
· 9 years ago
221149c
f2fs: revisit error handling flows
by Jaegeuk Kim
· 9 years ago
cb78942
f2fs: inject ENOSPC failures
by Jaegeuk Kim
· 9 years ago
c41f3cc3
f2fs: inject page allocation failures
by Jaegeuk Kim
· 9 years ago
2c63fea
f2fs: inject kmalloc failure
by Jaegeuk Kim
· 9 years ago
73faec4
f2fs: add mount option to select fault injection ratio
by Jaegeuk Kim
· 9 years ago
300e129
f2fs: use f2fs_grab_cache_page instead of grab_cache_page
by Jaegeuk Kim
· 9 years ago
0414b00
f2fs: introduce f2fs_kmalloc to wrap kmalloc
by Jaegeuk Kim
· 9 years ago
f00d6fa
f2fs: add proc entry to show valid block bitmap
by Jaegeuk Kim
· 9 years ago
b7a15f3
f2fs: introduce macros for proc entries
by Jaegeuk Kim
· 9 years ago
3f8ab27
f2fs: factor out fsync inode entry operations
by Chao Yu
· 9 years ago
c81ced0
f2fs: fix to clear page private flag
by Chao Yu
· 9 years ago
23dc974
f2fs: fix to clear private data in page
by Chao Yu
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
e259221
fs: simplify the generic_write_sync prototype
by Christoph Hellwig
· 9 years ago
dde0c2e
fs: add IOCB_SYNC and IOCB_DSYNC
by Christoph Hellwig
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
fe216c7
f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir
by Yunlong Song
· 9 years ago
da011cc
f2fs: move node pages only in victim section during GC
by Chao Yu
· 9 years ago
a4a13f5
f2fs: be aware of invalid filename length
by Chao Yu
· 9 years ago
6bfc491
f2fs: issue cache flush on direct IO
by Jaegeuk Kim
· 9 years ago
608514d
f2fs: set fsync mark only for the last dnode
by Jaegeuk Kim
· 9 years ago
c267ec1
f2fs: report unwritten status in fsync_node_pages
by Jaegeuk Kim
· 9 years ago
5268137
f2fs: split sync_node_pages with fsync_node_pages
by Jaegeuk Kim
· 9 years ago
e6e5f56
f2fs: avoid writing 0'th page in volatile writes
by Jaegeuk Kim
· 9 years ago
eca76e7
f2fs: avoid needless lock for node pages when fsyncing a file
by Jaegeuk Kim
· 9 years ago
c27753d
f2fs: flush dirty pages before starting atomic writes
by Jaegeuk Kim
· 9 years ago
63c52d7
f2fs: don't invalidate atomic page if successful
by Jaegeuk Kim
· 9 years ago
58457f1
f2fs: give -E2BIG for no space in xattr
by Jaegeuk Kim
· 9 years ago
4da7bf5
f2fs: remove redundant condition check
by Jaegeuk Kim
· 9 years ago
26dc3d4
f2fs: unset atomic/volatile flag in f2fs_release_file
by Jaegeuk Kim
· 9 years ago
de5307e
f2fs: fix dropping inmemory pages in a wrong time
by Jaegeuk Kim
· 9 years ago
ff37355
f2fs: add BUG_ON to avoid unnecessary flow
by Jaegeuk Kim
· 9 years ago
4a6de50
f2fs: use PGP_LOCK to check its truncation
by Jaegeuk Kim
· 9 years ago
675f10b
f2fs: fix to convert inline directory correctly
by Chao Yu
· 9 years ago
8c11a53
f2fs: show current mount status
by Jaegeuk Kim
· 9 years ago
faa0e55
f2fs: treat as a normal umount when remounting ro
by Jaegeuk Kim
· 9 years ago
6781eab
f2fs: give -EINVAL for norecovery and rw mount
by Jaegeuk Kim
· 9 years ago
df728b0
f2fs: recover superblock at RW remounts
by Jaegeuk Kim
· 9 years ago
f2353d7
f2fs: give RO message when recovering superblock
by Jaegeuk Kim
· 9 years ago
b32e448
fscrypto: don't let data integrity writebacks fail with ENOMEM
by Jaegeuk Kim
· 9 years ago
33b1395
f2fs: use dget_parent and file_dentry in f2fs_file_open
by Jaegeuk Kim
· 9 years ago
b296821
xattr_handler: pass dentry and inode as separate arguments of ->get()
by Al Viro
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
c7e82c6
Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
b8a7a3a
posix_acl: Inode acl caching fixes
by Andreas Gruenbacher
· 9 years ago
b2dde6f
f2fs: retrieve IO write stat from the right place
by Shuoran Liu
· 9 years ago
c90e09f
f2fs crypto: fix corrupted symlink in encrypted case
by Jaegeuk Kim
· 9 years ago
fd69473
f2fs: cover large section in sanity check of super
by Jaegeuk Kim
· 9 years ago
12bb0a8
f2fs: submit node page write bios when really required
by Jaegeuk Kim
· 9 years ago
fff4c55
f2fs: add missing argument to f2fs_setxattr stub
by Arnd Bergmann
· 9 years ago
d726732
f2fs: fix to avoid unneeded unlock_new_inode
by Chao Yu
· 9 years ago
291bf80
f2fs: clean up opened code with f2fs_update_dentry
by Chao Yu
· 9 years ago
17a0ee5
f2fs: declare static functions
by Jaegeuk Kim
· 9 years ago
43b6573
f2fs: use cryptoapi crc32 functions
by Keith Mok
· 9 years ago
999270d
f2fs: modify the readahead method in ra_node_page()
by Fan Li
· 9 years ago
8074bb5
f2fs crypto: sync ext4_lookup and ext4_file_open
by Jaegeuk Kim
· 9 years ago
Next »