summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/inode.c
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)2023-12-291-6/+2
* hfsplus: convert to new timestamp accessorsJeff Layton2023-10-181-10/+12
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* hfsplus: convert to ctime accessor functionsJeff Layton2023-07-241-7/+9
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa2023-04-121-5/+23
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-1/+1
|\
| * hfsplus: remove ->writepageChristoph Hellwig2022-12-111-1/+1
* | hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg2022-12-111-2/+2
|/
* fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* hfsplus: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-11/+12
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-4/+4
* hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-081-3/+2
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-2/+2
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+2
* hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2021-11-091-8/+4
* hfsplus: report create_date to kstat.btimeChung-Chiang Cheng2021-07-011-0/+5
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
* hfsplus: convert to fileattrMiklos Szeredi2021-04-121-0/+54
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-7/+9
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+5
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2019-12-181-6/+6
* hfsplus: return file attributes on statxErnesto A. Fernández2019-01-041-0/+21
* hfsplus: update timestamps on truncate()Ernesto A. Fernández2018-10-311-0/+1
* hfsplus: drop ACL supportErnesto A. Fernández2018-08-221-11/+0
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* hfsplus: honor setgid flag on directoriesErnesto A. Fernandez2018-02-061-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-291-1/+1
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-4/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-4/+3
* | hfsplus: switch to ->iterate_shared()Al Viro2016-05-121-0/+1
|/