summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-01-06ext4: fix bigalloc regressionEric Whitney1-1/+1
2014-01-02Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-4/+0
2014-01-02epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron1-4/+0
2014-01-02Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds6-5/+58
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa1-0/+2
2013-12-27cifs: set FILE_CREATEDShirish Pargaonkar1-5/+6
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu3-20/+19
2013-12-27Add missing end of line termination to some cifs messagesSteve French1-3/+3
2013-12-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-57/+93
2013-12-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+1
2013-12-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-9/+46
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds1-35/+23
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-8/+44