summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-025-15/+19
| * | ceph: fix root quota realm checkYan, Zheng2018-04-021-8/+8
| * | ceph: don't check quota for snap inodeYan, Zheng2018-04-022-3/+18
| * | ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-023-1/+45
| * | ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-024-1/+44
| * | ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-023-0/+75
| * | ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-024-1/+95
| * | ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-027-1/+149
| * | ceph: rename function drop_leases() to a more descriptive nameYan, Zheng2018-04-021-4/+3Star
| * | ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu2018-04-021-1/+4
| * | ceph: return proper bool type to caller instead of pointerChengguang Xu2018-04-021-2/+3
| * | ceph: optimize memory usageChengguang Xu2018-04-024-117/+168
| * | ceph: optimize mds session registerChengguang Xu2018-04-021-17/+19
| * | libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-021-1/+1
| * | ceph: filter out used flags when printing unused open flagsChengguang Xu2018-04-021-0/+2
| * | ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng2018-04-021-1/+5
| * | ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2018-04-022-29/+18Star
| * | ceph: mark the cap cache as unreclaimableChengguang Xu2018-04-021-2/+1Star
| * | ceph: change variable name to follow common ruleChengguang Xu2018-04-023-30/+30
| * | ceph: optimizing cap reservationChengguang Xu2018-04-021-29/+59
| * | ceph: release unreserved caps if having enough available capsChengguang Xu2018-04-021-1/+15
| * | ceph: optimizing cap allocationChengguang Xu2018-04-021-0/+16
| * | ceph: adding protection for showing cap reservation infoChengguang Xu2018-04-021-0/+4
| * | ceph: use seq_show_option for string type optionsChengguang Xu2018-04-021-5/+2Star
| * | libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2018-04-021-4/+4
| * | ceph: keep consistent semantic in fscache related option combinationChengguang Xu2018-04-021-0/+4
| * | ceph: add newline to end of debug message formatChengguang Xu2018-04-026-19/+18Star
| * | libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-022-1/+2
| * | libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-022-18/+9Star
| |/
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-1010-120/+217
|\ \
| * \ Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-0910-120/+217
| |\ \
| | * | fs, dax: use page->mapping to warn if truncate collides with a busy pageDan Williams2018-04-031-0/+63
| | * | ext2, dax: introduce ext2_dax_aopsDan Williams2018-04-033-35/+30Star
| | * | ext4, dax: introduce ext4_dax_aopsDan Williams2018-03-301-11/+31
| | * | xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-303-17/+23
| | * | block, dax: remove dead code in blkdev_writepages()Dan Williams2018-03-301-5/+0Star
| | * | fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-301-0/+39
| | * | dax: store pfns in the radixDan Williams2018-03-301-52/+31Star
* | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-091-67/+57Star
|\ \ \ \
| * | | | getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-081-1/+2
| * | | | make lookup_one_len() safe to use with directory locked sharedAl Viro2018-04-061-1/+3
| * | | | new helper: __lookup_slow()Al Viro2018-04-061-9/+18
| * | | | merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro2018-04-061-56/+34Star
* | | | | Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-097-241/+78Star
|\ \ \ \ \
| * | | | | orangefs: remove unused codeMartin Brandenburg2018-04-043-128/+0Star
| * | | | | orangefs: make several *_operations structs staticMartin Brandenburg2018-04-043-31/+28Star
| * | | | | orangefs: implement vm_ops->faultMartin Brandenburg2018-04-041-2/+28
| * | | | | orangefs: open code short single-use functionsMartin Brandenburg2018-04-021-76/+19Star
| * | | | | orangefs: replace vmalloc and memset with vzallocColin Ian King2018-04-021-2/+1Star
| * | | | | orangefs: bug fix for a race condition when getting a slotDavid Reynolds2018-04-021-2/+2
| | |_|_|/ | |/| | |