summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-281-4/+3
|\
| * efivarfs: Don't return -EINTR when rate-limiting readsTony Luck2020-06-151-4/+2
| * efivarfs: Update inode modification time for successful writesTony Luck2020-06-151-0/+1
* | afs: Fix storage of cell namesDavid Howells2020-06-272-1/+10
* | Merge tag '5.8-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-274-13/+35
|\ \
| * | cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva2020-06-231-9/+7
| * | cifs: update ctime and mtime during truncateZhang Xiaoxu2020-06-231-0/+9
| * | cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-231-0/+6
| * | cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-231-0/+5
| * | cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu2020-06-231-4/+7
| * | cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang2020-06-211-0/+1
* | | Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-274-8/+18
|\ \ \
| * | | NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-262-4/+10
| * | | pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust2020-06-261-4/+7
| * | | nfs: Fix memory leak of export_pathTom Rix2020-06-261-0/+1
| |/ /
* | | Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-271-9/+13
|\ \ \
| * | | io_uring: fix current->mm NULL dereference on exitPavel Begunkov2020-06-251-0/+9
| * | | io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov2020-06-251-7/+2
| * | | io_uring: fix io_sq_thread no schedule when busyXuan Zhuo2020-06-231-2/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-264-6/+25
|\ \ \
| * | | ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi2020-06-261-1/+1
| * | | ocfs2: fix panic on nfs server over ocfs2Junxiao Bi2020-06-261-3/+6
| * | | ocfs2: load global_inode_allocJunxiao Bi2020-06-261-1/+1
| * | | ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2020-06-262-1/+17
* | | | Merge tag 'fsnotify_for_v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fs: Do not check if there is a fsnotify watcher on pseudo inodesMel Gorman2020-06-161-1/+1
* | | | Merge tag 'erofs-for-5.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-241-10/+10
|\ \ \ \
| * | | | erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang2020-06-241-10/+10
| | |_|/ | |/| |
* | | | Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-236-36/+102
|\ \ \ \ | |_|_|/ |/| | |
| * | | btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long2020-06-161-1/+1
| * | | btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana2020-06-161-11/+26
| * | | btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana2020-06-161-1/+12
| * | | btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana2020-06-161-3/+0
| * | | btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana2020-06-161-0/+2
| * | | btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2020-06-162-0/+7
| * | | btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana2020-06-161-5/+12
| * | | btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-06-161-1/+18
| * | | btrfs: fix race between block group removal and block group creationFilipe Manana2020-06-161-8/+19
| * | | btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana2020-06-161-10/+9
* | | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-5/+10
|\ \ \ \
| * | | | proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu2020-06-161-5/+10
| | |/ / | |/| |
* | | | afs: Fix hang on rmmod due to outstanding timerDavid Howells2020-06-204-2/+16
* | | | afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells2020-06-201-1/+1
* | | | Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-193-112/+177
|\ \ \ \
| * | | | io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang2020-06-181-4/+4
| * | | | io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe2020-06-171-1/+11
| * | | | io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe2020-06-171-15/+29
| * | | | io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang2020-06-171-24/+29
| * | | | io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang2020-06-171-1/+1
| * | | | io_uring: cancel by ->task not pidPavel Begunkov2020-06-152-11/+6