Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
a1176734132c630b50908c36563e05fb3599682c
/
fs
/
gfs2
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
77cb271
gfs2: switch to use of errorfc() et.al.
by Al Viro
· 5 years ago
48ce73b
fs_parse: handle optional arguments sanely
by Al Viro
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
5eede62
fold struct fs_parameter_enum into struct constant_table
by Al Viro
· 5 years ago
2710c957a
fs_parse: get rid of ->enums
by Al Viro
· 5 years ago
6e5e41e
gfs2: fix O_SYNC write handling
by Andreas Gruenbacher
· 5 years ago
4c0e8dd
gfs2: move setting current->backing_dev_info
by Christoph Hellwig
· 5 years ago
7582026
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
by Abhi Das
· 5 years ago
a31b4ec
Revert "gfs2: eliminate tr_num_revoke_rm"
by Bob Peterson
· 5 years ago
c04f2e0
gfs2: remove unused LBIT macros
by Alex Shi
· 5 years ago
b3ca4e4
fs/gfs2: remove unused IS_DINODE and IS_LEAF macros
by Alex Shi
· 5 years ago
f7be987
gfs2: Remove GFS2_MIN_LVB_SIZE define
by Andreas Gruenbacher
· 5 years ago
5d43975
gfs2: Fix incorrect variable name
by Andreas Gruenbacher
· 5 years ago
2b0fb35
gfs2: Avoid access time thrashing in gfs2_inode_lookup
by Andreas Gruenbacher
· 5 years ago
e556280
gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepage
by Bob Peterson
· 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
3f1266e
Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
3b266a5
Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
ade4808
gfs2: Don't write log headers after file system withdraw
by Bob Peterson
· 5 years ago
8f81180
gfs2: Remove duplicate call from gfs2_create_inode
by Andreas Gruenbacher
· 5 years ago
2c47c1b
gfs2: clean up iopen glock mess in gfs2_create_inode
by Bob Peterson
· 5 years ago
d99724c
gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS
by Bob Peterson
· 5 years ago
52b1cdc
gfs2: Abort gfs2_freeze if io error is seen
by Bob Peterson
· 5 years ago
60528af
gfs2: Don't loop forever in gfs2_freeze if withdrawn
by Bob Peterson
· 5 years ago
f155f5e
gfs2: fix infinite loop in gfs2_ail1_flush on io error
by Bob Peterson
· 5 years ago
eb43e66
gfs2: Introduce function gfs2_withdrawn
by Bob Peterson
· 5 years ago
fe5e7ba
gfs2: fix glock reference problem in gfs2_trans_remove_revoke
by Bob Peterson
· 5 years ago
feed98a
gfs2: make gfs2_log_shutdown static
by Bob Peterson
· 5 years ago
19ebc05
gfs2: Remove active journal side effect from gfs2_write_log_header
by Andreas Gruenbacher
· 5 years ago
184b4e6
gfs2: Fix end-of-file handling in gfs2_page_mkwrite
by Andreas Gruenbacher
· 5 years ago
f53056c
gfs2: Multi-block allocations in gfs2_page_mkwrite
by Andreas Gruenbacher
· 5 years ago
39c3a94
gfs2: Improve mmap write vs. punch_hole consistency
by Andreas Gruenbacher
· 5 years ago
1a48049
gfs2: make gfs2_fs_parameters static
by Ben Dooks (Codethink)
· 5 years ago
f3b64b5
gfs2: Some whitespace cleanups
by Andreas Gruenbacher
· 5 years ago
098b9c1
gfs2: removed unnecessary semicolon
by Aliasgar Surti
· 5 years ago
d579814
gfs2: Fix initialisation of args for remount
by Andrew Price
· 5 years ago
30aecae
gfs2: Fix memory leak when gfs2meta's fs_context is freed
by Andrew Price
· 5 years ago
8d09807
gfs2: add compat_ioctl support
by Arnd Bergmann
· 6 years ago
c039b99
iomap: use a srcmap for a read-modify-write I/O
by Goldwyn Rodrigues
· 5 years ago
13ef954
iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()
by Jan Kara
· 5 years ago
0b36c9e
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
1f52aa0
gfs2: Convert gfs2 to fs_context
by Andrew Price
· 6 years ago
f0b444b
gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps
by Bob Peterson
· 5 years ago
b473bc2d
gfs2: Improve mmap write vs. truncate consistency
by Andreas Gruenbacher
· 5 years ago
ad26967
gfs2: Use async glocks for rename
by Bob Peterson
· 5 years ago
01123cf
gfs2: create function gfs2_glock_update_hold_time
by Andreas Gruenbacher
· 5 years ago
bc74aae
gfs2: separate holder for rgrps in gfs2_rename
by Bob Peterson
· 5 years ago
bccaef9
gfs2: Delete an unnecessary check before brelse()
by Markus Elfring
· 5 years ago
45eb050
gfs2: Minor PAGE_SIZE arithmetic cleanups
by Andreas Gruenbacher
· 5 years ago
8f0daef
gfs2: Fix recovery slot bumping
by Andreas Gruenbacher
· 5 years ago
98fb057
gfs2: Fix possible fs name overflows
by Bob Peterson
· 5 years ago
8c5ca11
gfs2: untangle the logic in gfs2_drevalidate
by Bob Peterson
· 5 years ago
0a6a4ab
gfs2: Always mark inode dirty in fallocate
by Andreas Gruenbacher
· 5 years ago
d403125
gfs2: Minor gfs2_alloc_inode cleanup
by Andreas Gruenbacher
· 5 years ago
2257e46
gfs2: implement gfs2_block_zero_range using iomap_zero_range
by Christoph Hellwig
· 6 years ago
72d36d0
gfs2: Add support for IOMAP_ZERO
by Andreas Gruenbacher
· 5 years ago
34aad20
gfs2: gfs2_iomap_begin cleanup
by Andreas Gruenbacher
· 6 years ago
a27a0c9
gfs2: gfs2_walk_metadata fix
by Andreas Gruenbacher
· 5 years ago
706cb54
gfs2: Inode dirtying fix
by Andreas Gruenbacher
· 5 years ago
5010fe9
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
0248a8b
Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 5 years ago
a47f5c5
Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
bb4cb25
gfs2: Remove unused gfs2_iomap_alloc argument
by Andreas Gruenbacher
· 6 years ago
35af80a
gfs2: don't use buffer_heads in gfs2_allocate_page_backing
by Christoph Hellwig
· 6 years ago
7770c93a
gfs2: use iomap_bmap instead of generic_block_bmap
by Christoph Hellwig
· 6 years ago
378b6cb
gfs2: mark stuffed_readpage static
by Christoph Hellwig
· 6 years ago
59c01c5
gfs2: merge gfs2_writepage_common into gfs2_writepage
by Christoph Hellwig
· 6 years ago
eadd7535
gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
by Christoph Hellwig
· 6 years ago
e0ec0a6
gfs2: remove the unused gfs2_stuffed_write_end function
by Christoph Hellwig
· 6 years ago
f3915f83
gfs2: use page_offset in gfs2_page_mkwrite
by Christoph Hellwig
· 6 years ago
5aca284
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
by Darrick J. Wong
· 6 years ago
8d3e72a
iomap: don't mark the inode dirty in iomap_write_end
by Andreas Gruenbacher
· 6 years ago
f29e62e
gfs2: replace more printk with calls to fs_info and friends
by Bob Peterson
· 6 years ago
3792ce9
gfs2: dump fsid when dumping glock problems
by Bob Peterson
· 6 years ago
55317f5
gfs2: simplify gfs2_freeze by removing case
by Bob Peterson
· 6 years ago
04aea0c
gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
by Bob Peterson
· 6 years ago
d14e1ca
gfs2: Warn when a journal replay overwrites a rgrp with buffers
by Bob Peterson
· 6 years ago
49eb776
gfs2: log which portion of the journal is replayed
by Bob Peterson
· 6 years ago
e955537
gfs2: eliminate tr_num_revoke_rm
by Bob Peterson
· 6 years ago
5b3a9f3
gfs2: kthread and remount improvements
by Bob Peterson
· 6 years ago
15a798f
gfs2: Use IS_ERR_OR_NULL
by Kefeng Wang
· 6 years ago
2a27b75
gfs2: Clean up freeing struct gfs2_sbd
by Andreas Gruenbacher
· 6 years ago
4066524
Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 6 years ago
2741b67
gfs2: Fix rounding error in gfs2_iomap_page_prepare
by Andreas Gruenbacher
· 6 years ago
ef254d1
gfs2: replace ktype default_attrs with default_groups
by Kimberly Brown
· 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
651bae9
Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 6 years ago
5a5ec83
gfs2: Fix sign extension bug in gfs2_update_stats
by Andreas Gruenbacher
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
fbcde19
gfs2: Fix error path kobject memory leak
by Tobin C. Harding
· 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
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
f4686c2
gfs2: read journal in large chunks
by Abhi Das
· 6 years ago
Next »