summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: kick cap flushes before sending other cap messageYan, Zheng2016-07-281-9/+34
* ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-283-15/+36
* ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-282-1/+18
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-285-222/+175
* ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-285-118/+56
* ceph: update types of some local variblesYan, Zheng2016-07-281-11/+12
* ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng2016-07-281-1/+16
* ceph: update cap reconnect message to version 3Yan, Zheng2016-07-281-21/+47
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-284-17/+117
* ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton2016-07-281-6/+14
* ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton2016-07-281-15/+26
* ceph: clear d_fsinfo pointer under d_lockJeff Layton2016-07-281-1/+5
* ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-282-45/+0
* ceph: don't use ->d_timeMiklos Szeredi2016-07-284-8/+8
* ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King2016-07-281-1/+1
* ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng2016-07-281-1/+1
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-285-48/+61
* ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng2016-07-281-2/+5
* ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-284-22/+35
* ceph: set user pages dirty after direct IO readYan, Zheng2016-07-281-2/+2
* ceph: rados pool namespace supportYan, Zheng2016-07-288-77/+159
* libceph: rados pool namespace supportYan, Zheng2016-07-281-0/+3
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-287-45/+43
* libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-07-281-1/+1
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-233-32/+29
|\
| * ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-221-30/+24
| * ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-042-2/+2
| * ovl: handle ATTR_KILL*Miklos Szeredi2016-07-041-0/+3
* | xfs: fix type confusion in xfs_ioc_swapextJann Horn2016-07-161-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-127-10/+32
|\ \
| * | nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro2016-07-051-3/+25
| * | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-057-7/+7
| |/
* | Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-084-20/+23
|\ \
| * | ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-081-1/+14
| * | Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-07-071-11/+2
| * | ecryptfs: fix spelling mistakesChris J Arges2016-06-202-4/+4
| * | eCryptfs: fix typos in commentWei Yuan2016-06-201-2/+2
| * | ecryptfs: drop null test before destroy functionsJulia Lawall2016-06-201-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-071-1/+1
|\ \ \
| * | | writeback: inode cgroup wb switch should not call ihold()Tahsin Erdogan2016-06-301-1/+1
* | | | Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-07-071-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut2016-06-301-2/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-033-1/+31
|\ \ \ \
| * | | | fuse: serialize dirops by defaultMiklos Szeredi2016-06-303-1/+31
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-032-8/+33
|\ \ \ \ \
| * | | | | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
| * | | | | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
| * | | | | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-014-48/+78
|\ \ \ \ \
| * | | | | namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-06-301-0/+1