Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c5660778b4851b1aea5d848ccfde3f27949f6418
/
fs
/
f2fs
5cdd4c0
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
0abd675
f2fs: support plain user/group quota
by Chao Yu
· 7 years ago
d29460e
f2fs: avoid deadlock caused by lock order of page and lock_op
by Jaegeuk Kim
· 7 years ago
d1aa245
f2fs: use spin_{,un}lock_irq{save,restore}
by Chao Yu
· 7 years ago
ff1048e
f2fs: relax migratepage for atomic written page
by Jaegeuk Kim
· 7 years ago
000519f
f2fs: don't count inode block in in-memory inode.i_blocks
by Chao Yu
· 7 years ago
6ac851b
Revert "f2fs: fix to clean previous mount option when remount_fs"
by Chao Yu
· 7 years ago
b855bf0
f2fs: do not set LOST_PINO for renamed dir
by Sheng Yong
· 7 years ago
d58dfb7
f2fs: do not set LOST_PINO for newly created dir
by Sheng Yong
· 7 years ago
0771fcc
f2fs: skip ->writepages for {mete,node}_inode during recovery
by Chao Yu
· 7 years ago
6915ea9
f2fs: introduce __check_sit_bitmap
by Chao Yu
· 7 years ago
cce1325
f2fs: stop gc/discard thread in prior during umount
by Chao Yu
· 7 years ago
daeb433
f2fs: introduce reserved_blocks in sysfs
by Chao Yu
· 7 years ago
d871cd0
f2fs: avoid redundant f2fs_flush after remount
by Yunlong Song
· 7 years ago
0cc091d
f2fs: report # of free inodes more precisely
by Jaegeuk Kim
· 7 years ago
34dc77a
f2fs: add ioctl to do gc with target block address
by Jaegeuk Kim
· 7 years ago
a9bcf9b
f2fs: don't need to check encrypted inode for partial truncation
by Jaegeuk Kim
· 7 years ago
0eb0ada
f2fs: measure inode.i_blocks as generic filesystem
by Chao Yu
· 7 years ago
663f387
f2fs: set CP_TRIMMED_FLAG correctly
by Chao Yu
· 7 years ago
67773a1
f2fs: require key for truncate(2) of encrypted file
by Eric Biggers
· 7 years ago
8ceffcb
f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c
by Chao Yu
· 7 years ago
a398101
f2fs: clean up sysfs codes
by Chao Yu
· 7 years ago
1727f31
f2fs: fix wrong error number of fill_super
by Chao Yu
· 7 years ago
44529f8
f2fs: fix to show injection rate in ->show_options
by Chao Yu
· 7 years ago
b63def9
f2fs: Fix a return value in case of error in 'f2fs_fill_super'
by Christophe JAILLET
· 7 years ago
a005774
f2fs: use proper variable name
by Tiezhu Yang
· 7 years ago
1f258ec
f2fs: fix to avoid panic when encountering corrupt node
by Chao Yu
· 7 years ago
febeca6
f2fs: don't track newly allocated nat entry in list
by Chao Yu
· 7 years ago
d9703d9
f2fs: add f2fs_bug_on in __remove_discard_cmd
by Chao Yu
· 7 years ago
2a510c00
f2fs: introduce __wait_one_discard_bio
by Chao Yu
· 7 years ago
5a3a2d8
f2fs: dax: fix races between page faults and truncating pages
by Qiuyang Sun
· 8 years ago
72fdbe2
f2fs: simplify the way of calulating next nat address
by Fan Li
· 8 years ago
21d3f8e
f2fs: sanity check size of nat and sit cache
by Jin Qian
· 8 years ago
d4fdf8b
f2fs: fix a panic caused by NULL flush_cmd_control
by Yunlei He
· 8 years ago
68390dd
f2fs: remove the unnecessary cast for PTR_ERR
by Zhang Shengju
· 8 years ago
d8c4256
f2fs: remove false-positive bug_on
by Jaegeuk Kim
· 8 years ago
acfd2810
f2fs: Do not issue small discards in LFS mode
by Damien Le Moal
· 8 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 7 years ago
fdd050b
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base
by Christoph Hellwig
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
d41519a
crypto: Work around deallocated stack frame reference gcc bug on sparc.
by David Miller
· 8 years ago
8578709
fs: switch ->s_uuid to uuid_t
by Christoph Hellwig
· 8 years ago
aaebdee
f2fs: don't bother checking for encryption key in ->write_iter()
by Eric Biggers
· 8 years ago
b82a6ea
f2fs: don't bother checking for encryption key in ->mmap()
by Eric Biggers
· 8 years ago
6afae63
f2fs: wait discard IO completion without cmd_lock held
by Chao Yu
· 8 years ago
e31b982
f2fs: wake up all waiters in f2fs_submit_discard_endio
by Chao Yu
· 8 years ago
04dfc23
f2fs: show more info if fail to issue discard
by Chao Yu
· 8 years ago
fb830fc
f2fs: introduce io_list for serialize data/node IOs
by Chao Yu
· 8 years ago
e41e6d7
f2fs: split wio_mutex
by Chao Yu
· 8 years ago
963932a
f2fs: combine huge num of discard rb tree consistence checks
by Yunlei He
· 8 years ago
dad48e7
f2fs: fix a bug caused by NULL extent tree
by Yunlei He
· 8 years ago
1d7be27
f2fs: try to freeze in gc and discard threads
by Jaegeuk Kim
· 8 years ago
b7b7c4c
f2fs: add a new function get_ssr_cost
by Yunlei He
· 8 years ago
bd80a4b
f2fs: declare load_free_nid_bitmap static
by Hou Pengyang
· 8 years ago
cc15620
f2fs: avoid f2fs_lock_op for IPU writes
by Jaegeuk Kim
· 8 years ago
a912b54
f2fs: split bio cache
by Jaegeuk Kim
· 8 years ago
81377bd
f2fs: use fio instead of multiple parameters
by Jaegeuk Kim
· 8 years ago
b9109b0
f2fs: remove unnecessary read cases in merged IO flow
by Jaegeuk Kim
· 8 years ago
1919ffc
f2fs: use f2fs_submit_page_bio for ra_meta_pages
by Jaegeuk Kim
· 8 years ago
e5dbd95
f2fs: make sure f2fs_gc returns consistent errno
by Weichao Guo
· 8 years ago
1c6d8ee
f2fs: support statx
by Chao Yu
· 8 years ago
9360712
f2fs: load inode's flag from disk
by Jaegeuk Kim
· 8 years ago
15d3042
f2fs: sanity check checkpoint segno and blkoff
by Jin Qian
· 8 years ago
bf5f894
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
48fbfe5
fs: f2fs: use ktime_get_real_seconds for sit_info times
by Deepa Dinamani
· 8 years ago
a7c3e90
mm: introduce kv[mz]alloc helpers
by Michal Hocko
· 8 years ago
70ef8f0
Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
1f73d49
f2fs: switch to using fscrypt_match_name()
by Eric Biggers
· 8 years ago
6b06cde
fscrypt: avoid collisions when presenting long encrypted filenames
by Eric Biggers
· 8 years ago
6332cd3
f2fs: check entire encrypted bigname when finding a dentry
by Jaegeuk Kim
· 8 years ago
faac7fd
f2fs: sync f2fs_lookup() with ext4_lookup()
by Eric Biggers
· 8 years ago
e9cdd30
f2fs: fix a mount fail for wrong next_scan_nid
by Yunlei He
· 8 years ago
a72d4b9
f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS
by Chao Yu
· 8 years ago
3adc5fcb
f2fs: Make flush bios explicitely sync
by Jan Kara
· 8 years ago
5b0ef73
f2fs: show available_nids in f2fs/status
by Jaegeuk Kim
· 8 years ago
1c0f4bf
f2fs: flush dirty nats periodically
by Jaegeuk Kim
· 8 years ago
1f43e2a
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
by Chao Yu
· 8 years ago
c473f1a
f2fs: allow cpc->reason to indicate more than one reason
by Chao Yu
· 8 years ago
279d6df
f2fs: release cp and dnode lock before IPU
by Hou Pengyang
· 8 years ago
9a744b9
f2fs: shrink size of struct discard_cmd
by Chao Yu
· 8 years ago
ec9895a
f2fs: don't hold cmd_lock during waiting discard command
by Chao Yu
· 8 years ago
4d97807
f2fs: nullify fio->encrypted_page for each writes
by Jaegeuk Kim
· 8 years ago
b9dd461
f2fs: sanity check segment count
by Jin Qian
· 8 years ago
a817737
f2fs: introduce valid_ipu_blkaddr to clean up
by Jaegeuk Kim
· 8 years ago
e959c8f
f2fs: lookup extent cache first under IPU scenario
by Hou Pengyang
· 8 years ago
7eab0c0
f2fs: reconstruct code to write a data page
by Hou Pengyang
· 8 years ago
63a94fa
f2fs: introduce __wait_discard_cmd
by Chao Yu
· 8 years ago
bd5b073
f2fs: introduce __issue_discard_cmd
by Chao Yu
· 8 years ago
d618eba
f2fs: enable small discard by default
by Chao Yu
· 8 years ago
34e159d
f2fs: delay awaking discard thread
by Chao Yu
· 8 years ago
66a82d1
f2fs: seperate read nat page from nat_tree_lock
by Yunlei He
· 8 years ago
d3bb910
f2fs: fix multiple f2fs_add_link() having same name for inline dentry
by Sheng Yong
· 8 years ago
4086d3f
f2fs: skip encrypted inode in ASYNC IPU policy
by Hou Pengyang
· 8 years ago
a788189
f2fs: fix out-of free segments
by Jaegeuk Kim
· 8 years ago
d66450e
f2fs: improve definition of statistic macros
by Arnd Bergmann
· 8 years ago
d579324
f2fs: assign allocation hint for warm/cold data
by Jaegeuk Kim
· 8 years ago
d07efb5
f2fs: fix _IOW usage
by Jaegeuk Kim
· 8 years ago
e066b83
f2fs: add ioctl to flush data from faster device to cold area
by Jaegeuk Kim
· 8 years ago
0448598
f2fs: introduce async IPU policy
by Hou Pengyang
· 8 years ago
Next »