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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-28
fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super
Konstantin Komarov
2
-6
/
+22
2023-09-28
fs/ntfs3: fix deadlock in mark_as_free_ex
Konstantin Komarov
1
-1
/
+5
2023-09-28
fs/ntfs3: Add more attributes checks in mi_enum_attr()
Konstantin Komarov
1
-16
/
+52
2023-09-28
fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
Konstantin Komarov
3
-4
/
+16
2023-09-28
fs/ntfs3: Write immediately updated ntfs state
Konstantin Komarov
1
-10
/
+3
2023-09-28
fs/ntfs3: Add ckeck in ni_update_parent()
Konstantin Komarov
1
-0
/
+6
2023-09-09
Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
13
-19
/
+42
2023-09-08
Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd
Linus Torvalds
2
-3
/
+1
2023-09-08
smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTU
Steve French
1
-1
/
+1
2023-09-07
ntfs3: drop inode references in ntfs_put_super()
Christian Brauner
1
-6
/
+12
2023-09-07
vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'
Linus Torvalds
1
-0
/
+17
2023-09-07
cifs: update internal module version number for cifs.ko
Steve French
1
-2
/
+2
2023-09-07
smb3: allow controlling maximum number of cached directories
Steve French
7
-6
/
+22
2023-09-07
smb3: add trace point for queryfs (statfs)
Steve French
2
-1
/
+2
2023-09-06
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
18
-462
/
+3532
2023-09-05
Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
19
-326
/
+344
2023-09-05
Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-105
/
+237
2023-09-05
Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+6
2023-09-05
gfs2: change qd_slot_count to qd_slot_ref
Bob Peterson
2
-9
/
+9
2023-09-05
gfs2: check for no eligible quota changes
Bob Peterson
1
-0
/
+21
2023-09-05
gfs2: Remove useless assignment
Bob Peterson
1
-2
/
+0
2023-09-05
gfs2: simplify slot_get
Bob Peterson
1
-10
/
+9
2023-09-05
gfs2: Simplify qd2offset
Bob Peterson
1
-6
/
+1
2023-09-05
gfs2: introduce qd_bh_get_or_undo
Bob Peterson
1
-17
/
+19
2023-09-05
gfs2: Remove quota allocation info from quota file
Bob Peterson
1
-10
/
+2
2023-09-05
gfs2: use constant for array size
Bob Peterson
1
-1
/
+1
2023-09-05
gfs2: Set qd_sync_gen in do_sync
Bob Peterson
1
-4
/
+4
2023-09-05
gfs2: Remove useless err set
Bob Peterson
1
-1
/
+0
2023-09-05
gfs2: Small gfs2_quota_lock cleanup
Bob Peterson
1
-1
/
+1
2023-09-05
gfs2: move qdsb_put and reduce redundancy
Bob Peterson
1
-10
/
+8
2023-09-05
gfs2: improvements to sysfs status
Bob Peterson
1
-2
/
+8
2023-09-05
gfs2: Don't try to sync non-changes
Bob Peterson
1
-1
/
+1
2023-09-05
gfs2: Simplify function need_sync
Bob Peterson
1
-8
/
+7
2023-09-05
gfs2: remove unneeded pg_oflow variable
Bob Peterson
1
-5
/
+3
2023-09-05
gfs2: remove unneeded variable done
Bob Peterson
1
-3
/
+2
2023-09-05
gfs2: pass sdp to gfs2_write_buf_to_page
Bob Peterson
1
-5
/
+4
2023-09-05
gfs2: pass sdp in to gfs2_write_disk_quota
Bob Peterson
1
-2
/
+3
2023-09-05
gfs2: Pass sdp to gfs2_adjust_quota
Bob Peterson
1
-5
/
+6
2023-09-05
gfs2: remove dead code for quota writes
Bob Peterson
1
-4
/
+1
2023-09-05
gfs2: Introduce new quota=quiet mount option
Bob Peterson
4
-6
/
+16
2023-09-05
gfs2: Add device name to gfs2_logd and gfs2_quotad
Andreas Gruenbacher
1
-2
/
+2
2023-09-05
gfs2: Rename "freeze_workqueue" to "gfs2_freeze"
Andreas Gruenbacher
1
-1
/
+1
2023-09-05
gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"
Andreas Gruenbacher
3
-7
/
+7
2023-09-05
gfs2: Fix withdraw race
Andreas Gruenbacher
1
-12
/
+12
2023-09-05
gfs2: Sanitize kthread stopping
Andreas Gruenbacher
2
-9
/
+9
2023-09-05
gfs2: Switch to wait_event in gfs2_quotad
Andreas Gruenbacher
1
-6
/
+5
2023-09-05
gfs2: Fix asynchronous thread destruction
Andreas Gruenbacher
4
-33
/
+32
2023-09-05
gfs2: Stop using gfs2_make_fs_ro for withdraw
Andreas Gruenbacher
2
-8
/
+20
2023-09-05
gfs2: Free quota data objects synchronously
Andreas Gruenbacher
1
-3
/
+34
2023-09-05
gfs2: Fix initial quota data refcount
Andreas Gruenbacher
1
-1
/
+2
[next]