summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-199p: remove unused code in 9pJianyong Wu
2020-07-199p: Fix memory leak in v9fs_mountZheng Bin
2020-07-199p: retrieve fid from file when file instance exist.Jianyong Wu
2020-07-18io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano
2020-07-17io_uring: ensure double poll additions work with both request typesJens Axboe
2020-07-17Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ...Linus Torvalds
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-07-17Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m...Linus Torvalds
2020-07-17Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-17Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-17NFSv4.0 allow nconnect for v4.0Olga Kornievskaia
2020-07-17freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe
2020-07-17Merge branch 'xattr-devel'Trond Myklebust
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16f2fs: Eliminate usage of uninitialized_var() macroJason Yan
2020-07-16block: integrate bd_start_claiming into __blkdev_getChristoph Hellwig
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig
2020-07-16block: refactor bd_start_claimingChristoph Hellwig
2020-07-16block: simplify the restart case in __blkdev_getChristoph Hellwig
2020-07-16fs: add a vfs_fchmod helperChristoph Hellwig
2020-07-16fs: add a vfs_fchown helperChristoph Hellwig
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein
2020-07-16ovl: fix unneeded call to ovl_change_flags()Amir Goldstein
2020-07-15afs: Fix interruption of operationsDavid Howells
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov
2020-07-15fanotify: break up fanotify_alloc_event()Amir Goldstein
2020-07-15fanotify: create overflow event typeAmir Goldstein
2020-07-15inotify: do not use objectid when comparing eventsAmir Goldstein
2020-07-15kernfs: do not call fsnotify() with name without a parentAmir Goldstein
2020-07-15nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein
2020-07-15fsnotify: return non const from fsnotify_data_inode()Amir Goldstein
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman
2020-07-15fanotify: Avoid softlockups when reading many eventsJan Kara
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-07-14freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for...He Zhe
2020-07-14xfs: remove duplicated include from xfs_buf_item.cYueHaibing
2020-07-14xfs: remove SYNC_WAIT and SYNC_TRYLOCKChristoph Hellwig
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin