summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2020-04-291-1/+14
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-04-291-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-04-291-0/+5
* ext4: fix extent_status fragmentation for plain filesDmitry Monakhov2020-04-291-20/+27
* f2fs: fix to wait all node page writebackChao Yu2020-04-231-3/+4
* ext2: fix debug reference to ext2_xattr_cacheJan Kara2020-04-231-2/+1
* ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-04-231-2/+3
* f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu2020-04-231-2/+3
* NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-231-9/+8
* cifs: Allocate encryption header through kmallocLong Li2020-04-231-11/+17
* ext4: do not commit super on read-only bdevEric Sandeen2020-04-231-1/+2
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-04-231-0/+2
* NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust2020-04-231-0/+2
* ext4: use non-movable memory for superblock readaheadRoman Gushchin2020-04-233-2/+13
* ext4: do not zeroout extents beyond i_disksizeJan Kara2020-04-211-4/+4
* btrfs: check commit root generation in should_ignore_rootJosef Bacik2020-04-211-2/+2
* ext4: fix incorrect inodes per group in error messageJosh Triplett2020-04-211-1/+1
* ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett2020-04-211-2/+2
* jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-04-211-3/+4
* ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein2020-04-211-1/+3
* btrfs: use nofs allocations for running delayed itemsJosef Bacik2020-04-171-0/+13
* hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-171-0/+4
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-171-0/+4
* fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-04-171-1/+3
* ext4: fix a data race at inode->i_blocksQian Cai2020-04-171-1/+1
* NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust2020-04-171-0/+1
* btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko2020-04-171-0/+1
* btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana2020-04-171-0/+10
* btrfs: drop block from cache on error in relocationJosef Bacik2020-04-171-1/+1
* btrfs: set update the uuid generation as soon as possibleJosef Bacik2020-04-171-2/+12
* Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana2020-04-173-0/+22
* CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin2020-04-171-1/+1
* signal: Extend exec_id to 64bitsEric W. Biederman2020-04-171-1/+1
* pstore: pstore_ftrace_seq_next should increase position indexVasily Averin2020-04-171-1/+4
* 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