aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-4/+4
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2-6/+0
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-17/+48
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet1-10/+4
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig2-8/+8
2015-07-23jfs: Handle error from dquot_initialize()Dave Kleikamp3-17/+48
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-17/+16
2015-07-15jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp1-14/+13
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka1-3/+0
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-06-04jfs: fix indentation on if statementColin Ian King1-2/+2
2015-06-01jfs: removed a prohibited space after opening parenthesisNan Jia1-1/+1
2015-05-10jfs: switch to simple_follow_link()Al Viro3-13/+5
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-17/+17
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-20/+12
2015-04-15fs, jfs: remove slab object constructorDavid Rientjes2-20/+12
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells4-17/+17
2015-04-14Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-12jfs: %pf is only for function pointersScott Wood1-1/+1