aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-02ceph: reconnect to the export targets on new mdsmapsGravatar Xiubo Li 2-4/+65
2021-09-02ceph: print more information when we can't find snaprealmGravatar Jeff Layton 1-6/+5
2021-09-02ceph: add ceph_change_snap_realm() helperGravatar Jeff Layton 4-63/+45
2021-09-02ceph: remove redundant initializations from mdsc and sessionGravatar Jeff Layton 1-19/+0
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownGravatar Jeff Layton 2-3/+2
2021-09-02ceph: add a new vxattr to return auth mds for an inodeGravatar Jeff Layton 1-0/+19
2021-09-02ceph: remove some defunct forward declarationsGravatar Jeff Layton 1-6/+0
2021-09-02ceph: flush the mdlog before waiting on unsafe reqsGravatar Xiubo Li 1-0/+76
2021-09-02ceph: flush mdlog before umountingGravatar Xiubo Li 3-0/+27
2021-09-02ceph: make iterate_sessions a global symbolGravatar Xiubo Li 3-42/+36
2021-09-02ceph: make ceph_create_session_msg a global symbolGravatar Xiubo Li 2-7/+10
2021-09-02ceph: fix comment about short copies in ceph_write_endGravatar Jeff Layton 1-1/+1
2021-09-02ceph: fix memory leak on decode error in ceph_handle_capsGravatar Jeff Layton 1-2/+3
2021-08-26Merge tag 'ceph-for-5.14-rc8' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 5-15/+27
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-08-25pipe: do FASYNC notifications for every pipe IO, not just state changesGravatar Linus Torvalds 1-12/+8
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Gravatar Tuo Li 1-3/+5
2021-08-25ceph: correctly handle releasing an embedded cap flushGravatar Xiubo Li 4-12/+22
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Gravatar Qu Wenruo 1-1/+1
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