index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
gfs2: Enable rgrplvb for sb_fs_format 1802
Andrew Price
3
-3
/
+15
2021-02-05
gfs2: Don't skip dlm unlock if glock has an lvb
Bob Peterson
1
-6
/
+2
2021-02-05
gfs2: Lock imbalance on error path in gfs2_recover_one
Andreas Gruenbacher
1
-1
/
+3
2021-02-03
gfs2: Move function gfs2_ail_empty_tr
Andreas Gruenbacher
1
-17
/
+17
2021-02-03
gfs2: Get rid of current_tail()
Andreas Gruenbacher
3
-37
/
+44
2021-02-03
gfs2: Use a tighter bound in gfs2_trans_begin
Andreas Gruenbacher
1
-2
/
+8
2021-02-03
gfs2: Clean up gfs2_log_reserve
Andreas Gruenbacher
2
-35
/
+26
2021-02-03
gfs2: Don't wait for journal flush in clean_journal
Andreas Gruenbacher
1
-3
/
+2
2021-02-03
gfs2: Move lock flush locking to gfs2_trans_{begin,end}
Andreas Gruenbacher
3
-33
/
+16
2021-02-03
gfs2: Get rid of sd_reserving_log
Andreas Gruenbacher
6
-18
/
+19
2021-02-03
gfs2: Clean up on-stack transactions
Andreas Gruenbacher
5
-42
/
+38
2021-02-03
gfs2: Use sb_start_intwrite in gfs2_ail_empty_gl
Andreas Gruenbacher
2
-6
/
+7
2021-01-25
gfs2: keep bios separate for each journal
Bob Peterson
5
-13
/
+16
2021-01-25
gfs2: fix glock confusion in function signal_our_withdraw
Bob Peterson
1
-7
/
+9
2021-01-25
Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal"
Bob Peterson
1
-1
/
+0
2021-01-25
gfs2: Fix invalid block size message
Andrew Price
1
-1
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
5
-25
/
+39
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
acl: handle idmapped mounts
Christian Brauner
3
-2
/
+4
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-2
/
+2
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2021-01-23
iomap: pass a flags argument to iomap_dio_rw
Christoph Hellwig
1
-5
/
+2
2021-01-22
gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cache
Zhaoyang Huang
1
-2
/
+2
2021-01-19
gfs2: Clean up ail2_empty
Andreas Gruenbacher
1
-17
/
+21
2021-01-19
gfs2: Rename gfs2_{write => flush}_revokes
Andreas Gruenbacher
3
-4
/
+4
2021-01-19
gfs2: Minor debugging improvement
Andreas Gruenbacher
1
-2
/
+2
2021-01-19
gfs2: Some documentation updates
Andreas Gruenbacher
1
-13
/
+11
2021-01-19
gfs2: Minor gfs2_write_revokes cleanups
Andreas Gruenbacher
1
-3
/
+5
2021-01-19
gfs2: Simplify the buf_limit and databuf_limit definitions
Andreas Gruenbacher
1
-15
/
+2
2021-01-19
gfs2: Un-obfuscate function jdesc_find_i
Andreas Gruenbacher
1
-10
/
+3
2021-01-18
gfs2: Set GBF_FULL flags when reading resource group
Andreas Gruenbacher
1
-2
/
+19
2021-01-18
gfs2: Don't clear GBF_FULL flags in rs_deltree
Andreas Gruenbacher
1
-24
/
+1
2021-01-18
Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"
Andreas Gruenbacher
1
-2
/
+1
2021-01-18
gfs2: Minor gfs2_inplace_reserve cleanup
Andreas Gruenbacher
1
-6
/
+8
2021-01-18
gfs2: Get rid of unnecessary variable in gfs2_alloc_blocks
Andreas Gruenbacher
1
-6
/
+1
2021-01-18
gfs2: Only use struct gfs2_rbm for bitmap manipulations
Andreas Gruenbacher
5
-97
/
+101
2021-01-18
gfs2: Turn gfs2_rbm_incr into gfs2_rbm_add
Andreas Gruenbacher
1
-22
/
+33
2021-01-13
gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
Eric Biggers
1
-2
/
+2
2021-01-13
fs: don't call ->dirty_inode for lazytime timestamp updates
Eric Biggers
1
-2
/
+0
2020-12-31
gfs2: make gfs2_log_write_page static
Bob Peterson
2
-2
/
+1
2020-12-23
gfs2: move freeze glock outside the make_fs_rw and _ro functions
Bob Peterson
3
-39
/
+33
2020-12-23
gfs2: Add common helper for holding and releasing the freeze glock
Bob Peterson
5
-37
/
+47
2020-12-03
gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs only
Bob Peterson
1
-1
/
+1
2020-12-03
gfs2: Remove sb_start_write from gfs2_statfs_sync
Bob Peterson
1
-2
/
+0
2020-12-01
gfs2: remove trailing semicolons from macro definitions
Tom Rix
1
-3
/
+3
2020-12-01
Revert "GFS2: Prevent delete work from occurring on glocks used for create"
Andreas Gruenbacher
3
-14
/
+1
2020-12-01
gfs2: Make inode operations static
Andreas Gruenbacher
2
-6
/
+7
2020-12-01
gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_func
Andreas Gruenbacher
1
-10
/
+11
2020-11-26
gfs2: Upgrade shared glocks for atime updates
Andreas Gruenbacher
1
-0
/
+21
[prev]
[next]