summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton
2021-04-27ceph: fix fscache invalidationJeff Layton
2021-04-27ceph: rework PageFsCache handlingJeff Layton
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton
2021-04-27Merge remote-tracking branch 'dhowells/netfs-lib'Ilya Dryomov
2021-04-26netfs: Miscellaneous fixesDavid Howells
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells
2021-04-23netfs: Add write_begin helperDavid Howells
2021-04-23netfs: Gather statsDavid Howells
2021-04-23netfs: Add tracepointsDavid Howells
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells
2021-04-23netfs: Make a netfs helper moduleDavid Howells
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)
2021-04-17readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds
2021-04-16Merge tag 'io_uring-5.12-2021-04-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-14io_uring: fix early sqd_list removal sqpoll hangsPavel Begunkov
2021-04-11Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-10btrfs: zoned: move superblock logging zone locationNaohiro Aota
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-09Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-09fs: direct-io: fix missing sdio->boundaryJack Qiu
2021-04-09ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang
2021-04-08Merge tag '5.12-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-04-08io-wq: cancel unbounded works on io-wq destroyPavel Begunkov
2021-04-08io_uring: fix rw req completionPavel Begunkov
2021-04-08Merge tag 'for-linus-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2021-04-07io_uring: clear F_REISSUE right after getting itPavel Begunkov
2021-04-07cifs: escape spaces in share namesMaciek Borzecki
2021-04-07fs: cifs: Remove unnecessary struct declarationWan Jiabing
2021-04-07cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N
2021-04-06LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro
2021-04-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2021-04-06Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro
2021-04-03Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-03Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-02io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe
2021-04-02Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02io_uring: move reissue into regular IO pathJens Axboe
2021-04-02block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov