aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+2
2026-03-26fs: Rename generic_file_fsync() to simple_fsync()Jan Kara2-2/+2
2026-03-26ufs: Drop pointless invalidate_mapping_buffers() callJan Kara1-1/+0
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton6-24/+24
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-7/+6
2026-01-12ufs: add setlease file operationJeff Layton2-0/+4
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+10
2025-07-23fix the regression in ufs options parsingAl Viro1-1/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-7/+9
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)1-1/+1
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes1-1/+1
2025-05-14ufs: convert ufs to the new mount APIEric Sandeen1-143/+122
2025-05-14ufs: reject multiple conflicting -o ufstype=... on mountAl Viro1-11/+14
2025-05-14ufs: split ->s_mount_opt - don't mix flavour and on-errorAl Viro2-62/+42
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2024-11-12ufs: ufs_sb_private_info: remove unused s_{2,3}apb fieldsAgathe Porte2-8/+0
2024-10-18ufs: Convert ufs_change_blocknr() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-10-18ufs: Pass a folio to ufs_new_fragments()Matthew Wilcox (Oracle)3-13/+13
2024-10-18ufs: Convert ufs_inode_getfrag() to take a folioMatthew Wilcox (Oracle)1-5/+4
2024-10-18ufs: Convert ufs_extend_tail() to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-10-18ufs: Convert ufs_inode_getblock() to take a folioMatthew Wilcox (Oracle)1-7/+6
2024-10-18ufs: take the handling of free block counters into a helperAl Viro1-40/+26
2024-10-18clean ufs_trunc_direct() up a bit...Al Viro1-68/+61
2024-10-18ufs: get rid of ubh_{ubhcpymem,memcpyubh}()Al Viro3-78/+16
2024-10-18ufs_inode_getfrag(): remove junk commentAl Viro1-20/+0
2024-10-18ufs_free_fragments(): fix the braino in sanity checkAl Viro1-1/+1
2024-10-18ufs_clusteracct(): switch to passing fragment numberAl Viro1-12/+7
2024-10-18ufs: untangle ubh_...block...(), part 3Al Viro2-26/+29
2024-10-18ufs: untangle ubh_...block...(), part 2Al Viro2-10/+16
2024-10-18ufs: untangle ubh_...block...() macros, part 1Al Viro2-13/+8
2024-10-18ufs: fix ufs_read_cylinder() failure handlingAl Viro1-13/+18
2024-10-18ufs: missing ->splice_write()Al Viro1-0/+1
2024-10-18ufs: fix handling of delete_entry and set_link failuresAl Viro3-39/+33
2024-10-02ufs_rename(): fix bogus argument of folio_release_kmap()Al Viro1-1/+1
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+25
2024-09-12ufs: store cookie in private dataChristian Brauner1-3/+25
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07ufs: Convert directory handling to kmap_localMatthew Wilcox (Oracle)2-28/+17
2024-08-07ufs; Convert ufs_commit_chunk() to take a folioMatthew Wilcox (Oracle)1-8/+8
2024-08-07ufs: Convert ufs_prepare_chunk() to take a folioMatthew Wilcox (Oracle)3-9/+9
2024-08-07ufs: Convert ufs_make_empty() to use a folioMatthew Wilcox (Oracle)1-13/+12
2024-08-07ufs: Convert ufs_delete_entry() to work on a folioMatthew Wilcox (Oracle)3-16/+19
2024-08-07ufs: Convert ufs_set_link() and ufss_dotdot() to take a folioMatthew Wilcox (Oracle)3-25/+21
2024-08-07ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle)3-31/+28
2024-08-07ufs: Convert ufs_check_page() to ufs_check_folio()Matthew Wilcox (Oracle)1-15/+13
2024-08-07ufs: Convert ufs_get_page() to ufs_get_folio()Matthew Wilcox (Oracle)1-53/+48
2024-08-07ufs: Convert ufs_get_page() to use a folioMatthew Wilcox (Oracle)1-9/+10
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-07-04fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-31ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle)1-1/+0
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+7
2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle)1-4/+7
2023-12-13fix ufs_get_locked_folio() breakageAl Viro1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-48/+41
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-25ufs: remove ufs_get_locked_page()Matthew Wilcox (Oracle)2-16/+0
2023-10-25ufs: convert ufs_change_blocknr() to use foliosMatthew Wilcox (Oracle)1-11/+9
2023-10-25ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()Matthew Wilcox (Oracle)1-13/+12
2023-10-25ufs: add ufs_get_locked_folio and ufs_put_locked_folioMatthew Wilcox (Oracle)2-22/+34
2023-10-18ufs: convert to new timestamp accessorsJeff Layton3-22/+28
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+0
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)1-6/+0
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24ufs: convert to ctime accessor functionsJeff Layton4-18/+21
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-03-12ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig1-10/+19
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2022-09-11ufs: replace ll_rw_block()Zhang Yi1-8/+4
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-12/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-06-29ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)2-12/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-4/+4
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-10/+15
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-0/+7
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+7
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab1-1/+1
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing1-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+2
2019-05-02ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro1-1/+1
2019-05-01ufs: switch to ->free_inode()Al Viro1-8/+2
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann4-5/+19
2018-08-03ufs: switch to discard_new_inode()Al Viro2-8/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+8
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-1/+1
2018-01-29ufs: use new i_version APIJeff Layton3-6/+9
2018-01-15ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor1-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds3-24/+24
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-12/+12
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-32/+28
2017-06-17ufs: fix the logics for tail relocationAl Viro3-16/+17
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeAl Viro1-13/+8
2017-06-17fix signedness of timestamps on ufs1Al Viro1-3/+3
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-68/+98
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro1-9/+12
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro1-1/+1
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2-10/+26
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro1-9/+8
2017-06-14ufs: fix s_size/s_dsize usersAl Viro4-24/+19
2017-06-14ufs: fix reserved blocks checkAl Viro1-4/+6
2017-06-14ufs: make ufs_freespace() return signedAl Viro1-2/+2
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro1-13/+28
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-20/+62
2017-06-10ufs: we need to sync inode before freeing itAl Viro1-0/+1
2017-06-09excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro1-13/+5
2017-06-09ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro1-1/+3
2017-06-09ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro1-1/+2
2017-06-09ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-09ufs: restore maintaining ->i_blocksAl Viro1-1/+25
2017-06-09fix ufs_isblockset()Al Viro1-3/+7
2017-06-09ufs: restore proper tail allocationAl Viro1-1/+1
2017-06-04fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-05-08fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-22ufs: fix function declaration for ufs_truncate_blocksJeff Layton1-1/+1
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara2-4/+2
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-11/+15
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani4-10/+10
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+1
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-1/+1
2016-05-29ufs: get rid of redundant checksAl Viro1-16/+1
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro1-7/+7
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov6-27/+27
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-12-06ufs: get rid of ->setattr() for symlinksAl Viro5-51/+5
2015-09-09fix ufs write vs readpage race when writing into a holeAl Viro1-2/+2
2015-07-06ufs_inode_get{frag,block}(): get rid of 'phys' argumentAl Viro1-15/+8
2015-07-06ufs_getfrag_block(): tidy up a bitAl Viro1-33/+15
2015-07-06ufs_inode_getblock(): failure to read an indirect block is -EIOAl Viro1-2/+3
2015-07-06ufs_getfrag_block(): turn following indirects into a loopAl Viro1-24/+8
2015-07-06ufs_inode_getfrag(): pass index instead of 'fragment'Al Viro1-33/+17
2015-07-06ufs_inode_getfrag(): split extending the partial blocks offAl Viro1-63/+65
2015-07-06ufs_inode_getblock(): pass indirect block number and full indexAl Viro1-46/+16
2015-07-06ufs_inode_getblock(): pass index instead of 'fragment'Al Viro1-19/+13
2015-07-06ufs_inode_get{frag,block}(): leave sb_getblk() to callerAl Viro1-33/+55
2015-07-06ufs_getfrag_block(): get rid of macro junglesAl Viro1-29/+22
2015-07-06ufs_inode_get{frag,block}(): consolidate success exitsAl Viro1-28/+22
2015-07-06ufs: use the branch depth in ufs_getfrag_block()Al Viro1-6/+4
2015-07-06ufs: move calculation of offsets into ufs_getfrag_block()Al Viro1-8/+9
2015-07-06ufs_inode_get{frag,block}(): get rid of retriesAl Viro1-35/+8
2015-07-06__ufs_truncate_blocks(): avoid excessive dirtying of indirect blocksAl Viro1-3/+1
2015-07-06free_full_branch(): don't bother modifying the block we are going to freeAl Viro1-12/+2
2015-07-06move marking inode dirty to the end of __ufs_truncate_blocks()Al Viro1-6/+1
2015-07-06free_full_branch(): saner calling conventionsAl Viro1-49/+51
2015-07-06ufs_trunc_branch(): kill recursionAl Viro1-26/+26
2015-07-06ufs_trunc_branch(): massage towards killing recursionAl Viro1-5/+5
2015-07-06split ufs_truncate_branch() into full- and partial-branch variantsAl Viro1-16/+58
2015-07-06ufs: unify the logics for collecting adjacent data blocks to freeAl Viro1-34/+22
2015-07-06ufs_trunc_branch(): separate the calls with non-NULL offsetsAl Viro1-4/+7
2015-07-06ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0Al Viro1-3/+6