aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2022-06-14NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust
2022-06-14f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel
2022-06-14proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan
2022-06-14dax: fix cache flush on PMD-mapped pagesMuchun Song
2022-06-14ext4: reject the 'commit' option on ext2 filesystemsEric Biggers
2022-06-14iomap: iomap_write_failed fixAndreas Gruenbacher
2022-06-14fsnotify: fix wrong lockdep annotationsAmir Goldstein
2022-06-14inotify: show inotify mask flags in proc fdinfoAmir Goldstein
2022-06-14fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu
2022-06-14btrfs: repair super block num_devices automaticallyQu Wenruo
2022-06-14btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo
2022-06-14binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-06-06NFS: Memory allocation failures are not server fatal errorsTrond Myklebust
2022-06-06exec: Force single empty string when argv is emptyKees Cook
2022-05-25Merge branch 'v5.4/standard/base' into v5.4/standard/xlnx-socBruce Ashfield
2022-05-25Merge tag 'v5.4.196' into v5.4/standard/baseBruce Ashfield
2022-05-25Merge tag 'v5.4.195' into v5.4/standard/baseBruce Ashfield
2022-05-25Merge tag 'v5.4.194' into v5.4/standard/baseBruce Ashfield
2022-05-25Merge tag 'v5.4.193' into v5.4/standard/baseBruce Ashfield
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2022-05-25SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Meena Shanmugam
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-05-09Merge branch 'v5.4/standard/base' into v5.4/standard/xlnx-socBruce Ashfield
2022-05-09Merge tag 'v5.4.192' into v5.4/standard/baseBruce Ashfield
2022-05-09Merge tag 'v5.4.191' into v5.4/standard/baseBruce Ashfield
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-05-09hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin
2022-04-27ext4: fix symlink file size not match to file contentYe Bin
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson
2022-04-20Merge branch 'v5.4/standard/base' into v5.4/standard/xlnx-socBruce Ashfield
2022-04-20Merge tag 'v5.4.190' into v5.4/standard/baseBruce Ashfield
2022-04-20Merge tag 'v5.4.189' into v5.4/standard/baseBruce Ashfield
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli