summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-04-071-1/+1
* ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-04-071-9/+9
* ext4: fix bh ref count on error pathsZhaolong Zhang2021-04-071-3/+3
* squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-302-4/+8
* squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-302-2/+7
* nfs: we don't support removing system.nfs4_aclJ. Bruce Fields2021-03-301-0/+3
* NFS: Correct size calculation for create reply lengthFrank Sorenson2021-03-301-1/+2
* nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler2021-03-301-1/+1
* ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-241-4/+4
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-241-2/+27
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-6/+4
* btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-241-0/+2
* ext4: check journal inode extents more carefullyJan Kara2021-03-246-38/+36
* ext4: don't allow overlapping system zonesJan Kara2021-03-241-22/+12
* ext4: handle error of ext4_setup_system_zone() on remountJan Kara2021-03-241-1/+4
* binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak2021-03-171-15/+14
* configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang2021-03-171-4/+2
* NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek2021-03-171-1/+1
* udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-03-171-3/+6
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-171-1/+1
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-111-11/+10
* btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba2021-03-111-22/+15
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2021-03-071-0/+55
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* JFS: more checks for invalid superblockRandy Dunlap2021-03-072-0/+11
* gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson2021-03-031-6/+2
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-031-1/+2
* btrfs: fix extent buffer leak on failure to copy rootFilipe Manana2021-03-031-0/+2
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-03-031-3/+1
* btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik2021-03-031-2/+3
* ocfs2: fix a use after free on errorDan Carpenter2021-03-031-1/+7
* isofs: release buffer head before returnPan Bian2021-03-032-0/+2
* jffs2: fix use after free in jffs2_sum_write_data()Tom Rix2021-03-031-0/+3
* fs/jfs: fix potential integer overflow on shift of a intColin Ian King2021-03-031-1/+1
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-03-031-1/+5
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-03-031-0/+1
* ntfs: check for valid standard information attributeRustam Kovhaev2021-03-031-0/+6
* ovl: skip getxattr of security labelsAmir Goldstein2021-02-231-7/+8
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-231-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-231-8/+33
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-234-12/+45
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-231-1/+1
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+2
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20
* exit/exec: Seperate mm_release()Thomas Gleixner2021-02-031-1/+1
* nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-231-1/+6
* ext4: fix superblock checksum failure when setting password saltJan Kara2021-01-231-0/+3
* NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-231-5/+7
* ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-231-7/+9
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2021-01-171-2/+11