summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-24ext4: use non-movable memory for superblock readaheadRoman Gushchin3-2/+13
2020-04-24ext4: do not zeroout extents beyond i_disksizeJan Kara1-4/+4
2020-04-24btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-04-24ext4: fix incorrect inodes per group in error messageJosh Triplett1-1/+1
2020-04-24ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett1-2/+2
2020-04-24jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)1-3/+4
2020-04-24btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-04-24Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+23
2020-04-24hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-24ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-24fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-24ext4: fix a data race at inode->i_blocksQian Cai1-1/+1
2020-04-24NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust1-0/+1
2020-04-24btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-04-24CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin1-1/+1
2020-04-24signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-04-24btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-24btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-04-24gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-04-13ceph: canonicalize server path in placeIlya Dryomov2-92/+28
2020-04-13ceph: remove the extra slashes in the server pathXiubo Li1-19/+101
2020-04-02libfs: fix infoleak in simple_attr_read()Eric Biggers1-3/+5
2020-04-02afs: Fix some tracing detailsDavid Howells1-2/+2
2020-04-02futex: Fix inode life-time issuePeter Zijlstra1-0/+1
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-20cifs_atomic_open(): fix double-put on late allocation failureAl Viro2-4/+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-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-11dax: pass NOWAIT flag to iomap_applyJeff Moyer1-0/+3
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-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