index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-24
f2fs: fix race condition in between free nid allocator/initializer
Chao Yu
1
-18
/
+45
2017-03-24
f2fs: use set_page_private marcro in f2fs_trace_pid
Yunlei He
1
-1
/
+1
2017-03-24
f2fs: fix recording invalid last_victim
Chao Yu
1
-0
/
+1
2017-03-21
f2fs: more reasonable mem_size calculating of ino_entry
Kinglong Mee
1
-2
/
+3
2017-03-21
f2fs: calculate the f2fs_stat_info into base_mem
Kinglong Mee
1
-1
/
+5
2017-03-21
f2fs: avoid stat_inc_atomic_write for non-atomic file
Kinglong Mee
1
-3
/
+7
2017-03-21
f2fs: sanity check of crc_offset from raw checkpoint
Kinglong Mee
1
-1
/
+1
2017-03-21
f2fs: cleanup the disk level filename updating
Kinglong Mee
5
-62
/
+4
2017-03-21
f2fs: cover update_free_nid_bitmap with nid_list_lock
Chao Yu
2
-17
/
+11
2017-03-21
f2fs: fix bad prefetchw of NULL page
Kinglong Mee
1
-1
/
+2
2017-03-21
f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode
Kinglong Mee
3
-20
/
+13
2017-03-21
f2fs: move mnt_want_write_file after arguments checking
Kinglong Mee
1
-26
/
+18
2017-03-21
f2fs: check new size by inode_newsize_ok in f2fs_insert_range
Kinglong Mee
1
-2
/
+3
2017-03-21
f2fs: avoid copy date to user-space if move file range fail
Kinglong Mee
1
-0
/
+2
2017-03-21
f2fs: drop duplicate new_size assign in f2fs_zero_range
Kinglong Mee
1
-2
/
+0
2017-03-21
f2fs: adjust the way of calculating nat block
Fan Li
1
-3
/
+6
2017-03-21
f2fs: add fault injection on f2fs_truncate
Jaegeuk Kim
3
-0
/
+8
2017-03-21
f2fs: check range before defragment
Sheng Yong
1
-0
/
+6
2017-03-21
f2fs: use parameter max_items instead of PIDVEC_SIZE
Sheng Yong
1
-1
/
+1
2017-03-21
f2fs: add a punch discard command function
Yunlei He
1
-2
/
+20
2017-03-21
f2fs: allocate a bio for discarding when actually issuing it
Jaegeuk Kim
2
-64
/
+78
2017-03-21
f2fs: skip writeback meta pages if cp_mutex acquire failed
Yunlei He
1
-3
/
+4
2017-03-21
f2fs: show more precise message on orphan recovery failure
Jaegeuk Kim
1
-1
/
+1
2017-03-21
f2fs: remove dead macro PGOFS_OF_NEXT_DNODE
Kinglong Mee
1
-6
/
+0
2017-03-21
f2fs: drop duplicate radix tree lookup of nat_entry_set
Kinglong Mee
1
-12
/
+6
2017-03-21
f2fs: make sure trace all f2fs_issue_flush
Kinglong Mee
1
-11
/
+13
2017-03-21
f2fs: don't allow volatile writes for non-regular file
Chao Yu
1
-0
/
+3
2017-03-21
f2fs: don't allow atomic writes for not regular files
Jaegeuk Kim
1
-0
/
+3
2017-03-21
f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer
Jaegeuk Kim
3
-1
/
+33
2017-03-21
f2fs: build stat_info before orphan inode recovery
Jaegeuk Kim
1
-5
/
+5
2017-03-21
f2fs: fix the fault of calculating blkstart twice
Kinglong Mee
1
-1
/
+2
2017-03-21
f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode
Kinglong Mee
1
-2
/
+2
2017-03-21
f2fs: don't allow to get pino when filename is encrypted
Jaegeuk Kim
1
-0
/
+3
2017-03-21
f2fs: fix wrong error injection for evict_inode
Jaegeuk Kim
1
-7
/
+6
2017-03-21
f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count
Kinglong Mee
1
-1
/
+2
2017-03-21
f2fs: le16_to_cpu for xattr->e_value_size
Jaegeuk Kim
1
-1
/
+3
2017-03-21
f2fs: don't need to invalidate wrong node page
Jaegeuk Kim
1
-1
/
+4
2017-03-21
f2fs: fix an error return value in truncate_partial_data_page
Yunlei He
1
-1
/
+1
2017-03-20
f2fs: combine nat_bits and free_nid_bitmap cache
Chao Yu
1
-78
/
+47
2017-03-20
f2fs: skip scanning free nid bitmap of full NAT blocks
Chao Yu
3
-6
/
+30
2017-03-20
f2fs: use __set{__clear}_bit_le
Jaegeuk Kim
2
-10
/
+10
2017-03-20
f2fs: declare static functions
Jaegeuk Kim
1
-3
/
+4
2017-03-20
f2fs: don't overwrite node block by SSR
Jaegeuk Kim
1
-0
/
+6
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-5
/
+5
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2
-5
/
+5
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
Ingo Molnar
1
-0
/
+1
2017-03-01
Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
18
-752
/
+1858
2017-02-28
f2fs: avoid to flush nat journal entries
Jaegeuk Kim
1
-1
/
+1
2017-02-27
f2fs: avoid to issue redundant discard commands
Jaegeuk Kim
1
-0
/
+2
2017-02-27
f2fs: fix a plint compile warning
Hou Pengyang
1
-1
/
+1
[prev]
[next]