summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | f2fs: avoid unneeded sync on quota fileChao Yu2017-08-151-2/+2
| * | | f2fs: introduce gc_urgent mode for background GCJaegeuk Kim2017-08-153-2/+28
| * | | f2fs: use IPU for cold filesJaegeuk Kim2017-08-151-0/+4
| * | | f2fs: fix the size value in __check_sit_bitmapYunlong Song2017-08-151-2/+5
| * | | f2fs: add app/fs io statChao Yu2017-08-0910-31/+200
| * | | f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song2017-08-091-0/+4
| * | | f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song2017-08-091-14/+30
| * | | f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim2017-08-031-1/+1
| * | | f2fs: expose features to sysfs entryJaegeuk Kim2017-08-031-26/+130
| * | | f2fs: support inode checksumChao Yu2017-08-035-1/+118
| * | | f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim2017-08-031-1/+1
| * | | f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song2017-08-033-8/+13
| * | | f2fs: introduce f2fs_statfs_projectChao Yu2017-07-311-0/+48
| * | | f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu2017-07-312-28/+239
| * | | f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim2017-07-311-3/+13
| * | | f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-07-313-14/+14
| * | | f2fs: support project quotaChao Yu2017-07-316-16/+105
| * | | f2fs: record quota during dot{,dot} recoveryChao Yu2017-07-311-0/+4
| * | | f2fs: enhance on-disk inode structure scalabilityChao Yu2017-07-319-50/+124
| * | | f2fs: make max inline size changeableChao Yu2017-07-315-59/+95
| * | | f2fs: add ioctl to expose current featuresJaegeuk Kim2017-07-312-0/+15
| * | | f2fs: make background threads of f2fs being aware of freezingChao Yu2017-07-312-2/+15
| * | | f2fs: don't give partially written atomic data from process crashJaegeuk Kim2017-07-282-0/+19
| * | | f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim2017-07-281-2/+6
| * | | f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández2017-07-281-2/+3
| * | | f2fs: alloc new nids for xattr block in recoveryYunlei He2017-07-261-13/+15
| * | | f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2017-07-262-22/+30
| * | | f2fs: remove unused input parameterYunlei He2017-07-263-7/+5
* | | | Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-1213-330/+408
|\ \ \ \
| * | | | ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng2017-09-061-6/+7
| * | | | ceph: wait on writeback after writing snapshot dataYan, Zheng2017-09-061-0/+24
| * | | | ceph: fix capsnap dirty pages accountingYan, Zheng2017-09-061-2/+2
| * | | | ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng2017-09-061-34/+46
| * | | | ceph: fix "range cyclic" mode writepagesYan, Zheng2017-09-061-17/+24
| * | | | ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng2017-09-061-12/+9
| * | | | ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng2017-09-061-29/+25
| * | | | ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng2017-09-061-18/+32
| * | | | ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng2017-09-061-57/+80
| * | | | ceph: remove stale check in ceph_invalidatepage()Yan, Zheng2017-09-061-8/+1
| * | | | ceph: queue cap snap only when snap realm's context changesYan, Zheng2017-09-061-21/+16
| * | | | ceph: handle race between vmtruncate and queuing cap snapYan, Zheng2017-09-061-1/+12
| * | | | ceph: fix message order check in handle_cap_export()Yan, Zheng2017-09-061-1/+1
| * | | | ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng2017-09-061-1/+1
| * | | | ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-0610-36/+36
| * | | | ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring2017-09-061-1/+0
| * | | | ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring2017-09-061-5/+2
| * | | | ceph: check negative offsets in ceph_llseek()Luis Henriques2017-09-061-2/+2
| * | | | ceph: more accurate statfsDouglas Fuller2017-09-061-1/+8
| * | | | ceph: properly set snap follows for cap reconnectYan, Zheng2017-09-061-1/+1
| * | | | ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng2017-09-061-3/+3