summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-16autofs4: fix some white space errorsIan Kent4-8/+6
2016-03-16autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent1-1/+1
2016-03-16autofs4: fix coding style line length in autofs4_wait()Ian Kent1-2/+4
2016-03-16autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent1-8/+20
2016-03-16autofs4: coding style fixesIan Kent8-158/+175
2016-03-16autofs: show pipe inode in mount optionsStanislav Kinsburskiy1-1/+6
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner2-14/+11
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2-11/+11
2016-03-16fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton1-1/+2
2016-03-16ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao1-1/+1
2016-03-16ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue4-4/+18
2016-03-16ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei1-1/+13
2016-03-16ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei1-8/+10
2016-03-16ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei3-3/+17
2016-03-16ocfs2/dlm: add DEREF_DONE messagexuejiufei3-1/+138
2016-03-16ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi1-2/+2
2016-03-16ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen1-2/+3
2016-03-16ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen1-6/+4
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-03-15GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson4-7/+5
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson4-58/+7
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson3-1/+14
2016-03-15GFS2: Fix direct IO write rounding errorBob Peterson1-1/+1
2016-03-15gfs2: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner6-56/+221
2016-03-15xfs: always set rvalp in xfs_dir2_node_trim_freeChristoph Hellwig1-1/+3
2016-03-15xfs: ensure committed is initialized in xfs_trans_rollEric Sandeen1-1/+3
2016-03-15xfs: borrow indirect blocks from freed extent when availableBrian Foster1-10/+36
2016-03-15xfs: refactor delalloc indlen reservation split into helperBrian Foster1-19/+54
2016-03-15xfs: update freeblocks counter after extent deletionBrian Foster1-24/+34
2016-03-15xfs: debug mode forced buffered write failureBrian Foster3-11/+101
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder10-16/+16
2016-03-14btrfs: Print Warning only if ENOSPC_DEBUG is enabledAshish Samant1-1/+6
2016-03-14dcache.c: new helper: __d_add()Al Viro1-7/+17
2016-03-14don't bother with __d_instantiate(dentry, NULL)Al Viro1-10/+7
2016-03-14untangle fsnotify_d_instantiate() a bitAl Viro1-1/+2
2016-03-14uninline d_add()Al Viro1-0/+16
2016-03-14replace d_add_unique() with saner primitiveAl Viro2-81/+57
2016-03-14quota: use lookup_one_len_unlocked()Al Viro1-3/+1
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro1-8/+4
2016-03-14kill dentry_unhash()Al Viro1-25/+0
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro1-3/+1
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro1-2/+0
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro2-9/+12
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro1-13/+4
2016-03-14namei: teach lookup_slow() to skip revalidateAl Viro1-23/+35
2016-03-14namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro1-32/+24
2016-03-14lookup_one_len_unlocked(): use lookup_dcache()Al Viro1-11/+1
2016-03-14namei: simplify invalidation logics in lookup_dcache()Al Viro1-7/+3