summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
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: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
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-9/+9
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
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-28help_next should increase position indexVasily Averin1-0/+1
2020-02-28reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye1-1/+2
2020-02-28ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan1-3/+5
2020-02-28ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2-2/+6
2020-02-28cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2020-02-28jbd2: make sure ESHUTDOWN to be recorded in the journal superblockzhangyi (F)1-2/+1
2020-02-28jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)1-2/+2
2020-02-28btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-02-28btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-02-28btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn1-2/+1
2020-02-28f2fs: fix memleak of kobjectChao Yu1-3/+8
2020-02-28f2fs: free sysfs kobjectJaegeuk Kim1-0/+1
2020-02-28udf: Fix free space reporting for metadata and virtual partitionsJan Kara1-5/+17
2020-02-28reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara1-1/+1
2020-02-28ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2-12/+5
2020-02-28jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li1-1/+5
2020-02-28ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani1-4/+6
2020-02-28jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)1-4/+21
2020-02-28jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2-32/+21
2020-02-28btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-28btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-28Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-28ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-02-28ext4: fix checksum errors with indexed dirsJan Kara4-7/+31
2020-02-28ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o1-8/+10
2020-02-28ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger1-5/+7
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-15NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-02-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust5-9/+16
2020-02-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven1-1/+1
2020-02-15cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-02-15btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-0/+8
2020-02-15Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-15btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2020-02-15btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-02-15btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2020-02-15Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2020-02-15Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-8/+1
2020-02-15btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo7-55/+21
2020-02-15ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers1-5/+14