Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d4f7d322a4ad1d1a280f1b1f36df8d0eb855966c
/
fs
/
gfs2
/
lops.c
55e6f8b
treewide: Change list_sort to use const pointers
by Sami Tolvanen
· 3 years, 9 months ago
4a55752
gfs2: Split up gfs2_meta_sync into inode and rgrp versions
by Bob Peterson
· 4 years, 3 months ago
bedb0f0
gfs2: Recover statfs info in journal head
by Abhi Das
· 4 years, 3 months ago
3f649ab
treewide: Remove uninitialized_var() usage
by Kees Cook
· 4 years, 8 months ago
20be493
gfs2: Even more gfs2_find_jhead fixes
by Andreas Gruenbacher
· 4 years, 8 months ago
aa83da7
gfs2: More gfs2_find_jhead fixes
by Andreas Gruenbacher
· 4 years, 9 months ago
969183b
gfs2: Switch to list_{first,last}_entry
by Andreas Gruenbacher
· 5 years ago
f05b86d
gfs2: Prepare to withdraw as soon as an IO error occurs in log write
by Bob Peterson
· 6 years ago
f34a6135
gfs2: Only complain the first time an io error occurs in quota or log
by Bob Peterson
· 6 years ago
7582026
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
by Abhi Das
· 5 years ago
2e9eeaa
gfs2: eliminate ssize parameter from gfs2_struct2blk
by Bob Peterson
· 5 years ago
eed0f95
gfs2: Another gfs2_find_jhead fix
by Andreas Gruenbacher
· 5 years ago
fe5e7ba
gfs2: fix glock reference problem in gfs2_trans_remove_revoke
by Bob Peterson
· 5 years ago
19ebc05
gfs2: Remove active journal side effect from gfs2_write_log_header
by Andreas Gruenbacher
· 5 years ago
3792ce9
gfs2: dump fsid when dumping glock problems
by Bob Peterson
· 6 years ago
d14e1ca
gfs2: Warn when a journal replay overwrites a rgrp with buffers
by Bob Peterson
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
638803d
Revert "gfs2: Replace gl_revokes with a GLF flag"
by Bob Peterson
· 6 years ago
7336d0e
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
by Thomas Gleixner
· 6 years ago
ef75bd7
Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 6 years ago
f4686c2
gfs2: read journal in large chunks
by Abhi Das
· 6 years ago
a5b1d3f
gfs2: Rename sd_log_le_{revoke,ordered}
by Andreas Gruenbacher
· 6 years ago
32ac43f
gfs2: Remove unnecessary extern declarations
by Andreas Gruenbacher
· 6 years ago
73118ca
gfs2: Replace gl_revokes with a GLF flag
by Bob Peterson
· 6 years ago
9287c64
gfs2: Fix occasional glock use-after-free
by Andreas Gruenbacher
· 6 years ago
7c70b89
gfs2: clean_journal improperly set sd_log_flush_head
by Bob Peterson
· 6 years ago
2b070cf
block: remove the i argument to bio_for_each_segment_all
by Christoph Hellwig
· 6 years ago
80201fe
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
6dc4f10
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
by Ming Lei
· 6 years ago
23e93c9
Revert "gfs2: read journal in large chunks to locate the head"
by Bob Peterson
· 6 years ago
2a5f14f
gfs2: read journal in large chunks to locate the head
by Abhi Das
· 6 years ago
5b84609
gfs2: changes to gfs2_log_XXX_bio
by Abhi Das
· 6 years ago
281b495
gfs2: Rename bitmap.bi_{len => bytes}
by Andreas Gruenbacher
· 6 years ago
9e1a9ec
gfs2: Don't withdraw under a spin lock
by Andreas Gruenbacher
· 7 years ago
4519eaa
GFS2: Fix minor comment typo
by Bob Peterson
· 7 years ago
c1696fb
GFS2: Introduce new gfs2_log_header_v2
by Bob Peterson
· 7 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 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
088737f
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 8 years ago
87354e5
buffer: set errors in mapping at the time that the error occurs
by Jeff Layton
· 8 years ago
c96e6da
Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 8 years ago
6f6597ba
gfs2: Protect gl->gl_object by spin lock
by Andreas Gruenbacher
· 8 years ago
722f6f6
GFS2: Eliminate vestigial sd_log_flush_wrapped
by Bob Peterson
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
f729b66
gfs2: remove the unused sd_log_error field
by Christoph Hellwig
· 8 years ago
ef295ec
block: better op and flags encoding
by Christoph Hellwig
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
e1cb6be
GFS2: Fix gfs2_replay_incr_blk for multiple journal sizes
by Bob Peterson
· 8 years ago
e1b1afa
gfs2: use bio op accessors
by Mike Christie
· 9 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 9 years ago
01cab55
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 9 years ago
15562c4
GFS2: Move glock superblock pointer to field gl_name
by Bob Peterson
· 10 years ago
b54ffb7
block: remove bio_get_nr_vecs()
by Kent Overstreet
· 10 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
5a7c669
GFS2: lops.c: replace 0 by NULL for pointers
by Fabian Frederick
· 11 years ago
a17d758b
GFS2: Move recovery variables to journal structure in memory
by Bob Peterson
· 11 years ago
b50f227
GFS2: Clean up journal extent mapping
by Steven Whitehouse
· 11 years ago
022ef4f
GFS2: Move log buffer accounting to transaction
by Steven Whitehouse
· 11 years ago
d69a3c6
GFS2: Move log buffer lists into transaction
by Steven Whitehouse
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
70d4ee9
GFS2: Use only a single address space for rgrps
by Steven Whitehouse
· 11 years ago
5ea5050
GFS2: Implement a "rgrp has no extents longer than X" scheme
by Bob Peterson
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
7c0ef28
GFS2: Move gfs2_sync_meta to lops.c
by Steven Whitehouse
· 12 years ago
5d05496
GFS2: aggressively issue revokes in gfs2_log_flush
by Benjamin Marzinski
· 12 years ago
cd51e61e
GFS2: Eliminate gfs2_rg_lops
by Bob Peterson
· 12 years ago
7f63257
GFS2: Sort buffer lists by inplace block number
by Benjamin Marzinski
· 12 years ago
4a58681
GFS2: Set log descriptor type for jdata blocks
by Bob Peterson
· 12 years ago
e97e548
GFS2: Fix typo in gfs2_log_end_write loop
by Steven Whitehouse
· 12 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
16ca941
GFS2: replace gfs2_ail structure with gfs2_trans
by Benjamin Marzinski
· 12 years ago
f73a1c7
block: Add bio_end_sector()
by Kent Overstreet
· 12 years ago
767f433
GFS2: Copy gfs2_trans_add_bh into new data/meta functions
by Steven Whitehouse
· 12 years ago
75f2b87
GFS2: Merge revoke adding functions
by Steven Whitehouse
· 12 years ago
96e5d1d
GFS2: Test bufdata with buffer locked and gfs2_log_lock held
by Benjamin Marzinski
· 12 years ago
73738a7
GFS2: Clean up some unused assignments
by Andrew Price
· 12 years ago
1b8ba31
GFS2: Fix error handling when reading an invalid block from the journal
by Steven Whitehouse
· 13 years ago
c0752aa
GFS2: eliminate log elements and simplify
by Bob Peterson
· 13 years ago
144a4c2
GFS2: Log code fixes
by Steven Whitehouse
· 13 years ago
c50b91c
GFS2: Remove bd_list_tr
by Steven Whitehouse
· 13 years ago
dad30e9
GFS2: Remove duplicate log code
by Steven Whitehouse
· 13 years ago
e8c92ed
GFS2: Clean up log write code path
by Steven Whitehouse
· 13 years ago
14e5f18
GFS2: Make gfs2_log_fake_buf() write the buffer too
by Steven Whitehouse
· 13 years ago
ad12ab2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 13 years ago
d934928
gfs2: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
75ca61c1
GFS2: Remove a __GFP_NOFAIL allocation
by Steven Whitehouse
· 13 years ago
66fc061
GFS2: FITRIM ioctl support
by Steven Whitehouse
· 13 years ago
47ac553
GFS2: Move two functions from log.c to lops.c
by Steven Whitehouse
· 13 years ago
891a8e9
GFS2: Misc fixes
by Steven Whitehouse
· 13 years ago
7c9ca62
GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme
by Bob Peterson
· 13 years ago
f42ab08
GFS2: Optimise glock lru and end of life inodes
by Steven Whitehouse
· 14 years ago
29687a2
GFS2: Alter point of entry to glock lru list for glocks with an address_space
by Steven Whitehouse
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
c618e87
GFS2: Update to AIL list locking
by Steven Whitehouse
· 14 years ago
d6a079e
GFS2: introduce AIL lock
by Dave Chinner
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
bc015cb
GFS2: Use RCU for glock hash table
by Steven Whitehouse
· 14 years ago
5e687ea
GFS2: Various gfs2_logd improvements
by Benjamin Marzinski
· 15 years ago
e588463
GFS2: ordered writes are backwards
by Dave Chinner
· 15 years ago
Next »