aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-03-04io_uring: destroy io-wq on execPavel Begunkov
2021-03-04io_uring: warn on not destroyed io-wqPavel Begunkov
2021-03-04io_uring: fix race condition in task_work add and clearJens Axboe
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe
2021-03-04io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe
2021-03-04io_uring: run fallback on cancellationPavel Begunkov
2021-03-04io_uring: SQPOLL stop error handling fixesJens Axboe
2021-03-04io-wq: fix double put of 'wq' in error pathJens Axboe
2021-03-04io-wq: wait for manager exit on wq destroyJens Axboe
2021-03-04io-wq: rename wq->done completion to wq->startedJens Axboe
2021-03-04io-wq: don't ask for a new worker if we're exitingJens Axboe
2021-03-04io-wq: have manager wait for all workers to exitJens Axboe
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-02btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-03-02btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-01io-wq: wait for worker startup when forking a new oneJens Axboe
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-02-26Merge tag 'for-5.12/io_uring-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik
2021-02-26proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-02-26btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny
2021-02-25cifs: update internal version numberSteve French
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells
2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara
2021-02-25cifs: fix DFS failoverPaulo Alcantara
2021-02-25cifs: fix nodfs mount optionPaulo Alcantara
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Steve French