summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-14fanotify: merge duplicate events on parent and childAmir Goldstein
2020-05-14fsnotify: replace inode pointer with an object idAmir Goldstein
2020-05-14io_uring: don't use 'fd' for openat/openat2/statxMax Kellermann
2020-05-14coredump: fix crash when umh is disabledLuis Chamberlain
2020-05-14ceph: demote quotarealm lookup warning to a debug messageLuis Henriques
2020-05-14ceph: fix endianness bug when handling MDS session feature bitsJeff Layton
2020-05-14eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov
2020-05-14epoll: atomically remove wait entry on wake upRoman Penyaev
2020-05-14ext4: disable dioread_nolock whenever delayed allocation is disabledEric Whitney
2020-05-14ext4: don't set dioread_nolock by default for blocksize < pagesizeRitesh Harjani
2020-05-10cifs: do not share tcons with DFSPaulo Alcantara
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-05-06io_uring: statx must grab the file table for valid fdJens Axboe
2020-05-06nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher
2020-05-06Fix use after free in get_tree_bdev()David Howells
2020-05-06dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro
2020-05-06btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo
2020-05-06btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana
2020-05-06btrfs: fix block group leak when removing failsXiyu Yang
2020-05-06btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang
2020-05-06NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-05-02ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani
2020-05-02ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o
2020-05-02ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o
2020-05-02ext4: use matching invalidatepage in ext4_writepageyangerkun
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-05-02afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin
2020-05-02propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro
2020-05-02afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells
2020-05-02afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells
2020-05-02ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger
2020-04-29cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-04-29SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-04-29coredump: fix null pointer dereference on coredumpSudip Mukherjee
2020-04-29vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-04-29ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2020-04-29ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang
2020-04-29xfs: correctly acount for reclaimable slabsDave Chinner
2020-04-23cifs: ignore cached share root handle closing errorsAurelien Aptel
2020-04-23f2fs: fix to wait all node page writebackChao Yu
2020-04-23f2fs: fix leaking uninitialized memory in compressed clustersEric Biggers
2020-04-23ext2: fix debug reference to ext2_xattr_cacheJan Kara
2020-04-23f2fs: skip GC when section is fullJaegeuk Kim
2020-04-23f2fs: fix to account compressed blocks in f2fs_compressed_blocks()Chao Yu
2020-04-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap
2020-04-23ceph: re-org copy_file_range and fix some error pathsLuis Henriques
2020-04-23f2fs: fix potential deadlock on compressed quota fileChao Yu