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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
gfs2: Add flocks to glockfd debugfs file
Andreas Gruenbacher
2
-2
/
+43
2022-06-29
gfs2: Add glockfd debugfs file
Andreas Gruenbacher
2
-0
/
+150
2022-06-28
gfs2: Minor gfs2_glock_nq_m cleanup
Andreas Gruenbacher
5
-11
/
+11
2022-06-28
vfs: escape hash as well
Siddhesh Poyarekar
1
-1
/
+1
2022-06-28
f2fs: initialize page_array_entry slab only if compression feature is on
Chao Yu
1
-0
/
+3
2022-06-28
f2fs: optimize error handling in redirty_blocks
Jack Qiu
1
-4
/
+4
2022-06-28
f2fs: do not skip updating inode when retrying to flush node page
Jaegeuk Kim
1
-6
/
+2
2022-06-28
fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE
Konstantin Komarov
1
-42
/
+55
2022-06-28
fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation
Konstantin Komarov
3
-1
/
+222
2022-06-28
fanotify: refine the validation checks on non-dir inode mask
Amir Goldstein
1
-15
/
+19
2022-06-27
Merge branch 'master' into mm-nonmm-stable
akpm
56
-574
/
+1098
2022-06-27
kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.
Imran Khan
3
-14
/
+26
2022-06-27
kernfs: Introduce interface to access global kernfs_open_file_mutex.
Imran Khan
1
-18
/
+38
2022-06-27
kernfs: Change kernfs_notify_list to llist.
Imran Khan
1
-27
/
+20
2022-06-27
kernfs: make ->attr.open RCU protected.
Imran Khan
1
-46
/
+101
2022-06-27
kernfs/file.c: remove redundant error return counter assignment
Lin Feng
1
-1
/
+0
2022-06-27
NFSD: restore EINVAL error translation in nfsd_commit()
Alexey Khoroshilov
1
-1
/
+2
2022-06-27
attr: fix kernel doc
Christian Brauner
1
-2
/
+2
2022-06-27
iomap: add support for dma aligned direct-io
Keith Busch
1
-2
/
+2
2022-06-26
xfs: clean up the end of xfs_attri_item_recover
Darrick J. Wong
1
-19
/
+26
2022-06-26
xfs: always free xattri_leaf_bp when cancelling a deferred op
Darrick J. Wong
1
-1
/
+19
2022-06-26
xfs: use invalidate_lock to check the state of mmap_lock
Kaixu Xia
1
-2
/
+2
2022-06-26
xfs: factor out the common lock flags assert
Kaixu Xia
1
-37
/
+23
2022-06-26
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-15
/
+53
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
10
-27
/
+145
2022-06-26
attr: port attribute changes to new types
Christian Brauner
15
-103
/
+129
2022-06-26
security: pass down mount idmapping to setattr hook
Christian Brauner
2
-2
/
+3
2022-06-26
quota: port quota helpers mount ids
Christian Brauner
9
-14
/
+15
2022-06-26
fs: port to iattr ownership update helpers
Christian Brauner
6
-30
/
+20
2022-06-26
Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
Linus Torvalds
1
-1
/
+3
2022-06-26
Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-139
/
+366
2022-06-25
ksmbd: use vfs_llseek instead of dereferencing NULL
Jason A. Donenfeld
1
-2
/
+2
2022-06-25
f2fs: use the updated test_dummy_encryption helper functions
Eric Biggers
1
-8
/
+21
2022-06-25
Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
3
-20
/
+32
2022-06-24
efi: vars: Move efivar caching layer into efivarfs
Ard Biesheuvel
3
-1
/
+779
2022-06-24
efi: vars: Use locking version to iterate over efivars linked lists
Ard Biesheuvel
1
-6
/
+3
2022-06-24
efi: vars: Don't drop lock in the middle of efivar_init()
Ard Biesheuvel
1
-4
/
+2
2022-06-24
pstore: Add priv field to pstore_record for backend specific use
Ard Biesheuvel
2
-0
/
+2
2022-06-24
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
1
-1
/
+7
2022-06-24
Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+15
2022-06-24
fs: dlm: remove timeout from dlm_user_adopt_orphan
Alexander Aring
3
-3
/
+2
2022-06-24
fs: dlm: remove waiter warnings
Alexander Aring
6
-91
/
+0
2022-06-24
fs: dlm: fix grammar in lowcomms output
Alexander Aring
1
-2
/
+2
2022-06-24
fs: dlm: add comment about lkb IFL flags
Alexander Aring
1
-0
/
+8
2022-06-24
fs: dlm: handle recovery result outside of ls_recover
Alexander Aring
1
-16
/
+26
2022-06-24
fs: dlm: make new_lockspace() wait until recovery completes
Alexander Aring
4
-19
/
+20
2022-06-24
fs: dlm: call dlm_lsop_recover_prep once
Alexander Aring
1
-1
/
+10
2022-06-24
fs: dlm: update comments about recovery and membership handling
Alexander Aring
2
-1
/
+9
2022-06-24
fs: dlm: add resource name to tracepoints
Alexander Aring
1
-2
/
+2
2022-06-24
fs: dlm: remove additional dereference of lksb
Alexander Aring
1
-1
/
+1
[prev]
[next]