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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-24
io_uring: add option to skip CQE posting
Pavel Begunkov
1
-9
/
+33
2021-11-24
io_uring: clean cqe filling functions
Pavel Begunkov
1
-28
/
+30
2021-11-24
iomap: iomap_read_inline_data cleanup
Andreas Gruenbacher
1
-16
/
+15
2021-11-24
xfs: remove xfs_inew_wait
Christoph Hellwig
2
-24
/
+1
2021-11-24
xfs: Fix the free logic of state in xfs_attr_node_hasname
Yang Xu
1
-10
/
+7
2021-11-24
kernfs: switch global kernfs_rwsem lock to per-fs lock
Minchan Kim
5
-63
/
+95
2021-11-24
fs/ntfs3: Update valid size if -EIOCBQUEUED
Konstantin Komarov
1
-2
/
+6
2021-11-24
fs/ntfs3: Check new size for limits
Konstantin Komarov
1
-1
/
+7
2021-11-24
fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
Konstantin Komarov
2
-4
/
+8
2021-11-24
fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called from function ntfs_init_acl
Konstantin Komarov
1
-6
/
+7
2021-11-23
io_uring: improve argument types of kiocb_done()
Pavel Begunkov
1
-7
/
+6
2021-11-23
io_uring: clean __io_import_iovec()
Pavel Begunkov
1
-8
/
+13
2021-11-23
io_uring: improve send/recv error handling
Pavel Begunkov
1
-24
/
+31
2021-11-23
io_uring: simplify reissue in kiocb_done
Pavel Begunkov
1
-10
/
+3
2021-11-23
cifs: update internal version number
Steve French
1
-1
/
+1
2021-11-23
smb2: clarify rc initialization in smb2_reconnect
Steve French
1
-1
/
+1
2021-11-23
cifs: populate server_hostname for extra channels
Shyam Prasad N
1
-0
/
+1
2021-11-23
cifs: nosharesock should be set on new server
Shyam Prasad N
1
-3
/
+4
2021-11-23
fs/ntfs3: Optimize locking in ntfs_save_wsl_perm
Konstantin Komarov
1
-10
/
+14
2021-11-23
fs/ntfs3: Update i_ctime when xattr is added
Konstantin Komarov
1
-0
/
+3
2021-11-23
fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
Konstantin Komarov
1
-1
/
+95
2021-11-23
fs/ntfs3: Keep preallocated only if option prealloc enabled
Konstantin Komarov
1
-1
/
+1
2021-11-23
fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
Christophe JAILLET
1
-2
/
+4
2021-11-23
erofs: fix deadlock when shrink erofs slab
Huang Jianan
1
-2
/
+6
2021-11-22
io_uring: correct link-list traversal locking
Pavel Begunkov
1
-4
/
+8
2021-11-21
iomap: Fix inline extent handling in iomap_readpage
Andreas Gruenbacher
1
-2
/
+9
2021-11-21
pstore/blk: Use "%lu" to format unsigned long
Geert Uytterhoeven
1
-1
/
+1
2021-11-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-8
/
+12
2021-11-20
Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2021-11-20
Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-34
/
+21
2021-11-20
proc/vmcore: fix clearing user buffer by properly using clear_user()
David Hildenbrand
1
-8
/
+12
2021-11-18
Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
6
-9
/
+58
2021-11-18
Merge tag 'fs_for_v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
3
-2
/
+35
2021-11-18
Merge tag 'fs.idmapped.v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-2
/
+2
2021-11-18
pstore/ftrace: Allow immediate recording
Uwe Kleine-König
1
-16
/
+30
2021-11-18
reiserfs: don't use congestion_wait()
NeilBrown
1
-2
/
+5
2021-11-17
Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
4
-19
/
+18
2021-11-17
NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
Olga Kornievskaia
1
-0
/
+4
2021-11-17
f2fs: rework write preallocations
Eric Biggers
3
-101
/
+88
2021-11-17
f2fs: compress: reduce one page array alloc and free when write compressed page
Fengnan Chang
3
-22
/
+12
2021-11-17
NFSv42: Fix pagecache invalidation after COPY/CLONE
Benjamin Coddington
1
-1
/
+3
2021-11-17
NFS: Add a tracepoint to show the results of nfs_set_cache_invalid()
Benjamin Coddington
2
-0
/
+2
2021-11-17
NFSv42: Don't fail clone() unless the OP_CLONE operation failed
Trond Myklebust
1
-2
/
+1
2021-11-17
signal: Requeue signals in the appropriate queue
Eric W. Biederman
1
-2
/
+3
2021-11-17
Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-5
/
+2
2021-11-17
fs: Remove FS_THP_SUPPORT
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-11-17
fs: dlm: fix build with CONFIG_IPV6 disabled
Alexander Aring
1
-0
/
+2
2021-11-17
fs: handle circular mappings correctly
Christian Brauner
1
-2
/
+2
2021-11-16
io_uring: fix missed comment from *task_file rename
Kamal Mostafa
1
-1
/
+1
2021-11-16
Revert "mark pstore-blk as broken"
Kees Cook
1
-1
/
+0
[prev]
[next]