index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
attr: port attribute changes to new types
Christian Brauner
2022-06-26
1
-8
/
+8
*
quota: port quota helpers mount ids
Christian Brauner
2022-06-26
1
-2
/
+2
*
fs: port to iattr ownership update helpers
Christian Brauner
2022-06-26
1
-12
/
+6
*
Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-06-01
1
-170
/
+137
|
\
|
*
f2fs: fix to tag gcing flag on page during file defragment
Chao Yu
2022-05-27
1
-0
/
+1
|
*
f2fs: replace F2FS_I(inode) and sbi by the local variable
Yufen Yu
2022-05-27
1
-11
/
+11
|
*
f2fs: allow compression for mmap files in compress_mode=user
Sungjong Seo
2022-05-25
1
-10
/
+0
|
*
f2fs: fix fallocate to use file_modified to update permissions consistently
Chao Yu
2022-05-19
1
-0
/
+4
|
*
f2fs: do not stop GC when requiring a free section
Jaegeuk Kim
2022-05-17
1
-4
/
+8
|
*
f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters
Jaegeuk Kim
2022-05-12
1
-5
/
+25
|
*
f2fs: kill volatile write support
Jaegeuk Kim
2022-05-12
1
-113
/
+3
|
*
f2fs: change the current atomic write way
Daeho Jeong
2022-05-12
1
-22
/
+27
|
*
f2fs: stop allocating pinned sections if EAGAIN happens
Jaegeuk Kim
2022-05-09
1
-1
/
+1
|
*
f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
Chao Yu
2022-05-06
1
-4
/
+12
|
*
f2fs: use flush command instead of FUA for zoned device
Jaegeuk Kim
2022-05-06
1
-1
/
+2
|
*
f2fs: introduce data read/write showing path info
Jaegeuk Kim
2022-04-26
1
-7
/
+51
*
|
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-25
1
-2
/
+2
|
\
\
|
*
|
iomap: add per-iomap_iter private data
Christoph Hellwig
2022-05-16
1
-2
/
+2
|
|
/
*
|
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-18
1
-8
/
+8
*
|
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-18
1
-2
/
+1
|
/
*
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
1
-6
/
+0
|
\
|
*
fs: remove kiocb.ki_hint
Christoph Hellwig
2022-03-09
1
-6
/
+0
*
|
f2fs: fix compressed file start atomic write may cause data corruption
Fengnan Chang
2022-03-18
1
-1
/
+4
*
|
f2fs: remove unnecessary read for F2FS_FITS_IN_INODE
Jia Yang
2022-03-10
1
-13
/
+4
*
|
f2fs: support idmapped mounts
Chao Yu
2022-02-12
1
-9
/
+14
*
|
f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policy
Chao Yu
2022-02-07
1
-7
/
+11
*
|
f2fs: move f2fs to use reader-unfair rwsems
Tim Murray
2022-01-25
1
-56
/
+56
|
/
*
f2fs: do not allow partial truncation on pinned file
Jaegeuk Kim
2022-01-10
1
-1
/
+5
*
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
2022-01-04
1
-1
/
+1
*
f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file
Jaegeuk Kim
2021-12-14
1
-5
/
+5
*
f2fs: support POSIX_FADV_DONTNEED drop compressed page cache
Fengnan Chang
2021-12-11
1
-3
/
+9
*
f2fs: show more DIO information in tracepoint
Jaegeuk Kim
2021-12-11
1
-2
/
+2
*
f2fs: use iomap for direct I/O
Eric Biggers
2021-12-11
1
-41
/
+301
*
f2fs: fix the f2fs_file_write_iter tracepoint
Eric Biggers
2021-12-04
1
-2
/
+3
*
f2fs: do not expose unwritten blocks to user by DIO
Jaegeuk Kim
2021-12-04
1
-9
/
+18
*
f2fs: reduce indentation in f2fs_file_write_iter()
Eric Biggers
2021-12-04
1
-30
/
+34
*
f2fs: rework write preallocations
Eric Biggers
2021-11-17
1
-47
/
+84
*
Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-13
1
-3
/
+3
|
\
|
*
f2fs: support fault injection for dquot_initialize()
Chao Yu
2021-10-29
1
-3
/
+3
*
|
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
2021-10-18
1
-1
/
+1
|
/
*
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-04
1
-11
/
+59
|
\
|
*
f2fs: guarantee to write dirty data when enabling checkpoint back
Jaegeuk Kim
2021-08-30
1
-3
/
+2
|
*
f2fs: fix to unmap pages from userspace process in punch_hole()
Chao Yu
2021-08-30
1
-3
/
+1
|
*
f2fs: adjust unlock order for cleanup
Chao Yu
2021-08-30
1
-2
/
+2
|
*
f2fs: separate out iostat feature
Daeho Jeong
2021-08-23
1
-0
/
+1
|
*
f2fs: compress: allow write compress released file after truncate to zero
Fengnan Chang
2021-08-17
1
-0
/
+8
|
*
f2fs: add sysfs node to control ra_pages for fadvise seq file
Daeho Jeong
2021-08-03
1
-0
/
+30
|
*
f2fs: fix to force keeping write barrier for strict fsync mode
Chao Yu
2021-08-02
1
-0
/
+12
|
*
f2fs: remove allow_outplace_dio()
Eric Biggers
2021-07-25
1
-1
/
+1
[next]