summaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)Author
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-25reiserfs: check kstrdup failureMikulas Patocka
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-03-28reiserfs_cache_default_acl(): use get_acl()Al Viro
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21reiserfs: fix dereference of ERR_PTRSudip Mukherjee
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-09fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-07-23reiserfs: Handle error from dquot_initialize()Jan Kara
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-06-25fs/reiserfs: remove unneeded castFiro Yang
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-17reiserfs: fix __RASSERT format stringNicolas Iooss
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick