summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-08-18io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov
2021-08-18io_uring: drop ctx->uring_lock before flushing work itemJens Axboe
2021-08-18cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg
2021-08-18cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula
2021-08-18cifs: create sd context must be a multiple of 8Shyam Prasad N
2021-08-18cifs: Handle race conditions during renameRohith Surabattula
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi
2021-08-12smb3: rc uninitialized in one fallocate pathSteve French
2021-08-12reiserfs: check directory items on read from diskShreyansh Chouhan
2021-08-12reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai
2021-08-12io-wq: fix race between worker exiting and activating free workerJens Axboe
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o
2021-08-12pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)
2021-08-12io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu
2021-08-12io-wq: fix no lock protection of acct->nr_workerHao Xu
2021-08-12ext4: fix potential uninitialized access to retval in kmmpdYe Bin
2021-08-08io_uring: explicitly catch any illegal async queue attemptJens Axboe
2021-08-08io_uring: never attempt iopoll reissue from release pathJens Axboe
2021-08-08cifs: add missing parsing of backupuidRonnie Sahlberg
2021-08-08cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg
2021-08-04io_uring: fix race in unified task_work runningJens Axboe
2021-08-04SMB3: fix readpage for large swap cacheSteve French
2021-08-04block: delay freeing the gendiskChristoph Hellwig
2021-08-04io_uring: fix poll requests leaking second poll entriesHao Xu
2021-08-04io_uring: don't block level reissue off completion pathJens Axboe
2021-08-04io_uring: fix io_prep_async_link lockingPavel Begunkov
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-08-04btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-08-04fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello
2021-08-04pipe: make pipe writes always wake up readersLinus Torvalds
2021-07-31iomap: remove the length variable in iomap_seek_holeChristoph Hellwig
2021-07-31iomap: remove the length variable in iomap_seek_dataChristoph Hellwig
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee
2021-07-31hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi
2021-07-31hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi
2021-07-31hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-28hugetlbfs: fix mount mode command line processingMike Kravetz
2021-07-28userfaultfd: do not untag user pointersPeter Collingbourne
2021-07-28io_uring: fix early fdput() of fileJens Axboe
2021-07-28io_uring: remove double poll entry on arm failurePavel Begunkov
2021-07-28io_uring: explicitly count entries for poll reqsPavel Begunkov
2021-07-28btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-07-28btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-28io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois