summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-23btrfs: avoid unnecessary lock and leaf splits when updating inode in the logFilipe Manana
2021-08-23btrfs: remove unnecessary list head initialization when syncing logFilipe Manana
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana
2021-08-23btrfs: improve the batch insertion of delayed itemsFilipe Manana
2021-08-23btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...Qu Wenruo
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana
2021-08-23btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from zstdDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from zlibDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from lzoDavid Sterba
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain
2021-08-23btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesAnand Jain
2021-08-23btrfs: add special case to setget helpers for 64k pagesDavid Sterba
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds
2021-08-17io_uring: pin ctx on fallback executionPavel Begunkov
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-14Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe
2021-08-14Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2021-08-13Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-08-13Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-12Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula
2021-08-12cifs: Handle race conditions during renameRohith Surabattula
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams
2021-08-10Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-10cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg
2021-08-10ovl: prevent private clone if bind mount is not allowedMiklos Szeredi
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi
2021-08-10ovl: fix deadlock in splice writeMiklos Szeredi
2021-08-10ovl: skip stale entries in merge dir cache iterationAmir Goldstein
2021-08-09io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov
2021-08-09io_uring: drop ctx->uring_lock before flushing work itemJens Axboe
2021-08-09io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Hao Xu
2021-08-09io-wq: fix bug of creating io-wokers unconditionallyHao Xu
2021-08-09io_uring: rsrc ref lock needs to be IRQ safeJens Axboe