| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-14 | iomap: replace iomap_folio_ops with iomap_write_ops | Christoph Hellwig | 1 | -9/+12 |
| 2025-07-14 | iomap: hide ioends from the generic writeback code | Christoph Hellwig | 1 | -0/+1 |
| 2025-07-14 | iomap: refactor the writeback interface | Christoph Hellwig | 1 | -12/+14 |
| 2025-05-22 | gfs2: Move gfs2_trans_add_databufs | Andreas Gruenbacher | 1 | -1/+2 |
| 2025-05-22 | gfs2: Do not call iomap_zero_range beyond eof | Andreas Gruenbacher | 1 | -2/+4 |
| 2025-02-06 | iomap: pass private data to iomap_zero_range | Christoph Hellwig | 1 | -1/+2 |
| 2024-05-14 | Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 1 | -1/+1 |
| 2024-04-09 | gfs2: Get rid of newlines in log messages | Andreas Gruenbacher | 1 | -1/+1 |
| 2024-03-25 | Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf... | Linus Torvalds | 1 | -2/+3 |
| 2024-03-11 | gfs2: Fix invalid metadata access in punch_hole | Andrew Price | 1 | -2/+3 |
| 2024-02-01 | iomap: pass the length of the dirty region to ->map_blocks | Christoph Hellwig | 1 | -1/+1 |
| 2023-11-07 | Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+11 |
| 2023-11-06 | gfs2: Get rid of gfs2_alloc_blocks generation parameter | Andreas Gruenbacher | 1 | -2/+2 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -25/+23 |
| 2023-11-02 | gfs2: Add metapath_dibh helper | Andreas Gruenbacher | 1 | -1/+7 |
| 2023-10-25 | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-10-25 | gfs2: convert inode unstuffing to use a folio | Matthew Wilcox (Oracle) | 1 | -25/+23 |
| 2023-10-18 | gfs2: convert to new timestamp accessors | Jeff Layton | 1 | -5/+5 |
| 2023-09-18 | gfs2: Remove unused gfs2_extent_length argument | Andreas Gruenbacher | 1 | -3/+2 |
| 2023-09-05 | Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-09-05 | gfs: Don't use GFP_NOFS in gfs2_unstuff_dinode | Andreas Gruenbacher | 1 | -1/+1 |
| 2023-08-28 | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
| 2023-07-24 | iomap: Create large folios in the buffered write path | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-07-24 | gfs2: convert to ctime accessor functions | Jeff Layton | 1 | -6/+5 |
| 2023-06-06 | gfs2: fix minor comment typos | Bob Peterson | 1 | -2/+2 |
| 2023-04-18 | gfs2: Eliminate gfs2_trim_blocks | Bob Peterson | 1 | -8/+0 |
| 2023-02-22 | gfs2: Convert gfs2_page_add_databufs to folios | Andreas Gruenbacher | 1 | -2/+2 |
| 2023-01-18 | iomap: Rename page_ops to folio_ops | Andreas Gruenbacher | 1 | -2/+2 |
| 2023-01-18 | iomap: Rename page_prepare handler to get_folio | Andreas Gruenbacher | 1 | -3/+3 |
| 2023-01-18 | iomap/gfs2: Get page in page_prepare handler | Andreas Gruenbacher | 1 | -8/+13 |
| 2023-01-18 | iomap: Rename page_done handler to put_folio | Andreas Gruenbacher | 1 | -2/+2 |
| 2023-01-18 | iomap/gfs2: Unlock and put folio in page_done handler | Andreas Gruenbacher | 1 | -3/+12 |
| 2022-12-06 | gfs2: Always check inode size of inline inodes | Andreas Gruenbacher | 1 | -3/+0 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 1 | -3/+2 |
| 2022-05-13 | gfs2: Fix filesystem block deallocation for short writes | Andreas Gruenbacher | 1 | -6/+5 |
| 2022-03-03 | gfs2: Remove return value for gfs2_indirect_init | Bob Peterson | 1 | -4/+3 |
| 2022-02-15 | gfs2: gfs2_setattr_size error path fix | Andreas Gruenbacher | 1 | -1/+1 |
| 2021-11-06 | gfs2: Fix length of holes reported at end-of-file | Andreas Gruenbacher | 1 | -1/+1 |
| 2021-10-20 | gfs2: Move the inode glock locking to gfs2_file_buffered_write | Andreas Gruenbacher | 1 | -59/+1 |
| 2021-08-16 | iomap: remove the iomap arguments to ->page_{prepare,done} | Christoph Hellwig | 1 | -3/+2 |
| 2021-06-29 | gfs2: Clean up gfs2_unstuff_dinode | Andreas Gruenbacher | 1 | -31/+31 |
| 2021-04-09 | gfs2: Fix a number of kernel-doc warnings | Lee Jones | 1 | -1/+4 |
| 2021-04-03 | gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_buffer | Andreas Gruenbacher | 1 | -1/+1 |
| 2021-04-03 | gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent | Andreas Gruenbacher | 1 | -24/+0 |
| 2021-04-03 | gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent | Andreas Gruenbacher | 1 | -20/+39 |
| 2021-04-03 | gfs2: Add new gfs2_iomap_get helper | Andreas Gruenbacher | 1 | -30/+35 |
| 2021-02-23 | Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel... | Andreas Gruenbacher | 1 | -2/+2 |
| 2021-02-17 | gfs2: Use resource group glock sharing | Bob Peterson | 1 | -1/+1 |
| 2021-02-10 | gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end | Andreas Gruenbacher | 1 | -3/+3 |
| 2021-01-18 | gfs2: Only use struct gfs2_rbm for bitmap manipulations | Andreas Gruenbacher | 1 | -1/+1 |
| 2020-11-12 | Revert "gfs2: Ignore journal log writes for jdata holes" | Bob Peterson | 1 | -6/+2 |
| 2020-10-15 | gfs2: Ignore journal log writes for jdata holes | Bob Peterson | 1 | -2/+6 |
| 2020-10-15 | gfs2: simplify gfs2_block_map | Bob Peterson | 1 | -9/+5 |
| 2020-10-14 | gfs2: use iomap for buffered I/O in ordered and writeback mode | Christoph Hellwig | 1 | -12/+36 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-08-10 | Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 1 | -30/+39 |
| 2020-08-07 | gfs2: Never call gfs2_block_zero_range with an open transaction | Bob Peterson | 1 | -30/+39 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2020-05-08 | gfs2: Another gfs2_walk_metadata fix | Andreas Gruenbacher | 1 | -7/+9 |
| 2020-03-27 | gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put | Andreas Gruenbacher | 1 | -1/+2 |
| 2020-03-27 | gfs2: Change inode qa_data to allow multiple users | Bob Peterson | 1 | -1/+1 |
| 2020-03-27 | gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc | Bob Peterson | 1 | -1/+1 |
| 2020-03-27 | gfs2: Switch to list_{first,last}_entry | Andreas Gruenbacher | 1 | -2/+2 |
| 2019-12-05 | Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 1 | -2/+9 |
| 2019-11-07 | gfs2: Improve mmap write vs. punch_hole consistency | Andreas Gruenbacher | 1 | -2/+9 |
| 2019-10-21 | iomap: use a srcmap for a read-modify-write I/O | Goldwyn Rodrigues | 1 | -1/+2 |
| 2019-09-17 | gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps | Bob Peterson | 1 | -0/+1 |
| 2019-09-06 | gfs2: Improve mmap write vs. truncate consistency | Andreas Gruenbacher | 1 | -1/+1 |
| 2019-08-09 | gfs2: implement gfs2_block_zero_range using iomap_zero_range | Christoph Hellwig | 1 | -67/+1 |
| 2019-08-09 | gfs2: Add support for IOMAP_ZERO | Andreas Gruenbacher | 1 | -2/+10 |
| 2019-08-09 | gfs2: gfs2_iomap_begin cleanup | Andreas Gruenbacher | 1 | -52/+62 |
| 2019-08-09 | gfs2: gfs2_walk_metadata fix | Andreas Gruenbacher | 1 | -63/+101 |
| 2019-07-31 | gfs2: Inode dirtying fix | Andreas Gruenbacher | 1 | -3/+12 |
| 2019-07-10 | Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 1 | -8/+6 |
| 2019-07-10 | Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -0/+2 |
| 2019-07-04 | gfs2: Remove unused gfs2_iomap_alloc argument | Andreas Gruenbacher | 1 | -5/+4 |
| 2019-06-27 | iomap: don't mark the inode dirty in iomap_write_end | Andreas Gruenbacher | 1 | -0/+2 |
| 2019-06-27 | gfs2: replace more printk with calls to fs_info and friends | Bob Peterson | 1 | -3/+2 |
| 2019-06-14 | Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+4 |
| 2019-06-14 | gfs2: Fix rounding error in gfs2_iomap_page_prepare | Andreas Gruenbacher | 1 | -1/+4 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-07 | gfs2: Fix iomap write page reclaim deadlock | Andreas Gruenbacher | 1 | -40/+48 |
| 2019-05-07 | gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke} | Andreas Gruenbacher | 1 | -2/+2 |
| 2019-05-07 | gfs2: clean_journal improperly set sd_log_flush_head | Bob Peterson | 1 | -0/+26 |
| 2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+2 |
| 2019-05-01 | iomap: Add a page_prepare callback | Andreas Gruenbacher | 1 | -5/+10 |
| 2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
| 2018-12-18 | gfs2: take jdata unstuff into account in do_grow | Bob Peterson | 1 | -0/+2 |
| 2018-12-11 | gfs2: add more timing info to journal recovery process | Abhi Das | 1 | -2/+6 |
| 2018-11-16 | Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -27/+27 |
| 2018-11-16 | gfs2: Fix iomap buffer head reference counting bug | Andreas Gruenbacher | 1 | -23/+17 |
| 2018-11-09 | gfs2: Fix metadata read-ahead during truncate (2) | Andreas Gruenbacher | 1 | -4/+10 |
| 2018-10-24 | Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2018-10-12 | gfs2: Fix iomap buffered write support for journaled files (2) | Andreas Gruenbacher | 1 | -5/+1 |
| 2018-10-12 | gfs2: Pass resource group to rgblk_free | Andreas Gruenbacher | 1 | -2/+2 |
| 2018-10-09 | gfs2: Fix iomap buffered write support for journaled files | Andreas Gruenbacher | 1 | -0/+4 |
| 2018-07-25 | gfs2: Special-case rindex for gfs2_grow | Andreas Gruenbacher | 1 | -1/+1 |
| 2018-07-25 | Merge branch 'iomap-4.19-merge' into linux-gfs2/for-next | Andreas Gruenbacher | 1 | -1/+3 |
| 2018-07-24 | Merge branch 'iomap-write' into linux-gfs2/for-next | Andreas Gruenbacher | 1 | -72/+326 |
| 2018-07-02 | gfs2: iomap direct I/O support | Andreas Gruenbacher | 1 | -2/+12 |
| 2018-07-02 | gfs2: gfs2_extent_length cleanup | Andreas Gruenbacher | 1 | -16/+8 |
| 2018-07-02 | gfs2: iomap buffered write support | Andreas Gruenbacher | 1 | -28/+270 |
| 2018-07-02 | gfs2: Further iomap cleanups | Andreas Gruenbacher | 1 | -32/+42 |
| 2018-06-21 | gfs2: Minor clarification to __gfs2_punch_hole | Andreas Gruenbacher | 1 | -5/+5 |
| 2018-06-05 | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -5/+6 |
| 2018-06-04 | gfs2: Iomap cleanups and improvements | Andreas Gruenbacher | 1 | -86/+119 |
| 2018-06-04 | gfs2: Remove ordered write mode handling from gfs2_trans_add_data | Andreas Gruenbacher | 1 | -4/+8 |
| 2018-06-04 | gfs2: hole_size improvement | Andreas Gruenbacher | 1 | -57/+153 |
| 2018-06-04 | gfs2: Update find_metapath comment | Andreas Gruenbacher | 1 | -3/+2 |
| 2018-06-01 | iomap: move IOMAP_F_BOUNDARY to gfs2 | Christoph Hellwig | 1 | -3/+5 |
| 2018-06-01 | iomap: inline data should be an iomap type, not a flag | Christoph Hellwig | 1 | -2/+1 |
| 2018-04-16 | gfs2: Remove sdp->sd_jheightsize | Andreas Gruenbacher | 1 | -13/+1 |
| 2018-04-12 | GFS2: Minor improvements to comments and documentation | Bob Peterson | 1 | -1/+1 |
| 2018-03-29 | gfs2: Zero out fallocated blocks in fallocate_chunk | Andreas Gruenbacher | 1 | -13/+0 |
| 2018-03-23 | gfs2: Check for the end of metadata in punch_hole | Andreas Gruenbacher | 1 | -1/+9 |
| 2018-03-08 | gfs2: Improve gfs2_block_map comment | Andreas Gruenbacher | 1 | -4/+11 |
| 2018-03-07 | gfs2: Fixes to "Implement iomap for block_map" (2) | Andreas Gruenbacher | 1 | -3/+0 |
| 2018-02-13 | gfs2: Fixes to "Implement iomap for block_map" | Andreas Gruenbacher | 1 | -20/+23 |
| 2018-01-18 | gfs2: Add gfs2_max_stuffed_size | Andreas Gruenbacher | 1 | -6/+4 |
| 2018-01-18 | gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE) | Andreas Gruenbacher | 1 | -1/+121 |
| 2018-01-18 | gfs2: Turn trunc_dealloc into punch_hole | Andreas Gruenbacher | 1 | -59/+120 |
| 2018-01-18 | gfs2: Generalize truncate code | Andreas Gruenbacher | 1 | -47/+75 |
| 2018-01-17 | Turn gfs2_block_truncate_page into gfs2_block_zero_range | Andreas Gruenbacher | 1 | -8/+10 |
| 2018-01-17 | gfs2: Improve non-recursive delete algorithm | Andreas Gruenbacher | 1 | -20/+31 |
| 2018-01-17 | gfs2: Fix metadata read-ahead during truncate | Andreas Gruenbacher | 1 | -17/+25 |
| 2018-01-17 | gfs2: Clean up {lookup,fillup}_metapath | Andreas Gruenbacher | 1 | -44/+30 |
| 2018-01-17 | gfs2: Remove minor gfs2_journaled_truncate inefficiencies | Andreas Gruenbacher | 1 | -0/+13 |
| 2018-01-17 | gfs2: truncate: Remove unnecessary oldsize parameters | Andreas Gruenbacher | 1 | -10/+7 |
| 2018-01-17 | gfs2: Clean up trunc_start error path | Andreas Gruenbacher | 1 | -10/+5 |
| 2018-01-17 | gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use | Steven Whitehouse | 1 | -1/+1 |
| 2017-10-31 | GFS2: Implement iomap for block_map | Bob Peterson | 1 | -68/+205 |
| 2017-10-31 | GFS2: Make height info part of metapath | Bob Peterson | 1 | -47/+62 |
| 2017-09-25 | gfs2: Clarify gfs2_block_map | Andreas Gruenbacher | 1 | -4/+10 |
| 2017-08-30 | GFS2: Fix non-recursive truncate bug | Bob Peterson | 1 | -3/+16 |
| 2017-07-21 | gfs2: add flag REQ_PRIO for metadata I/O | Coly Li | 1 | -2/+3 |
| 2017-07-05 | Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2017-07-05 | gfs2: Protect gl->gl_object by spin lock | Andreas Gruenbacher | 1 | -1/+1 |
| 2017-05-08 | gfs2: replace CURRENT_TIME with current_time | Stephen Rothwell | 1 | -2/+2 |
| 2017-04-19 | GFS2: Non-recursive delete | Bob Peterson | 1 | -285/+456 |
| 2017-02-21 | Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+26 |
| 2017-01-05 | GFS2: Limit number of transaction blocks requested for truncates | Bob Peterson | 1 | -3/+26 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+4 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -4/+4 |
| 2016-08-02 | GFS2: use BIT() macro | Fabian Frederick | 1 | -3/+3 |
| 2016-07-20 | block: get rid of bio_rw and READA | Christoph Hellwig | 1 | -1/+2 |
| 2016-06-07 | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 1 | -1/+1 |
| 2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie | 1 | -1/+1 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -6/+6 |
| 2015-12-14 | GFS2: Make rgrp reservations part of the gfs2_inode structure | Bob Peterson | 1 | -8/+3 |
| 2015-11-24 | GFS2: Extract quota data from reservations structure (revert 5407e24) | Bob Peterson | 1 | -1/+1 |
| 2015-03-18 | gfs2: perform quota checks against allocation parameters | Abhi Das | 1 | -1/+1 |
| 2014-08-21 | GFS2: Change maxlen variables to size_t | Bob Peterson | 1 | -4/+5 |
| 2014-05-16 | GFS2: fs/gfs2/bmap.c: kernel-doc warning fixes | Fabian Frederick | 1 | -4/+4 |
| 2014-03-03 | GFS2: Clean up journal extent mapping | Steven Whitehouse | 1 | -0/+115 |
| 2013-10-02 | GFS2: Add allocation parameters structure | Steven Whitehouse | 1 | -1/+2 |
| 2013-09-27 | GFS2: Clean up reservation removal | Steven Whitehouse | 1 | -1/+3 |
| 2013-09-12 | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 1 | -2/+2 |
| 2013-06-27 | GFS2: Reserve journal space for quota change in do_grow | Bob Peterson | 1 | -1/+3 |
| 2013-06-03 | GFS2: Increase i_writecount during gfs2_setattr_size | Bob Peterson | 1 | -4/+13 |
| 2013-04-08 | GFS2: Remove vestigial parameter ip from function rs_deltree | Bob Peterson | 1 | -1/+1 |
| 2013-02-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-13 | gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE | Eric W. Biederman | 1 | -1/+1 |
| 2013-02-01 | GFS2: Get a block reservation before resizing a file | Bob Peterson | 1 | -0/+4 |
| 2013-01-29 | GFS2: Use ->writepages for ordered writes | Steven Whitehouse | 1 | -0/+2 |
| 2013-01-29 | GFS2: Split gfs2_trans_add_bh() into two | Steven Whitehouse | 1 | -12/+12 |
| 2012-11-13 | GFS2: Fix truncation of journaled data files | Steven Whitehouse | 1 | -3/+49 |
| 2012-11-07 | GFS2: Add Orlov allocator | Steven Whitehouse | 1 | -1/+1 |
| 2012-09-24 | GFS2: Add structure to contain rgrp, bitmap, offset tuple | Steven Whitehouse | 1 | -1/+1 |
| 2012-07-19 | GFS2: Reduce file fragmentation | Bob Peterson | 1 | -0/+3 |
| 2012-06-06 | GFS2: Fold quota data into the reservations struct | Bob Peterson | 1 | -13/+5 |
| 2012-05-11 | GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer | Bob Peterson | 1 | -2/+2 |
| 2012-04-24 | GFS2: Use variable rather than qa to determine if unstuff necessary | Bob Peterson | 1 | -2/+4 |
| 2012-04-05 | GFS2: Make sure rindex is uptodate before starting transactions | Bob Peterson | 1 | -1/+5 |
| 2012-03-20 | GFS2: Change truncate page allocation to be GFP_NOFS | Bob Peterson | 1 | -2/+2 |
| 2011-11-22 | GFS2: decouple quota allocations from block allocations | Bob Peterson | 1 | -10/+9 |
| 2011-11-21 | GFS2: move toward a generic multi-block allocator | Bob Peterson | 1 | -2/+2 |
| 2011-11-15 | GFS2: combine gfs2_alloc_block and gfs2_alloc_di | Bob Peterson | 1 | -2/+2 |
| 2011-11-08 | GFS2: More automated code analysis fixes | Steven Whitehouse | 1 | -3/+0 |
| 2011-10-21 | GFS2: Move readahead of metadata during deallocation into its own function | Steven Whitehouse | 1 | -19/+26 |
| 2011-10-21 | GFS2: rewrite fallocate code to write blocks directly | Benjamin Marzinski | 1 | -0/+12 |
| 2011-10-21 | GFS2: speed up delete/unlink performance for large files | Bob Peterson | 1 | -3/+23 |
| 2011-10-21 | GFS2: Use cached rgrp in gfs2_rlist_add() | Steven Whitehouse | 1 | -2/+2 |
| 2011-10-21 | GFS2: Call do_strip() directly from recursive_scan() | Steven Whitehouse | 1 | -78/+71 |
| 2011-10-21 | GFS2: Make resource groups "append only" during life of fs | Steven Whitehouse | 1 | -7/+0 |
| 2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+2 |
| 2011-07-20 | fs: move inode_dio_wait calls into ->setattr | Christoph Hellwig | 1 | -0/+2 |
| 2011-07-15 | GFS2: combine duplicated block freeing routines | Eric Sandeen | 1 | -10/+2 |
| 2011-05-21 | GFS2: Wipe directory hash table metadata when deallocating a directory | Steven Whitehouse | 1 | -0/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-02-24 | GFS2: deallocation performance patch | Bob Peterson | 1 | -5/+15 |
| 2010-11-30 | GFS2: Fix uninitialised error value in previous patch | Steven Whitehouse | 1 | -1/+1 |
| 2010-11-30 | GFS2: fix recursive locking during rindex truncates | Benjamin Marzinski | 1 | -2/+7 |
| 2010-09-28 | GFS2: reserve more blocks for transactions | Benjamin Marzinski | 1 | -1/+1 |
| 2010-09-20 | GFS2: Remove i_disksize | Steven Whitehouse | 1 | -7/+5 |
| 2010-09-20 | GFS2: New truncate sequence | Steven Whitehouse | 1 | -128/+119 |
| 2010-07-30 | GFS2: Fix typo in stuffed file data copy handling | Abhijith Das | 1 | -1/+1 |
| 2010-07-29 | GFS2: Simplify gfs2_write_alloc_required | Bob Peterson | 1 | -10/+5 |
| 2010-07-15 | GFS2: O_TRUNC not working on stuffed files across cluster | Bob Peterson | 1 | -0/+1 |
| 2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 1 | -7/+10 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |