index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
Nikolay Borisov
4
-58
/
+57
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
7
-18
/
+16
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
6
-12
/
+429
2020-12-09
btrfs: disallow mixed-bg in ZONED mode
Naohiro Aota
1
-0
/
+6
2020-12-09
btrfs: disable fallocate in ZONED mode
Naohiro Aota
1
-0
/
+4
2020-12-09
btrfs: disallow NODATACOW in ZONED mode
Naohiro Aota
2
-0
/
+18
2020-12-09
btrfs: disallow space_cache in ZONED mode
Naohiro Aota
3
-2
/
+34
2020-12-09
btrfs: introduce max_zone_append_size
Naohiro Aota
3
-2
/
+19
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
7
-0
/
+143
2020-12-09
btrfs: get zone information of zoned block devices
Naohiro Aota
7
-3
/
+287
2020-12-09
fs/kernfs: remove the double check of dentry->inode
Hui Su
1
-2
/
+1
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
2
-8
/
+0
2020-12-09
xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
Darrick J. Wong
1
-1
/
+1
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
7
-46
/
+0
2020-12-09
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
2
-11
/
+69
2020-12-09
xfs: show the proper user quota options
Kaixu Xia
1
-4
/
+6
2020-12-09
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
1
-1
/
+0
2020-12-09
xfs: remove unnecessary null check in xfs_generic_create
Kaixu Xia
1
-4
/
+2
2020-12-09
xfs: directly return if the delta equal to zero
Kaixu Xia
1
-14
/
+9
2020-12-09
xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
Kaixu Xia
3
-19
/
+3
2020-12-09
xfs: delete duplicated tp->t_dqinfo null check and allocation
Kaixu Xia
1
-7
/
+0
2020-12-09
xfs: rename xfs_fc_* back to xfs_fs_*
Darrick J. Wong
1
-13
/
+13
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
8
-5
/
+37
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
5
-20
/
+23
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
8
-50
/
+32
2020-12-09
xfs: scrub should mark a directory corrupt if any entries cannot be iget'd
Darrick J. Wong
1
-3
/
+18
2020-12-09
xfs: fix parent pointer scrubber bailing out on unallocated inodes
Darrick J. Wong
1
-5
/
+5
2020-12-09
xfs: detect overflows in bmbt records
Darrick J. Wong
1
-0
/
+5
2020-12-09
xfs: trace log intent item recovery failures
Darrick J. Wong
2
-1
/
+22
2020-12-09
xfs: validate feature support when recovering rmap/refcount intents
Darrick J. Wong
2
-0
/
+6
2020-12-09
xfs: improve the code that checks recovered extent-free intent items
Darrick J. Wong
1
-7
/
+6
2020-12-09
xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover
Darrick J. Wong
1
-8
/
+25
2020-12-09
xfs: improve the code that checks recovered refcount intent items
Darrick J. Wong
1
-12
/
+11
2020-12-09
xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover
Darrick J. Wong
1
-21
/
+38
2020-12-09
xfs: improve the code that checks recovered rmap intent items
Darrick J. Wong
1
-12
/
+18
2020-12-09
xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover
Darrick J. Wong
1
-25
/
+42
2020-12-09
xfs: improve the code that checks recovered bmap intent items
Darrick J. Wong
1
-13
/
+13
2020-12-09
xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover
Darrick J. Wong
1
-27
/
+47
2020-12-09
xfs: enable the needsrepair feature
Darrick J. Wong
1
-1
/
+2
2020-12-09
xfs: define a new "needrepair" feature
Darrick J. Wong
2
-0
/
+14
2020-12-09
nfsd: Record NFSv4 pre/post-op attributes as non-atomic
Trond Myklebust
4
-2
/
+12
2020-12-09
nfsd: Set PF_LOCAL_THROTTLE on local filesystems only
Trond Myklebust
2
-3
/
+13
2020-12-09
nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALE
Trond Myklebust
1
-4
/
+12
2020-12-09
exportfs: Add a function to return the raw output from fh_to_dentry()
Trond Myklebust
1
-8
/
+24
2020-12-09
nfsd: close cached files prior to a REMOVE or RENAME that would replace target
Jeff Layton
2
-8
/
+10
2020-12-09
nfsd: allow filesystems to opt out of subtree checking
Jeff Layton
2
-1
/
+7
2020-12-09
nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
Jeff Layton
4
-3
/
+21
2020-12-09
Revert "nfsd4: support change_attr_type attribute"
J. Bruce Fields
2
-11
/
+0
2020-12-09
nfsd4: don't query change attribute in v2/v3 case
J. Bruce Fields
1
-5
/
+9
2020-12-09
nfsd: minor nfsd4_change_attribute cleanup
J. Bruce Fields
1
-8
/
+5
[prev]
[next]