summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-06f2fs: give priority to select unpinned section for foreground GCChao Yu3-14/+82
2022-05-06f2fs: 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-25f2fs: replace usage of found with dedicated list iterator variableJakob Koschel1-14/+13
2022-04-25f2fs: Remove usage of list iterator pas the loop for list_move_tail()Jakob Koschel1-3/+5
2022-04-25f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-04-25f2fs: fix to do sanity check on inline_dots inodeChao Yu1-0/+7
2022-04-25f2fs: introduce data read/write showing path infoJaegeuk Kim1-7/+51
2022-04-25f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim1-3/+0
2022-04-25f2fs: don't set GC_FAILURE_PIN for background GCChao Yu1-1/+2
2022-04-25f2fs: 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-23Merge 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-22Merge 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-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-04-21f2fs: 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-20cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara1-1/+8
2022-04-20cifs: 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
2022-04-20f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim1-12/+21
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim3-135/+1
2022-04-19fs: fix acl translationChristian Brauner2-2/+14
2022-04-18cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai1-2/+1
2022-04-17io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov1-2/+1
2022-04-16io_uring: free iovec if file assignment failsJens Axboe1-2/+6
2022-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2022-04-15revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton1-2/+2
2022-04-15revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton1-1/+1
2022-04-15Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-41/+58
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin2-9/+5
2022-04-14ext4: update the cached overhead value in the superblockTheodore Ts'o3-0/+19
2022-04-14io_uring: abort file assignment prior to assigning credsJens Axboe1-2/+3