aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18jfs: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-07-24jfs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+2
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-08-03jfs: don't bother with make_bad_inode() in ialloc()Gravatar Al Viro 1-2/+0
2018-08-03jfs: switch to discard_new_inode()Gravatar Al Viro 1-4/+4
2017-04-19jfs: Remove jfs_get_inode_flags()Gravatar Jan Kara 1-18/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesGravatar Joe Perches 1-1/+1
2015-07-23jfs: Handle error from dquot_initialize()Gravatar Dave Kleikamp 1-1/+3
2014-04-14fs/jfs/jfs_inode.c: atomically set inode->i_flagsGravatar Fabian Frederick 1-8/+8
2013-09-17jfs: fix error path in iallocGravatar Dave Kleikamp 1-2/+1
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2010-05-21jfs: replace inode uid,gid,mode init with helperGravatar Dmitry Monakhov 1-10/+2
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-3/+3
2009-03-26jfs: Use lowercase names of quota functionsGravatar Jan Kara 1-2/+2
2008-12-31nfsd race fixes: jfsGravatar Dave Kleikamp 1-8/+21
2008-11-14CRED: Wrap task credential accesses in the JFS filesystemGravatar David Howells 1-2/+2
2007-04-25Copy i_flags to jfs inode flags on writeGravatar Dave Kleikamp 1-0/+18
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-3/+3
2006-10-02[PATCH] JFS: return correct error when i-node allocation failedGravatar Akinobu Mita 1-4/+5
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-03-09JFS: add uid, gid, and umask mount optionsGravatar Dave Kleikamp 1-0/+7
2006-02-10JFS: Fix regression. fsck complains if symlinks do not have INLINEEA attributeGravatar Dave Kleikamp 1-4/+4
2006-02-09JFS: ext2 inode attributes for jfsGravatar Herbert Poetzl 1-3/+34
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersGravatar Dave Kleikamp 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+104