summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-20f2fs: make f2fs_read_inline_data() more readableChao Liu1-0/+4
2022-05-19f2fs: fix to do sanity check for inline inodeChao Yu3-7/+26
2022-05-19f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu1-0/+4
2022-05-17f2fs: don't use casefolded comparison for "." and ".."Eric Biggers3-11/+13
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim5-11/+22
2022-05-12f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim1-2/+2
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim5-42/+89
2022-05-12f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTIONEric Biggers1-2/+3
2022-05-12f2fs: kill volatile write supportJaegeuk Kim7-157/+10
2022-05-12f2fs: change the current atomic write wayDaeho Jeong12-424/+303
2022-05-12f2fs: don't need inode lock for system hidden quotaJaegeuk Kim1-2/+4
2022-05-09f2fs: stop allocating pinned sections if EAGAIN happensJaegeuk Kim1-1/+1
2022-05-09f2fs: skip GC if possible when checkpoint disablingWeichao Guo1-2/+7
2022-05-07f2fs: give priority to select unpinned section for foreground GCChao Yu3-14/+82
2022-05-07f2fs: fix to do sanity check on total_data_blocksChao Yu3-13/+25
2022-05-06f2fs: fix deadloop in foreground GCChao Yu1-12/+20
2022-05-06f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu1-4/+12
2022-05-06f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu1-4/+10
2022-05-06f2fs: write checkpoint during FG_GCByungki Lee1-15/+23
2022-05-06f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu1-1/+15
2022-05-06f2fs: ensure only power of 2 zone sizes are allowedLuis Chamberlain1-0/+4
2022-05-06f2fs: call bdev_zone_sectors() only once on init_blkz_info()Luis Chamberlain1-3/+6
2022-05-06f2fs: extend stat_lock to avoid potential race in statfsNiels Dossche1-5/+8
2022-05-06f2fs: avoid infinite loop to flush node pagesJaegeuk Kim3-22/+32
2022-05-06f2fs: use flush command instead of FUA for zoned deviceJaegeuk Kim2-2/+3
2022-05-06f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu1-2/+2
2022-04-26f2fs: replace usage of found with dedicated list iterator variableJakob Koschel1-14/+13
2022-04-26f2fs: Remove usage of list iterator pas the loop for list_move_tail()Jakob Koschel1-3/+5
2022-04-26f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-04-26f2fs: fix to do sanity check on inline_dots inodeChao Yu1-0/+7
2022-04-26f2fs: introduce data read/write showing path infoJaegeuk Kim1-7/+51
2022-04-26f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim1-3/+0
2022-04-26f2fs: don't set GC_FAILURE_PIN for background GCChao Yu1-1/+2
2022-04-26f2fs: check pinfile in gc_data_segment() in advanceChao Yu1-0/+7
2022-04-25Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds6-151/+27
2022-04-24Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-66/+52
2022-04-23Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+7
2022-04-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-25/+100
2022-04-22Merge tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-10/+31
2022-04-22Merge tag 'fs.fixes.v5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+13
2022-04-22mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-04-22f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim1-1/+2
2022-04-21jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-21fs: unset MNT_WRITE_HOLD on failureChristian Brauner1-1/+13
2022-04-21cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-21cifs: use correct lock type in cifs_reconnect()Paulo Alcantara1-1/+8
2022-04-21cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2-7/+14
2022-04-20Merge tag 'erofs-for-5.18-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+5
2022-04-20Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array"Linus Torvalds1-4/+5
2022-04-20f2fs: fix wrong condition check when failing metapage readJaegeuk Kim1-3/+3