summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng2022-06-091-5/+8
* f2fs: fix to do sanity check for inline inodeChao Yu2022-06-093-7/+26
* f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-06-091-0/+4
* f2fs: don't use casefolded comparison for "." and ".."Eric Biggers2022-06-093-11/+13
* f2fs: fix to do sanity check on total_data_blocksChao Yu2022-06-093-13/+25
* f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-06-091-2/+4
* f2fs: fix deadloop in foreground GCChao Yu2022-06-091-12/+20
* f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-06-091-1/+15
* f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-06-091-4/+12
* f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-06-091-4/+10
* NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia2022-06-094-12/+29
* NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-06-094-14/+13
* NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker2022-06-093-20/+23
* NFS: Always initialise fattr->label in nfs_fattr_alloc()Trond Myklebust2022-06-091-1/+3
* NFS: Further fixes to the writeback error handlingTrond Myklebust2022-06-091-21/+18
* NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust2022-06-091-0/+2
* NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-06-091-8/+1
* NFS: Do not report flush errors in nfs_write_end()Trond Myklebust2022-06-091-5/+2
* NFS: Don't report ENOSPC write errors twiceTrond Myklebust2022-06-091-20/+14
* NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust2022-06-091-4/+5
* NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust2022-06-091-1/+1
* f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-06-091-3/+6
* f2fs: fix to do sanity check on inline_dots inodeChao Yu2022-06-091-0/+7
* f2fs: support fault injection for dquot_initialize()Chao Yu2022-06-0910-26/+44
* nfsd: destroy percpu stats counters after reply cache shutdownJulian Schroeder2022-06-091-1/+1
* hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry2022-06-091-2/+2
* proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-06-092-0/+6
* dax: fix cache flush on PMD-mapped pagesMuchun Song2022-06-091-1/+2
* ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-06-091-0/+1
* iomap: iomap_write_failed fixAndreas Gruenbacher2022-06-091-1/+2
* fsnotify: fix wrong lockdep annotationsAmir Goldstein2022-06-091-3/+3
* inotify: show inotify mask flags in proc fdinfoAmir Goldstein2022-06-093-10/+15
* smb3: check for null tconSteve French2022-06-091-2/+5
* fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-06-091-3/+4
* fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu2022-06-091-1/+2
* gfs2: use i_lock spin_lock for inode qadataBob Peterson2022-06-091-12/+20
* afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-06-093-1/+9
* rxrpc, afs: Fix selection of abort codesDavid Howells2022-06-091-3/+5
* btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo2022-06-091-2/+6
* btrfs: repair super block num_devices automaticallyQu Wenruo2022-06-091-4/+4
* btrfs: return correct error number for __extent_writepage_io()Qu Wenruo2022-06-091-1/+12
* btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-06-091-2/+2
* cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-06-091-1/+1
* cifs: fix potential double free during failed mountRonnie Sahlberg2022-06-091-4/+6
* fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov2022-06-091-1/+95
* fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov2022-06-091-0/+3
* fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET2022-06-091-2/+4
* fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov2022-06-091-6/+7
* fs/ntfs3: Check new size for limitsKonstantin Komarov2022-06-091-1/+7
* fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov2022-06-091-1/+1