summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-06-141-0/+4
* f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu2022-06-141-2/+2
* afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-141-1/+4
* jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-06-141-0/+1
* ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel2022-06-141-1/+15
* dlm: fix missing lkb refcount handlingAlexander Aring2022-06-141-2/+9
* dlm: fix plock invalid readAlexander Aring2022-06-141-7/+5
* ext4: avoid cycles in directory h-treeJan Kara2022-06-141-3/+19
* ext4: verify dir block before splitting itJan Kara2022-06-141-11/+21
* ext4: fix bug_on in ext4_writepagesYe Bin2022-06-141-0/+12
* ext4: fix warning in ext4_handle_inode_extensionYe Bin2022-06-141-0/+4
* ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-06-141-3/+27
* fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng2022-06-141-5/+8
* f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-06-141-0/+4
* f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-06-141-2/+4
* f2fs: fix deadloop in foreground GCChao Yu2022-06-141-12/+20
* f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-06-141-1/+15
* f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-06-141-4/+12
* f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-06-141-4/+10
* NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust2022-06-141-0/+2
* NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-06-141-8/+1
* NFS: Do not report flush errors in nfs_write_end()Trond Myklebust2022-06-141-5/+2
* NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust2022-06-141-1/+1
* f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-06-141-3/+6
* proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-06-142-0/+6
* dax: fix cache flush on PMD-mapped pagesMuchun Song2022-06-141-1/+2
* ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-06-141-0/+1
* iomap: iomap_write_failed fixAndreas Gruenbacher2022-06-141-1/+2
* fsnotify: fix wrong lockdep annotationsAmir Goldstein2022-06-141-3/+3
* inotify: show inotify mask flags in proc fdinfoAmir Goldstein2022-06-143-10/+15
* fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-06-141-3/+4
* fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu2022-06-141-1/+2
* btrfs: repair super block num_devices automaticallyQu Wenruo2022-06-141-4/+4
* btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-06-141-2/+2
* binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel2022-06-141-1/+26
* NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever2022-06-061-8/+4
* NFS: Memory allocation failures are not server fatal errorsTrond Myklebust2022-06-061-0/+1
* exec: Force single empty string when argv is emptyKees Cook2022-06-061-1/+24
* afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-251-1/+13
* SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Meena Shanmugam2022-05-251-0/+1
* nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi2022-05-255-21/+92
* nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-05-2510-50/+154
* gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher2022-05-181-6/+5
* arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2022-05-151-2/+0
* NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-05-121-1/+11
* btrfs: always log symlinks in full modeFilipe Manana2022-05-121-1/+13
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-05-091-4/+5
* hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu2022-05-091-8/+59
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-091-0/+8
* jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-271-1/+3