aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_inode.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2021-04-12jfs: convert to fileattrGravatar Miklos Szeredi 1-1/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2017-04-19jfs: Remove jfs_get_inode_flags()Gravatar Jan Kara 1-1/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeGravatar Christoph Hellwig 1-1/+1
2010-08-09switch jfs to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 1-0/+1
2010-04-16jfs: add jfs specific ->setattr callGravatar Dmitry Monakhov 1-0/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+1
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemGravatar Christoph Hellwig 1-0/+1
2009-03-27constify dentry_operations: JFSGravatar Al Viro 1-1/+1
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSGravatar Andi Kleen 1-0/+1
2008-02-07BKL-removal: Use unlocked_ioctl for jfsGravatar Andi Kleen 1-2/+1
2008-02-07iget: stop JFS from using iget() and read_inode()Gravatar David Howells 1-1/+1
2007-10-22jfs: new export opsGravatar Christoph Hellwig 1-1/+6
2007-07-17knfsd: exportfs: remove iget abuseGravatar Christoph Hellwig 1-0/+1
2007-04-25Copy i_flags to jfs inode flags on writeGravatar Dave Kleikamp 1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-3/+3
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-3/+3
2006-07-26JFS: Quota support broken, no quota_read and quota_writeGravatar Dave Kleikamp 1-0/+1
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-2/+2
2006-02-09JFS: ext2 inode attributes for jfsGravatar Herbert Poetzl 1-0/+3
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersGravatar Dave Kleikamp 1-1/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+23