index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
ufs: do not treat unreadable directory blocks as empty
Ali Ahmet Memis
1
-1
/
+1
2026-08-25
ufs: validate cylinder group metadata before caching it
Ali Ahmet Memis
1
-0
/
+10
2026-08-25
ufs: create the root dentry after loading cylinder metadata
Ali Ahmet Memis
1
-8
/
+9
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-2
/
+1
2026-07-31
ufs: Move long delayed work on system_dfl_long_wq
Marco Crivellari
1
-1
/
+1
2026-07-01
ufs: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-3
/
+2
2026-03-26
fs: Rename generic_file_fsync() to simple_fsync()
Jan Kara
2
-2
/
+2
2026-03-26
ufs: Drop pointless invalidate_mapping_buffers() call
Jan Kara
1
-1
/
+0
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
6
-24
/
+24
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-7
/
+6
2026-01-12
ufs: add setlease file operation
Jeff Layton
2
-0
/
+4
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-8
/
+10
2025-07-23
fix the regression in ufs options parsing
Al Viro
1
-1
/
+1
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-7
/
+9
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
1
-1
/
+1
2025-05-14
ufs: convert ufs to the new mount API
Eric Sandeen
1
-143
/
+122
2025-05-14
ufs: reject multiple conflicting -o ufstype=... on mount
Al Viro
1
-11
/
+14
2025-05-14
ufs: split ->s_mount_opt - don't mix flavour and on-error
Al Viro
2
-62
/
+42
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2024-11-12
ufs: ufs_sb_private_info: remove unused s_{2,3}apb fields
Agathe Porte
2
-8
/
+0
2024-10-18
ufs: Convert ufs_change_blocknr() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-10-18
ufs: Pass a folio to ufs_new_fragments()
Matthew Wilcox (Oracle)
3
-13
/
+13
2024-10-18
ufs: Convert ufs_inode_getfrag() to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+4
2024-10-18
ufs: Convert ufs_extend_tail() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-10-18
ufs: Convert ufs_inode_getblock() to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+6
2024-10-18
ufs: take the handling of free block counters into a helper
Al Viro
1
-40
/
+26
2024-10-18
clean ufs_trunc_direct() up a bit...
Al Viro
1
-68
/
+61
2024-10-18
ufs: get rid of ubh_{ubhcpymem,memcpyubh}()
Al Viro
3
-78
/
+16
2024-10-18
ufs_inode_getfrag(): remove junk comment
Al Viro
1
-20
/
+0
2024-10-18
ufs_free_fragments(): fix the braino in sanity check
Al Viro
1
-1
/
+1
2024-10-18
ufs_clusteracct(): switch to passing fragment number
Al Viro
1
-12
/
+7
2024-10-18
ufs: untangle ubh_...block...(), part 3
Al Viro
2
-26
/
+29
2024-10-18
ufs: untangle ubh_...block...(), part 2
Al Viro
2
-10
/
+16
2024-10-18
ufs: untangle ubh_...block...() macros, part 1
Al Viro
2
-13
/
+8
2024-10-18
ufs: fix ufs_read_cylinder() failure handling
Al Viro
1
-13
/
+18
2024-10-18
ufs: missing ->splice_write()
Al Viro
1
-0
/
+1
2024-10-18
ufs: fix handling of delete_entry and set_link failures
Al Viro
3
-39
/
+33
2024-10-02
ufs_rename(): fix bogus argument of folio_release_kmap()
Al Viro
1
-1
/
+1
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-3
/
+25
2024-09-12
ufs: store cookie in private data
Christian Brauner
1
-3
/
+25
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
[next]