| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-01-21 | 44 | -1147/+775 |
|\ |
|
| * | /proc/meminfo: provide estimated available memory | Rik van Riel | 2014-01-21 | 1 | -0/+37 |
| * | fs/ramfs: don't use module_init for non-modular core code | Paul Gortmaker | 2014-01-21 | 1 | -1/+1 |
| * | fs/super.c: fix WARN on alloc_super() fail path | Vladimir Davydov | 2014-01-21 | 1 | -1/+2 |
| * | fs/read_write.c:compat_readv(): remove bogus area verify | Corey Minyard | 2014-01-21 | 1 | -4/+0 |
| * | fs/compat_ioctl.c: fix an underflow issue (harmless) | Dan Carpenter | 2014-01-21 | 1 | -1/+2 |
| * | posix_acl: uninlining | Andrew Morton | 2014-01-21 | 1 | -5/+79 |
| * | ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously | Yiwen Jiang | 2014-01-21 | 1 | -2/+6 |
| * | ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg... | Tariq Saeed | 2014-01-21 | 1 | -1/+2 |
| * | ocfs2: fix sparse non static symbol warning | Wei Yongjun | 2014-01-21 | 1 | -1/+1 |
| * | ocfs2: adjust minlen with discard_granularity in the FITRIM ioctl | Jie Liu | 2014-01-21 | 1 | -0/+2 |
| * | ocfs2: return EINVAL if the given range to discard is less than block size | Jie Liu | 2014-01-21 | 1 | -7/+3 |
| * | ocfs2: return EOPNOTSUPP if the device does not support discard | Jie Liu | 2014-01-21 | 1 | -0/+5 |
| * | ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr... | Younger Liu | 2014-01-21 | 3 | -87/+14 |
| * | ocfs2: use the new DLM operation callbacks while requesting new lockspace | Goldwyn Rodrigues | 2014-01-21 | 1 | -24/+102 |
| * | ocfs2: framework for version LVB | Goldwyn Rodrigues | 2014-01-21 | 1 | -0/+101 |
| * | ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node | Goldwyn Rodrigues | 2014-01-21 | 5 | -8/+24 |
| * | ocfs2: shift allocation ocfs2_live_connection to user_connect() | Goldwyn Rodrigues | 2014-01-21 | 1 | -19/+18 |
| * | ocfs2: add DLM recovery callbacks | Goldwyn Rodrigues | 2014-01-21 | 1 | -0/+38 |
| * | ocfs2: add clustername to cluster connection | Goldwyn Rodrigues | 2014-01-21 | 5 | -7/+24 |
| * | ocfs2: remove versioning information | Goldwyn Rodrigues | 2014-01-21 | 16 | -310/+7 |
| * | fsnotify: remove pointless NULL initializers | Jan Kara | 2014-01-21 | 2 | -4/+0 |
| * | fsnotify: remove .should_send_event callback | Jan Kara | 2014-01-21 | 4 | -48/+21 |
| * | fsnotify: do not share events between notification groups | Jan Kara | 2014-01-21 | 10 | -611/+279 |
| * | inotify: provide function for name length rounding | Jan Kara | 2014-01-21 | 1 | -20/+21 |
* | | Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 2014-01-21 | 1 | -0/+8 |
|\ \ |
|
| * | | dlm: set zero linger time on sctp socket | Dongmao Zhang | 2013-12-16 | 1 | -0/+8 |
* | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-21 | 17 | -358/+540 |
|\ \ \
| |_|/
|/| | |
|
| * | | GFS2: revert "GFS2: d_splice_alias() can't return error" | J. Bruce Fields | 2014-01-18 | 1 | -0/+8 |
| * | | GFS2: Small cleanup | Bob Peterson | 2014-01-16 | 1 | -1/+1 |
| * | | GFS2: Don't use ENOBUFS when ENOMEM is the correct error code | Steven Whitehouse | 2014-01-16 | 8 | -31/+19 |
| * | | GFS2: Fix kbuild test robot reported warning | Steven Whitehouse | 2014-01-15 | 1 | -0/+1 |
| * | | GFS2: Move quota bitmap operations under their own lock | Steven Whitehouse | 2014-01-14 | 3 | -8/+10 |
| * | | GFS2: Clean up quota slot allocation | Steven Whitehouse | 2014-01-14 | 2 | -73/+30 |
| * | | GFS2: Only run logd and quota when mounted read/write | Steven Whitehouse | 2014-01-14 | 3 | -68/+41 |
| * | | GFS2: Use RCU/hlist_bl based hash for quotas | Steven Whitehouse | 2014-01-14 | 4 | -48/+126 |
| * | | GFS2: No need to invalidate pages for a dio read | Steven Whitehouse | 2014-01-14 | 1 | -2/+3 |
| * | | GFS2: Add initialization for address space in super block | Steven Whitehouse | 2014-01-09 | 1 | -0/+1 |
| * | | GFS2: Add hints to directory leaf blocks | Steven Whitehouse | 2014-01-08 | 1 | -3/+37 |
| * | | GFS2: For exhash conversion, only one block is needed | Steven Whitehouse | 2014-01-08 | 1 | -0/+5 |
| * | | GFS2: Increase i_writecount during gfs2_setattr_chown | Bob Peterson | 2014-01-07 | 1 | -1/+15 |
| * | | GFS2: Remember directory insert point | Steven Whitehouse | 2014-01-06 | 3 | -16/+42 |
| * | | GFS2: Consolidate transaction blocks calculation for dir add | Steven Whitehouse | 2014-01-06 | 1 | -12/+26 |
| * | | GFS2: Add directory addition info structure | Steven Whitehouse | 2014-01-06 | 3 | -33/+43 |
| * | | GFS2: Use only a single address space for rgrps | Steven Whitehouse | 2014-01-03 | 5 | -8/+31 |
| * | | GFS2: Use range based functions for rgrp sync/invalidation | Steven Whitehouse | 2014-01-03 | 3 | -4/+15 |
| * | | GFS2: Remove test which is always true | Steven Whitehouse | 2014-01-03 | 1 | -1/+1 |
| * | | GFS2: Remove gfs2_quota_change_host structure | Steven Whitehouse | 2014-01-03 | 1 | -25/+12 |
| * | | GFS2: Clean up releasepage | Steven Whitehouse | 2014-01-03 | 1 | -13/+5 |
| * | | GFS2: Implement a "rgrp has no extents longer than X" scheme | Bob Peterson | 2014-01-03 | 3 | -6/+28 |