aboutsummaryrefslogtreecommitdiff
path: root/fs/freevxfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-20freevxfs: lookup: fix function params kernel-docGravatar Randy Dunlap 1-2/+1
2023-12-20freevxfs: immed: fix kernel-doc param nameGravatar Randy Dunlap 1-1/+1
2023-12-20freevxfs: bmap: fix kernel-doc warningsGravatar Randy Dunlap 1-4/+4
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+2
2023-10-28freevxfs: derive f_fsid from bdev->bd_devGravatar Amir Goldstein 1-0/+2
2023-10-18freevxfs: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+2
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-07-24freevxfs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-4/+4
2023-02-02freevxfs: fix kernel-doc warningsGravatar Randy Dunlap 2-4/+4
2023-01-31freevxfs: Kconfig: fix spellingGravatar Randy Dunlap 1-1/+1
2022-08-02freevxfs: Convert vxfs_immed_read_folio() to use a folioGravatar Matthew Wilcox (Oracle) 1-24/+19
2022-06-29freevxfs: Remove check of PageErrorGravatar Matthew Wilcox (Oracle) 1-6/+0
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Gravatar Linus Torvalds 14-356/+14
2022-05-18freevxfs: relicense to GPLv2 onlyGravatar Christoph Hellwig 14-356/+14
2022-05-09freevxfs: Convert vxfs_immed to read_folioGravatar Matthew Wilcox (Oracle) 1-7/+8
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-9/+8
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-01freevxfs: switch to ->free_inode()Gravatar Al Viro 1-9/+2
2018-05-22freevxfs_lookup(): use d_splice_alias()Gravatar Al Viro 1-6/+2
2018-01-15vxfs: Define usercopy region in vxfs_inode slab cacheGravatar David Windsor 1-2/+6
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-2/+2
2016-06-13freevxfs: update Kconfig informationGravatar Krzysztof Błaszkowski 1-1/+2
2016-06-12freevxfs: refactor readdir and lookup codeGravatar Krzysztof Błaszkowski 1-125/+108
2016-06-12freevxfs: fix lack of inode initializationGravatar Krzysztof Błaszkowski 1-0/+1
2016-06-12freevxfs: fix memory leak in vxfs_read_fshead()Gravatar Krzysztof Błaszkowski 1-0/+2
2016-06-01freevxfs: update documentation and cresdits for HP-UX supportGravatar Krzysztof Błaszkowski 8-2/+17
2016-06-01freevxfs: implement ->alloc_inode and ->destroy_inodeGravatar Christoph Hellwig 5-142/+116
2016-06-01freevxfs: avoid the need for forward declaring the super operationsGravatar Christoph Hellwig 1-13/+6
2016-06-01freevxfs: move VFS inode allocation into vxfs_blkiget and vxfs_stigetGravatar Krzysztof Błaszkowski 3-37/+31
2016-06-01freevxfs: remove vxfs_put_fake_inodeGravatar Krzysztof Błaszkowski 3-20/+6
2016-06-01freevxfs: handle big endian HP-UX file systemsGravatar Krzysztof Błaszkowski 11-279/+407
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 3-9/+9
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-08-07freevxfs: Grammar s/an negative/a negative/Gravatar Geert Uytterhoeven 1-1/+1
2015-06-23pagemap.h: move dir_pages() over thereGravatar Fabian Frederick 1-7/+0
2015-05-10freevxfs: switch to simple_follow_link()Gravatar Al Viro 3-39/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-04-03fs/freevxfs/vxfs_lookup.c: update function commentGravatar Fabian Frederick 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-06-29[readdir] convert freevxfsGravatar Al Viro 1-32/+23
2013-03-12fs: Readd the fs module aliases.Gravatar Eric W. Biederman 1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1