summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-29f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+14
2020-04-29ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-04-29ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang1-0/+5
2020-04-29ext4: fix extent_status fragmentation for plain filesDmitry Monakhov1-20/+27
2020-04-23f2fs: fix to wait all node page writebackChao Yu1-3/+4
2020-04-23ext2: fix debug reference to ext2_xattr_cacheJan Kara1-2/+1
2020-04-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap1-2/+3
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu1-2/+3
2020-04-23NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust1-9/+8
2020-04-23cifs: Allocate encryption header through kmallocLong Li1-11/+17
2020-04-23ext4: do not commit super on read-only bdevEric Sandeen1-1/+2
2020-04-23NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro1-0/+2
2020-04-23NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust1-0/+2
2020-04-23ext4: use non-movable memory for superblock readaheadRoman Gushchin3-2/+13
2020-04-21ext4: do not zeroout extents beyond i_disksizeJan Kara1-4/+4
2020-04-21btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-04-21ext4: fix incorrect inodes per group in error messageJosh Triplett1-1/+1
2020-04-21ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett1-2/+2
2020-04-21jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)1-3/+4
2020-04-21ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein1-1/+3
2020-04-17btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-04-17hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-17ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-17fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-17ext4: fix a data race at inode->i_blocksQian Cai1-1/+1
2020-04-17NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust1-0/+1
2020-04-17btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-04-17btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana1-0/+10
2020-04-17btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-04-17btrfs: set update the uuid generation as soon as possibleJosef Bacik1-2/+12
2020-04-17Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+22
2020-04-17CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin1-1/+1
2020-04-17signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-04-17pstore: pstore_ftrace_seq_next should increase position indexVasily Averin1-1/+4
2020-04-17btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-17btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-04-17btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo1-2/+9
2020-04-17gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-04-17pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu1-2/+2
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-02ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-04-02nfs: add minor version to nfs_server_key for fscacheScott Mayhew3-1/+3
2020-03-25futex: Fix inode life-time issuePeter Zijlstra1-0/+1
2020-03-25btrfs: fix log context list corruption after rename whiteout errorFilipe Manana1-0/+4
2020-03-20jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-03-18gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2020-03-18cifs_atomic_open(): fix double-put on late allocation failureAl Viro2-4/+0