aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsGravatar David Sterba 5-15/+14
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsGravatar Anand Jain 1-5/+5
2021-08-23btrfs: remove max argument from generic_bin_searchGravatar Marcos Paulo de Souza 1-11/+7
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cGravatar Nikolay Borisov 3-96/+91
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesGravatar Anand Jain 1-49/+0
2021-08-23btrfs: add special case to setget helpers for 64k pagesGravatar David Sterba 1-4/+4
2021-08-23btrfs: zoned: remove max_zone_append_size logicGravatar Johannes Thumshirn 4-24/+0
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Gravatar Linus Torvalds 1-1/+5
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+10
2021-08-21fs: warn about impending deprecation of mandatory locksGravatar Jeff Layton 1-1/+5
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkGravatar Jens Axboe 1-4/+5
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+8
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsGravatar Linus Torvalds 1-6/+9
2021-08-17io_uring: pin ctx on fallback executionGravatar Pavel Begunkov 1-0/+2
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...Gravatar NeilBrown 1-2/+8
2021-08-14Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+3
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseGravatar Jens Axboe 1-2/+3
2021-08-14Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-12/+6
2021-08-13Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-33/+80
2021-08-13Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-36/+48
2021-08-12Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-28/+50
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-12/+22
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Gravatar Rohith Surabattula 3-30/+56
2021-08-12cifs: Handle race conditions during renameGravatar Rohith Surabattula 2-7/+28
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesGravatar Dan Williams 2-5/+3
2021-08-10Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-16/+80
2021-08-10cifs: use the correct max-length for dentry_path_raw()Gravatar Ronnie Sahlberg 1-1/+1
2021-08-10ovl: prevent private clone if bind mount is not allowedGravatar Miklos Szeredi 1-14/+28
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Gravatar Miklos Szeredi 1-1/+1
2021-08-10ovl: fix deadlock in splice writeGravatar Miklos Szeredi 1-1/+46
2021-08-10ovl: skip stale entries in merge dir cache iterationGravatar Amir Goldstein 1-0/+5
2021-08-09io_uring: fix ctx-exit io_rsrc_put_work() deadlockGravatar Pavel Begunkov 1-7/+8
2021-08-09io_uring: drop ctx->uring_lock before flushing work itemGravatar Jens Axboe 1-2/+4
2021-08-09io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Gravatar Hao Xu 1-7/+11
2021-08-09io-wq: fix bug of creating io-wokers unconditionallyGravatar Hao Xu 1-2/+10
2021-08-09io_uring: rsrc ref lock needs to be IRQ safeGravatar Jens Axboe 1-14/+5
2021-08-09ucounts: add missing data type changesGravatar Sven Schnelle 2-12/+22
2021-08-09configfs: restore the kernel v5.13 text attribute write behaviorGravatar Bart Van Assche 1-12/+6
2021-08-08io_uring: Use WRITE_ONCE() when writing to sq_flagsGravatar Nadav Amit 1-4/+9
2021-08-08io_uring: clear TIF_NOTIFY_SIGNAL when running task workGravatar Nadav Amit 1-2/+3
2021-08-07Merge tag 'io_uring-5.14-2021-08-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-26/+45
2021-08-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-5/+2
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesGravatar Theodore Ts'o 1-1/+1
2021-08-06io-wq: fix lack of acct->nr_workers < acct->max_workers judgementGravatar Hao Xu 1-1/+9
2021-08-06io-wq: fix no lock protection of acct->nr_workerGravatar Hao Xu 1-6/+17
2021-08-05cifs: create sd context must be a multiple of 8Gravatar Shyam Prasad N 1-1/+1
2021-08-05pipe: increase minimum default pipe size to 2 pagesGravatar Alex Xu (Hello71) 1-2/+17
2021-08-04io-wq: fix race between worker exiting and activating free workerGravatar Jens Axboe 1-19/+19
2021-08-04ceph: take snap_empty_lock atomically with snaprealm refcount changeGravatar Jeff Layton 1-17/+17
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Gravatar Luis Henriques 3-11/+33