summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-09-15reiserfs: change j_timestamp type to time64_tArnd Bergmann1-1/+1
2018-08-24reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-07-22reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro14-72/+57
2018-04-24fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2018-03-22reiserfs: Make cancel_old_flush() reliableJan Kara3-7/+17
2018-02-25reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2-2/+1
2018-02-03reiserfs: remove unneeded i_version bumpJeff Layton1-1/+0
2018-01-31reiserfs: don't preallocate blocks for extended attributesJeff Mahoney1-1/+1
2018-01-31reiserfs: fix race in prealloc discardJeff Mahoney1-2/+10
2017-07-27reiserfs: Don't clear SGID when inheriting ACLsJan Kara1-5/+7
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara16-102/+89
2016-09-16reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith1-1/+11
2016-08-02reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney1-1/+2
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds129-1279/+11613
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds199-1523/+1918
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig26-96/+95
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-16/+33
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie21-38/+40
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie30-96/+102
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
2016-05-25reiserfs: check kstrdup failureMikulas Patocka1-2/+7
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko9-26/+28
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro1-1/+5
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro7-98/+31
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher17-78/+138
2016-03-28reiserfs_cache_default_acl(): use get_acl()Al Viro1-1/+1
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara5-0/+47
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-22reiserfs: fix dereference of ERR_PTRSudip Mukherjee1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds49-1054/+516
[next]