summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg
2016-09-21orangefs: bump minimum userspace versionMartin Brandenburg
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg
2016-08-15orangefs: make devreq_mutex staticMartin Brandenburg
2016-08-15orangefs: describe organization of sysfsMartin Brandenburg
2016-08-15orangefs: remove duplicated sysfs_ops structuresMartin Brandenburg
2016-08-15orangefs: consolidate sysfs show and store functionsMartin Brandenburg
2016-08-15orangefs: reorganize duplicated sysfs attribute structsMartin Brandenburg
2016-08-15orangefs: remove dead code in sysfsMartin Brandenburg
2016-08-15orangefs: clean up debugfs globalsMartin Brandenburg
2016-08-12orangefs: do not allow client readahead cache without feature bitMartin Brandenburg
2016-08-12orangefs: add features opMartin Brandenburg
2016-08-09orangefs: record userspace version for feature compatbilityMartin Brandenburg
2016-08-08orangefs: add readahead count and size to sysfsMartin Brandenburg
2016-08-08orangefs: re-add flush_racache from out-of-treeMartin Brandenburg
2016-08-08orangefs: turn param response value into unionMartin Brandenburg
2016-08-08orangefs: add missing param request opsMartin Brandenburg
2016-08-08orangefs: rename remaining bits of mmap readahead cacheMartin Brandenburg
2016-08-02Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linuxLinus Torvalds
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg
2016-08-02orangefs: Change default dcache and getattr timeout to 50 msec.Martin Brandenburg
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg
2016-08-02orangefs: Cache getattr results.Martin Brandenburg
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds
2016-07-29Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-29Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfsLinus Torvalds
2016-07-29Merge tag 'configfs-for-4.8' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-07-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov
2016-07-29ovl: simplify empty checkingMiklos Szeredi
2016-07-29qstr: constify instances in overlayfsAl Viro
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi
2016-07-29ovl: fix warningMiklos Szeredi
2016-07-29ovl: remove duplicated include from super.cWei Yongjun
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi
2016-07-29ovl: share inode for hard linkMiklos Szeredi
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi