summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnTrond Myklebust2021-02-031-18/+21
* pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust2021-02-031-0/+1
* Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy2021-02-031-1/+9
* io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov2021-02-031-8/+2
* btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-02-033-2/+21
* btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2021-02-032-6/+7
* io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov2021-01-301-5/+6
* io_uring: dont kill fasync under completion_lockPavel Begunkov2021-01-301-5/+4
* io_uring: fix skipping disabling sqo on execPavel Begunkov2021-01-301-0/+4
* io_uring: fix uring_flush in exit_files() warningPavel Begunkov2021-01-301-1/+4
* io_uring: fix false positive sqo warning on flushPavel Begunkov2021-01-301-2/+1
* io_uring: do sqo disable on install_fd errorPavel Begunkov2021-01-301-0/+1
* io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov2021-01-301-1/+2
* io_uring: stop SQPOLL submit on creator's deathPavel Begunkov2021-01-301-8/+50
* io_uring: add warn_once for io_uring_flush()Pavel Begunkov2021-01-301-4/+10
* io_uring: inline io_uring_attempt_task_drop()Pavel Begunkov2021-01-301-18/+11
* kernel/io_uring: cancel io_uring before task worksPavel Begunkov2021-01-301-2/+0
* fs/pipe: allow sendfile() to pipe againJohannes Berg2021-01-271-0/+1
* kernfs: wire up ->splice_read and ->splice_writeChristoph Hellwig2021-01-271-0/+2
* kernfs: implement ->write_iterChristoph Hellwig2021-01-271-18/+10
* kernfs: implement ->read_iterChristoph Hellwig2021-01-271-23/+12
* cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai2021-01-271-2/+0
* io_uring: fix short read retries for non-reg filesPavel Begunkov2021-01-271-1/+1
* io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe2021-01-271-1/+2
* io_uring: iopoll requests should also wake task ->in_idle stateJens Axboe2021-01-271-0/+4
* proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni2021-01-271-1/+6
* cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-271-2/+2
* btrfs: print the actual offset in btrfs_root_nameJosef Bacik2021-01-273-7/+7
* nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust2021-01-271-4/+5
* nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust2021-01-271-0/+5
* io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez2021-01-271-4/+30
* fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers2021-01-271-11/+13
* btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana2021-01-271-0/+15
* btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik2021-01-271-1/+2
* btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik2021-01-271-0/+2
* btrfs: do not double free backref nodes on errorJosef Bacik2021-01-271-1/+1
* btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik2021-01-271-1/+9
* nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-231-1/+6
* umount(2): move the flag validity checks firstAl Viro2021-01-191-2/+5
* ext4: fix superblock checksum failure when setting password saltJan Kara2021-01-191-0/+3
* NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-191-5/+7
* NFS: nfs_delegation_find_inode_server must first reference the superblockTrond Myklebust2021-01-191-5/+7
* NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust2021-01-191-0/+1
* NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()Trond Myklebust2021-01-191-3/+5
* NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the requestTrond Myklebust2021-01-191-9/+5
* NFS: Adjust fs_context error loggingScott Mayhew2021-01-192-5/+25
* pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust2021-01-191-22/+21
* pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-191-0/+6
* pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust2021-01-193-26/+16
* NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-191-1/+1