| Commit message (Expand) | Author | Age | Files | Lines |
* | new helper: kfree_put_link() | Al Viro | 2013-10-25 | 1 | -8/+1 |
* | gfs2: set FILE_CREATED | Miklos Szeredi | 2013-09-17 | 1 | -1/+3 |
* | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-13 | 1 | -2/+2 |
|\ |
|
| * | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 2013-09-13 | 1 | -2/+2 |
* | | fs: convert fs shrinkers to new scan/count API | Dave Chinner | 2013-09-11 | 4 | -20/+33 |
* | | super: fix calculation of shrinkable objects for small numbers | Glauber Costa | 2013-09-11 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-09 | 7 | -77/+99 |
|\ |
|
| * | GFS2: dirty inode correctly in gfs2_write_end | Benjamin Marzinski | 2013-09-05 | 2 | -3/+10 |
| * | GFS2: Don't flag consistency error if first mounter is a spectator | Bob Peterson | 2013-09-05 | 1 | -2/+51 |
| * | GFS2: Remove unnecessary memory barrier | Bob Peterson | 2013-09-04 | 1 | -1/+0 |
| * | GFS2: Merge ordered and writeback writepage | Steven Whitehouse | 2013-08-27 | 1 | -31/+4 |
| * | GFS2: Take glock reference in examine_bucket() | Steven Whitehouse | 2013-08-20 | 1 | -7/+5 |
| * | GFS2: Move gfs2_sync_meta to lops.c | Steven Whitehouse | 2013-08-19 | 3 | -33/+29 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-09-07 | 1 | -6/+3 |
|\ \ |
|
| * | | gfs2: use check_submounts_and_drop() | Miklos Szeredi | 2013-09-05 | 1 | -6/+3 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks | Joe Perches | 2013-08-20 | 1 | -1/+1 |
* | | GFS2: Check for glock already held in gfs2_getxattr | Steven Whitehouse | 2013-08-19 | 1 | -0/+4 |
* | | GFS2: alloc_workqueue() doesn't return an ERR_PTR | Dan Carpenter | 2013-08-19 | 1 | -4/+4 |
* | | GFS2: don't overrun reserved revokes | Benjamin Marzinski | 2013-08-19 | 1 | -5/+13 |
* | | GFS2: WQ_NON_REENTRANT is meaningless and going away | Tejun Heo | 2013-08-19 | 1 | -1/+1 |
* | | GFS2: Fix typo in gfs2_create_inode() | Steven Whitehouse | 2013-08-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-03 | 2 | -3/+2 |
|\ |
|
| * | locks: protect most of the file_lock handling with i_lock | Jeff Layton | 2013-06-29 | 1 | -1/+1 |
| * | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 2013-06-29 | 1 | -2/+1 |
* | | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-02 | 1 | -3/+2 |
|\ \ |
|
| * \ | Merge 3.10-rc6 into driver-core-next | Greg Kroah-Hartman | 2013-06-18 | 7 | -23/+71 |
| |\ \ |
|
| * | | | Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 2013-06-03 | 1 | -3/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 2013-07-02 | 16 | -124/+282 |
|\ \ \ \ |
|
| * | | | | GFS2: Reserve journal space for quota change in do_grow | Bob Peterson | 2013-06-27 | 1 | -1/+3 |
| * | | | | GFS2: Fix fstrim boundary conditions | Abhijith Das | 2013-06-19 | 1 | -6/+8 |
| * | | | | GFS2: fix warning message | Benjamin Marzinski | 2013-06-19 | 1 | -1/+0 |
| * | | | | GFS2: aggressively issue revokes in gfs2_log_flush | Benjamin Marzinski | 2013-06-19 | 6 | -23/+78 |
| * | | | | GFS2: fix regression in dir_double_exhash | Bob Peterson | 2013-06-14 | 1 | -1/+2 |
| * | | | | GFS2: Add atomic_open support | Steven Whitehouse | 2013-06-14 | 3 | -49/+146 |
| * | | | | GFS2: Only do one directory search on create | Steven Whitehouse | 2013-06-11 | 3 | -28/+25 |
| * | | | | GFS2: fix error propagation in init_threads() | Alexey Khoroshilov | 2013-06-06 | 1 | -4/+4 |
| * | | | | GFS2: Remove no-op wrapper function | Steven Whitehouse | 2013-06-05 | 1 | -6/+1 |
| * | | | | GFS2: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 2013-06-05 | 1 | -1/+1 |
| * | | | | GFS2: Eliminate gfs2_rg_lops | Bob Peterson | 2013-06-05 | 2 | -6/+0 |
| * | | | | GFS2: Sort buffer lists by inplace block number | Benjamin Marzinski | 2013-06-05 | 1 | -0/+16 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-02 | 1 | -5/+12 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | gfs2: use ->invalidatepage() length argument | Lukas Czerner | 2013-05-22 | 1 | -2/+7 |
| * | | | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-22 | 1 | -3/+5 |
* | | | | [readdir] constify ->actor | Al Viro | 2013-06-29 | 1 | -4/+4 |
* | | | | [readdir] convert gfs2 | Al Viro | 2013-06-29 | 4 | -51/+38 |
| |/ /
|/| | |
|
* | | | GFS2: Don't cache iopen glocks | Bob Peterson | 2013-06-03 | 2 | -1/+6 |
* | | | GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables | Bob Peterson | 2013-06-03 | 1 | -10/+33 |
* | | | GFS2: Increase i_writecount during gfs2_setattr_size | Bob Peterson | 2013-06-03 | 3 | -11/+29 |
* | | | GFS2: Set log descriptor type for jdata blocks | Bob Peterson | 2013-06-03 | 1 | -1/+3 |
| |/
|/| |
|