aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-18io_uring: remove unnecessary NULL checksGravatar Dan Carpenter 1-2/+2
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-6/+9
2020-02-17Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2020-02-17btrfs: don't set path->leave_spinning for truncateGravatar Josef Bacik 1-2/+0
2020-02-16Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-1/+44
2020-02-16Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-6/+44
2020-02-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-63/+86
2020-02-16io_uring: add missing io_req_cancelled()Gravatar Pavel Begunkov 1-0/+4
2020-02-15ext4: improve explanation of a mount failure caused by a misconfigured kernelGravatar Theodore Ts'o 1-10/+4
2020-02-14Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 6-24/+175
2020-02-14Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-104/+44
2020-02-14Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-113/+284
2020-02-14ecryptfs: replace BUG_ON with error handling codeGravatar Aditya Pakki 1-2/+4
2020-02-14eCryptfs: Replace deactivated email addressGravatar Tyler Hicks 3-3/+3
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeGravatar Ronnie Sahlberg 1-1/+34
2020-02-14cifs: enable change notification for SMB2.1 dialectGravatar Steve French 1-0/+1
2020-02-13io_uring: prune request from overflow list on flushGravatar Jens Axboe 1-0/+28
2020-02-13NFSv4: Ensure the delegation cred is pinned when we call delegreturnGravatar Trond Myklebust 1-3/+8
2020-02-13NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Gravatar Trond Myklebust 2-7/+27
2020-02-13NFSv4.1 make cachethis=no for writesGravatar Olga Kornievskaia 1-1/+1
2020-02-13jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferGravatar zhangyi (F) 1-4/+21
2020-02-13jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()Gravatar zhangyi (F) 2-32/+21
2020-02-13ext4: add cond_resched() to ext4_protect_reserved_inodeGravatar Shijie Luo 1-0/+1
2020-02-13ext4: fix checksum errors with indexed dirsGravatar Jan Kara 4-7/+31
2020-02-13ext4: fix support for inode sizes > 1024 bytesGravatar Theodore Ts'o 1-8/+10
2020-02-13ext4: simplify checking quota limits in ext4_statfs()Gravatar Jan Kara 1-8/+2
2020-02-13ext4: don't assume that mmp_nodename/bdevname have NULGravatar Andreas Dilger 1-5/+7