summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-10conditionally define U32_MAXAlex Elder1-0/+2
2014-01-10logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2014-01-10fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi1-3/+5
2014-01-10/proc/meminfo: provide estimated available memoryRik van Riel1-0/+37
2014-01-10fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov1-1/+2
2014-01-10fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard1-4/+0
2014-01-10fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter1-1/+2
2014-01-10posix_acl: uninliningAndrew Morton1-5/+79
2014-01-10ocfs2: update inode size after zeroing the holeJunxiao Bi1-8/+32
2014-01-10ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2-8/+3
2014-01-10ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-01-10ocfs2: should call ocfs2_journal_access_di() before ocfs2_delete_entry() in o...Younger Liu1-6/+6
2014-01-10ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang1-2/+6
2014-01-10ocfs2: check existence of old dentry in ocfs2_link()Xue jiufei1-0/+13
2014-01-10ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed1-5/+17
2014-01-10ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed1-1/+2
2014-01-10ocfs2: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-10ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang1-2/+95
2014-01-10ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu1-0/+2
2014-01-10ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu1-7/+3
2014-01-10ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu1-0/+5
2014-01-10ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu3-87/+14
2014-01-10ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fixGoldwyn Rodrigues1-4/+0
2014-01-10ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues1-24/+106
2014-01-10ocfs2: framework for version LVBGoldwyn Rodrigues1-0/+101
2014-01-10ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues5-8/+24
2014-01-10ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues1-19/+18
2014-01-10ocfs2: add DLM recovery callbacksGoldwyn Rodrigues1-0/+38
2014-01-10ocfs2: add clustername to cluster connectionGoldwyn Rodrigues5-7/+24
2014-01-10ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting...Tariq Saeed1-2/+11
2014-01-10ocfs2: free allocated clusters if error occurs after ocfs2_claim_clustersZongxun Wang3-3/+81
2014-01-10ocfs2: remove versioning informationGoldwyn Rodrigues16-310/+7
2014-01-10ocfs2: fix ocfs2_sync_file() if filesystem is readonlyYounger Liu1-0/+3
2014-01-10jffs2: unlock f->sem on error in jffs2_new_inode()Wang Guoli1-3/+6
2014-01-10fsnotify: remove pointless NULL initializersJan Kara2-4/+0
2014-01-10fsnotify: remove .should_send_event callbackJan Kara4-48/+21
2014-01-10fsnotify: do not share events between notification groupsJan Kara10-610/+275
2014-01-10inotify: provide function for name length roundingJan Kara1-20/+21
2014-01-10nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2014-01-10Merge remote-tracking branch 'l2-mtd/master'Stephen Rothwell1-0/+4
2014-01-10Merge remote-tracking branch 'dlm/next'Stephen Rothwell1-0/+8
2014-01-10Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell41-718/+616
2014-01-10Merge remote-tracking branch 'v9fs/for-next'Stephen Rothwell5-19/+8
2014-01-10Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell16-233/+160
2014-01-10Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell12-64/+85
2014-01-10Merge remote-tracking branch 'logfs/master'Stephen Rothwell2-4/+4
2014-01-10Merge remote-tracking branch 'jfs/jfs-next'Stephen Rothwell1-1/+14
2014-01-10Merge remote-tracking branch 'gfs2/master'Stephen Rothwell11-129/+303
2014-01-10Merge remote-tracking branch 'fscache/fscache'Stephen Rothwell1-1/+36
2014-01-10Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell19-698/+1609