summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-224-37/+37
* reiserfs: fix dereference of ERR_PTRSudip Mukherjee2016-01-211-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-123-23/+15
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-063-23/+15
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-115-52/+17
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-134-47/+11
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-1/+2
| * | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-4/+4
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-0/+2
|/
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-134-26/+29
|\
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-134-26/+29
* | fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-3/+0
|/
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-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/+1
|\
| * fs/reiserfs: remove unneeded castFiro Yang2015-06-251-2/+1
* | 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-269-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-161-4/+4
|\ \ | |/
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-162-2/+1
|\ \ | |/ |/|
| * reiserfs: fix __RASSERT format stringNicolas Iooss2015-03-171-1/+0
| * quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-041-1/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+1
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-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
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-161-0/+3
|\
| * reiserfs: destroy allocated commit workqueueJiri Slaby2014-12-121-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\ \
| * | treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-9/+12
|\ \ \ | |_|/ |/| |
| * | assorted conversions to %p[dD]Al Viro2014-11-191-3/+3
| * | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-6/+9
| |/
* | reiserfs: Convert to private i_dquot fieldJan Kara2014-11-102-0/+15
|/
* fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick2014-10-141-3/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+0
|\
| * reiserfs: remove pointless forward declaration of struct nameidataAl Viro2014-10-121-1/+0
* | reiserfs: Don't use MAXQUOTAS valueJan Kara2014-09-172-9/+12
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-08-135-61/+92
|\
| * reiserfs: Fix use after free in journal teardownJan Kara2014-08-122-7/+21
| * reiserfs: fix corruption introduced by balance_leaf refactorJeff Mahoney2014-08-053-54/+71
* | fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick2014-08-081-0/+20
OpenPOWER on IntegriCloud