summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-07-09SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-09nfsd: apply umask on fs without ACL supportJ. Bruce Fields
2020-07-09io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe
2020-07-09SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-07-09nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields
2020-07-09nfsd4: fix nfsdfs reference count loopJ. Bruce Fields
2020-07-09xfs: fix use-after-free on CIL context on shutdownDave Chinner
2020-07-09btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana
2020-07-09io_uring: use signal based task_work runningJens Axboe
2020-07-09io_uring: fix current->mm NULL dereference on exitPavel Begunkov
2020-07-09io_uring: fix io_sq_thread no schedule when busyXuan Zhuo
2020-07-09io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov
2020-07-09btrfs: fix race between block group removal and block group creationFilipe Manana
2020-07-09btrfs: block-group: refactor how we delete one block group itemQu Wenruo
2020-07-09exfat: flush dirty metadata in fsyncSungjong Seo
2020-07-09exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon
2020-07-09exfat: call sync_filesystem for read-only remountHyunchul Lee
2020-07-09exfat: add missing brelse() calls on error pathsDan Carpenter
2020-07-09exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-06-30pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi
2020-06-30ocfs2: load global_inode_allocJunxiao Bi
2020-06-30ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi
2020-06-30btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana
2020-06-30btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana
2020-06-30btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana
2020-06-30btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-06-30btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana
2020-06-30erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang
2020-06-30afs: Fix storage of cell namesDavid Howells
2020-06-30io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-06-30cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang
2020-06-30btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana
2020-06-24proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu
2020-06-24f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers
2020-06-24f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers
2020-06-24ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o
2020-06-24io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang
2020-06-24io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe
2020-06-24io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe
2020-06-24io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang
2020-06-24io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang
2020-06-24io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang