aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-19jfs: Remove jfs_get_inode_flags()Jan Kara4-22/+0
2017-04-19jfs: Set flags on quota files directlyJan Kara1-2/+77
2017-02-27fs: add i_blocksize()Fabian Frederick1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+0
2016-12-14Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-11-11fs: jfs: Replace CURRENT_TIME_SEC by current_time()Deepa Dinamani1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-18/+21
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+4
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-12/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-5/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher3-12/+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 Dinamani6-16/+16
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-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-09-06jfs: Simplify codeChristophe JAILLET1-2/+1
2016-08-29jfs: jump to error_out when filemap_{fdatawait, write_and_wait} failsQuorum Laval1-2/+8
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-6/+0
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie2-4/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie2-6/+10
2016-05-29drop redundant ->owner initializationsAl Viro5-6/+0
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-8/+6
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-158/+96
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-39/+29
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher5-116/+84
2016-05-12jfs: Clean up xattr name mappingAndreas Gruenbacher1-55/+25
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro4-12/+6
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro2-5/+5
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-24/+24
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-2/+0
2016-03-30jfs: Coalesce some formatsJoe Perches6-28/+20
2016-03-30jfs: Remove unnecessary line continuations and terminating newlinesJoe Perches1-4/+2
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches4-7/+7
2016-03-28jfs: Remove unnecessary code in jfs_get_aclAndreas Gruenbacher1-4/+0
2016-01-22wrappers for ->i_mutex accessAl Viro3-9/+9
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro1-5/+4