summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-03-12btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval1-1/+3
2020-03-12fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi1-12/+7
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel9-17/+33
2020-03-12cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig3-2/+9
2020-03-05ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven1-2/+2
2020-03-05f2fs: fix to add swap extent correctlyChao Yu1-7/+25
2020-03-05namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai1-1/+1
2020-03-05io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe1-0/+5
2020-03-05ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-03-05ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li1-6/+11
2020-03-05NFSv4: Fix races between open and dentry revalidationTrond Myklebust2-3/+16
2020-03-05dax: pass NOWAIT flag to iomap_applyJeff Moyer1-0/+3
2020-03-05io_uring: grab ->fs as part of async offloadJens Axboe1-0/+46
2020-02-28io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella1-10/+10
2020-02-28io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang1-18/+9
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
2020-02-28Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana1-5/+5
2020-02-28btrfs: don't set path->leave_spinning for truncateJosef Bacik1-2/+0
2020-02-28Btrfs: fix race between shrinking truncate and fiemapFilipe Manana1-0/+8
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik1-0/+1
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-28btrfs: destroy qgroup extent records on transaction abortJeff Mahoney4-0/+17
2020-02-28ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2-9/+23
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers3-11/+11
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-28ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh5-37/+76
2020-02-28ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2-21/+39
2020-02-28ext4: fix potential race between online resizing and write operationsTheodore Ts'o4-25/+97
2020-02-28ext4: add cond_resched() to __ext4_find_entry()Shijie Luo1-0/+1
2020-02-28ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2-2/+2
2020-02-28jbd2: fix ocfs2 corrupt when clearing block group bitswangyan1-2/+6
2020-02-28btrfs: handle logged extent failure properlyJosef Bacik1-0/+2
2020-02-28ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang1-0/+1
2020-02-28ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang1-1/+1
2020-02-24fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi1-0/+12
2020-02-24cifs: log warning message (once) if out of disk spaceSteve French1-0/+3
2020-02-24help_next should increase position indexVasily Averin1-0/+1
2020-02-24NFS: Fix memory leaksWenwen Wang1-2/+2
2020-02-24reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye1-1/+2
2020-02-24ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan1-3/+5
2020-02-24ocfs2: make local header paths relative to C filesMasahiro Yamada13-45/+41
2020-02-24btrfs: do not do delalloc reservation under page lockJosef Bacik1-16/+60
2020-02-24ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2-2/+6
2020-02-24cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2020-02-24cifs: Fix mount options set in automountPaulo Alcantara (SUSE)1-54/+43
2020-02-24cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French1-1/+1