| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-12-01 | 1 | -1/+0 |
|\ |
|
| * | reiserfs: remove unneeded i_version bump | Jeff Layton | 2017-11-27 | 1 | -1/+0 |
* | | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 5 | -20/+20 |
|/ |
|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 12 | -0/+12 |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-15 | 4 | -12/+12 |
|\ |
|
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 4 | -12/+12 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-09-07 | 1 | -1/+1 |
|\ \ |
|
| * | | reiserfs: fix spelling mistake: "tranasction" -> "transaction" | Colin Ian King | 2017-08-16 | 1 | -1/+1 |
* | | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2017-09-06 | 2 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 2017-08-01 | 2 | -2/+2 |
| |/ |
|
* | | reiserfs: preserve i_mode if __reiserfs_set_acl() fails | Ernesto A. Fernández | 2017-07-18 | 1 | -3/+6 |
* | | reiserfs: Don't clear SGID when inheriting ACLs | Jan Kara | 2017-07-17 | 1 | -5/+7 |
|/ |
|
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-07-15 | 1 | -4/+0 |
|\ |
|
| * | VFS: Don't use save/replace_mount_options if not using generic_show_options | David Howells | 2017-07-06 | 1 | -4/+0 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-07-13 | 1 | -3/+11 |
|\ \ |
|
| * | | reiserfs: fix race in prealloc discard | Jeff Mahoney | 2017-06-23 | 1 | -2/+10 |
| * | | reiserfs: don't preallocate blocks for extended attributes | Jeff Mahoney | 2017-06-23 | 1 | -1/+1 |
| |/ |
|
* / | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
|/ |
|
* | reiserfs: Make flush bios explicitely sync | Jan Kara | 2017-05-24 | 1 | -2/+2 |
* | reiserfs: use designated initializers | Kees Cook | 2017-05-09 | 1 | -12/+12 |
* | reiserfs: Remove i_attrs_to_sd_attrs() | Jan Kara | 2017-04-19 | 3 | -28/+1 |
* | reiserfs: Remove useless setting of i_flags | Jan Kara | 2017-04-19 | 1 | -4/+0 |
* | reiserfs: Set flags on quota files directly | Jan Kara | 2017-04-19 | 1 | -3/+54 |
* | reiserfs: Protect dquot_writeback_dquots() by s_umount semaphore | Jan Kara | 2017-04-05 | 1 | -0/+14 |
* | reiserfs: Make cancel_old_flush() reliable | Jan Kara | 2017-04-05 | 3 | -7/+17 |
* | reiserfs: avoid a -Wmaybe-uninitialized warning | Arnd Bergmann | 2017-03-23 | 2 | -2/+1 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-02-28 | 2 | -2/+2 |
* | fs/reiserfs: atomically read inode size | Fabian Frederick | 2017-02-28 | 1 | -1/+1 |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-18 | 1 | -1/+0 |
|\ |
|
| * | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-18 | 1 | -2/+2 |
|\ \ |
|
| * | | quota: constify struct path in quota_on | Al Viro | 2016-12-06 | 1 | -2/+2 |
| |/ |
|
* | | mm: only include blk_types in swap.h if CONFIG_SWAP is enabled | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
* | | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
* | | block,fs: use REQ_* flags directly | Christoph Hellwig | 2016-11-01 | 1 | -2/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 7 | -19/+23 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-11 | 1 | -1/+5 |
| |\ |
|
| | * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| | * | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 2016-09-27 | 1 | -2/+6 |
| * | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 7 | -18/+18 |
| |/ |
|
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-11 | 2 | -12/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-08 | 2 | -12/+0 |
| |/ |
|
* | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
* | | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-09-22 | 1 | -6/+2 |
* | | reiserfs: Unlock superblock before calling reiserfs_quota_on_mount() | Mike Galbraith | 2016-09-16 | 1 | -1/+11 |
|/ |
|
* | reiserfs: fix "new_insert_key may be used uninitialized ..." | Jeff Mahoney | 2016-08-03 | 1 | -1/+2 |
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 1 | -1/+1 |
|\ |
|
| * | block: get rid of bio_rw and READA | Christoph Hellwig | 2016-07-21 | 1 | -1/+1 |
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 4 | -12/+12 |
|\| |
|
| * | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 2016-06-07 | 3 | -7/+7 |