aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18jfs: convert to new timestamp accessorsGravatar Jeff Layton 1-9/+11
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+1
2023-08-29jfs: remove redundant initialization to pointer ipGravatar Colin Ian King 1-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-12/+12
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 1-1/+2
2023-07-24jfs: convert to ctime accessor functionsGravatar Jeff Layton 1-12/+12
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyGravatar Linus Torvalds 1-0/+5
2023-06-23FS: JFS: Fix null-ptr-deref Read in txBeginGravatar Immad Mir 1-0/+5
2023-06-02jfs: Use unsigned variable for length calculationsGravatar Kees Cook 1-3/+3
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-12Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+1
2022-10-27jfs: Fix fortify moan in symlinkGravatar Dr. David Alan Gilbert 1-1/+1
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2021-04-12jfs: convert to fileattrGravatar Miklos Szeredi 1-3/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-10/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESGravatar Colin Ian King 1-1/+1
2018-08-03jfs: switch to discard_new_inode()Gravatar Al Viro 1-8/+4
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-8/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+16
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-3/+0
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-11/+11
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+5
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-2/+2
2016-05-12jfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-3/+3
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-03-30jfs: Coalesce some formatsGravatar Joe Perches 1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksGravatar Yaowei Bai 1-3/+0
2015-07-23jfs: Handle error from dquot_initialize()Gravatar Dave Kleikamp 1-14/+40
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-14/+13
2015-07-15jfs: clean up jfs_rename and fix out of order unlockGravatar Dave Kleikamp 1-14/+13
2015-05-10jfs: switch to simple_follow_link()Gravatar Al Viro 1-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-9/+9
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-10/+8
2014-01-25jfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-0/+1
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-5/+2
2013-06-29[readdir] convert jfsGravatar Al Viro 1-1/+1
2013-06-05jfs: Update jfs_errorGravatar Joe Perches 1-1/+1