summaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-16reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-18reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández
2017-07-17reiserfs: Don't clear SGID when inheriting ACLsJan Kara
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells
2017-06-23reiserfs: fix race in prealloc discardJeff Mahoney
2017-06-23reiserfs: don't preallocate blocks for extended attributesJeff Mahoney
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-05-24reiserfs: Make flush bios explicitely syncJan Kara
2017-05-08reiserfs: use designated initializersKees Cook
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara
2017-04-19reiserfs: Remove useless setting of i_flagsJan Kara
2017-04-19reiserfs: Set flags on quota files directlyJan Kara
2017-04-05reiserfs: Protect dquot_writeback_dquots() by s_umount semaphoreJan Kara
2017-04-05reiserfs: Make cancel_old_flush() reliableJan Kara
2017-03-23reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-27fs/reiserfs: atomically read inode sizeFabian Frederick
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-05quota: constify struct path in quota_onAl Viro
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-09-16reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith
2016-08-02reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro