summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel1-1/+15
2022-06-14dlm: fix missing lkb refcount handlingAlexander Aring1-2/+9
2022-06-14dlm: fix plock invalid readAlexander Aring1-7/+5
2022-06-14ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-06-14ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-14ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-06-14ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-06-14ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-06-14fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-06-14f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu1-0/+4
2022-06-14f2fs: don't need inode lock for system hidden quotaJaegeuk Kim1-2/+4
2022-06-14f2fs: fix deadloop in foreground GCChao Yu1-12/+20
2022-06-14f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu1-1/+15
2022-06-14f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu1-4/+12
2022-06-14f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu1-4/+10
2022-06-14NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust1-0/+2
2022-06-14NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust1-8/+1
2022-06-14NFS: Do not report flush errors in nfs_write_end()Trond Myklebust1-5/+2
2022-06-14NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust1-1/+1
2022-06-14f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-06-14proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2-0/+6
2022-06-14dax: fix cache flush on PMD-mapped pagesMuchun Song1-1/+2
2022-06-14ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-06-14iomap: iomap_write_failed fixAndreas Gruenbacher1-1/+2
2022-06-14fsnotify: fix wrong lockdep annotationsAmir Goldstein1-3/+3
2022-06-14inotify: show inotify mask flags in proc fdinfoAmir Goldstein3-10/+15
2022-06-14fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-06-14btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-06-14btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2022-06-14binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel1-1/+26
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4
2022-06-06NFS: Memory allocation failures are not server fatal errorsTrond Myklebust1-0/+1
2022-06-06exec: Force single empty string when argv is emptyKees Cook1-1/+24
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells1-1/+13
2022-05-25SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Meena Shanmugam1-0/+1
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi5-21/+92
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi10-50/+154
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-2/+0
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust1-1/+11
2022-05-12btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-05-09hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu1-8/+59
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6