summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-02-05reiserfs: Fix memory leak of journal device stringJan Kara
2020-02-05gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher
2020-02-05cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-02-05vfs: fix do_last() regressionAl Viro
2020-02-01cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-02-01cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-02-01CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-02-01debugfs: Return -EPERM when locked downEric Snowberg
2020-01-29readdir: be more conservative with directory entry namesLinus Torvalds
2020-01-29do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro
2020-01-29readdir: make user_access_begin() use the real access rangeLinus Torvalds
2020-01-29ceph: hold extra reference to r_parent over life of requestJeff Layton
2020-01-29afs: Fix characters allowed into cell namesDavid Howells
2020-01-29Revert "io_uring: only allow submit from owning task"Jens Axboe
2020-01-26afs: Remove set but not used variables 'before', 'after'zhengbin
2020-01-26nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt
2020-01-26xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney
2020-01-23Btrfs: always copy scrub arguments back to user spaceFilipe Manana
2020-01-23btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2020-01-23btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo
2020-01-23btrfs: do not delete mismatched root refsJosef Bacik
2020-01-23btrfs: fix invalid removal of root refJosef Bacik
2020-01-23btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik
2020-01-23io_uring: only allow submit from owning taskJens Axboe
2020-01-23fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi
2020-01-17ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li
2020-01-17NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia
2020-01-17f2fs: fix potential overflowChao Yu
2020-01-17ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng
2020-01-17ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)
2020-01-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger
2020-01-17gfs2: add compat_ioctl supportArnd Bergmann
2020-01-17affs: fix a memory leak in affs_remountNavid Emamdoost
2020-01-17NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust
2020-01-17NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust
2020-01-17nfsd: v4 support requires CRYPTO_SHA256Scott Mayhew
2020-01-17nfsd: Fix cld_net->cn_tfm initializationScott Mayhew
2020-01-17NFSv2: Fix a typo in encode_sattr()Trond Myklebust
2020-01-17afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells
2020-01-17afs: Fix use-after-loss-of-refDavid Howells
2020-01-17btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues
2020-01-17afs: Fix missing cell comparison in afs_test_super()David Howells
2020-01-17cifs: Adjust indentation in smb2_open_fileNathan Chancellor
2020-01-17fs: move guard_bio_eod() after bio_set_op_attrsMing Lei
2020-01-14pstore/ram: Regularize prz label allocation lifetimeKees Cook
2020-01-14chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon
2020-01-12io_uring: don't wait when under-submittingPavel Begunkov