summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-26NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust1-0/+3
2024-01-26blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington1-0/+2
2024-01-26pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov1-1/+1
2024-01-26jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2024-01-26f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2024-01-15fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2024-01-08block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti1-2/+7
2024-01-08smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-08btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2024-01-08smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2024-01-08afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2024-01-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-13nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-13nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-08ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov2-3/+5
2023-12-08smb3: fix touch -h of symlinkSteve French1-0/+1
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-11-28iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)1-0/+3
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-11-28ext4: apply umask if ACL support is disabledMax Kellermann1-0/+5
2023-11-28quota: explicitly forbid quota files from being encryptedEric Biggers1-0/+14
2023-11-28jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng1-0/+8
2023-11-28cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-28NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia1-2/+3
2023-11-28gfs2: ignore negated quota changesBob Peterson1-0/+11
2023-11-28jfs: fix array-index-out-of-bounds in diAllocManas Ghandat1-1/+4
2023-11-28jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat1-4/+10
2023-11-28fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng1-0/+6
2023-11-28fs/jfs: Add check for negative db_l2nbperpageJuntong Deng1-1/+2
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-11-20ext4: move 'ix' sanity check to corrent positionGou Hao1-5/+5
2023-11-08nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-11-08f2fs: fix to do sanity check on inode type during garbage collectionChao Yu1-1/+2
2023-11-08smbdirect: missing rc checks while waiting for rdma eventsSteve French1-2/+12
2023-11-08NFS: Don't call generic_error_remove_page() while holding locksTrond Myklebust1-2/+1
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik1-2/+2
2023-10-25overlayfs: set ctime when setting mtime and atimeJeff Layton1-1/+1
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik1-1/+1
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana1-3/+3
2023-10-25ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-10-25quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-10ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-10-10fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-10nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3