summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-06-191-2/+7
|\
| * reiserfs: check kstrdup failureMikulas Patocka2016-05-251-2/+7
* | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-273-12/+15
* | lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-211-1/+1
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-4/+3Star
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-4/+3Star
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* | reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro2016-05-031-1/+5
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-038-113/+39Star
|\ \ | |/ |/|
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-113-15/+12Star
| * reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-04-117-98/+31Star
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-5/+1Star
| * reiserfs_cache_default_acl(): use get_acl()Al Viro2016-03-281-1/+1
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-047-41/+41
|/
* quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+1
* wrappers for ->i_mutex accessAl Viro2016-01-234-37/+37
* reiserfs: fix dereference of ERR_PTRSudip Mukherjee2016-01-221-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-133-23/+15Star
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-063-23/+15Star
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-115-52/+17Star
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-144-47/+11Star
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-071-1/+2
| * | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-071-4/+4
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-092-0/+2
|/
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-144-26/+29
|\
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-144-26/+29
* | fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-101-3/+0Star
|/
* fs: create and use seq_show_option for escapingKees Cook2015-09-051-3/+5
* reiserfs: Handle error from dquot_initialize()Jan Kara2015-07-232-17/+53
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-2/+1Star
|\
| * fs/reiserfs: remove unneeded castFiro Yang2015-06-261-2/+1Star
* | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-279-87/+87
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-159-87/+87
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-171-4/+4
|\|
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-1/+1
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-172-2/+1Star
|\ \ | |/ |/|
| * reiserfs: fix __RASSERT format stringNicolas Iooss2015-03-171-1/+0Star
| * quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-041-1/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* | Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+1
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
|/
* fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick2015-02-171-1/+1