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