Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fbecef131676c1d18e8e6b42c04e10dc49725e96
/
fs
/
gfs2
3e7aafc
GFS2: Minor improvements to comments and documentation
by Bob Peterson
· 7 years ago
3fd5d3a
gfs2: Stop using rhashtable_walk_peek
by Andreas Gruenbacher
· 7 years ago
9022ca6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
5e86d9d
gfs2: time journal recovery steps accurately
by Abhi Das
· 7 years ago
fffb641
gfs2: Zero out fallocated blocks in fallocate_chunk
by Andreas Gruenbacher
· 7 years ago
0e11f64
fs: move I_DIRTY_INODE to fs.h
by Christoph Hellwig
· 7 years ago
937d330
gfs2: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) calls
by Christoph Hellwig
· 7 years ago
bb491ce
gfs2: Check for the end of metadata in punch_hole
by Andreas Gruenbacher
· 7 years ago
ee6ed85
gfs2: gfs2_iomap_end tracepoint: log block address
by Andreas Gruenbacher
· 7 years ago
d39d18e
gfs2: Improve gfs2_block_map comment
by Andreas Gruenbacher
· 7 years ago
b9e03f1
GFS2: Only set PageChecked for jdata pages
by Bob Peterson
· 7 years ago
9bc980c
GFS2: Make function gfs2_remove_from_ail static
by Bob Peterson
· 7 years ago
83998cc
gfs2: Dirty source inode during rename
by Andreas Gruenbacher
· 7 years ago
174d123
gfs2: Fix fallocate chunk size
by Andreas Gruenbacher
· 7 years ago
3b5da96
gfs2: Fixes to "Implement iomap for block_map" (2)
by Andreas Gruenbacher
· 7 years ago
49edd5b
gfs2: Fixes to "Implement iomap for block_map"
by Andreas Gruenbacher
· 7 years ago
7ac07fd
gfs2: Glock dump performance regression fix
by Andreas Gruenbacher
· 7 years ago
dcb2cd5
gfs2: Fix the crc32c dependency
by Andreas Gruenbacher
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
af38816
gfs2: Add a few missing newlines in messages
by Andreas Gruenbacher
· 7 years ago
957a7ac
gfs2: Remove inode from ordered write list in gfs2_write_inode()
by Abhi Das
· 7 years ago
2eb5909
GFS2: Don't try to end a non-existent transaction in unlink
by Bob Peterson
· 7 years ago
4519eaa
GFS2: Fix minor comment typo
by Bob Peterson
· 7 years ago
805c0907
GFS2: Log the reason for log flushes in every log header
by Bob Peterson
· 7 years ago
c1696fb
GFS2: Introduce new gfs2_log_header_v2
by Bob Peterson
· 7 years ago
0ff5916
gfs2: Get rid of gfs2_log_header_in
by Andreas Gruenbacher
· 7 years ago
88b65ce
gfs2: Minor gfs2_page_add_databufs cleanup
by Andreas Gruenbacher
· 7 years ago
235628c
gfs2: Add gfs2_max_stuffed_size
by Andreas Gruenbacher
· 7 years ago
9db115a
gfs2: Typo fixes
by Andreas Gruenbacher
· 7 years ago
786ebd9
Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
by Bob Peterson
· 7 years ago
4e56a64
gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
by Andreas Gruenbacher
· 7 years ago
10d2cf9
gfs2: Turn trunc_dealloc into punch_hole
by Andreas Gruenbacher
· 7 years ago
5cf26b1
gfs2: Generalize truncate code
by Andreas Gruenbacher
· 7 years ago
bdba0d5
Turn gfs2_block_truncate_page into gfs2_block_zero_range
by Andreas Gruenbacher
· 7 years ago
cb7f090
gfs2: Improve non-recursive delete algorithm
by Andreas Gruenbacher
· 7 years ago
c3ce5aa
gfs2: Fix metadata read-ahead during truncate
by Andreas Gruenbacher
· 7 years ago
e8b43fe
gfs2: Clean up {lookup,fillup}_metapath
by Andreas Gruenbacher
· 7 years ago
e7fdf00
gfs2: Remove minor gfs2_journaled_truncate inefficiencies
by Andreas Gruenbacher
· 7 years ago
8b5860a
gfs2: truncate: Remove unnecessary oldsize parameters
by Andreas Gruenbacher
· 7 years ago
80990f4
gfs2: Clean up trunc_start error path
by Andreas Gruenbacher
· 7 years ago
da5eb9c
gfs2: Remove pointless BUG_ON
by Andreas Gruenbacher
· 7 years ago
90bcab9
gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use
by Steven Whitehouse
· 7 years ago
1f23bc7
gfs2: Trim the ordered write list in gfs2_ordered_write()
by Abhi Das
· 7 years ago
588bff9
GFS2: Reduce code redundancy writing log headers
by Bob Peterson
· 7 years ago
850d2d9
gfs2: Add a crc field to resource group headers
by Andrew Price
· 7 years ago
166725d
gfs2: Add rindex fields to rgrp headers
by Andrew Price
· 7 years ago
65adc27
gfs2: Add a next-resource-group pointer to resource groups
by Andrew Price
· 7 years ago
97a6ec4
rhashtable: Change rhashtable_walk_start to return void
by Tom Herbert
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
9aa0159
gfs2: Remove unused gfs2_write_jdata_pagevec parameter
by Andreas Gruenbacher
· 7 years ago
8b0d7f5
gfs2: Fix wrong error handling in init_gfs2_fs()
by Tetsuo Handa
· 7 years ago
a18c78c
GFS2: Combine gfs2_free_di with gfs2_free_uninit_di
by Bob Peterson
· 7 years ago
8667982
mm, pagevec: remove cold parameter for pagevecs
by Mel Gorman
· 7 years ago
67fd707
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
by Jan Kara
· 7 years ago
d2bc5b3
gfs2: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
29309a4
Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
d0920a9
gfs2: Allow gfs2_xattr_set to be called with the glock held
by Andreas Gruenbacher
· 7 years ago
b2623c2
gfs2: Add support for statx inode flags
by Andreas Gruenbacher
· 7 years ago
b16f7e5
gfs2: Fix and clean up {GET,SET}FLAGS ioctl
by Andreas Gruenbacher
· 7 years ago
61d6899
gfs2: Fix a harmless typo
by Andreas Gruenbacher
· 7 years ago
6862c44
gfs2: Fix xattr fsync
by Andreas Gruenbacher
· 7 years ago
cc555b09
GFS2: Take inode off order_write list when setting jdata flag
by Bob Peterson
· 7 years ago
adbc3dd
GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL
by Bob Peterson
· 7 years ago
3a27411
gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap
by Andreas Gruenbacher
· 8 years ago
aac1a55
GFS2: Switch fiemap implementation to use iomap
by Bob Peterson
· 8 years ago
3974320
GFS2: Implement iomap for block_map
by Bob Peterson
· 8 years ago
5f8bd44
GFS2: Make height info part of metapath
by Bob Peterson
· 8 years ago
0c9a66e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Andreas Gruenbacher
· 7 years ago
1776364
Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
c2c4be2
gfs2: Always update inode ctime in set_acl
by Andreas Gruenbacher
· 7 years ago
38eedf2
gfs2: Support negative atimes
by Andreas Gruenbacher
· 7 years ago
9b7c2dd
gfs2: Update ctime in setflags ioctl
by Andreas Gruenbacher
· 7 years ago
20cdc19
gfs2: Clarify gfs2_block_map
by Andreas Gruenbacher
· 7 years ago
1020165
gfs2: Fix debugfs glocks dump
by Andreas Gruenbacher
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
ec3604c
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
77d0ab6
Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
309e8cd
gfs2: preserve i_mode if __gfs2_set_acl() fails
by Ernesto A. Fernández
· 7 years ago
54aae14
gfs2: don't return ENODATA in __gfs2_xattr_set unless replacing
by Ernesto A. Fernández
· 7 years ago
c4a9d18
GFS2: Fix non-recursive truncate bug
by Bob Peterson
· 7 years ago
d296b15
gfs2: constify rhashtable_params
by Arvind Yadav
· 7 years ago
7023a0b
GFS2: Fix gl_object warnings
by Andreas Gruenbacher
· 7 years ago
27c3b41
GFS2: Fix up some sparse warnings
by Bob Peterson
· 7 years ago
561b796
gfs2: Silence gcc format-truncation warning
by Andreas Gruenbacher
· 7 years ago
942b0cd
GFS2: Withdraw for IO errors writing to the journal or statfs
by Bob Peterson
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
cc1dfa8
gfs2: fix slab corruption during mounting and umounting gfs file system
by Thomas Tai
· 7 years ago
b066a4eeb
gfs2: forcibly flush ail to relieve memory pressure
by Abhi Das
· 7 years ago
a91323e
gfs2: Clean up waiting on glocks
by Andreas Gruenbacher
· 7 years ago
6a1c8f6
gfs2: Defer deleting inodes under memory pressure
by Andreas Gruenbacher
· 7 years ago
71c1b213
gfs2: gfs2_evict_inode: Put glocks asynchronously
by Andreas Gruenbacher
· 7 years ago
eebd2e8
gfs2: Get rid of gfs2_set_nlink
by Andreas Gruenbacher
· 7 years ago
0515480
gfs2: gfs2_glock_get: Wait on freeing glocks
by Andreas Gruenbacher
· 7 years ago
61b91cf
gfs2: Fix trivial typos
by Andreas Gruenbacher
· 7 years ago
b2fb7da
GFS2: Delete debugfs files only after we evict the glocks
by Bob Peterson
· 7 years ago
645ebd4
GFS2: Don't waste time locking lru_lock for non-lru glocks
by Bob Peterson
· 7 years ago
2d821a8
GFS2: Don't bother trying to add rgrps to the lru list
by Bob Peterson
· 7 years ago
240c623
GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode
by Bob Peterson
· 7 years ago
Next »