index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-30
quota: Remove quota_on_meta callback
Jan Kara
1
-4
/
+1
2015-01-30
ocfs2: Use generic helpers for quotaon and quotaoff
Jan Kara
1
-31
/
+1
2015-01-30
ext4: Use generic helpers for quotaon and quotaoff
Jan Kara
1
-41
/
+1
2015-01-30
quota: Add ->quota_{enable,disable} callbacks for VFS quotas
Jan Kara
1
-0
/
+91
2015-01-30
quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}
Jan Kara
1
-4
/
+27
2015-01-30
quota: Split ->set_xstate callback into two
Jan Kara
2
-26
/
+53
2015-01-30
Merge branch 'for_linus' into for_next
Jan Kara
22
-345
/
+475
2015-01-28
quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
Jan Kara
6
-191
/
+271
2015-01-28
udf: Release preallocation on last writeable close
Jan Kara
1
-1
/
+1
2015-01-21
xfs: Remove some pointless quota checks
Jan Kara
1
-39
/
+20
2015-01-21
xfs: Remove some useless flags tests
Jan Kara
1
-11
/
+4
2015-01-21
xfs: Remove useless test
Jan Kara
1
-1
/
+1
2015-01-21
quota: Verify flags passed to Q_SETINFO
Jan Kara
1
-0
/
+8
2015-01-21
quota: Cleanup flags definitions
Jan Kara
1
-1
/
+1
2015-01-21
ocfs2: Move OLQF_CLEAN flag out of generic quota flags
Jan Kara
2
-5
/
+6
2015-01-21
quota: Don't store flags for v2 quota format
Jan Kara
1
-2
/
+4
2015-01-12
udf: destroy sbi mutex in put_super
Fabian Frederick
1
-0
/
+1
2015-01-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+5
2015-01-10
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2015-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+1
2015-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-11
/
+28
2015-01-09
sched, fanotify: Deal with nested sleeps
Peter Zijlstra
1
-5
/
+5
2015-01-09
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
1
-2
/
+3
2015-01-09
ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...
Xue jiufei
1
-8
/
+35
2015-01-09
ocfs2: remove bogus check in dlm_process_recovery_data
Joseph Qi
1
-4
/
+1
2015-01-08
ceph: use %zu for len in ceph_fill_inline_data()
Ilya Dryomov
1
-1
/
+1
2015-01-07
nfsd: fix fi_delegees leak when fi_had_conflict returns true
Jeff Layton
1
-1
/
+1
2015-01-07
udf: Check length of extended attributes and allocation descriptors
Jan Kara
1
-0
/
+9
2015-01-07
udf: Remove repeated loads blocksize
Jan Kara
1
-11
/
+8
2015-01-07
isofs: Fix bug in the way to check if the year is a leap year
Oscar Forner Martinez
1
-14
/
+4
2015-01-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-121
/
+129
2015-01-05
ext3: destroy sbi mutexes in put_super
Fabian Frederick
1
-0
/
+2
2015-01-05
udf: Update Kconfig description
Jan Kara
1
-4
/
+6
2015-01-02
ext4: remove spurious KERN_INFO from ext4_warning call
Jakub Wilk
1
-1
/
+1
2015-01-02
Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"
Theodore Ts'o
2
-108
/
+116
2015-01-02
Btrfs: don't delay inode ref updates during log replay
Chris Mason
1
-0
/
+8
2015-01-02
Btrfs: correctly get tree level in tree_backref_for_extent
Filipe Manana
1
-3
/
+10
2015-01-02
Btrfs: call inode_dec_link_count() on mkdir error path
Wang Shilong
1
-1
/
+3
2015-01-02
Btrfs: abort transaction if we don't find the block group
Josef Bacik
1
-6
/
+6
2015-01-02
Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()
Dan Carpenter
1
-1
/
+1
2014-12-30
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-19
/
+28
2014-12-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
7
-47
/
+106
2014-12-27
ext4: prevent online resize with backup superblock
Theodore Ts'o
1
-12
/
+12
2014-12-22
cifs: make new inode cache when file type is different
Nakajima Akira
1
-3
/
+7
2014-12-22
udf: Reduce repeated dereferences
Jan Kara
2
-25
/
+25
2014-12-22
udf: Check component length before reading it
Jan Kara
1
-2
/
+7
2014-12-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-35
/
+16
2014-12-20
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-19
/
+16
2014-12-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
4
-25
/
+20
2014-12-20
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
[next]