Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d0e9b1a23ca3dbe24e88c6671218b9031e37db96
/
fs
/
f2fs
f99e864
block: Rename blk_queue_zone_size and bdev_zone_size
by Damien Le Moal
· 8 years ago
231753e
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
5084fdf
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
09cb646
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
c0ed440
f2fs: fix a missing size change in f2fs_setattr
by Yunlei He
· 8 years ago
bd7b829
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
by David Gstir
· 8 years ago
db717d8
fscrypto: move ioctl processing more fully into common code
by Eric Biggers
· 8 years ago
dfeef68
vfs: remove ".readlink = generic_readlink" assignments
by Miklos Szeredi
· 8 years ago
5eba8c5
f2fs: fix to access nullified flush_cmd_control pointer
by Jaegeuk Kim
· 8 years ago
a2125ff
f2fs: free meta pages if sanity check for ckpt is failed
by Jaegeuk Kim
· 8 years ago
2040fce8
f2fs: detect wrong layout
by Jaegeuk Kim
· 8 years ago
f455c8a
f2fs: call sync_fs when f2fs is idle
by Jaegeuk Kim
· 8 years ago
204706c
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
by Jaegeuk Kim
· 8 years ago
0002b61
f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage
by Chao Yu
· 8 years ago
2678723
f2fs: do not activate auto_recovery for fallocated i_size
by Jaegeuk Kim
· 8 years ago
8508e44
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
by Jaegeuk Kim
· 8 years ago
19c5265
f2fs: fix 32-bit build
by Arnd Bergmann
· 8 years ago
05e6ea2
f2fs: set ->owner for debugfs status file's file_operations
by Nicolai Stange
· 8 years ago
b08b12d
f2fs: fix incorrect free inode count in ->statfs
by Chao Yu
· 8 years ago
b4ceec2
f2fs: drop duplicate header timer.h
by Geliang Tang
· 8 years ago
97dd26a
f2fs: fix wrong AUTO_RECOVER condition
by Jaegeuk Kim
· 8 years ago
3a3a5ea
f2fs: do not recover i_size if it's valid
by Jaegeuk Kim
· 8 years ago
281518c
f2fs: fix fdatasync
by Chao Yu
· 8 years ago
04d47e6
f2fs: fix to account total free nid correctly
by Chao Yu
· 8 years ago
d40a43a
f2fs: fix an infinite loop when flush nodes in cp
by Yunlei He
· 8 years ago
36951b3
f2fs: don't wait writeback for datas during checkpoint
by Chao Yu
· 8 years ago
c79b7ff
f2fs: fix wrong written_valid_blocks counting
by Jaegeuk Kim
· 8 years ago
7702bdb
f2fs: avoid BG_GC in f2fs_balance_fs
by Jaegeuk Kim
· 8 years ago
c040ff9
f2fs: fix redundant block allocation
by Jaegeuk Kim
· 8 years ago
a7de608
f2fs: use err for f2fs_preallocate_blocks
by Jaegeuk Kim
· 8 years ago
3c62be1
f2fs: support multiple devices
by Jaegeuk Kim
· 8 years ago
e57e9ae
f2fs: allow dio read for LFS mode
by Jaegeuk Kim
· 8 years ago
6ae1be1
f2fs: revert segment allocation for direct IO
by Jaegeuk Kim
· 8 years ago
2061471
f2fs: return directly if block has been removed from the victim
by Yunlei He
· 8 years ago
d47b871
Revert "f2fs: do not recover from previous remained wrong dnodes"
by Chao Yu
· 8 years ago
b4b9d34
f2fs: remove checkpoint in f2fs_freeze
by Jaegeuk Kim
· 8 years ago
bdb7d96
f2fs: assign segments correctly for direct_io
by Jaegeuk Kim
· 8 years ago
9f0552e
f2fs: fix wrong i_atime recovery
by Chao Yu
· 8 years ago
60dcedc
f2fs: record inode updating status correctly
by Chao Yu
· 8 years ago
126606c
f2fs: Trace reset zone events
by Damien Le Moal
· 8 years ago
f46e8809
f2fs: Reset sequential zones on zoned block devices
by Damien Le Moal
· 8 years ago
178053e
f2fs: Cache zoned block devices zone type
by Damien Le Moal
· 8 years ago
3adc57e
f2fs: Do not allow adaptive mode for host-managed zoned block devices
by Damien Le Moal
· 8 years ago
96ba2de
f2fs: Always enable discard for zoned blocks devices
by Damien Le Moal
· 8 years ago
0ab0299
f2fs: Suppress discard warning message for zoned block devices
by Damien Le Moal
· 8 years ago
d1b959c
f2fs: Check zoned block feature for host-managed zoned block devices
by Damien Le Moal
· 8 years ago
0bfd7a0
f2fs: Use generic zoned block device terminology
by Damien Le Moal
· 8 years ago
487df61
f2fs: Add missing break in switch-case
by Damien Le Moal
· 8 years ago
0992280
f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes
by Jaegeuk Kim
· 8 years ago
ed6bd4b
f2fs: report error of f2fs_fill_dentries
by Chao Yu
· 8 years ago
230436b
f2fs: hide a maybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
35782b2
f2fs: remove percpu_count due to performance regression
by Jaegeuk Kim
· 8 years ago
18340ed
f2fs: make clean inodes when flushing inode page
by Jaegeuk Kim
· 8 years ago
7c45729
f2fs: keep dirty inodes selectively for checkpoint
by Jaegeuk Kim
· 8 years ago
664ba97
f2fs: use BIO_MAX_PAGES for bio allocation
by Jaegeuk Kim
· 8 years ago
3e7b5bb
f2fs: declare static function for __build_free_nids
by Jaegeuk Kim
· 8 years ago
15d0435
f2fs: call f2fs_balance_fs for setattr
by Jaegeuk Kim
· 8 years ago
b9610bd
f2fs: count dirty inodes to flush node pages during checkpoint
by Jaegeuk Kim
· 8 years ago
02110a4
f2fs: avoid casted negative value as shrink count
by Chao Yu
· 8 years ago
3a2ad56
f2fs: don't interrupt free nids building during nid allocation
by Chao Yu
· 8 years ago
eb0aa4b
f2fs: clean up free nid list operations
by Jaegeuk Kim
· 8 years ago
b8559dc
f2fs: split free nid list
by Chao Yu
· 8 years ago
a11b9f6
f2fs: clear nlink if fail to add_link
by Chao Yu
· 8 years ago
0c0b471
f2fs: fix sparse warnings
by Eric Biggers
· 8 years ago
9de6927
f2fs: fix error handling in fsync_node_pages
by Chao Yu
· 8 years ago
b691d98
f2fs: fix to update largest extent under lock
by Chao Yu
· 8 years ago
58736fa
f2fs: be aware of extent beyond EOF in fiemap
by Chao Yu
· 8 years ago
6f2d8ed
f2fs: don't miss any f2fs_balance_fs cases
by Chao Yu
· 8 years ago
9434fcd
f2fs: add missing f2fs_balance_fs in f2fs_zero_range
by Chao Yu
· 8 years ago
933439c
f2fs: give a chance to detach from dirty list
by Chao Yu
· 8 years ago
2dd1565
f2fs: fix to release discard entries during checkpoint
by Chao Yu
· 8 years ago
2411cf5
f2fs: exclude free nids building and allocation
by Chao Yu
· 8 years ago
e87f732
f2fs: fix overflow due to condition check order
by Jaegeuk Kim
· 8 years ago
9c4bb8a
fscrypt: Let fs select encryption index/tweak
by David Gstir
· 8 years ago
7821d4d
fscrypt: Enable partial page encryption
by David Gstir
· 8 years ago
7637241
writeback: add wbc_to_write_flags()
by Jens Axboe
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
ef295ec
block: better op and flags encoding
by Christoph Hellwig
· 8 years ago
1a1891d
Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
de0dcc4
f2fs: fix wrong sum_page pointer in f2fs_gc
by Jaegeuk Kim
· 8 years ago
5114a97
fs: use mapping_set_error instead of opencoded set_bit
by Michal Hocko
· 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
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e55f1d1
Merge remote-tracking branch 'jk/vfs' into work.misc
by Al Viro
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
2eee010
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
4c1fad6
Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
e4c5d84
f2fs: introduce update_ckpt_flags to clean up
by Jaegeuk Kim
· 8 years ago
6ca56ca
f2fs: don't submit irrelevant page
by Chao Yu
· 8 years ago
3f5f495
f2fs: fix to commit bio cache after flushing node pages
by Chao Yu
· 8 years ago
fc0065a
f2fs: introduce get_checkpoint_version for cleanup
by Tiezhu Yang
· 8 years ago
3fa5650
f2fs: remove dead variable
by Sheng Yong
· 8 years ago
7fd748d
f2fs: remove redundant io plug
by Chao Yu
· 8 years ago
0f34802
f2fs: support checkpoint error injection
by Chao Yu
· 8 years ago
2443b8b
f2fs: fix to recover old fault injection config in ->remount_fs
by Chao Yu
· 8 years ago
36dbd32
f2fs: do fault injection initialization in default_options
by Chao Yu
· 8 years ago
9c09404
f2fs: remove redundant value definition
by Yunlei He
· 8 years ago
Next »