summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-2244-1147/+775Star
|\
| * /proc/meminfo: provide estimated available memoryRik van Riel2014-01-221-0/+37
| * fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker2014-01-221-1/+1
| * fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov2014-01-221-1/+2
| * fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard2014-01-221-4/+0Star
| * fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter2014-01-221-1/+2
| * posix_acl: uninliningAndrew Morton2014-01-221-5/+79
| * ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang2014-01-221-2/+6
| * ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed2014-01-221-1/+2
| * ocfs2: fix sparse non static symbol warningWei Yongjun2014-01-221-1/+1
| * ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu2014-01-221-0/+2
| * ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu2014-01-221-7/+3Star
| * ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu2014-01-221-0/+5
| * ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu2014-01-223-87/+14Star
| * ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues2014-01-221-24/+102
| * ocfs2: framework for version LVBGoldwyn Rodrigues2014-01-221-0/+101
| * ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues2014-01-225-8/+24
| * ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues2014-01-221-19/+18Star
| * ocfs2: add DLM recovery callbacksGoldwyn Rodrigues2014-01-221-0/+38
| * ocfs2: add clustername to cluster connectionGoldwyn Rodrigues2014-01-225-7/+24
| * ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-2216-310/+7Star
| * fsnotify: remove pointless NULL initializersJan Kara2014-01-222-4/+0Star
| * fsnotify: remove .should_send_event callbackJan Kara2014-01-224-48/+21Star
| * fsnotify: do not share events between notification groupsJan Kara2014-01-2210-611/+279Star
| * inotify: provide function for name length roundingJan Kara2014-01-221-20/+21
* | Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2014-01-221-0/+8
|\ \
| * | dlm: set zero linger time on sctp socketDongmao Zhang2013-12-161-0/+8
* | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-2217-358/+540
|\ \ \ | |_|/ |/| |
| * | GFS2: revert "GFS2: d_splice_alias() can't return error"J. Bruce Fields2014-01-181-0/+8
| * | GFS2: Small cleanupBob Peterson2014-01-161-1/+1
| * | GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse2014-01-168-31/+19Star
| * | GFS2: Fix kbuild test robot reported warningSteven Whitehouse2014-01-151-0/+1
| * | GFS2: Move quota bitmap operations under their own lockSteven Whitehouse2014-01-143-8/+10
| * | GFS2: Clean up quota slot allocationSteven Whitehouse2014-01-142-73/+30Star
| * | GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse2014-01-143-68/+41Star
| * | GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse2014-01-144-48/+126
| * | GFS2: No need to invalidate pages for a dio readSteven Whitehouse2014-01-141-2/+3
| * | GFS2: Add initialization for address space in super blockSteven Whitehouse2014-01-091-0/+1
| * | GFS2: Add hints to directory leaf blocksSteven Whitehouse2014-01-081-3/+37
| * | GFS2: For exhash conversion, only one block is neededSteven Whitehouse2014-01-081-0/+5
| * | GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson2014-01-071-1/+15
| * | GFS2: Remember directory insert pointSteven Whitehouse2014-01-063-16/+42
| * | GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse2014-01-061-12/+26
| * | GFS2: Add directory addition info structureSteven Whitehouse2014-01-063-33/+43
| * | GFS2: Use only a single address space for rgrpsSteven Whitehouse2014-01-035-8/+31
| * | GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse2014-01-033-4/+15
| * | GFS2: Remove test which is always trueSteven Whitehouse2014-01-031-1/+1
| * | GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse2014-01-031-25/+12Star
| * | GFS2: Clean up releasepageSteven Whitehouse2014-01-031-13/+5Star
| * | GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson2014-01-033-6/+28