summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: track reloc roots based on their commit root bytenrJosef Bacik2020-04-171-10/+7
* btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik2020-04-171-1/+15
* btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo2020-04-171-2/+9
* gfs2: Don't demote a glock until its revokes are writtenBob Peterson2020-04-171-0/+3
* pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu2020-04-171-2/+2
* ceph: canonicalize server path in placeIlya Dryomov2020-04-132-92/+28
* ceph: remove the extra slashes in the server pathXiubo Li2020-04-131-19/+101
* libfs: fix infoleak in simple_attr_read()Eric Biggers2020-04-021-3/+5
* afs: Fix some tracing detailsDavid Howells2020-04-021-2/+2
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-04-021-3/+11
* nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-04-023-1/+3
* futex: Fix inode life-time issuePeter Zijlstra2020-03-251-0/+1
* btrfs: fix log context list corruption after rename whiteout errorFilipe Manana2020-03-251-0/+4
* 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-181-1/+1
* cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-182-4/+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-051-1/+1
* ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-03-051-3/+3
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-03-053-4/+4
* dax: pass NOWAIT flag to iomap_applyJeff Moyer2020-03-051-0/+3
* 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
* btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-281-1/+0
* btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-281-0/+1
* btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-281-3/+13
* 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-11/+11
* ext4: fix mount failure with quota configured as moduleJan Kara2020-02-281-1/+1
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-285-37/+76
* ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2020-02-282-21/+39
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-284-25/+97
* 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
* jbd2: fix ocfs2 corrupt when clearing block group bitswangyan2020-02-281-2/+6
* 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: log warning message (once) if out of disk spaceSteve French2020-02-241-0/+3
* help_next should increase position indexVasily Averin2020-02-241-0/+1
* NFS: Fix memory leaksWenwen Wang2020-02-241-2/+2
* reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-02-241-1/+2
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-02-241-3/+5
* ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2020-02-242-2/+6
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-02-241-2/+4
* jbd2: make sure ESHUTDOWN to be recorded in the journal superblockzhangyi (F)2020-02-241-2/+1
* jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)2020-02-241-2/+2
* btrfs: device stats, log when stats are zeroedAnand Jain2020-02-241-0/+2
* btrfs: safely advance counter when looking up bio csumsDavid Sterba2020-02-241-1/+2
* btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn2020-02-241-2/+1