summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-05-021-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-05-021-0/+5
* ext4: fix extent_status fragmentation for plain filesDmitry Monakhov2020-05-021-20/+27
* ext2: fix debug reference to ext2_xattr_cacheJan Kara2020-04-241-2/+1
* ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-04-241-2/+3
* NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-241-9/+8
* ext4: do not commit super on read-only bdevEric Sandeen2020-04-241-1/+2
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-04-241-0/+2
* ext4: do not zeroout extents beyond i_disksizeJan Kara2020-04-241-4/+4
* btrfs: check commit root generation in should_ignore_rootJosef Bacik2020-04-241-2/+2
* ext4: fix incorrect inodes per group in error messageJosh Triplett2020-04-241-1/+1
* ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett2020-04-241-2/+2
* jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-04-241-3/+4
* Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana2020-04-243-0/+23
* hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-241-0/+4
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-241-0/+4
* ext4: fix a data race at inode->i_blocksQian Cai2020-04-241-1/+1
* btrfs: drop block from cache on error in relocationJosef Bacik2020-04-241-1/+1
* signal: Extend exec_id to 64bitsEric W. Biederman2020-04-241-1/+1
* btrfs: track reloc roots based on their commit root bytenrJosef Bacik2020-04-241-10/+7
* btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik2020-04-241-1/+15
* gfs2: Don't demote a glock until its revokes are writtenBob Peterson2020-04-241-0/+3
* ceph: canonicalize server path in placeIlya Dryomov2020-04-132-92/+28
* ceph: remove the extra slashes in the server pathXiubo Li2020-04-131-19/+99
* 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
* cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-202-4/+0
* 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
* 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: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-282-9/+23
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-283-9/+9
* ext4: fix mount failure with quota configured as moduleJan Kara2020-02-281-1/+1
* 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
* help_next should increase position indexVasily Averin2020-02-281-0/+1
* 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
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-02-281-2/+4