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-02
fs/ntfs3: remove unnecessary NULL check
Dan Carpenter
1
-5
/
+4
2022-02-02
block: check that there is a plug in blk_flush_plug
Christoph Hellwig
1
-4
/
+2
2022-02-02
block: remove blk_needs_flush_plug
Christoph Hellwig
1
-1
/
+1
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2
-9
/
+3
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
4
-16
/
+10
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
24
-108
/
+67
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
3
-8
/
+7
2022-02-02
ntfs3: remove ntfs_alloc_bio
Christoph Hellwig
1
-21
/
+2
2022-02-02
nfs/blocklayout: remove bl_alloc_init_bio
Christoph Hellwig
1
-21
/
+5
2022-02-02
nilfs2: remove nilfs_alloc_seg_bio
Christoph Hellwig
1
-27
/
+4
2022-02-02
fs: remove mpage_alloc
Christoph Hellwig
1
-29
/
+6
2022-02-02
block: remove genhd.h
Christoph Hellwig
8
-8
/
+2
2022-02-01
xfs: ensure log flush at the end of a synchronous fallocate call
Dave Chinner
1
-16
/
+16
2022-02-01
xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c
Dave Chinner
3
-42
/
+36
2022-02-01
xfs: set prealloc flag in xfs_alloc_file_space()
Dave Chinner
2
-14
/
+3
2022-02-01
xfs: fallocate() should call file_modified()
Dave Chinner
1
-4
/
+9
2022-02-01
xfs: remove XFS_PREALLOC_SYNC
Dave Chinner
3
-10
/
+12
2022-02-01
Merge tag 'ovl-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
1
-3
/
+13
2022-02-01
Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode
Linus Torvalds
16
-65
/
+59
2022-02-01
cifs: Fix the readahead conversion to manage the batch when reading from cache
David Howells
1
-1
/
+1
2022-02-01
seq_file: fix NULL pointer arithmetic warning
MaĆra Canal
2
-8
/
+3
2022-02-01
cifs: Implement cache I/O by accessing the cache directly
David Howells
3
-53
/
+207
2022-02-01
netfs, cachefiles: Add a method to query presence of data in the cache
David Howells
1
-0
/
+59
2022-02-01
cifs: Transition from ->readpages() to ->readahead()
David Howells
1
-137
/
+35
2022-02-01
fanotify: Fix stale file descriptor in copy_event_to_user()
Dan Carpenter
1
-3
/
+3
2022-01-31
xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
Darrick J. Wong
1
-1
/
+1
2022-01-31
btrfs: skip reserved bytes warning on unmount after log cleanup failure
Filipe Manana
3
-2
/
+53
2022-01-31
btrfs: fix use of uninitialized variable at rm device ioctl
Tom Rix
1
-1
/
+1
2022-01-31
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
3
-4
/
+27
2022-01-31
btrfs: tree-checker: check item_size for dev_item
Su Yue
1
-0
/
+8
2022-01-31
btrfs: tree-checker: check item_size for inode_item
Su Yue
1
-0
/
+7
2022-01-31
btrfs: fix deadlock between quota disable and qgroup rescan worker
Shin'ichiro Kawasaki
1
-2
/
+19
2022-01-31
btrfs: don't start transaction for scrub if the fs is mounted read-only
Qu Wenruo
1
-0
/
+13
2022-01-30
constify struct path argument of finish_automount()/do_add_mount()
Al Viro
2
-3
/
+3
2022-01-30
fs: Remove FIXME comment in generic_write_checks()
Tal Zussman
1
-1
/
+0
2022-01-30
xfs: return errors in xfs_fs_sync_fs
Darrick J. Wong
1
-1
/
+5
2022-01-30
quota: make dquot_quota_sync return errors from ->sync_fs
Darrick J. Wong
1
-3
/
+8
2022-01-30
vfs: make sync_filesystem return errors from ->sync_fs
Darrick J. Wong
1
-6
/
+12
2022-01-30
vfs: make freeze_super abort when sync_filesystem returns error
Darrick J. Wong
1
-7
/
+12
2022-01-30
Revert "fs/9p: search open fids first"
Dominique Martinet
1
-5
/
+4
2022-01-30
ocfs2: fix a deadlock when commit trans
Joseph Qi
1
-14
/
+11
2022-01-30
jbd2: export jbd2_journal_[grab|put]_journal_head
Joseph Qi
1
-0
/
+2
2022-01-30
binfmt_misc: fix crash when load/unload module
Tong Zhang
1
-4
/
+4
2022-01-29
cifs: unlock chan_lock before calling cifs_put_tcp_session
Shyam Prasad N
1
-6
/
+2
2022-01-29
Merge tag 'io_uring-5.17-2022-01-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+8
2022-01-28
Merge tag 'ceph-for-5.17-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-18
/
+46
2022-01-28
Fix a warning about a malformed kernel doc comment in cifs
David Howells
1
-1
/
+1
2022-01-28
ocfs2: fix subdirectory registration with register_sysctl()
Linus Torvalds
1
-12
/
+1
2022-01-28
Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
6
-18
/
+14
2022-01-28
Merge tag 'fs_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-5
/
+4
[prev]
[next]