summaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* jfs: convert to new timestamp accessorsJeff Layton2023-10-181-9/+11
* Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds2023-08-311-1/+1
|\
| * jfs: remove redundant initialization to pointer ipColin Ian King2023-08-291-1/+1
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-12/+12
|\ \
| * | jfs: convert to ctime accessor functionsJeff Layton2023-07-241-12/+12
| |/
* / vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
|/
* Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds2023-06-291-0/+5
|\
| * FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir2023-06-231-0/+5
* | jfs: Use unsigned variable for length calculationsKees Cook2023-06-021-3/+3
|/
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-12-121-1/+1
|\
| * jfs: Fix fortify moan in symlinkDr. David Alan Gilbert2022-10-271-1/+1
* | fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
|/
* jfs: convert to fileattrMiklos Szeredi2021-04-121-3/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-10/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-10-261-1/+1
* jfs: switch to discard_new_inode()Al Viro2018-08-031-8/+4
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-8/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-13/+16
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+4
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+5
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-11/+11
| |/
* / vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-3/+3
|\
| * jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-121-3/+3
* | Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2016-05-171-2/+2
|\ \ | |/ |/|
| * jfs: Coalesce some formatsJoe Perches2016-03-301-2/+2
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
|/
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-091-3/+0
* jfs: Handle error from dquot_initialize()Dave Kleikamp2015-07-231-14/+40
* Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-07-161-14/+13
|\
| * jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp2015-07-151-14/+13
* | jfs: switch to simple_follow_link()Al Viro2015-05-101-3/+2
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-9/+9
* assorted conversions to %p[dD]Al Viro2014-11-191-10/+8
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+1
* Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-07-111-1/+1
|\
| * jfs: Update jfs_errorJoe Perches2013-06-051-1/+1
* | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-5/+2
* | [readdir] convert jfsAl Viro2013-06-291-1/+1
|/