summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-03-20jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-03-20gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2020-03-20NFS: Remove superfluous kmap in nfs_readdir_xdr_to_arrayPetr Malat1-2/+0
2020-03-11fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi1-12/+7
2020-03-11cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-03-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox3-10/+18
2020-03-11pipe: add pipe_buf_get() helperMiklos Szeredi2-3/+3
2020-03-11namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai1-1/+1
2020-03-11ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66Nathan Chancellor1-2/+2
2020-03-11ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-03-11ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2-21/+39
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh5-37/+76
2020-03-11ext4: fix potential race between online resizing and write operationsTheodore Ts'o4-24/+96
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-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-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-28jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)1-2/+2
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-28nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven1-1/+1
2020-02-28btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
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: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-28ext4: fix checksum errors with indexed dirsJan Kara4-7/+31
2020-02-28ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-2/+3
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-14cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-02-14btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-0/+8
2020-02-14Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-14btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2020-02-14Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-6/+1
2020-02-14NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-14NFS: Fix bool initialization/comparisonThomas Meyer3-7/+7
2020-02-14NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+17
2020-02-14ext2: Adjust indentation in ext2_fill_superNathan Chancellor1-3/+3
2020-02-14btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-02-14Revert "ovl: modify ovl_permission() to do checks on two inodes"Ioanna Alifieraki1-13/+0
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-02-05btrfs: fix mixed block count of available spaceLuis de Bethencourt1-3/+13
2020-02-05reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2020-02-05vfs: fix do_last() regressionAl Viro1-2/+2
2020-01-29do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro1-7/+10