summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-04nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2-0/+132
2014-04-04fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2-2/+2
2014-04-04BEFS: logging cleanupFabian Frederick8-204/+195
2014-04-04fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick1-2/+1
2014-04-04befs: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+1
2014-04-04fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-04binfmt_misc: add missing 'break' statementLuis Henriques1-0/+1
2014-04-04fs/efs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-04fs, kernel: permit disabling the uselib syscallJosh Triplett2-1/+10
2014-04-04kernel/groups.c: remove return value of set_groupsWang YanQing1-4/+1
2014-04-04sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+2
2014-04-04drop_caches: add some documentation and info messageDave Hansen1-2/+14
2014-04-04mm: remove read_cache_page_async()Sasha Levin2-3/+2
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner42-51/+49
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-04-04mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-04-04fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-04mm, hugetlb: unify region structure handlingJoonsoo Kim1-2/+15
2014-04-04fs/direct-io.c: remove some left over checksDan Carpenter3-3/+3
2014-04-04fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-04-04ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15
2014-04-04ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen3-0/+7
2014-04-04ocfs2: iput inode alloc when failed locallyjiangyiwen2-2/+4
2014-04-04ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed1-5/+17
2014-04-04ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu3-2/+32
2014-04-04ocfs2: flock: drop cross-node lock when failed locallyWengang Wang1-0/+2
2014-04-04ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong8-1/+20
2014-04-04ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-04-04ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-04ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_l...Xue jiufei1-3/+0
2014-04-04ocfs2: allow for more than one data extent when creating xattrTariq Saeed1-1/+8
2014-04-04ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo1-12/+9
2014-04-04ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-04-04ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3
2014-04-04ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues4-122/+9
2014-04-04ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara3-7/+47
2014-04-04ocfs2: implement delayed dropping of last dquot referenceJan Kara4-0/+50
2014-04-04quota: provide function to grab quota structure referenceJan Kara1-2/+2
2014-04-04ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara1-7/+9
2014-04-04ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara3-17/+3
2014-04-04ocfs2: add dlm_recover_callback_support in sysfsGoldwyn Rodrigues1-0/+14
2014-04-04ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-04ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-04ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong9-21/+74
2014-04-04ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue1-3/+0
2014-04-04ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang5-30/+7
2014-04-04ocfs2: fix null pointer dereference when access dlm_state before launching dl...Zongxun Wang1-3/+3
2014-04-04fanotify: move unrelated handling from copy_event_to_user()Jan Kara1-21/+19
2014-04-04fanotify: reorganize loop in fanotify_read()Jan Kara1-22/+24
2014-04-04fanotify: convert access_mutex to spinlockJan Kara1-7/+7