summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-12io-wq: fix race between worker exiting and activating free workerJens Axboe1-19/+19
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o1-1/+1
2021-08-12pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)1-2/+17
2021-08-12io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu1-1/+9
2021-08-12io-wq: fix no lock protection of acct->nr_workerHao Xu1-6/+17
2021-08-12ext4: fix potential uninitialized access to retval in kmmpdYe Bin1-1/+1
2021-08-08io_uring: explicitly catch any illegal async queue attemptJens Axboe2-1/+17
2021-08-08io_uring: never attempt iopoll reissue from release pathJens Axboe1-7/+7
2021-08-08cifs: add missing parsing of backupuidRonnie Sahlberg1-0/+7
2021-08-08cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2-5/+20
2021-08-04io_uring: fix race in unified task_work runningJens Axboe1-1/+4
2021-08-04SMB3: fix readpage for large swap cacheSteve French1-1/+1
2021-08-04block: delay freeing the gendiskChristoph Hellwig1-0/+2
2021-08-04io_uring: fix poll requests leaking second poll entriesHao Xu1-3/+2
2021-08-04io_uring: don't block level reissue off completion pathJens Axboe1-0/+6
2021-08-04io_uring: fix io_prep_async_link lockingPavel Begunkov1-2/+11
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-08-04btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-08-04fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello3-9/+10
2021-08-04pipe: make pipe writes always wake up readersLinus Torvalds1-5/+5
2021-07-31iomap: remove the length variable in iomap_seek_holeChristoph Hellwig1-6/+3
2021-07-31iomap: remove the length variable in iomap_seek_dataChristoph Hellwig1-10/+6
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-31hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2-1/+20
2021-07-31hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi1-5/+20
2021-07-31hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi1-5/+5
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-1/+0
2021-07-28hugetlbfs: fix mount mode command line processingMike Kravetz1-1/+1
2021-07-28userfaultfd: do not untag user pointersPeter Collingbourne1-14/+12
2021-07-28io_uring: fix early fdput() of fileJens Axboe1-2/+4
2021-07-28io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-28io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-28btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana6-25/+48
2021-07-28btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana1-9/+22
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-07-28io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois1-1/+2
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-28cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-28cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg1-7/+19
2021-07-28afs: Fix setting of writeback_indexDavid Howells1-1/+1
2021-07-28afs: check function returnTom Rix1-5/+11
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells1-18/+7
2021-07-28ceph: don't WARN if we're still opening a session to an MDSLuis Henriques1-1/+1
2021-07-28io_uring: fix memleak in io_init_wq_offload()Yang Yingliang1-1/+5
2021-07-25vboxsf: Add support for the atomic_open directory-inode opHans de Goede1-0/+48
2021-07-25vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2-27/+51
2021-07-25vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede1-7/+11