summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* libfs: fix infoleak in simple_attr_read()Eric Biggers2020-04-021-3/+5
* futex: Fix inode life-time issuePeter Zijlstra2020-04-021-0/+1
* jbd2: fix data races at struct journal_headQian Cai2020-03-201-4/+4
* gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro2020-03-201-1/+1
* NFS: Remove superfluous kmap in nfs_readdir_xdr_to_arrayPetr Malat2020-03-201-2/+0
* fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi2020-03-111-12/+7
* cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg2020-03-111-1/+5
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2020-03-113-10/+18
* pipe: add pipe_buf_get() helperMiklos Szeredi2020-03-112-3/+3
* namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai2020-03-111-1/+1
* ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66Nathan Chancellor2020-03-111-2/+2
* ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-03-111-3/+3
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-03-113-4/+4
* ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2020-03-112-21/+39
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-03-115-37/+76
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-03-114-24/+96
* ecryptfs: replace BUG_ON with error handling codeAditya Pakki2020-02-281-2/+4
* Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-281-1/+6
* ext4: add cond_resched() to __ext4_find_entry()Shijie Luo2020-02-281-0/+1
* ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2020-02-282-2/+2
* reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-02-281-1/+2
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-02-281-3/+5
* jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)2020-02-281-2/+2
* reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara2020-02-281-1/+1
* ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2020-02-282-12/+5
* jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li2020-02-281-1/+5
* nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven2020-02-281-1/+1
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-281-0/+1
* jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)2020-02-281-4/+21
* jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2020-02-282-32/+21
* btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba2020-02-281-0/+2
* Btrfs: fix race between using extent maps and merging themFilipe Manana2020-02-281-0/+11
* ext4: fix checksum errors with indexed dirsJan Kara2020-02-284-7/+31
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-281-2/+3
* ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang2020-02-281-0/+1
* ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang2020-02-281-1/+1
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-141-2/+8
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-02-141-0/+8
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-02-145-16/+8
* btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2020-02-141-39/+19
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2020-02-141-6/+1
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-141-11/+19
* NFS: Fix bool initialization/comparisonThomas Meyer2020-02-143-7/+7
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-141-2/+17
* ext2: Adjust indentation in ext2_fill_superNathan Chancellor2020-02-141-3/+3
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-02-141-0/+8
* Revert "ovl: modify ovl_permission() to do checks on two inodes"Ioanna Alifieraki2020-02-141-13/+0
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* btrfs: fix mixed block count of available spaceLuis de Bethencourt2020-02-051-3/+13
* reiserfs: Fix memory leak of journal device stringJan Kara2020-02-051-0/+2