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-08-03
ceph: update the auth cap when the async create req is forwarded
Xiubo Li
3
-0
/
+74
2022-08-03
ceph: make change_auth_cap_ses a global symbol
Xiubo Li
2
-2
/
+4
2022-08-03
ceph: switch back to testing for NULL folio->private in ceph_dirty_folio
Jeff Layton
1
-1
/
+1
2022-08-03
ceph: call netfs_subreq_terminated with was_async == false
Jeff Layton
1
-1
/
+1
2022-08-03
ceph: convert to generic_file_llseek
Jeff Layton
1
-47
/
+5
2022-08-03
ceph: don't leak snap_rwsem in handle_cap_grant
Jeff Layton
1
-14
/
+13
2022-08-03
ceph: prevent a client from exceeding the MDS maximum xattr size
Luís Henriques
2
-8
/
+26
2022-08-03
ceph: choose auth MDS for getxattr with the Xs caps
Xiubo Li
1
-1
/
+7
2022-08-03
ceph: add session already open notify support
Xiubo Li
2
-6
/
+24
2022-08-03
ceph: wait for the first reply of inflight async unlink
Xiubo Li
6
-16
/
+167
2022-08-03
fs/dcache: export d_same_name() helper
Xiubo Li
1
-4
/
+11
2022-08-03
ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED
Xiubo Li
1
-1
/
+0
2022-08-03
ceph: use correct index when encoding client supported features
Luís Henriques
2
-8
/
+5
2022-08-03
fscrypt: add fscrypt_context_for_new_inode
Jeff Layton
1
-6
/
+29
2022-08-03
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
Jeff Layton
3
-15
/
+36
2022-08-03
fs: change test in inode_insert5 for adding to the sb list
Jeff Layton
1
-3
/
+7
2022-08-02
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-5
/
+5
2022-08-02
Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-6
/
+9
2022-08-02
Merge tag 'pstore-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-18
/
+57
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
67
-280
/
+279
2022-08-02
Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-70
/
+191
2022-08-02
Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-14927
/
+0
2022-08-02
NFSv4/pnfs: Fix a use-after-free bug in open
Trond Myklebust
1
-5
/
+6
2022-08-02
NFS: nfs_async_write_reschedule_io must not recurse into the writeback code
Trond Myklebust
1
-2
/
+0
2022-08-02
afs: Fix access after dec in put functions
David Howells
3
-15
/
+20
2022-08-02
afs: Use refcount_t rather than atomic_t
David Howells
8
-94
/
+97
2022-08-02
fs: remove the NULL get_block case in mpage_writepages
Christoph Hellwig
1
-16
/
+6
2022-08-02
fs: don't call ->writepage from __mpage_writepage
Christoph Hellwig
1
-1
/
+1
2022-08-02
fs: remove the nobh helpers
Christoph Hellwig
2
-348
/
+1
2022-08-02
jfs: stop using the nobh helper
Christoph Hellwig
1
-3
/
+15
2022-08-02
ext2: remove nobh support
Christoph Hellwig
4
-61
/
+7
2022-08-02
ntfs3: refactor ntfs_writepages
Christoph Hellwig
1
-5
/
+3
2022-08-02
hugetlb: Convert to migrate_folio
Matthew Wilcox (Oracle)
1
-9
/
+14
2022-08-02
aio: Convert to migrate_folio
Matthew Wilcox (Oracle)
1
-18
/
+18
2022-08-02
f2fs: Convert to filemap_migrate_folio()
Matthew Wilcox (Oracle)
4
-49
/
+3
2022-08-02
ubifs: Convert to filemap_migrate_folio()
Matthew Wilcox (Oracle)
1
-27
/
+2
2022-08-02
btrfs: Convert btrfs_migratepage to migrate_folio
Matthew Wilcox (Oracle)
1
-17
/
+9
2022-08-02
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
4
-28
/
+3
2022-08-02
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
2
-2
/
+2
2022-08-02
nfs: Convert to migrate_folio
Matthew Wilcox (Oracle)
3
-13
/
+13
2022-08-02
btrfs: Convert btree_migratepage to migrate_folio
Matthew Wilcox (Oracle)
1
-12
/
+10
2022-08-02
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
4
-8
/
+8
2022-08-02
ext2: Use a folio in ext2_get_page()
Matthew Wilcox (Oracle)
1
-9
/
+10
2022-08-02
gfs2: Convert gfs2_jhead_process_page() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+14
2022-08-02
ocfs2: Convert ocfs2_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+12
2022-08-02
freevxfs: Convert vxfs_immed_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+19
2022-08-02
coda: Convert coda_symlink_filler() to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-08-02
befs: Convert befs_symlink_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+7
2022-08-02
cramfs: read_mapping_page() is synchronous
Matthew Wilcox (Oracle)
1
-13
/
+4
2022-08-02
ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()
Matthew Wilcox (Oracle)
1
-36
/
+6
[prev]
[next]