summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu1-12/+4
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu1-0/+2
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu1-6/+14
2020-02-11ovl: fix lseek overflow on 32bitMiklos Szeredi1-1/+1
2020-02-11ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein1-1/+7
2020-02-11erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang1-12/+10
2020-02-11fs: allow deduplication of eof block into the end of the destination fileFilipe Manana1-6/+4
2020-02-11ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2020-02-11ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2
2020-02-11ubifs: Fix wrong memory allocationSascha Hauer1-1/+1
2020-02-11ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-02-11fscrypt: don't print name of busy file when removing keyEric Biggers1-13/+2
2020-02-11utimes: Clamp the timestamps in notify_change()Amir Goldstein6-56/+34
2020-02-11memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o1-1/+1
2020-02-06btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-02-06reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2020-02-06gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher1-24/+44
2020-02-06cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg1-1/+1
2020-02-06vfs: fix do_last() regressionAl Viro1-2/+2
2020-02-01cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)1-1/+1
2020-02-01cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg1-2/+7
2020-02-01CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch3-0/+6
2020-02-01debugfs: Return -EPERM when locked downEric Snowberg1-7/+10
2020-01-29readdir: be more conservative with directory entry namesLinus Torvalds1-1/+5
2020-01-29do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro1-7/+10
2020-01-29readdir: make user_access_begin() use the real access rangeLinus Torvalds1-38/+35
2020-01-29ceph: hold extra reference to r_parent over life of requestJeff Layton1-2/+6
2020-01-29afs: Fix characters allowed into cell namesDavid Howells1-1/+10
2020-01-29Revert "io_uring: only allow submit from owning task"Jens Axboe1-6/+0
2020-01-26afs: Remove set but not used variables 'before', 'after'zhengbin1-10/+2
2020-01-26nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt1-0/+1
2020-01-26xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney1-2/+6
2020-01-23Btrfs: always copy scrub arguments back to user spaceFilipe Manana1-1/+13
2020-01-23btrfs: check rw_devices, not num_devices for balanceJosef Bacik1-1/+5
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn1-1/+5
2020-01-23btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo1-5/+46
2020-01-23btrfs: do not delete mismatched root refsJosef Bacik1-4/+6
2020-01-23btrfs: fix invalid removal of root refJosef Bacik1-8/+19
2020-01-23btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik1-26/+20
2020-01-23io_uring: only allow submit from owning taskJens Axboe1-0/+6
2020-01-23fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi1-1/+3
2020-01-17ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li1-0/+8
2020-01-17NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia1-1/+2
2020-01-17f2fs: fix potential overflowChao Yu2-2/+2
2020-01-17ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng1-7/+10
2020-01-17ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)1-1/+1
2020-01-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger1-3/+1
2020-01-17gfs2: add compat_ioctl supportArnd Bergmann1-0/+30
2020-01-17affs: fix a memory leak in affs_remountNavid Emamdoost1-6/+0