summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-2/+2
|\ \
| * | quota: constify struct path in quota_onAl Viro2016-12-051-2/+2
| |/
* | mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-011-0/+1
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-107-19/+23
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-277-18/+18
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-102-12/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-12/+0
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-6/+2
* | reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith2016-09-161-1/+11
|/
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-08-021-1/+2
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+1
|\
| * block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-1/+1
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-264-12/+12
|\ \ | |/
| * fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-073-7/+7
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-072-5/+5
* | 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-201-1/+1
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-4/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-4/+3
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* | reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro2016-05-021-1/+5
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-028-113/+39
|\ \ | |/ |/|
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-103-15/+12
| * reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-04-107-98/+31
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-5/+1
| * 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-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
OpenPOWER on IntegriCloud