summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-03xfs: check owner of dir3 blocksverifier-fixes_2020-03-03Darrick J. Wong
2020-03-03xfs: check owner of dir3 data blocksDarrick J. Wong
2020-03-03xfs: check owner of dir3 free blocksDarrick J. Wong
2020-03-03xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-03-03xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2020-03-03xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong
2020-03-03xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2020-03-03Darrick J. Wong
2020-03-03xfs: measure all contiguous previous extents for prealloc sizestale-exposure_2020-03-03Darrick J. Wong
2020-03-03xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong
2020-03-03xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2020-03-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-29ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter
2020-02-29jbd2: fix data races at struct journal_headQian Cai
2020-02-28Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-28Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-02-27io_uring: fix 32-bit compatability with sendmsg/recvmsgio_uring-5.6-2020-02-28Jens Axboe
2020-02-27io_uring: define and set show_fdinfo only if procfs is enabledTobias Klauser
2020-02-26io_uring: drop file set ref put/get on switchJens Axboe
2020-02-26io_uring: import_single_range() returns 0/-ERRORJens Axboe
2020-02-26io_uring: pick up link work on submit reference dropJens Axboe
2020-02-26zonefs: select FS_IOMAPJohannes Thumshirn
2020-02-26zonefs: fix IOCB_NOWAIT handlingChristoph Hellwig
2020-02-25io-wq: ensure work->task_pid is cleared on initJens Axboe
2020-02-25io-wq: remove spin-for-work optimizationJens Axboe
2020-02-25io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLLXiaoguang Wang
2020-02-24io_uring: fix personality idr leakJens Axboe
2020-02-23io_uring: handle multiple personalities in link chainsJens Axboe
2020-02-23Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-02-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-22Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadio_uring-5.6-2020-02-22Xiaoguang Wang
2020-02-21ext4: fix mount failure with quota configured as moduleJan Kara
2020-02-21jbd2: fix ocfs2 corrupt when clearing block group bitswangyan
2020-02-21ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers
2020-02-21ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-02-21io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella
2020-02-21Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana
2020-02-21ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-02-19ext4: add cond_resched() to __ext4_find_entry()Shijie Luo
2020-02-19ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai
2020-02-18io_uring: fix use-after-free by io_cleanup_req()Pavel Begunkov
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-02-19btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik
2020-02-19btrfs: handle logged extent failure properlyJosef Bacik
2020-02-19btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-02-19btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-02-18pipe: make sure to wake up everybody when the last reader/writer closesLinus Torvalds