summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-28ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-04-28ceph: fix up some bare fetches of i_sizeJeff Layton4-16/+16
2021-04-28ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton1-26/+25
2021-04-28ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao5-2/+18
2021-04-28ceph: drop pinned_page parameter from ceph_get_capsJeff Layton4-26/+13
2021-04-28ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-04-28ceph: only check pool permissions for regular filesJeff Layton1-0/+4
2021-04-28ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li2-2/+80
2021-04-28ceph: avoid counting the same request twice or moreXiubo Li1-10/+10
2021-04-28ceph: rename the metric helpersXiubo Li6-35/+35
2021-04-28ceph: fix kerneldoc copypasta over ceph_start_io_directJeff Layton1-1/+1
2021-04-28ceph: use attach/detach_page_private for tracking snap contextJeff Layton1-11/+7
2021-04-28ceph: don't use d_add in ceph_handle_snapdirJeff Layton3-14/+25
2021-04-28ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-04-28ceph: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-04-28ceph: convert ceph_readpages to ceph_readaheadJeff Layton1-199/+31
2021-04-28ceph: convert ceph_write_begin to netfs_write_beginJeff Layton1-129/+57
2021-04-28ceph: convert ceph_readpage to netfs_readpageJeff Layton3-10/+195
2021-04-28ceph: fix fscache invalidationJeff Layton2-0/+2
2021-04-28ceph: rework PageFsCache handlingJeff Layton2-1/+9
2021-04-28ceph: rip out old fscache readpage handlingJeff Layton5-254/+3
2021-04-28Merge remote-tracking branch 'dhowells/netfs-lib'Ilya Dryomov20-6/+1931
2021-04-27netfs: Miscellaneous fixesDavid Howells1-3/+3
2021-04-24ovl: fix reference counting in ovl_mmap error pathChristian König1-10/+1
2021-04-24coda: fix reference counting in coda_file_mmap error pathChristian König1-3/+3
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells10-3/+557
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-2/+12
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-1/+238
2021-04-23netfs: Add write_begin helperDavid Howells3-3/+174
2021-04-23netfs: Gather statsDavid Howells5-2/+127
2021-04-23netfs: Add tracepointsDavid Howells1-0/+26
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells5-0/+794
2021-04-23netfs: Make a netfs helper moduleDavid Howells1-0/+8
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)3-3/+3
2021-04-17readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds1-0/+6
2021-04-17Merge tag 'io_uring-5.12-2021-04-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2021-04-14io_uring: fix early sqd_list removal sqpoll hangsPavel Begunkov1-2/+5
2021-04-11Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+42
2021-04-10btrfs: zoned: move superblock logging zone locationNaohiro Aota1-11/+42
2021-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-14/+10
2021-04-10Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+21
2021-04-10fs: direct-io: fix missing sdio->boundaryJack Qiu1-2/+3
2021-04-10ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2-12/+7
2021-04-09Merge tag '5.12-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-8/+22
2021-04-08io-wq: cancel unbounded works on io-wq destroyPavel Begunkov1-0/+4
2021-04-08io_uring: fix rw req completionPavel Begunkov1-0/+13
2021-04-08Merge tag 'for-linus-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+17
2021-04-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2021-04-08io_uring: clear F_REISSUE right after getting itPavel Begunkov1-2/+4
2021-04-08cifs: escape spaces in share namesMaciek Borzecki1-1/+2