index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "f2fs: reuse nids more aggressively"
Chao Yu
2017-12-06
1
-4
/
+0
*
Revert "f2fs: node segment is prior to data segment selected victim"
Yunlong Song
2017-12-06
1
-11
/
+1
*
AIO: Don't plug the I/O queue in do_io_submit()
Dave Kleikamp
2017-11-19
1
-5
/
+0
*
btrfs: prevent to set invalid default subvolid
satoru takeuchi
2017-11-06
1
-0
/
+4
*
udf: Fix deadlock between writeback and udf_setsize()
Jan Kara
2017-11-06
1
-2
/
+2
*
ext4: avoid deadlock when expanding inode size
Jan Kara
2017-11-06
2
-8
/
+13
*
ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
Darrick J. Wong
2017-11-06
1
-2
/
+2
*
ext4: fix SEEK_HOLE
Jan Kara
2017-11-06
1
-36
/
+14
*
ext4: keep existing extra fields when inode expands
Konstantin Khlebnikov
2017-11-06
1
-2
/
+3
*
FS-Cache: fix dereference of NULL user_key_payload
Eric Biggers
2017-11-06
1
-0
/
+7
*
direct-io: Prevent NULL pointer access in submit_page_section
Andreas Gruenbacher
2017-11-06
1
-1
/
+2
*
fuse: initialize the flock flag in fuse_file on allocation
Mateusz Jurczyk
2017-11-06
1
-1
/
+1
*
leak in O_DIRECT readv past the EOF
Al Viro
2017-11-06
1
-0
/
+1
*
sdcardfs: fix space leak
Andrea Arcangeli
2017-10-21
1
-0
/
+6
*
FROMLIST: f2fs: expose some sectors to user in inline data or dentry case
Jaegeuk Kim
2017-10-16
1
-0
/
+5
*
f2fs: fix potential panic during fstrim
Chao Yu
2017-10-14
3
-5
/
+5
*
f2fs: Fix merge errors
jollaman999
2017-10-04
3
-4
/
+6
*
f2fs: hurry up to issue discard after io interruption
Chao Yu
2017-10-04
1
-2
/
+15
*
f2fs: fix to show correct discard_granularity in sysfs
Chao Yu
2017-10-04
1
-0
/
+2
*
f2fs: detect dirty inode in evict_inode
Chao Yu
2017-10-04
1
-0
/
+3
*
f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared
Daeho Jeong
2017-10-04
2
-0
/
+14
*
f2fs: speed up gc_urgent mode with SSR
Jaegeuk Kim
2017-10-04
3
-13
/
+16
*
f2fs: better to wait for fstrim completion
Jaegeuk Kim
2017-10-04
1
-1
/
+6
*
f2fs: avoid race in between read xattr & write xattr
Yunlei He
2017-10-04
3
-0
/
+8
*
f2fs: make get_lock_data_page to handle encrypted inode
Jaegeuk Kim
2017-10-04
1
-58
/
+51
*
f2fs: use generic terms used for encrypted block management
Jaegeuk Kim
2017-10-04
5
-12
/
+15
*
f2fs: introduce f2fs_encrypted_file for clean-up
Jaegeuk Kim
2017-10-04
5
-10
/
+14
*
Revert "f2fs: add a new function get_ssr_cost"
Yunlong Song
2017-10-04
1
-10
/
+1
*
f2fs: constify super_operations
Arvind Yadav
2017-10-04
1
-1
/
+1
*
f2fs: fix to wake up all sleeping flusher
Chao Yu
2017-10-04
1
-2
/
+21
*
f2fs: avoid race in between atomic_read & atomic_inc
Chao Yu
2017-10-04
1
-3
/
+1
*
f2fs: remove unneeded parameter of change_curseg
Chao Yu
2017-10-04
1
-10
/
+8
*
f2fs: update i_flags correctly
Chao Yu
2017-10-04
1
-0
/
+3
*
f2fs: don't check inode's checksum if it was dirtied or writebacked
Jaegeuk Kim
2017-10-04
2
-2
/
+3
*
f2fs: don't need to update inode checksum for recovery
Jaegeuk Kim
2017-10-04
1
-2
/
+0
*
f2fs: trigger fdatasync for non-atomic_write file
Chao Yu
2017-10-04
1
-1
/
+1
*
f2fs: fix to avoid race in between aio and gc
Chao Yu
2017-10-04
1
-0
/
+3
*
f2fs: wake up discard_thread iff there is a candidate
Jaegeuk Kim
2017-10-04
3
-7
/
+27
*
f2fs: return error when accessing insane flie offset
Jaegeuk Kim
2017-10-04
1
-1
/
+5
*
f2fs: trigger normal fsync for non-atomic_write file
Chao Yu
2017-10-04
1
-1
/
+1
*
f2fs: clear FI_HOT_DATA correctly
Chao Yu
2017-10-04
2
-0
/
+3
*
f2fs: fix out-of-order execution in f2fs_issue_flush
Chao Yu
2017-10-04
1
-1
/
+4
*
f2fs: issue discard commands if gc_urgent is set
Jaegeuk Kim
2017-10-04
2
-1
/
+10
*
f2fs: remove unused function overprovision_sections
Yunlong Song
2017-10-04
1
-5
/
+0
*
f2fs: check hot_data for roll-forward recovery
Jaegeuk Kim
2017-10-04
1
-1
/
+1
*
f2fs: add tracepoint for f2fs_gc
Chao Yu
2017-10-04
1
-14
/
+36
*
f2fs: retry to revoke atomic commit in -ENOMEM case
Chao Yu
2017-10-04
1
-2
/
+8
*
f2fs: let fill_super handle roll-forward errors
Jaegeuk Kim
2017-10-04
1
-2
/
+0
*
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
Qiuyang Sun
2017-10-04
3
-10
/
+11
*
f2fs: support journalled quota
Chao Yu
2017-10-04
4
-32
/
+404
[prev]
[next]