summaryrefslogtreecommitdiffstats
path: root/fs/bfs
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-5/+0
|\
| * bfs_add_entry(): get rid of pointless ->d_name.len checksAl Viro2023-12-201-5/+0
* | bfs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
|/
* bfs: convert to new timestamp accessorsJeff Layton2023-10-182-11/+10
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | bfs: convert to ctime accessor functionsJeff Layton2023-07-132-11/+10
* | bfs: update ctime in addition to mtime when adding entriesJeff Layton2023-07-101-1/+1
|/
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-5/+5
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* bfs: don't use WARNING: string when it's just info.Randy Dunlap2020-12-151-1/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
* fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* bfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-044-42/+40
* bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-11-031-3/+6
* bfs_add_entry: pass name/len as qstr pointerAl Viro2018-05-221-11/+7
* bfs_find_entry: pass name/len as qstr pointerAl Viro2018-05-221-10/+8
* bfs_lookup(): use d_splice_alias()Al Viro2018-05-221-6/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* bfs: fix sanity checks for empty filesRakesh Pandit2017-07-121-1/+1
* Tigran has movedAndrew Morton2017-05-121-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-7/+7
|/
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-4/+4
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* | bfs: correct return valuesSanidhya Kashyap2015-04-171-2/+2
|/
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+1