summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson
2020-03-11ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-03-11ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-02-28ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara
2020-02-28ext4: add cond_resched() to __ext4_find_entry()Shijie Luo
2020-02-28ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai
2020-02-28help_next should increase position indexVasily Averin
2020-02-28reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye
2020-02-28ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan
2020-02-28cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-02-28jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)
2020-02-28udf: Fix free space reporting for metadata and virtual partitionsJan Kara
2020-02-28reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara
2020-02-28ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)
2020-02-28jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li
2020-02-28btrfs: print message when tree-log replay startsDavid Sterba
2020-02-28jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)
2020-02-28jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)
2020-02-28btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-28Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-28ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o
2020-02-28ext4: fix checksum errors with indexed dirsJan Kara
2020-02-28ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger
2020-02-28ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang
2020-02-28ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang
2020-02-14NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski
2020-02-14nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven
2020-02-14cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-02-14btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-02-14Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-14btrfs: remove trivial locking wrappers of tree mod logDavid Sterba
2020-02-14btrfs: use bool argument in free_root_pointers()Anand Jain
2020-02-14Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2020-02-14ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers
2020-02-14NFS: Directory page cache pages need to be locked when readTrond Myklebust
2020-02-14NFS: Fix bool initialization/comparisonThomas Meyer
2020-02-14NFS: Fix memory leaks and corruption in readdirTrond Myklebust
2020-02-14NFS: switch back to to ->iterate()Benjamin Coddington
2020-02-14nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann
2020-02-14nfsd: fix delay timer on 32-bit architecturesArnd Bergmann
2020-02-14ext2: Adjust indentation in ext2_fill_superNathan Chancellor
2020-02-14btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-02-14ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2020-02-14ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik