summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2021-08-26Merge tag 'ceph-for-5.14-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds-15/+27
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2021-08-25pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds-12/+8
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li-3/+5
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li-12/+22
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo-1/+1
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds-1/+5
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+10
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton-1/+5
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe-4/+5
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+8
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds-6/+9
2021-08-17io_uring: pin ctx on fallback executionPavel Begunkov-0/+2
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown-2/+8
2021-08-14Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+3
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe-2/+3
2021-08-14Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsLinus Torvalds-12/+6
2021-08-13Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-33/+80
2021-08-13Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds-36/+48
2021-08-12Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds-28/+50
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-12/+22
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula-30/+56
2021-08-12cifs: Handle race conditions during renameRohith Surabattula-7/+28
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams-5/+3
2021-08-10Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-16/+80
2021-08-10cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg-1/+1
2021-08-10ovl: prevent private clone if bind mount is not allowedMiklos Szeredi-14/+28
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi-1/+1
2021-08-10ovl: fix deadlock in splice writeMiklos Szeredi-1/+46
2021-08-10ovl: skip stale entries in merge dir cache iterationAmir Goldstein-0/+5
2021-08-09io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov-7/+8
2021-08-09io_uring: drop ctx->uring_lock before flushing work itemJens Axboe-2/+4
2021-08-09io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Hao Xu-7/+11
2021-08-09io-wq: fix bug of creating io-wokers unconditionallyHao Xu-2/+10
2021-08-09io_uring: rsrc ref lock needs to be IRQ safeJens Axboe-14/+5
2021-08-09ucounts: add missing data type changesSven Schnelle-12/+22
2021-08-09configfs: restore the kernel v5.13 text attribute write behaviorBart Van Assche-12/+6
2021-08-08io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit-4/+9
2021-08-08io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit-2/+3
2021-08-07Merge tag 'io_uring-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds-26/+45
2021-08-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+2
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o-1/+1
2021-08-06io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu-1/+9
2021-08-06io-wq: fix no lock protection of acct->nr_workerHao Xu-6/+17
2021-08-05cifs: create sd context must be a multiple of 8Shyam Prasad N-1/+1
2021-08-05pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)-2/+17
2021-08-04io-wq: fix race between worker exiting and activating free workerJens Axboe-19/+19
2021-08-04ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton-17/+17
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques-11/+33
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-106/+244