summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-24jbd2: make sure ESHUTDOWN to be recorded in the journal superblockzhangyi (F)1-2/+1
2020-02-24jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)1-2/+2
2020-02-24btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov1-4/+38
2020-02-24btrfs: separate definition of assertion failure handlersDavid Sterba1-8/+12
2020-02-24btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-02-24btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-02-24btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn1-2/+1
2020-02-24f2fs: fix memleak of kobjectChao Yu1-3/+8
2020-02-24f2fs: free sysfs kobjectJaegeuk Kim1-0/+1
2020-02-24f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim1-14/+13
2020-02-24udf: Fix free space reporting for metadata and virtual partitionsJan Kara1-5/+17
2020-02-24nfsd: Clone should commit src file metadata tooTrond Myklebust1-5/+14
2020-02-24reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara1-1/+1
2020-02-24Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason1-17/+44
2020-02-24ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2-12/+5
2020-02-24udf: Allow writing to 'Rewritable' partitionsJan Kara1-1/+0
2020-02-24ext4: fix deadlock allocating bio_post_read_ctx from mempoolEric Biggers1-2/+15
2020-02-24jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li1-1/+5
2020-02-24ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani1-4/+6
2020-02-24f2fs: call f2fs_balance_fs outside of locked pageJaegeuk Kim1-3/+4
2020-02-24f2fs: preallocate DIO blocks when forcing buffered_ioJaegeuk Kim2-23/+33
2020-02-19ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs...Chengguang Xu1-6/+17
2020-02-19jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)1-4/+21
2020-02-19jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2-32/+21
2020-02-19NFSv4.1 make cachethis=no for writesOlga Kornievskaia1-1/+1
2020-02-19cifs: fix mount option display for sec=krb5iPetr Pavlu1-1/+5