index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-05-05
2
-4
/
+1
|
\
|
*
proc: Fix unbalanced hard link numbers
Takashi Iwai
2017-04-29
1
-0
/
+1
|
*
sysctl: Remove dead register_sysctl_root
Eric W. Biederman
2017-04-17
1
-4
/
+0
*
|
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-05
1
-0
/
+86
|
\
\
|
*
\
Merge 4.11-rc4 into char-misc-next
Greg Kroah-Hartman
2017-03-27
55
-492
/
+670
|
|
\
\
|
*
|
|
chardev: add helper function to register char devs with a struct device
Logan Gunthorpe
2017-03-21
1
-0
/
+86
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-04
13
-46
/
+69
|
\
\
\
\
|
*
|
|
|
fs/block_dev: always invalidate cleancache in invalidate_bdev()
Andrey Ryabinin
2017-05-04
1
-6
/
+5
|
*
|
|
|
fs: fix data invalidation in the cleancache during direct IO
Andrey Ryabinin
2017-05-04
1
-10
/
+8
|
*
|
|
|
jbd2: make the whole kjournald2 kthread NOFS safe
Michal Hocko
2017-05-04
1
-0
/
+9
|
*
|
|
|
jbd2: mark the transaction context with the scope GFP_NOFS context
Michal Hocko
2017-05-04
1
-0
/
+12
|
*
|
|
|
xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
Michal Hocko
2017-05-04
2
-10
/
+10
|
*
|
|
|
mm: introduce memalloc_nofs_{save,restore} API
Michal Hocko
2017-05-04
1
-1
/
+1
|
*
|
|
|
xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
Michal Hocko
2017-05-04
5
-13
/
+13
|
*
|
|
|
proc: show MADV_FREE pages info in smaps
Shaohua Li
2017-05-04
1
-1
/
+7
|
*
|
|
|
fs/ocfs2/cluster: use offset_in_page() macro
Geliang Tang
2017-05-04
1
-1
/
+1
|
*
|
|
|
ocfs2: o2hb: revert hb threshold to keep compatible
Junxiao Bi
2017-05-04
1
-4
/
+4
|
*
|
|
|
fs/ocfs2/cluster: use setup_timer
Geliang Tang
2017-05-04
1
-3
/
+2
*
|
|
|
|
Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...
Linus Torvalds
2017-05-03
23
-179
/
+335
|
\
\
\
\
\
|
*
|
|
|
|
ext4: Improve comments in ext4_quota_{on|off}()
Jan Kara
2017-04-24
1
-2
/
+10
|
*
|
|
|
|
udf: use kmap_atomic for memcpy copying
Fabian Frederick
2017-04-24
2
-9
/
+9
|
*
|
|
|
|
udf: use octal for permissions
Fabian Frederick
2017-04-24
2
-8
/
+8
|
*
|
|
|
|
quota: Remove dquot_quotactl_ops
Jan Kara
2017-04-19
1
-12
/
+0
|
*
|
|
|
|
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
|
*
|
|
|
|
jfs: Remove jfs_get_inode_flags()
Jan Kara
2017-04-19
4
-22
/
+0
|
*
|
|
|
|
ext2: Remove ext2_get_inode_flags()
Jan Kara
2017-04-19
3
-22
/
+0
|
*
|
|
|
|
ext4: Remove ext4_get_inode_flags()
Jan Kara
2017-04-19
3
-29
/
+0
|
*
|
|
|
|
quota: Stop setting IMMUTABLE and NOATIME flags on quota files
Jan Kara
2017-04-19
1
-14
/
+5
|
*
|
|
|
|
jfs: Set flags on quota files directly
Jan Kara
2017-04-19
1
-2
/
+77
|
*
|
|
|
|
ext2: Set flags on quota files directly
Jan Kara
2017-04-19
1
-2
/
+76
|
*
|
|
|
|
reiserfs: Set flags on quota files directly
Jan Kara
2017-04-19
1
-3
/
+54
|
*
|
|
|
|
ext4: Set flags on quota files directly
Jan Kara
2017-04-19
1
-6
/
+56
|
*
|
|
|
|
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
|
*
|
|
|
|
ext2: Call dquot_writeback_dquots() with s_umount held
Jan Kara
2017-04-05
3
-7
/
+7
|
*
|
|
|
|
reiserfs: avoid a -Wmaybe-uninitialized warning
Arnd Bergmann
2017-03-23
2
-2
/
+1
*
|
|
|
|
|
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
Linus Torvalds
2017-05-03
18
-704
/
+680
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
fanotify: don't expose EOPENSTALE to userspace
Amir Goldstein
2017-04-25
1
-8
/
+18
|
*
|
|
|
|
fsnotify: remove a stray unlock
Dan Carpenter
2017-04-24
1
-1
/
+0
|
*
|
|
|
|
fsnotify: Move ->free_mark callback to fsnotify_ops
Jan Kara
2017-04-10
8
-26
/
+32
|
*
|
|
|
|
fsnotify: Add group pointer in fsnotify_init_mark()
Jan Kara
2017-04-10
4
-15
/
+16
|
*
|
|
|
|
fsnotify: Drop inode_mark.c
Jan Kara
2017-04-10
3
-90
/
+59
|
*
|
|
|
|
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
Jan Kara
2017-04-10
7
-65
/
+11
|
*
|
|
|
|
fsnotify: Remove fsnotify_detach_group_marks()
Jan Kara
2017-04-10
3
-38
/
+18
|
*
|
|
|
|
fsnotify: Rename fsnotify_clear_marks_by_group_flags()
Jan Kara
2017-04-10
1
-7
/
+5
|
*
|
|
|
|
fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
Jan Kara
2017-04-10
2
-13
/
+0
|
*
|
|
|
|
fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
Jan Kara
2017-04-10
4
-15
/
+5
|
*
|
|
|
|
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
Jan Kara
2017-04-10
4
-29
/
+9
|
*
|
|
|
|
fanotify: Release SRCU lock when waiting for userspace response
Jan Kara
2017-04-10
1
-2
/
+15
[next]