summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | xfs: return locked status of inode buffer on xfsaild pushBrian Foster2020-03-281-1/+2
| * | | | | | xfs: trylock underlying buffer on dquot flushBrian Foster2020-03-283-9/+14
| * | | | | | xfs: remove unnecessary ternary from xfs_createKaixu Xia2020-03-281-2/+1
| * | | | | | xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong2020-03-271-13/+14
| * | | | | | xfs: factor inode lookup from xfs_ifree_clusterDave Chinner2020-03-271-68/+84
| * | | | | | xfs: tail updates only need to occur when LSN changesDave Chinner2020-03-273-23/+51
| * | | | | | xfs: factor common AIL item deletion codeDave Chinner2020-03-273-34/+30
| * | | | | | xfs: correctly acount for reclaimable slabsDave Chinner2020-03-271-1/+2
| * | | | | | xfs: Improve metadata buffer reclaim accountabilityDave Chinner2020-03-271-3/+8
| * | | | | | xfs: don't allow log IO to be throttledDave Chinner2020-03-271-1/+9
| * | | | | | xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-273-4/+58
| * | | | | | xfs: Lower CIL flush limit for large logsDave Chinner2020-03-271-6/+23
| * | | | | | xfs: remove some stale comments from the log codeDave Chinner2020-03-271-46/+13
| * | | | | | xfs: refactor unmount record writingDave Chinner2020-03-271-20/+29
| * | | | | | xfs: merge xlog_commit_record with xlog_write_doneDave Chinner2020-03-273-35/+12
| * | | | | | xfs: split xlog_ticket_doneChristoph Hellwig2020-03-275-73/+47
| * | | | | | xfs: kill XLOG_TIC_INITEDDave Chinner2020-03-272-8/+2
| * | | | | | xfs: refactor and split xfs_log_done()Dave Chinner2020-03-275-65/+44
| * | | | | | xfs: re-order initial space accounting checks in xlog_writeDave Chinner2020-03-271-21/+10
| * | | | | | xfs: don't try to write a start record into every iclogDave Chinner2020-03-273-49/+42
| * | | | | | xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong2020-03-271-0/+32
* | | | | | | Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-091-1/+2
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek2020-04-021-1/+2
* | | | | | | | Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-04-0914-485/+1267
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: fix snapshot directory timestampsLuis Henriques2020-03-301-0/+4
| * | | | | | | | ceph: wait for async creating inode before requesting new max sizeYan, Zheng2020-03-301-0/+5
| * | | | | | | | ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-03-301-2/+6
| * | | | | | | | ceph: request new max size only when there is auth capYan, Zheng2020-03-301-1/+1
| * | | | | | | | ceph: cleanup return error of try_get_cap_refs()Yan, Zheng2020-03-301-11/+15
| * | | | | | | | ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-03-301-0/+5
| * | | | | | | | ceph: check all mds' caps after page writebackYan, Zheng2020-03-302-2/+2
| * | | | | | | | ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng2020-03-301-1/+2
| * | | | | | | | ceph: simplify calling of ceph_get_fmode()Yan, Zheng2020-03-304-48/+10
| * | | | | | | | ceph: remove delay check logic from ceph_check_caps()Yan, Zheng2020-03-304-126/+44
| * | | | | | | | ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-307-74/+187
| * | | | | | | | ceph: always renew caps if mds_wanted is insufficientYan, Zheng2020-03-303-33/+21
| * | | | | | | | ceph: update dentry lease for async createYan, Zheng2020-03-301-0/+3
| * | | | | | | | ceph: attempt to do async create when possibleJeff Layton2020-03-301-7/+240
| * | | | | | | | ceph: cache layout in parent dir on first sync createJeff Layton2020-03-305-5/+40
| * | | | | | | | ceph: add new MDS req field to hold delegated inode numberJeff Layton2020-03-302-2/+2
| * | | | | | | | ceph: decode interval_sets for delegated inosJeff Layton2020-03-302-10/+121
| * | | | | | | | ceph: make ceph_fill_inode non-staticJeff Layton2020-03-302-23/+32
| * | | | | | | | ceph: perform asynchronous unlink if we have sufficient capsJeff Layton2020-03-303-5/+128
| * | | | | | | | ceph: don't take refs to want mask unless we have all bitsYan, Zheng2020-03-301-1/+4
| * | | | | | | | ceph: cap tracking for async directory operationsJeff Layton2020-03-303-14/+50
| * | | | | | | | ceph: make __take_cap_refs non-staticJeff Layton2020-03-302-6/+8
| * | | | | | | | ceph: add infrastructure for waiting for async create to completeJeff Layton2020-03-305-4/+42
| * | | | | | | | ceph: track primary dentry linkJeff Layton2020-03-303-1/+9
| * | | | | | | | ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-303-0/+17
| * | | | | | | | ceph: more caps.c lockdep assertionsJeff Layton2020-03-301-0/+3