summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-02-111-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-02-111-0/+2
* f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2020-02-111-6/+14
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-02-111-1/+7
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-111-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-111-1/+2
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-111-0/+2
* ubifs: Reject unsupported ioctl flags explicitlyHou Tao2020-02-111-0/+8
* smb3: fix signing verification of large readsSteve French2020-02-111-2/+2
* udf: Allow writing to 'Rewritable' partitionsJan Kara2020-02-111-1/+0
* ocfs2: fix oops when writing cloned fileGang He2020-02-111-8/+6
* ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-111-1/+1
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* reiserfs: Fix memory leak of journal device stringJan Kara2020-02-051-0/+2
* ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2020-02-051-61/+66
* vfs: fix do_last() regressionAl Viro2020-02-051-2/+2
* cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-02-011-1/+1
* do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-01-291-7/+10
* afs: Fix characters allowed into cell namesDavid Howells2020-01-291-1/+10
* afs: Remove set but not used variables 'before', 'after'zhengbin2020-01-271-10/+2
* affs: fix a memory leak in affs_remountNavid Emamdoost2020-01-271-6/+0
* afs: Fix large file supportMarc Dionne2020-01-271-0/+1
* afs: Fix missing timeout resetDavid Howells2020-01-271-0/+1
* f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2020-01-272-0/+10
* btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval2020-01-271-1/+2
* Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana2020-01-271-1/+3
* Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana2020-01-271-5/+18
* Btrfs: fix hang when loading existing inode cache off diskFilipe Manana2020-01-271-0/+1
* f2fs: fix error path of f2fs_convert_inline_page()Chao Yu2020-01-271-0/+1
* f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu2020-01-271-1/+2
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-271-1/+1
* ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King2020-01-271-1/+1
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2020-01-271-0/+1
* ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp2020-01-271-1/+1
* signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2020-01-271-1/+1
* afs: Fix double inc of vnode->cb_breakDavid Howells2020-01-271-3/+1
* afs: Fix lock-wait/callback-break double lockingDavid Howells2020-01-272-10/+1
* afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2020-01-271-5/+2
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2020-01-272-3/+5
* afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells2020-01-271-2/+2
* NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust2020-01-271-1/+1
* afs: Further fix file lockingDavid Howells2020-01-271-196/+196
* afs: Fix AFS file locking to allow fine grained locksDavid Howells2020-01-271-14/+9
* jfs: fix bogus variable self-initializationArnd Bergmann2020-01-271-2/+1
* NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust2020-01-271-13/+19
* NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker2020-01-271-0/+10
* NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2020-01-272-10/+24
* NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2020-01-272-8/+13
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman2020-01-271-1/+1
* exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing2020-01-271-0/+1