Age | Commit message (Expand) | Author | Files | Lines |
2018-12-11 | gfs2: Fix the gfs2_invalidatepage description | Andreas Gruenbacher | 1 | -3/+3 |
2018-12-11 | gfs2: Clean up gfs2_is_{ordered,writeback} | Andreas Gruenbacher | 1 | -5/+5 |
2018-10-21 | pagevec: Use xa_mark_t | Matthew Wilcox | 1 | -1/+1 |
2018-07-25 | gfs2: use iomap_readpage for blocksize == PAGE_SIZE | Andreas Gruenbacher | 1 | -1/+5 |
2018-07-02 | gfs2: Remove gfs2_write_{begin,end} | Andreas Gruenbacher | 1 | -213/+0 |
2018-07-02 | gfs2: iomap direct I/O support | Andreas Gruenbacher | 1 | -98/+2 |
2018-07-02 | gfs2: iomap buffered write support | Andreas Gruenbacher | 1 | -9/+11 |
2018-06-04 | gfs2: Remove ordered write mode handling from gfs2_trans_add_data | Andreas Gruenbacher | 1 | -3/+4 |
2018-06-04 | gfs2: gfs2_stuffed_write_end cleanup | Andreas Gruenbacher | 1 | -31/+18 |
2018-06-04 | GFS2: Fix allocation error bug with recursive rgrp glocking | Andreas Gruenbacher | 1 | -5/+8 |
2018-03-08 | GFS2: Only set PageChecked for jdata pages | Bob Peterson | 1 | -4/+4 |
2018-01-23 | GFS2: Log the reason for log flushes in every log header | Bob Peterson | 1 | -1/+2 |
2018-01-23 | GFS2: Introduce new gfs2_log_header_v2 | Bob Peterson | 1 | -1/+1 |
2018-01-19 | gfs2: Minor gfs2_page_add_databufs cleanup | Andreas Gruenbacher | 1 | -6/+7 |
2018-01-19 | gfs2: Add gfs2_max_stuffed_size | Andreas Gruenbacher | 1 | -4/+5 |
2018-01-19 | gfs2: Typo fixes | Andreas Gruenbacher | 1 | -3/+2 |
2017-11-27 | gfs2: Remove unused gfs2_write_jdata_pagevec parameter | Andreas Gruenbacher | 1 | -3/+2 |
2017-11-16 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 1 | -1/+1 |
2017-11-16 | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() | Jan Kara | 1 | -1/+1 |
2017-11-16 | gfs2: use pagevec_lookup_range_tag() | Jan Kara | 1 | -18/+2 |
2017-08-10 | gfs2: forcibly flush ail to relieve memory pressure | Abhi Das | 1 | -1/+13 |
2017-02-21 | Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2017-02-03 | gfs2: Make gfs2_write_full_page static | Andrew Price | 1 | -2/+2 |
2016-12-10 | fix gfs2_stuffed_write_end() on short copies | Al Viro | 1 | -3/+1 |
2016-08-18 | gfs2: Remove dirty buffer warning from gfs2_releasepage | Andreas Gruenbacher | 1 | -5/+12 |
2016-08-02 | GFS2: use BIT() macro | Fabian Frederick | 1 | -1/+1 |
2016-06-27 | gfs2: writeout truncated pages | Benjamin Marzinski | 1 | -15/+34 |
2016-05-21 | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 1 | -2/+3 |
2016-05-06 | GFS2: Refactor gfs2_remove_from_journal | Bob Peterson | 1 | -1/+1 |
2016-05-02 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -3/+3 |
2016-04-20 | GFS2: Add calls to gfs2_holder_uninit in two error handlers | Daniel DeFreez | 1 | -1/+2 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -22/+22 |
2016-03-15 | GFS2: Fix direct IO write rounding error | Bob Peterson | 1 | -1/+1 |
2015-11-24 | GFS2: Extract quota data from reservations structure (revert 5407e24) | Bob Peterson | 1 | -1/+1 |
2015-06-27 | Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+8 |
2015-05-05 | gfs2: kerneldoc warning fixes | Fabian Frederick | 1 | -4/+8 |
2015-04-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+7 |
2015-04-15 | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+3 |
2015-04-12 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+2 |
2015-04-12 | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 1 | -4/+3 |
2015-04-12 | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 1 | -3/+2 |
2015-03-26 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
2015-03-18 | gfs2: perform quota checks against allocation parameters | Abhi Das | 1 | -3/+3 |
2015-01-21 | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 1 | -1/+1 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+5 |
2014-06-05 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman | 1 | -1/+0 |
2014-05-14 | GFS2: remove transaction glock | Benjamin Marzinski | 1 | -1/+1 |
2014-05-07 | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 1 | -1/+1 |
2014-05-07 | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 1 | -1/+1 |
2014-05-07 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -6/+5 |