summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li2023-12-201-0/+4
* nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-131-1/+5
* nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi2023-12-131-7/+35
* btrfs: send: ensure send_fd is writableJann Horn2023-12-081-1/+1
* btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-12-081-1/+1
* ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi2023-11-281-7/+2
* ext4: correct return value of ext4_convert_meta_bgKemeng Shi2023-11-281-3/+1
* ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi2023-11-281-2/+4
* ext4: apply umask if ACL support is disabledMax Kellermann2023-11-281-0/+5
* jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng2023-11-281-0/+8
* gfs2: ignore negated quota changesBob Peterson2023-11-281-0/+11
* jfs: fix array-index-out-of-bounds in diAllocManas Ghandat2023-11-281-1/+4
* jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat2023-11-281-4/+10
* fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng2023-11-281-0/+6
* fs/jfs: Add check for negative db_l2nbperpageJuntong Deng2023-11-281-1/+2
* btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-201-5/+5
* ext4: move 'ix' sanity check to corrent positionGou Hao2023-11-201-5/+5
* nfsd: lock_rename() needs both directories to live on the same fsAl Viro2023-11-081-6/+6
* f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2023-11-081-1/+2
* NFS: Don't call generic_error_remove_page() while holding locksTrond Myklebust2023-11-081-2/+1
* overlayfs: set ctime when setting mtime and atimeJeff Layton2023-10-251-1/+1
* btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik2023-10-251-1/+1
* ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li2023-10-251-3/+1
* ext4: fix rec_len verify errorShida Zhang2023-10-101-11/+15
* fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer2023-10-101-3/+2
* btrfs: properly report 0 avail for very full file systemsJosef Bacik2023-10-101-1/+1
* nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-10-101-3/+3
* NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust2023-10-101-0/+1
* nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton2023-09-231-2/+2
* btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana2023-09-231-3/+16
* attr: block mode changes of symlinksChristian Brauner2023-09-231-2/+18
* jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion2023-09-231-0/+1
* fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner2023-09-231-0/+1
* ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger2023-09-231-2/+2
* btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-09-231-0/+5
* autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin2023-09-231-1/+2
* NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin2023-09-231-1/+1
* pstore/ram: Check start of empty przs during initEnlin Mu2023-09-231-1/+1
* procfs: block chmod on /proc/thread-self/commAleksa Sarai2023-09-231-1/+2
* NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever2023-09-233-14/+29
* fs: lockd: avoid possible wrong NULL parameterSu Hui2023-09-231-0/+3
* jfs: validate max amount of blocks before allocation.Alexei Filippov2023-09-231-0/+5
* nfs/blocklayout: Use the passed in gfp flagsDan Carpenter2023-09-231-2/+2
* fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev2023-09-231-0/+4
* fs: Fix error checking for d_hash_and_lookup()Wang Ming2023-09-231-1/+1
* reiserfs: Check the return value from __getblk()Matthew Wilcox2023-09-231-1/+3
* udf: Handle error when adding extent to a fileJan Kara2023-09-231-14/+27
* udf: Check consistency of Space Bitmap DescriptorVladislav Efanov2023-09-231-4/+27
* cifs: add a warning when the in-flight count goes negativeShyam Prasad N2023-09-231-0/+1
* fs/nls: make load_nls() take a const parameterWinston Wen2023-09-231-2/+2