summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-06-01afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells
2020-06-01afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells
2020-06-01ext4: use non-movable memory for superblock readaheadRoman Gushchin
2020-06-01ext4: do not zeroout extents beyond i_disksizeJan Kara
2020-06-01btrfs: check commit root generation in should_ignore_rootJosef Bacik
2020-06-01ext4: fix incorrect inodes per group in error messageJosh Triplett
2020-06-01ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett
2020-06-01ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein
2020-06-01hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander
2020-06-01ocfs2: no need try to truncate file beyond i_sizeChangwei Ge
2020-06-01fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers
2020-06-01ext4: fix a data race at inode->i_blocksQian Cai
2020-06-01NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust
2020-06-01NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust
2020-06-01btrfs: use nofs allocations for running delayed itemsJosef Bacik
2020-06-01btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko
2020-06-01btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana
2020-06-01btrfs: drop block from cache on error in relocationJosef Bacik
2020-06-01btrfs: set update the uuid generation as soon as possibleJosef Bacik
2020-06-01Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana
2020-06-01CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin
2020-06-01pstore: pstore_ftrace_seq_next should increase position indexVasily Averin
2020-06-01io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe
2020-06-01btrfs: track reloc roots based on their commit root bytenrJosef Bacik
2020-06-01btrfs: restart relocate_tree_blocks properlyJosef Bacik
2020-06-01btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik
2020-06-01btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo
2020-06-01gfs2: Don't demote a glock until its revokes are writtenBob Peterson
2020-06-01gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson
2020-06-01pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu
2020-06-01debugfs: Check module state before warning in {full/open}_proxy_open()Taehee Yoo
2020-06-01rxrpc: Fix call interruptibility handlingDavid Howells
2020-06-01ceph: canonicalize server path in placeIlya Dryomov
2020-06-01ceph: remove the extra slashes in the server pathXiubo Li
2020-05-21gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher
2020-05-21libfs: fix infoleak in simple_attr_read()Eric Biggers
2020-05-21afs: Fix unpinned address list during probingDavid Howells
2020-05-21afs: Fix some tracing detailsDavid Howells
2020-05-21afs: Fix client call Rx-phase signal handlingDavid Howells
2020-05-21ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques
2020-05-21ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-05-21nfs: add minor version to nfs_server_key for fscacheScott Mayhew
2020-05-21futex: Fix inode life-time issuePeter Zijlstra
2020-05-21epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev
2020-05-21btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-05-21CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-05-21cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)
2020-05-21jbd2: fix data races at struct journal_headQian Cai
2020-05-21gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro
2020-05-21cifs_atomic_open(): fix double-put on late allocation failureAl Viro