summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent
2016-03-15autofs4: change log print macros to not insert newlineIan Kent
2016-03-15autofs4: make autofs log prints consistentIan Kent
2016-03-15autofs4: fix some white space errorsIan Kent
2016-03-15autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent
2016-03-15autofs4: fix coding style line length in autofs4_wait()Ian Kent
2016-03-15autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent
2016-03-15autofs4: coding style fixesIan Kent
2016-03-15autofs: show pipe inode in mount optionsStanislav Kinsburskiy
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-15fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton
2016-03-15ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue
2016-03-15ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei
2016-03-15ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei
2016-03-15ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei
2016-03-15ocfs2/dlm: add DEREF_DONE messagexuejiufei
2016-03-15ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi
2016-03-15ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen
2016-03-15ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson
2016-03-15GFS2: Fix direct IO write rounding errorBob Peterson
2016-03-15gfs2: avoid uninitialized variable warningArnd Bergmann
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner
2016-03-15xfs: always set rvalp in xfs_dir2_node_trim_freeChristoph Hellwig
2016-03-15xfs: ensure committed is initialized in xfs_trans_rollEric Sandeen
2016-03-15xfs: borrow indirect blocks from freed extent when availableBrian Foster
2016-03-15xfs: refactor delalloc indlen reservation split into helperBrian Foster
2016-03-15xfs: update freeblocks counter after extent deletionBrian Foster
2016-03-15xfs: debug mode forced buffered write failureBrian Foster
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-14btrfs: Print Warning only if ENOSPC_DEBUG is enabledAshish Samant
2016-03-14dcache.c: new helper: __d_add()Al Viro
2016-03-14don't bother with __d_instantiate(dentry, NULL)Al Viro
2016-03-14untangle fsnotify_d_instantiate() a bitAl Viro
2016-03-14uninline d_add()Al Viro
2016-03-14replace d_add_unique() with saner primitiveAl Viro
2016-03-14quota: use lookup_one_len_unlocked()Al Viro
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Al Viro
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro
2016-03-14kill dentry_unhash()Al Viro
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro
2016-03-14namei: teach lookup_slow() to skip revalidateAl Viro