summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-02-2813-306/+287
|\
| * libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-242-20/+9
| * ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-246-103/+3
| * ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter2017-02-231-2/+3
| * ceph: remove req from unsafe list when unregistering itJeff Layton2017-02-201-2/+3
| * ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton2017-02-201-2/+3
| * ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton2017-02-201-0/+20
| * ceph: vet the target and parent inodes before updating dentry leaseJeff Layton2017-02-201-24/+48
| * ceph: don't update_dentry_lease unless we actually got oneJeff Layton2017-02-201-2/+2
| * ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-206-28/+39
| * ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-205-38/+45
| * ceph: drop session argument to ceph_fill_traceJeff Layton2017-02-203-5/+4
| * ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton2017-02-201-34/+0
| * ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-203-5/+5
| * ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng2017-02-201-0/+10
| * ceph: update readpages osd request according to size of pagesYan, Zheng2017-02-201-0/+1
| * ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-02-201-2/+2
| * ceph: avoid updating mds_wanted too frequentlyYan, Zheng2017-02-201-3/+9
| * ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-202-2/+10
| * ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King2017-02-201-1/+1
| * ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-205-10/+10
| * ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton2017-02-203-6/+13
| * ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton2017-02-201-2/+5
| * ceph: pass parent dir ino info to build_dentry_pathJeff Layton2017-02-201-7/+9
| * ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-02-201-2/+7
| * ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton2017-02-201-22/+42
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2754-154/+218
|\ \
| * | hfs: atomically read inode sizeFabian Frederick2017-02-271-1/+1
| * | mm: use mmget_not_zero() helperVegard Nossum2017-02-273-5/+5
| * | mm: add new mmgrab() helperVegard Nossum2017-02-272-3/+3
| * | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-277-16/+16
| * | scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+3
| * | nilfs2: use i_blocksize()Geliang Tang2017-02-272-2/+2
| * | nilfs2: use nilfs_btree_node_size()Geliang Tang2017-02-271-1/+1
| * | fs: add i_blocksize()Fabian Frederick2017-02-2725-50/+50
| * | fs/affs: make export work with cold dcacheFabian Frederick2017-02-271-0/+19
| * | fs/affs/namei.c: forward declarations clean-upFabian Frederick2017-02-271-20/+10
| * | fs/affs: add prefix to some functionsFabian Frederick2017-02-275-14/+15
| * | fs/affs: use octal for permissionsFabian Frederick2017-02-271-18/+18
| * | fs/affs: make affs exportableFabian Frederick2017-02-273-0/+42
| * | fs/affs: add validation block functionFabian Frederick2017-02-271-4/+10
| * | fs/affs: remove reference to affs_parent_ino()Fabian Frederick2017-02-271-1/+0
| * | fs,eventpoll: don't test for bitfield with stack valueCyrill Gorcunov2017-02-271-1/+1
| * | /proc/kcore: update physical address for kcore ram and textPratyush Anand2017-02-271-1/+4
| * | fs/reiserfs: atomically read inode sizeFabian Frederick2017-02-271-1/+1
| * | hfsplus: atomically read inode sizeFabian Frederick2017-02-271-1/+1
| * | autofs: take more care to not update last_used on path walkIan Kent2017-02-271-6/+11