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
2022-02-25
NFS: Replace last uses of NFS_INO_REVAL_PAGECACHE
Trond Myklebust
2
-14
/
+12
2022-02-25
NFSv4: use unique client identifiers in network namespaces
Benjamin Coddington
1
-0
/
+14
2022-02-25
NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED
Olga Kornievskaia
2
-2
/
+10
2022-02-25
NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
3
-8
/
+8
2022-02-25
NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2
-9
/
+10
2022-02-25
NFS: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
4
-14
/
+13
2022-02-25
NFSv4.2: Fix up an invalid combination of memory allocation flags
Trond Myklebust
1
-4
/
+3
2022-02-25
NFSv4: Charge NFSv4 open state trackers to kmemcg
Trond Myklebust
2
-4
/
+5
2022-02-25
NFS: Charge open/lock file contexts to kmemcg
Trond Myklebust
2
-3
/
+3
2022-02-25
NFSv4: Protect the state recovery thread against direct reclaim
Trond Myklebust
1
-0
/
+12
2022-02-25
NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()
Xin Xiong
1
-3
/
+6
2022-02-25
Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-0
/
+14
2022-02-25
Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
7
-84
/
+296
2022-02-25
Convert NFS from readpages to readahead
Matthew Wilcox (Oracle)
3
-12
/
+17
2022-02-25
NFS: simplify check for freeing cn_resp
Tom Rix
1
-2
/
+2
2022-02-25
f2fs: quota: fix loop condition at f2fs_quota_sync()
Juhyung Park
1
-3
/
+3
2022-02-25
f2fs: Restore rwsem lockdep support
Bart Van Assche
1
-2
/
+10
2022-02-25
f2fs: fix missing free nid in f2fs_handle_failed_inode
Jaegeuk Kim
1
-0
/
+1
2022-02-25
ext2: correct max file size computing
Zhang Yi
1
-1
/
+5
2022-02-25
debugfs: Document that debugfs_create functions need not be error checked
Douglas Anderson
1
-0
/
+10
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-6
/
+0
2022-02-24
Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+17
2022-02-24
btrfs: reduce extent threshold for autodefrag
Qu Wenruo
3
-4
/
+17
2022-02-24
fsnotify: optimize FS_MODIFY events with no ignored masks
Amir Goldstein
2
-10
/
+30
2022-02-24
fsnotify: fix merge with parent's ignored mask
Amir Goldstein
2
-10
/
+11
2022-02-23
btrfs: autodefrag: only scan one inode once
Qu Wenruo
1
-62
/
+22
2022-02-23
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
3
-0
/
+24
2022-02-23
btrfs: defrag: bring back the old file extent search behavior
Qu Wenruo
1
-4
/
+157
2022-02-23
btrfs: defrag: remove an ambiguous condition for rejection
Qu Wenruo
1
-4
/
+0
2022-02-23
btrfs: defrag: don't defrag extents which are already at max capacity
Qu Wenruo
1
-0
/
+20
2022-02-23
btrfs: defrag: don't try to merge regular extents with preallocated extents
Qu Wenruo
1
-6
/
+11
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
3
-1
/
+28
2022-02-22
configfs: fix a race in configfs_{,un}register_subsystem()
ChenXiaoSong
1
-0
/
+14
2022-02-22
io_uring: disallow modification of rsrc_data during quiesce
Dylan Yudaken
1
-1
/
+9
2022-02-22
reiserfs: get rid of AOP_FLAG_CONT_EXPAND flag
Edward Shishkin
1
-11
/
+5
2022-02-22
kernfs: remove redundant kernfs_rwsem declaration.
Imran Khan
1
-1
/
+0
2022-02-21
fuse: move FUSE_SUPER_MAGIC definition to magic.h
Jeff Layton
1
-2
/
+1
2022-02-21
io_uring: don't convert to jiffies for waiting on timeouts
Jens Axboe
1
-6
/
+7
2022-02-20
Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-0
/
+30
2022-02-18
Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-10
/
+6
2022-02-18
Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-10
/
+17
2022-02-18
fuse: fix fileattr op failure
Miklos Szeredi
1
-3
/
+6
2022-02-17
fsdax: fix function description
Shiyang Ruan
1
-1
/
+1
2022-02-17
fs/file_table: fix adding missing kmemleak_not_leak()
Luis Chamberlain
1
-2
/
+6
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
8
-14
/
+14
2022-02-16
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
1
-5
/
+6
2022-02-16
NFS: Do not report writeback errors in nfs_getattr()
Trond Myklebust
1
-6
/
+3
2022-02-15
elfcore: Replace CONFIG_{IA64, UML} checks with a new option
Catalin Marinas
1
-0
/
+3
2022-02-15
btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a target
Qu Wenruo
1
-9
/
+39
2022-02-15
btrfs: prevent copying too big compressed lzo segment
Dāvis Mosāns
1
-0
/
+11
[prev]
[next]