index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
ksmbd: don't remove dos attribute xattr on O_TRUNC open
Namjae Jeon
2022-08-15
1
-9
/
+9
|
*
|
|
|
|
|
ksmbd: remove unnecessary generic_fillattr in smb2_open
Hyunchul Lee
2022-08-15
1
-9
/
+4
|
*
|
|
|
|
|
ksmbd: request update to stale share config
Atte Heikkilä
2022-08-11
5
-1
/
+23
|
*
|
|
|
|
|
ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured
Namjae Jeon
2022-08-11
2
-2
/
+3
*
|
|
|
|
|
|
Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
2022-08-17
14
-329
/
+835
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()
Dan Carpenter
2022-08-10
1
-1
/
+1
|
*
|
|
|
|
|
|
fs/ntfs3: Remove unused function wnd_bits
Jiapeng Chong
2022-08-10
1
-5
/
+0
|
*
|
|
|
|
|
|
fs/ntfs3: Make ni_ins_new_attr return error
Konstantin Komarov
2022-08-03
1
-3
/
+26
|
*
|
|
|
|
|
|
fs/ntfs3: Create MFT zone only if length is large enough
Konstantin Komarov
2022-08-03
1
-8
/
+3
|
*
|
|
|
|
|
|
fs/ntfs3: Refactoring attr_insert_range to restore after errors
Konstantin Komarov
2022-08-03
1
-31
/
+86
|
*
|
|
|
|
|
|
fs/ntfs3: Refactoring attr_punch_hole to restore after errors
Konstantin Komarov
2022-08-03
3
-38
/
+105
|
*
|
|
|
|
|
|
fs/ntfs3: Refactoring attr_set_size to restore after errors
Konstantin Komarov
2022-08-03
1
-54
/
+126
|
*
|
|
|
|
|
|
fs/ntfs3: New function ntfs_bad_inode
Konstantin Komarov
2022-08-03
6
-17
/
+25
|
*
|
|
|
|
|
|
fs/ntfs3: Make MFT zone less fragmented
Konstantin Komarov
2022-08-03
3
-14
/
+33
|
*
|
|
|
|
|
|
fs/ntfs3: Check possible errors in run_pack in advance
Konstantin Komarov
2022-08-03
1
-17
/
+22
|
*
|
|
|
|
|
|
fs/ntfs3: Added comments to frecord functions
Konstantin Komarov
2022-08-03
4
-8
/
+6
|
*
|
|
|
|
|
|
fs/ntfs3: Fill duplicate info in ni_add_name
Konstantin Komarov
2022-08-03
2
-16
/
+14
|
*
|
|
|
|
|
|
fs/ntfs3: Make static function attr_load_runs
Konstantin Komarov
2022-08-03
2
-4
/
+2
|
*
|
|
|
|
|
|
fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free
Konstantin Komarov
2022-08-03
4
-11
/
+14
|
*
|
|
|
|
|
|
fs/ntfs3: Remove unused mi_mark_free
Konstantin Komarov
2022-08-03
4
-25
/
+2
|
*
|
|
|
|
|
|
fs/ntfs3: Fix very fragmented case in attr_punch_hole
Konstantin Komarov
2022-08-03
1
-1
/
+12
|
*
|
|
|
|
|
|
fs/ntfs3: Fix work with fragmented xattr
Konstantin Komarov
2022-08-03
1
-1
/
+6
|
*
|
|
|
|
|
|
fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIG
Konstantin Komarov
2022-08-03
1
-0
/
+13
|
*
|
|
|
|
|
|
fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY
Konstantin Komarov
2022-08-03
4
-18
/
+25
|
*
|
|
|
|
|
|
fs/ntfs3: Check reserved size for maximum allowed
Konstantin Komarov
2022-08-03
2
-3
/
+9
|
*
|
|
|
|
|
|
fs/ntfs3: Do not change mode if ntfs_set_ea failed
Konstantin Komarov
2022-08-03
1
-10
/
+10
|
*
|
|
|
|
|
|
fs/ntfs3: Remove unnecessary 'NULL' values from pointers
Li kunyu
2022-07-06
1
-2
/
+2
|
*
|
|
|
|
|
|
fs/ntfs3: Remove duplicated assignment to variable r
Colin Ian King
2022-07-05
1
-1
/
+0
|
*
|
|
|
|
|
|
fs/ntfs3: Unlock on error in attr_insert_range()
Dan Carpenter
2022-07-05
1
-2
/
+4
|
*
|
|
|
|
|
|
fs/ntfs3: Make ntfs_update_mftmirr return void
Pavel Skripkin
2022-07-05
2
-14
/
+8
|
*
|
|
|
|
|
|
fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr
Pavel Skripkin
2022-07-05
1
-1
/
+6
|
*
|
|
|
|
|
|
fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE
Konstantin Komarov
2022-06-28
1
-42
/
+55
|
*
|
|
|
|
|
|
fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation
Konstantin Komarov
2022-06-28
3
-1
/
+222
|
*
|
|
|
|
|
|
fs/ntfs3: Add missing error check
Konstantin Komarov
2022-06-17
1
-0
/
+2
|
*
|
|
|
|
|
|
fs/ntfs3: Don't clear upper bits accidentally in log_replay()
Dan Carpenter
2022-06-10
1
-1
/
+1
|
*
|
|
|
|
|
|
fs/ntfs3: Use the same order for acl pointer check in ntfs_init_acl
Yang Xu
2022-06-09
1
-3
/
+3
|
*
|
|
|
|
|
|
fs/ntfs3: Fix using uninitialized value n when calling indx_read
Yan Lei
2022-06-09
1
-1
/
+1
|
*
|
|
|
|
|
|
fs/ntfs3: Remove redundant assignment to variable vcn
Colin Ian King
2022-06-08
1
-1
/
+1
|
*
|
|
|
|
|
|
fs/ntfs3: Remove redundant assignment to variable frame
Colin Ian King
2022-06-07
1
-1
/
+0
|
*
|
|
|
|
|
|
fs/ntfs3: Remove a useless test
Christophe JAILLET
2022-06-07
1
-3
/
+1
|
*
|
|
|
|
|
|
fs/ntfs3: Fix missing i_op in ntfs_read_mft
Konstantin Komarov
2022-06-06
1
-0
/
+1
|
*
|
|
|
|
|
|
fs/ntfs3: Refactor ni_try_remove_attr_list function
Konstantin Komarov
2022-06-06
2
-15
/
+39
|
*
|
|
|
|
|
|
fs/ntfs3: Fix double free on remount
Konstantin Komarov
2022-06-06
1
-4
/
+4
|
*
|
|
|
|
|
|
fs/ntfs3: Refactoring of indx_find function
Konstantin Komarov
2022-06-06
1
-16
/
+9
*
|
|
|
|
|
|
|
dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loop
Linus Torvalds
2022-08-17
1
-23
/
+49
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
take care to handle NULL ->proc_lseek()
Al Viro
2022-08-14
1
-0
/
+3
*
|
|
|
|
|
|
Merge tag 'pull-work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2022-08-13
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
vfs: escape hash as well
Siddhesh Poyarekar
2022-06-28
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2022-08-13
19
-445
/
+528
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
Ronnie Sahlberg
2022-08-12
5
-12
/
+25
[prev]
[next]