summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng4-126/+44
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng7-74/+187
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng3-33/+21
2020-03-30ceph: update dentry lease for async createYan, Zheng1-0/+3
2020-03-30ceph: attempt to do async create when possibleJeff Layton1-7/+240
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton5-5/+40
2020-03-30ceph: add new MDS req field to hold delegated inode numberJeff Layton2-2/+2
2020-03-30ceph: decode interval_sets for delegated inosJeff Layton2-10/+121
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton2-23/+32
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton3-5/+128
2020-03-30ceph: don't take refs to want mask unless we have all bitsYan, Zheng1-1/+4
2020-03-30ceph: cap tracking for async directory operationsJeff Layton3-14/+50
2020-03-30ceph: make __take_cap_refs non-staticJeff Layton2-6/+8
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton5-4/+42
2020-03-30ceph: track primary dentry linkJeff Layton3-1/+9
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton3-0/+17
2020-03-30ceph: more caps.c lockdep assertionsJeff Layton1-0/+3
2020-03-30ceph: clean up kick_flushing_inode_caps()Jeff Layton2-12/+11
2020-03-30ceph: return ETIMEDOUT errno to userland when request timed outXiubo Li1-2/+2
2020-03-30ceph: re-org copy_file_range and fix some error pathsLuis Henriques1-73/+100
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton2-2/+11
2020-03-30ceph: reorganize fields in ceph_mds_requestJeff Layton1-3/+3
2020-03-30ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwriteAndreas Gruenbacher1-1/+1
2020-03-30ceph: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-30ceph: check if file lock exists before sending unlock requestYan, Zheng1-2/+29
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li1-2/+84
2020-03-30ceph: don't ClearPageChecked in ceph_invalidatepage()Jeff Layton1-2/+0
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov1-8/+8
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng3-24/+35
2020-03-30ceph: add refcounting for Fx capsJeff Layton3-1/+9
2020-03-30ceph: register MDS request with dir inode from the startJeff Layton1-10/+6
2020-03-26afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+12
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-68/+32
2020-03-25Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+21
2020-03-25zonfs: Fix handling of read-only zonesDamien Le Moal1-7/+21
2020-03-23ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques1-0/+1
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+6
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2020-03-21epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev1-4/+4
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+22
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana1-2/+2
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe1-1/+4
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe2-2/+10
2020-03-19Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller3-68/+32
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+4
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds2-7/+50
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou1-1/+1
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N1-0/+2