summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-07-09gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson1-0/+10
2020-07-09cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-07-09SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-09SMB3: Honor lease disabling for multiuser mountsPaul Aurich1-0/+1
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-09nfsd: apply umask on fs without ACL supportJ. Bruce Fields1-0/+6
2020-07-09io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-07-09SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich1-4/+1
2020-07-09nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields1-0/+1
2020-07-09nfsd4: fix nfsdfs reference count loopJ. Bruce Fields3-11/+22
2020-07-09xfs: fix use-after-free on CIL context on shutdownDave Chinner2-6/+6
2020-07-09btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana1-11/+26
2020-07-09io_uring: use signal based task_work runningJens Axboe1-8/+24
2020-07-09io_uring: fix current->mm NULL dereference on exitPavel Begunkov1-0/+9
2020-07-09io_uring: fix io_sq_thread no schedule when busyXuan Zhuo1-2/+2
2020-07-09io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov1-0/+18
2020-07-09btrfs: fix race between block group removal and block group creationFilipe Manana1-8/+19
2020-07-09btrfs: block-group: refactor how we delete one block group itemQu Wenruo1-12/+25
2020-07-09exfat: flush dirty metadata in fsyncSungjong Seo3-2/+20
2020-07-09exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon1-1/+1
2020-07-09exfat: call sync_filesystem for read-only remountHyunchul Lee1-0/+10
2020-07-09exfat: add missing brelse() calls on error pathsDan Carpenter1-2/+10
2020-07-09exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim1-4/+6
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2-4/+10
2020-06-30pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust1-4/+7
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi1-3/+6
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi1-1/+1
2020-06-30ocfs2: load global_inode_allocJunxiao Bi1-1/+1
2020-06-30ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2-1/+17
2020-06-30btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana1-1/+12
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0
2020-06-30btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana1-0/+2
2020-06-30btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2-0/+7
2020-06-30btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-06-30btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana1-5/+12
2020-06-30erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang1-10/+10
2020-06-30afs: Fix storage of cell namesDavid Howells2-1/+10
2020-06-30io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov1-7/+2
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+5
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-30cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang1-0/+1
2020-06-30btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana1-10/+9
2020-06-24proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu1-5/+10
2020-06-24f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers1-0/+16
2020-06-24f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2-40/+35
2020-06-24ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o1-12/+10
2020-06-24io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang1-4/+4
2020-06-24io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe1-1/+11
2020-06-24io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe1-15/+29