summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-314-13/+24
| * | | | | | | | | | | | NFS: Pass i_size to fscache_unuse_cookie() when a file is releasedDave Wysochanski2022-05-171-4/+3
| * | | | | | | | | | | | NFS: Improve warning message when locks are lost.NeilBrown2022-05-171-5/+15
| * | | | | | | | | | | | NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributesTrond Myklebust2022-05-171-0/+69
| * | | | | | | | | | | | NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust2022-05-172-36/+68
| * | | | | | | | | | | | NFSv4: Specify the type of ACL to cacheTrond Myklebust2022-05-171-19/+40
| * | | | | | | | | | | | NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-05-171-0/+4
| * | | | | | | | | | | | pNFS/files: Fall back to I/O through the MDS on non-fatal layout errorsTrond Myklebust2022-05-171-1/+6
| * | | | | | | | | | | | NFS: Further fixes to the writeback error handlingTrond Myklebust2022-05-171-21/+18
| * | | | | | | | | | | | NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust2022-05-171-0/+2
| * | | | | | | | | | | | NFS: Memory allocation failures are not server fatal errorsTrond Myklebust2022-05-171-0/+1
| * | | | | | | | | | | | NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-05-171-8/+1
| * | | | | | | | | | | | NFS: Do not report flush errors in nfs_write_end()Trond Myklebust2022-05-171-5/+2
| * | | | | | | | | | | | NFS: Don't report ENOSPC write errors twiceTrond Myklebust2022-05-171-20/+14
| * | | | | | | | | | | | NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust2022-05-171-4/+5
| * | | | | | | | | | | | NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust2022-05-171-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-0117-791/+817
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | f2fs: fix to tag gcing flag on page during file defragmentChao Yu2022-05-271-0/+1
| * | | | | | | | | | | | f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu2022-05-273-18/+18
| * | | | | | | | | | | | f2fs: add f2fs_init_write_merge_io functionYufen Yu2022-05-253-24/+32
| * | | | | | | | | | | | f2fs: avoid unneeded error handling for revoke_entry_slab allocationChao Yu2022-05-251-5/+0
| * | | | | | | | | | | | f2fs: allow compression for mmap files in compress_mode=userSungjong Seo2022-05-251-10/+0
| * | | | | | | | | | | | f2fs: fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | | | | | | | | | | f2fs: make f2fs_read_inline_data() more readableChao Liu2022-05-201-0/+4
| * | | | | | | | | | | | f2fs: fix to do sanity check for inline inodeChao Yu2022-05-193-7/+26
| * | | | | | | | | | | | f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-05-191-0/+4
| * | | | | | | | | | | | f2fs: don't use casefolded comparison for "." and ".."Eric Biggers2022-05-173-11/+13
| * | | | | | | | | | | | f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-175-11/+22
| * | | | | | | | | | | | f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim2022-05-121-2/+2
| * | | | | | | | | | | | f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-125-42/+89
| * | | | | | | | | | | | f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTIONEric Biggers2022-05-121-2/+3
| * | | | | | | | | | | | f2fs: kill volatile write supportJaegeuk Kim2022-05-127-157/+10
| * | | | | | | | | | | | f2fs: change the current atomic write wayDaeho Jeong2022-05-1212-424/+303
| * | | | | | | | | | | | f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-05-121-2/+4
| * | | | | | | | | | | | f2fs: stop allocating pinned sections if EAGAIN happensJaegeuk Kim2022-05-091-1/+1
| * | | | | | | | | | | | f2fs: skip GC if possible when checkpoint disablingWeichao Guo2022-05-091-2/+7
| * | | | | | | | | | | | f2fs: give priority to select unpinned section for foreground GCChao Yu2022-05-063-14/+82
| * | | | | | | | | | | | f2fs: fix to do sanity check on total_data_blocksChao Yu2022-05-063-13/+25
| * | | | | | | | | | | | f2fs: fix deadloop in foreground GCChao Yu2022-05-061-12/+20
| * | | | | | | | | | | | f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-05-061-4/+12
| * | | | | | | | | | | | f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-05-061-4/+10
| * | | | | | | | | | | | f2fs: write checkpoint during FG_GCByungki Lee2022-05-061-15/+23
| * | | | | | | | | | | | f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-05-061-1/+15
| * | | | | | | | | | | | f2fs: ensure only power of 2 zone sizes are allowedLuis Chamberlain2022-05-061-0/+4
| * | | | | | | | | | | | f2fs: call bdev_zone_sectors() only once on init_blkz_info()Luis Chamberlain2022-05-061-3/+6
| * | | | | | | | | | | | f2fs: extend stat_lock to avoid potential race in statfsNiels Dossche2022-05-061-5/+8
| * | | | | | | | | | | | f2fs: avoid infinite loop to flush node pagesJaegeuk Kim2022-05-063-22/+32
| * | | | | | | | | | | | f2fs: use flush command instead of FUA for zoned deviceJaegeuk Kim2022-05-062-2/+3
| * | | | | | | | | | | | f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu2022-05-061-2/+2
| * | | | | | | | | | | | f2fs: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-261-14/+13