summaryrefslogtreecommitdiff
path: root/fs/jfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-01jfs: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-05-11fs: Fix return in jfs_mkdir and orangefs_mkdirHongling Zeng1-1/+1
2026-02-12Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggyLinus Torvalds1-2/+4
2026-01-12jfs: add setlease file operationJeff Layton1-0/+2
2025-12-02jfs: nlink overflow in jfs_renameJori Koolstra1-2/+4
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2023-10-18jfs: convert to new timestamp accessorsJeff Layton1-9/+11
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds1-1/+1
2023-08-29jfs: remove redundant initialization to pointer ipColin Ian King1-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-12/+12
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+2
2023-07-24jfs: convert to ctime accessor functionsJeff Layton1-12/+12
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds1-0/+5
2023-06-23FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-06-02jfs: Use unsigned variable for length calculationsKees Cook1-3/+3
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-12Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2022-10-27jfs: Fix fortify moan in symlinkDr. David Alan Gilbert1-1/+1
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2021-04-12jfs: convert to fileattrMiklos Szeredi1-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-10/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-08-03jfs: switch to discard_new_inode()Al Viro1-8/+4
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+16
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-11/+11
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+5
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher1-3/+3
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-03-30jfs: Coalesce some formatsJoe Perches1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai1-3/+0
2015-07-23jfs: Handle error from dquot_initialize()Dave Kleikamp1-14/+40
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-14/+13