aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett2-1/+10
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing1-4/+1
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+2
2014-04-03drop_caches: add some documentation and info messageDave Hansen1-2/+14
2014-04-03mm: remove read_cache_page_async()Sasha Levin2-3/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner42-51/+49
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim1-2/+15
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter3-3/+3
2014-04-03fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-04-03ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15
2014-04-03ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen3-0/+7
2014-04-03ocfs2: iput inode alloc when failed locallyjiangyiwen2-2/+4
2014-04-03ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTENTariq Saeed1-5/+17
2014-04-03ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu3-2/+32
2014-04-03ocfs2: flock: drop cross-node lock when failed locallyWengang Wang1-0/+2
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong8-1/+20
2014-04-03ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-04-03ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-03ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failedXue jiufei1-3/+0
2014-04-03ocfs2: allow for more than one data extent when creating xattrTariq Saeed1-1/+8
2014-04-03ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo1-12/+9
2014-04-03ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-04-03ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues4-122/+9
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara3-7/+47
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara4-0/+50
2014-04-03quota: provide function to grab quota structure referenceJan Kara1-2/+2
2014-04-03ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara1-7/+9
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara3-17/+3
2014-04-03ocfs2: add dlm_recover_callback_support in sysfsGoldwyn Rodrigues1-0/+14
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong9-21/+74
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue1-3/+0
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang5-30/+7
2014-04-03ocfs2: fix null pointer dereference when access dlm_state before launching dlm threadZongxun Wang1-3/+3
2014-04-03fanotify: move unrelated handling from copy_event_to_user()Jan Kara1-21/+19
2014-04-03fanotify: reorganize loop in fanotify_read()Jan Kara1-22/+24
2014-04-03fanotify: convert access_mutex to spinlockJan Kara1-7/+7
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara3-104/+116
2014-04-03fanotify: remove useless bypass_perm checkJan Kara1-8/+0
2014-04-03fs/freevxfs/vxfs_lookup.c: update function commentFabian Frederick1-1/+1
2014-04-03fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick1-1/+1
2014-04-03bdi: avoid oops on device removalJan Kara1-5/+18
2014-04-03backing_dev: fix hung task on syncDerek Basehore1-4/+4
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds4-252/+0