aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-72/+168
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+26
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+4
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher1-4/+20
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe1-2/+6
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o1-1/+1
2021-03-21ext4: stop inode update before returnPan Bian1-1/+3
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar3-2/+12
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara1-1/+1
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)1-9/+9
2021-03-21ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-03-20Merge tag '5.12-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-8/+26
2021-03-19Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+87
2021-03-19Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-103/+141
2021-03-19cifs: fix allocation size on newly created filesSteve French1-1/+9
2021-03-19cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel1-2/+4
2021-03-19fs/cifs/: fix misspellings using codespell toolLiu xuzhi1-1/+1
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-35/+103
2021-03-18Merge tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-53/+60
2021-03-18Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+10
2021-03-18io_uring: don't leak creds on SQO attach errorPavel Begunkov1-11/+6
2021-03-18io_uring: use typesafe pointers in io_uring_taskStefan Metzmacher1-2/+2
2021-03-18io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher2-1/+25
2021-03-18io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() callsStefan Metzmacher1-4/+4
2021-03-17zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu1-4/+3
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov1-6/+4
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana1-1/+22
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba1-1/+1
2021-03-16Merge tag 'fuse-fixes-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+25
2021-03-16Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds6-44/+20
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini1-10/+16
2021-03-16btrfs: subpage: make readahead work properlyQu Wenruo1-17/+18
2021-03-16btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo1-1/+30
2021-03-16zonefs: Fix O_APPEND async write handlingDamien Le Moal1-10/+68
2021-03-16zonefs: prevent use of seq files as swap fileDamien Le Moal1-0/+16
2021-03-15Merge tag 'afs-fixes-20210315' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-31/+12
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells6-28/+0
2021-03-15afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells2-3/+12
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana1-4/+4
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo1-5/+19
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo1-5/+6
2021-03-15btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo1-1/+1
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig1-0/+6
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong1-46/+44
2021-03-15io_uring: fix sqpoll cancellation via task_workPavel Begunkov1-1/+5
2021-03-15io_uring: add generic callback_head helpersPavel Begunkov1-26/+36
2021-03-15io_uring: fix concurrent parkingPavel Begunkov1-2/+11
2021-03-15io_uring: halt SQO submission on ctx exitPavel Begunkov1-0/+8
2021-03-15io_uring: replace sqd rw_semaphore with mutexPavel Begunkov1-22/+14
2021-03-15io_uring: fix complete_post use ctx after freePavel Begunkov1-6/+11
2021-03-15io_uring: fix ->flags races by linked timeoutsPavel Begunkov1-1/+0
2021-03-14cifs: Fix preauth hash corruptionVincent Whitchurch1-1/+6
2021-03-14cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N1-3/+6
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-17/+14
2021-03-14io_uring: convert io_buffer_idr to XArrayJens Axboe1-28/+15
2021-03-13Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+11
2021-03-13binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak1-15/+14
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu1-2/+0
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe2-1/+6
2021-03-12Merge tag 'nfs-for-5.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-60/+72
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds18-28/+37
2021-03-12Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-blockLinus Torvalds3-396/+468
2021-03-12Merge tag 'configfs-for-5.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-4/+2
2021-03-12Merge tag 'gfs2-v5.12-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-19/+22
2021-03-12io_uring: fix OP_ASYNC_CANCEL across tasksPavel Begunkov1-1/+40
2021-03-12io_uring: cancel sqpoll via task_workPavel Begunkov1-80/+71
2021-03-12io_uring: prevent racy sqd->thread checksPavel Begunkov1-6/+22
2021-03-12gfs2: bypass log flush if the journal is not liveBob Peterson1-1/+1
2021-03-12io_uring: remove useless ->startup completionPavel Begunkov1-6/+0
2021-03-12io_uring: cancel deferred requests in try_cancelPavel Begunkov1-4/+6
2021-03-12gfs2: bypass signal_our_withdraw if no journalBob Peterson1-5/+10
2021-03-11nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-11io_uring: perform IOPOLL reaping if canceler is thread itselfJens Axboe1-1/+2
2021-03-11io_uring: force creation of separate context for ATTACH_WQ and non-threadsJens Axboe1-2/+14
2021-03-11NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia1-0/+1
2021-03-11ext4: fix error handling in ext4_end_enable_verity()Eric Biggers1-34/+55
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig18-27/+27
2021-03-11configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang1-4/+2
2021-03-10Merge tag 's390-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2021-03-10Merge tag 'for-linus-2021-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-03-10io_uring: remove indirect ctx into sqo injectionPavel Begunkov1-25/+3
2021-03-10io_uring: fix invalid ctx->sq_thread_idlePavel Begunkov1-4/+4
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe2-3/+1
2021-03-10io_uring: always wait for sqd exited when stopping SQPOLL threadJens Axboe1-8/+8
2021-03-10io_uring: remove unneeded variable 'ret'Yang Li1-2/+1
2021-03-10io_uring: move all io_kiocb init early in io_init_req()Jens Axboe1-4/+3
2021-03-10io-wq: fix ref leak for req in case of exit cancelationsyangerkun1-2/+1
2021-03-10io_uring: fix complete_post races for linked reqPavel Begunkov1-7/+14
2021-03-10io_uring: add io_disarm_next() helperPavel Begunkov1-33/+35
2021-03-10io_uring: fix io_sq_offload_create error handlingPavel Begunkov1-3/+2
2021-03-10io-wq: remove unused 'user' member of io_wqJens Axboe1-1/+0
2021-03-10io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)1-23/+24
2021-03-10io_uring: clean R_DISABLED startup messPavel Begunkov1-19/+6
2021-03-10io_uring: fix unrelated ctx reqs cancellationPavel Begunkov1-6/+13
2021-03-10io_uring: SQPOLL parking fixesJens Axboe1-99/+34
2021-03-09NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek1-1/+1
2021-03-09NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia1-1/+1
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong2-7/+10
2021-03-09iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani1-0/+10
2021-03-09Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields2-43/+14
2021-03-09Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields1-0/+1
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara6-21/+22
2021-03-08cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-03-08cifs: change noisy error message to FYIPaulo Alcantara1-1/+1
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara3-4/+4
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust3-21/+20
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust4-19/+19
2021-03-08NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust3-5/+4
2021-03-08NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust1-12/+8
2021-03-08NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust1-3/+17
2021-03-08NFS: Correct size calculation for create reply lengthFrank Sorenson1-1/+2
2021-03-08nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler1-1/+1
2021-03-08mount: fix mounting of detached mounts onto targets that reside on shared mountsChristian Brauner1-1/+1
2021-03-08s390,alpha: make TMPFS_INODE64 available againHeiko Carstens1-1/+1
2021-03-08erofs: fix bio->bi_max_vecs behavior changeGao Xiang1-17/+11
2021-03-07io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...Stefan Metzmacher1-28/+3
2021-03-07io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()Stefan Metzmacher1-0/+10
2021-03-07io-wq: warn on creating manager while exitingPavel Begunkov1-0/+2
2021-03-07io_uring: cancel reqs of all iowq's on ring exitPavel Begunkov1-3/+39
2021-03-07io_uring: warn when ring exit takes too longPavel Begunkov1-0/+5
2021-03-07io_uring: index io_uring->xa by ctx not filePavel Begunkov1-13/+11
2021-03-07io_uring: don't take task ring-file notesPavel Begunkov1-3/+2
2021-03-07io_uring: do ctx initiated file note removalPavel Begunkov1-2/+46
2021-03-07io_uring: introduce ctx to tctx back mapPavel Begunkov1-14/+44
2021-03-07io_uring: make del_task_file more forgivingPavel Begunkov1-5/+8
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson2-0/+6
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li4-13/+5
2021-03-06nfsd: don't abort copies earlyJ. Bruce Fields1-1/+1
2021-03-06fs: nfsd: fix kconfig dependency warning for NFSD_V4Julian Braha1-0/+1
2021-03-06nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust1-0/+2
2021-03-06io-wq: always track creds for async issueJens Axboe2-15/+20
2021-03-06io-wq: fix race in freeing 'wq' and worker accessJens Axboe1-8/+8
2021-03-06cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel2-5/+6
2021-03-06ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-03-06fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov1-2/+9
2021-03-06ext4: add reclaim checks to xattr codeJan Kara1-0/+4
2021-03-06ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney4-12/+39
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-438/+328
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-25/+87
2021-03-05block: Try to handle busy underlying device on discardJan Kara1-1/+10
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov1-1/+1
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe1-35/+30
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe1-4/+5
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe1-0/+1
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe1-3/+12
2021-03-05io_uring: move to using create_io_thread()Jens Axboe3-109/+54
2021-03-05virtiofs: Fail dax mount if device does not support itVivek Goyal1-1/+8
2021-03-04io_uring: reliably cancel linked timeoutsPavel Begunkov1-0/+1
2021-03-04io_uring: cancel-match based on flagsPavel Begunkov1-2/+2
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota1-1/+6
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota1-2/+2
2021-03-04io-wq: ensure all pending work is canceled on exitJens Axboe1-9/+33
2021-03-04io_uring: ensure that threads freeze on suspendJens Axboe2-3/+5
2021-03-04io_uring: remove extra in_idle wake upPavel Begunkov1-3/+1
2021-03-04io_uring: inline __io_queue_async_work()Pavel Begunkov1-11/+2
2021-03-04io_uring: inline io_req_clean_work()Pavel Begunkov1-17/+13
2021-03-04io_uring: choose right tctx->io_wq for try cancelPavel Begunkov1-1/+2
2021-03-04io_uring: fix -EAGAIN retry with IOPOLLJens Axboe1-5/+31
2021-03-04io-wq: fix error path leak of buffered write hash mapJens Axboe1-1/+1
2021-03-04io_uring: remove sqo_taskPavel Begunkov1-10/+0
2021-03-04io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov1-37/+8
2021-03-04io_uring: ignore double poll add on the same waitqueue headJens Axboe1-0/+3
2021-03-04io_uring: ensure that SQPOLL thread is started for exitJens Axboe1-3/+3
2021-03-04io_uring: replace cmpxchg in fallback with xchgPavel Begunkov1-6/+2
2021-03-04io_uring: fix __tctx_task_work() ctx racePavel Begunkov1-17/+19
2021-03-04io_uring: kill io_uring_flush()Jens Axboe1-47/+0
2021-03-04io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()Jens Axboe1-1/+0
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe3-81/+22
2021-03-04io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe1-11/+1
2021-03-04io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe1-3/+3
2021-03-04io_uring: destroy io-wq on execPavel Begunkov1-9/+10
2021-03-04io_uring: warn on not destroyed io-wqPavel Begunkov1-0/+2
2021-03-04io_uring: fix race condition in task_work add and clearJens Axboe1-2/+2
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe3-11/+21
2021-03-04io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe1-1/+4
2021-03-04io_uring: run fallback on cancellationPavel Begunkov1-1/+6
2021-03-04io_uring: SQPOLL stop error handling fixesJens Axboe1-7/+18
2021-03-04io-wq: fix double put of 'wq' in error pathJens Axboe1-2/+0
2021-03-04io-wq: wait for manager exit on wq destroyJens Axboe1-1/+6
2021-03-04io-wq: rename wq->done completion to wq->startedJens Axboe1-4/+4
2021-03-04io-wq: don't ask for a new worker if we're exitingJens Axboe1-0/+2
2021-03-04io-wq: have manager wait for all workers to exitJens Axboe1-8/+22
2021-03-04fuse: fix live lock in fuse_iget()Amir Goldstein1-0/+1
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko1-1/+1
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo1-5/+16
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana1-4/+27
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2-2/+3
2021-03-02btrfs: export and rename qgroup_reserve_metaNikolay Borisov2-4/+6
2021-03-02btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-1/+1
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov1-2/+2
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter1-1/+18
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov1-1/+4
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap1-2/+2
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-32/+12
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-59/+175