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 Torvalds2017-09-071-1/+1
|\
| * reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King2017-08-161-1/+1
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-062-2/+2
|\ \ | |/ |/|
| * fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-012-2/+2
* | reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández2017-07-181-3/+6
* | reiserfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-171-5/+7
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-4/+0
|\
| * VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-4/+0
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-07-131-3/+11
|\ \
| * | reiserfs: fix race in prealloc discardJeff Mahoney2017-06-231-2/+10
| * | reiserfs: don't preallocate blocks for extended attributesJeff Mahoney2017-06-231-1/+1
| |/
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* reiserfs: Make flush bios explicitely syncJan Kara2017-05-241-2/+2
* reiserfs: use designated initializersKees Cook2017-05-081-12/+12
* reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara2017-04-193-28/+1
* reiserfs: Remove useless setting of i_flagsJan Kara2017-04-191-4/+0
* reiserfs: Set flags on quota files directlyJan Kara2017-04-191-3/+54
* reiserfs: Protect dquot_writeback_dquots() by s_umount semaphoreJan Kara2017-04-051-0/+14
* reiserfs: Make cancel_old_flush() reliableJan Kara2017-04-053-7/+17
* reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2017-03-232-2/+1
* fs: add i_blocksize()Fabian Frederick2017-02-272-2/+2
* fs/reiserfs: atomically read inode sizeFabian Frederick2017-02-271-1/+1
* 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
|\
OpenPOWER on IntegriCloud