summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-08-02nilfs2: emit error message when I/O error is detectedRyusuke Konishi
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi
2016-08-02nilfs2: add nilfs_msg() message interfaceRyusuke Konishi
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi
2016-08-02fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner
2016-08-02binfmt_elf: fix calculations for bss paddingKees Cook
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd
2016-08-02fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks
2016-08-02procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov
2016-08-02ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun
2016-08-02ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun
2016-08-02ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun
2016-08-02ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren
2016-08-02ocfs2: ensure that dlm lockspace is created by kernel moduleGang He
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-08-01Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-07-30qstr: constify instances in adfsAl Viro
2016-07-30qstr: constify instances in f2fsAl Viro
2016-07-30qstr: constify instances in ext2Al Viro
2016-07-30qstr: constify instances in vfatAl Viro
2016-07-30qstr: constify instances in procfsAl Viro
2016-07-30qstr: constify instances in fuseAl Viro
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro
2016-07-29fold _d_rehash() and __d_rehash() togetherAl Viro
2016-07-29ubifs: switch_gc_head: Remove redondant sync of wbufSylvain Etienne
2016-07-29ubifs: Silence early error messages if MS_SILENT is setDaniel Golle
2016-07-29ubifs: Update comment for ubifs_errcDaniel Golle
2016-07-29fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro
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-29ubifs: Make xattr structures staticBen Dooks
2016-07-29ubifs: Silence error output if MS_SILENT is setDaniel Golle
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang