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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
Revert "btrfs: compression: drop kmap/kunmap from zstd"
David Sterba
1
-9
/
+18
2021-10-27
Revert "btrfs: compression: drop kmap/kunmap from generic helpers"
David Sterba
2
-2
/
+4
2021-10-07
btrfs: fix abort logic in btrfs_replace_file_extents
Josef Bacik
1
-7
/
+9
2021-10-07
btrfs: check for error when looking up inode during dir entry replay
Filipe Manana
1
-7
/
+7
2021-10-07
btrfs: unify lookup return value when dir entry is missing
Filipe Manana
3
-22
/
+42
2021-10-07
btrfs: deal with errors when adding inode reference during log replay
Filipe Manana
1
-2
/
+7
2021-10-07
btrfs: deal with errors when replaying dir entry during log replay
Filipe Manana
1
-1
/
+8
2021-10-07
btrfs: deal with errors when checking if a dir entry exists during log replay
Filipe Manana
1
-18
/
+29
2021-10-07
btrfs: update refs for any root except tree log roots
Josef Bacik
1
-2
/
+1
2021-10-07
btrfs: unlock newly allocated extent buffer after error
Qu Wenruo
1
-0
/
+1
2021-09-17
btrfs: prevent __btrfs_dump_space_info() to underflow its free space
Qu Wenruo
1
-2
/
+3
2021-09-17
btrfs: fix mount failure due to past and transient device flush error
Filipe Manana
1
-0
/
+13
2021-09-17
btrfs: fix transaction handle leak after verity rollback failure
Filipe Manana
1
-2
/
+4
2021-09-17
btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling
Qu Wenruo
1
-1
/
+12
2021-09-07
btrfs: zoned: fix double counting of split ordered extent
Naohiro Aota
1
-0
/
+8
2021-09-07
btrfs: fix lockdep warning while mounting sprout fs
Anand Jain
1
-3
/
+4
2021-09-07
btrfs: delay blkdev_put until after the device remove
Josef Bacik
3
-11
/
+30
2021-09-07
btrfs: update the bdev time directly when closing
Josef Bacik
1
-8
/
+10
2021-09-07
btrfs: use correct header for div_u64 in misc.h
Kari Argillander
1
-1
/
+1
2021-09-07
btrfs: fix upper limit for max_inline for page size 64K
Anand Jain
1
-24
/
+24
2021-08-23
btrfs: reset replace target device to allocation state on close
Desmond Cheong Zhi Xi
1
-0
/
+3
2021-08-23
btrfs: zoned: fix ordered extent boundary calculation
Naohiro Aota
1
-6
/
+7
2021-08-23
btrfs: do not do preemptive flushing if the majority is global rsv
Josef Bacik
1
-0
/
+14
2021-08-23
btrfs: reduce the preemptive flushing threshold to 90%
Josef Bacik
1
-1
/
+1
2021-08-23
btrfs: tree-log: check btrfs_lookup_data_extent return value
Marcos Paulo de Souza
1
-1
/
+3
2021-08-23
btrfs: avoid unnecessarily logging directories that had no changes
Filipe Manana
1
-0
/
+7
2021-08-23
btrfs: allow idmapped mount
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: handle ACLs on idmapped mounts
Christian Brauner
1
-5
/
+6
2021-08-23
btrfs: allow idmapped INO_LOOKUP_USER ioctl
Christian Brauner
1
-3
/
+4
2021-08-23
btrfs: allow idmapped SUBVOL_SETFLAGS ioctl
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctls
Christian Brauner
1
-3
/
+4
2021-08-23
btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolids
Christian Brauner
1
-11
/
+16
2021-08-23
btrfs: allow idmapped SNAP_DESTROY ioctls
Christian Brauner
1
-7
/
+20
2021-08-23
btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls
Christian Brauner
3
-23
/
+32
2021-08-23
btrfs: check whether fsgid/fsuid are mapped during subvolume creation
Christian Brauner
1
-0
/
+2
2021-08-23
btrfs: allow idmapped permission inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped setattr inode op
Christian Brauner
1
-4
/
+3
2021-08-23
btrfs: allow idmapped tmpfile inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped symlink inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped mkdir inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped create inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped mknod inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped getattr inode op
Christian Brauner
1
-1
/
+1
2021-08-23
btrfs: allow idmapped rename inode op
Christian Brauner
1
-7
/
+10
2021-08-23
btrfs: handle idmaps in btrfs_new_inode()
Christian Brauner
1
-15
/
+19
2021-08-23
namei: add mapping aware lookup helper
Christian Brauner
2
-6
/
+38
2021-08-23
btrfs: sysfs: document structures and their associated files
Anand Jain
1
-16
/
+75
2021-08-23
btrfs: fix NULL pointer dereference when deleting device by invalid id
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: zoned: add asserts on splitting extent_map
Naohiro Aota
1
-6
/
+6
2021-08-23
btrfs: zoned: fix block group alloc_offset calculation
Naohiro Aota
1
-2
/
+5
[next]