aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-03-02xfs: Add missing annotation to xfs_ail_check()Gravatar Jules Irenge 1-0/+1
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftGravatar Qian Cai 1-1/+2
2020-03-02xfs: ratelimit xfs_discard_page messagesGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 7-54/+27
2020-03-02xfs: remove the icdinode di_uid/di_gid membersGravatar Christoph Hellwig 11-52/+46
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesGravatar Christoph Hellwig 4-5/+12
2020-03-02xfs: improve error message when we can't allocate memory for xfs_bufGravatar Darrick J. Wong 1-2/+3
2020-03-02xfs: add agf freeblocks verify in xfs_agf_verifyGravatar Zheng Bin 1-0/+16
2020-03-02xfs: fix iclog release error check race with shutdownGravatar Brian Foster 1-4/+9
2020-03-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-7/+7
2020-02-29ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Gravatar Dan Carpenter 1-3/+3
2020-02-29jbd2: fix data races at struct journal_headGravatar Qian Cai 1-4/+4
2020-02-28Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-91/+74
2020-02-28Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-4/+5
2020-02-27io_uring: fix 32-bit compatability with sendmsg/recvmsgGravatar Jens Axboe 1-0/+10
2020-02-27io_uring: define and set show_fdinfo only if procfs is enabledGravatar Tobias Klauser 1-0/+4
2020-02-26io_uring: drop file set ref put/get on switchGravatar Jens Axboe 1-15/+8
2020-02-26io_uring: import_single_range() returns 0/-ERRORGravatar Jens Axboe 1-1/+1
2020-02-26io_uring: pick up link work on submit reference dropGravatar Jens Axboe 1-4/+4
2020-02-26zonefs: select FS_IOMAPGravatar Johannes Thumshirn 1-0/+1
2020-02-26zonefs: fix IOCB_NOWAIT handlingGravatar Christoph Hellwig 1-4/+4
2020-02-25io-wq: ensure work->task_pid is cleared on initGravatar Jens Axboe 1-10/+4
2020-02-25io-wq: remove spin-for-work optimizationGravatar Jens Axboe 1-19/+0
2020-02-25io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLLGravatar Xiaoguang Wang 1-32/+27
2020-02-24io_uring: fix personality idr leakGravatar Jens Axboe 1-0/+1
2020-02-23io_uring: handle multiple personalities in link chainsGravatar Jens Axboe 1-10/+15
2020-02-23Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-10/+44
2020-02-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-108/+256
2020-02-22Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-35/+30
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadGravatar Xiaoguang Wang 1-18/+9
2020-02-21ext4: fix mount failure with quota configured as moduleGravatar Jan Kara 1-1/+1
2020-02-21jbd2: fix ocfs2 corrupt when clearing block group bitsGravatar wangyan 1-2/+6
2020-02-21ext4: fix race between writepages and enabling EXT4_EXTENTS_FLGravatar Eric Biggers 2-9/+23
2020-02-21ext4: rename s_journal_flag_rwsem to s_writepages_rwsemGravatar Eric Biggers 3-11/+11
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessGravatar Suraj Jitindar Singh 5-37/+76
2020-02-21io_uring: prevent sq_thread from spinning when it should stopGravatar Stefano Garzarella 1-12/+12
2020-02-21Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofGravatar Filipe Manana 1-5/+5
2020-02-21ext4: fix potential race between s_group_info online resizing and accessGravatar Suraj Jitindar Singh 2-21/+39
2020-02-21ext4: fix potential race between online resizing and write operationsGravatar Theodore Ts'o 4-25/+97
2020-02-19ext4: add cond_resched() to __ext4_find_entry()Gravatar Shijie Luo 1-0/+1
2020-02-19ext4: fix a data race in EXT4_I(inode)->i_disksizeGravatar Qian Cai 2-2/+2
2020-02-18io_uring: fix use-after-free by io_cleanup_req()Gravatar Pavel Begunkov 1-3/+3
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsGravatar Filipe Manana 1-1/+6
2020-02-19btrfs: fix bytes_may_use underflow in prealloc error condtitionGravatar Josef Bacik 1-3/+13
2020-02-19btrfs: handle logged extent failure properlyGravatar Josef Bacik 1-0/+2
2020-02-19btrfs: do not check delayed items are empty for single transaction cleanupGravatar Josef Bacik 1-1/+0
2020-02-19btrfs: reset fs_root to NULL on error in open_ctreeGravatar Josef Bacik 1-0/+1
2020-02-19btrfs: destroy qgroup extent records on transaction abortGravatar Jeff Mahoney 4-0/+17
2020-02-18pipe: make sure to wake up everybody when the last reader/writer closesGravatar Linus Torvalds 1-8/+10