summaryrefslogtreecommitdiff
path: root/fs/jfs/namei.c
AgeCommit message (Expand)Author
2023-10-18jfs: convert to new timestamp accessorsJeff Layton
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-08-29jfs: remove redundant initialization to pointer ipColin Ian King
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-07-24jfs: convert to ctime accessor functionsJeff Layton
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-06-23FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-06-02jfs: Use unsigned variable for length calculationsKees Cook
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-10-27jfs: Fix fortify moan in symlinkDr. David Alan Gilbert
2022-10-20fs: rename current get acl methodChristian Brauner
2021-04-12jfs: convert to fileattrMiklos Szeredi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-08-03jfs: switch to discard_new_inode()Al Viro
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-03-30jfs: Coalesce some formatsJoe Perches
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai
2015-07-23jfs: Handle error from dquot_initialize()Dave Kleikamp
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2015-07-15jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp
2015-05-10jfs: switch to simple_follow_link()Al Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-11-19assorted conversions to %p[dD]Al Viro
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert jfsAl Viro
2013-06-05jfs: Update jfs_errorJoe Perches