index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hwmon
/
lochnagar.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
ovl: refactor layer parsing helpers
Amir Goldstein
1
-54
/
+67
2023-10-30
ovl: store and show the user provided lowerdir mount option
Amir Goldstein
3
-24
/
+28
2023-10-30
ovl: remove unused code in lowerdir param parsing
Amir Goldstein
1
-79
/
+16
2023-10-30
ovl: Add documentation on nesting of overlayfs mounts
Alexander Larsson
1
-0
/
+23
2023-10-30
ovl: Add an alternative type of whiteout
Alexander Larsson
6
-15
/
+88
2023-10-30
ovl: Support escaped overlay.* xattrs
Alexander Larsson
2
-3
/
+85
2023-10-30
ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macros
Alexander Larsson
2
-2
/
+4
2023-10-30
ovl: Move xattr support to new xattrs.c file
Amir Goldstein
5
-196
/
+207
2023-10-30
ovl: do not encode lower fh with upper sb_writers held
Amir Goldstein
5
-43
/
+104
2023-10-30
ovl: do not open/llseek lower file with upper sb_writers held
Amir Goldstein
2
-23
/
+61
2023-10-30
ovl: reorder ovl_want_write() after ovl_inode_lock()
Amir Goldstein
5
-87
/
+84
2023-10-30
ovl: split ovl_want_write() into two helpers
Amir Goldstein
2
-0
/
+30
2023-10-30
ovl: add helper ovl_file_modified()
Amir Goldstein
1
-7
/
+11
2023-10-30
ovl: protect copying of realinode attributes to ovl inode
Amir Goldstein
1
-0
/
+2
2023-10-30
ovl: punt write aio completion to workqueue
Amir Goldstein
2
-1
/
+42
2023-10-30
ovl: propagate IOCB_APPEND flag on writes to realfile
Amir Goldstein
1
-1
/
+1
2023-10-30
ovl: use simpler function to convert iocb to rw flags
Amir Goldstein
1
-17
/
+11
2023-10-30
Linux 6.6
v6.6
Linus Torvalds
1
-1
/
+1
2023-10-28
porting: update locking requirements
Christian Brauner
1
-0
/
+7
2023-10-28
fs: assert that open_mutex isn't held over holder ops
Christian Brauner
1
-0
/
+1
2023-10-28
block: assert that we're not holding open_mutex over blk_report_disk_dead
Christian Brauner
1
-0
/
+7
2023-10-28
block: move bdev_mark_dead out of disk_check_media_change
Christoph Hellwig
4
-18
/
+17
2023-10-28
block: WARN_ON_ONCE() when we remove active partitions
Christian Brauner
1
-13
/
+17
2023-10-28
block: simplify bdev_del_partition()
Christian Brauner
1
-1
/
+12
2023-10-28
fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
Jan Kara
3
-22
/
+38
2023-10-28
jfs: fix log->bdev_handle null ptr deref in lbmStartIO
Lizhi Xu
1
-1
/
+5
2023-10-28
bcache: Fixup error handling in register_cache()
Jan Kara
1
-13
/
+10
2023-10-28
xfs: Convert to bdev_open_by_path()
Jan Kara
3
-31
/
+36
2023-10-28
reiserfs: Convert to bdev_open_by_dev/path()
Jan Kara
3
-36
/
+33
2023-10-28
ocfs2: Convert to use bdev_open_by_dev()
Jan Kara
1
-36
/
+45
2023-10-28
nfs/blocklayout: Convert to use bdev_open_by_dev/path()
Jan Kara
2
-40
/
+38
2023-10-28
jfs: Convert to bdev_open_by_dev()
Jan Kara
3
-16
/
+18
2023-10-28
f2fs: Convert to bdev_open_by_dev/path()
Jan Kara
2
-6
/
+8
2023-10-28
ext4: Convert to bdev_open_by_dev()
Jan Kara
3
-30
/
+33
2023-10-28
erofs: Convert to use bdev_open_by_path()
Jan Kara
3
-13
/
+13
2023-10-28
btrfs: Convert to bdev_open_by_path()
Jan Kara
4
-72
/
+73
2023-10-28
fs: Convert to bdev_open_by_dev()
Jan Kara
4
-8
/
+12
2023-10-28
mm/swap: Convert to use bdev_open_by_dev()
Jan Kara
2
-11
/
+13
2023-10-28
PM: hibernate: Drop unused snapshot_test argument
Jan Kara
3
-11
/
+11
2023-10-28
PM: hibernate: Convert to bdev_open_by_dev()
Jan Kara
1
-15
/
+16
2023-10-28
scsi: target: Convert to bdev_open_by_path()
Jan Kara
4
-22
/
+26
2023-10-28
s390/dasd: Convert to bdev_open_by_path()
Jan Kara
4
-30
/
+31
2023-10-28
nvmet: Convert to bdev_open_by_path()
Jan Kara
2
-9
/
+12
2023-10-28
mtd: block2mtd: Convert to bdev_open_by_dev/path()
Jan Kara
1
-22
/
+29
2023-10-28
md: Convert to bdev_open_by_dev()
Jan Kara
2
-18
/
+9
2023-10-28
dm: Convert to bdev_open_by_dev()
Jan Kara
2
-9
/
+12
2023-10-28
bcache: Convert to bdev_open_by_path()
Jan Kara
2
-37
/
+43
2023-10-28
zram: Convert to use bdev_open_by_dev()
Jan Kara
2
-18
/
+15
2023-10-28
xen/blkback: Convert to bdev_open_by_dev()
Jan Kara
3
-23
/
+25
2023-10-28
rnbd-srv: Convert to use bdev_open_by_path()
Jan Kara
2
-14
/
+15
[next]