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
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
/
include
/
linux
/
fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-14
block: Remove REQ_KERNEL
Martin K. Petersen
1
-2
/
+0
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+3
2014-10-09
vfs: move getname() from callers to do_mount()
Seunghun Lee
1
-1
/
+2
2014-10-09
constify file_inode()
Al Viro
1
-1
/
+1
2014-10-07
locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING
Jeff Layton
1
-2
/
+2
2014-10-07
locks: set fl_owner for leases to filp instead of current->files
Jeff Layton
1
-7
/
+1
2014-10-07
locks: give lm_break a return value
Jeff Layton
1
-1
/
+1
2014-10-07
locks: move freeing of leases outside of i_lock
Jeff Layton
1
-3
/
+4
2014-10-07
locks: define a lm_setup handler for leases
Jeff Layton
1
-0
/
+1
2014-10-07
locks: plumb a "priv" pointer into the setlease routines
Jeff Layton
1
-6
/
+6
2014-09-10
security: make security_file_set_fowner, f_setown and __f_setown void return
Jeff Layton
1
-2
/
+2
2014-09-10
locks: consolidate "nolease" routines
Jeff Layton
1
-0
/
+1
2014-09-10
locks: remove lock_may_read and lock_may_write
Jeff Layton
1
-14
/
+0
2014-09-10
locks: New ops in lock_manager_operations for get/put owner
Kinglong Mee
1
-0
/
+2
2014-09-10
locks: Rename __locks_copy_lock() to locks_copy_conflock()
Kinglong Mee
1
-2
/
+2
2014-09-10
locks: Remove unused conf argument from lm_grant
Joe Perches
1
-1
/
+1
2014-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+2
2014-08-09
mm: allow drivers to prevent new writable mappings
David Herrmann
1
-2
/
+27
2014-08-07
acct: get rid of acct_list
Al Viro
1
-0
/
+1
2014-08-07
acct: switch to __kernel_write()
Al Viro
1
-0
/
+1
2014-08-07
fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...
Joe Perches
1
-1
/
+1
2014-07-14
locks: typedef fl_owner_t to void *
Christoph Hellwig
1
-1
/
+1
2014-06-22
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
Linus Torvalds
1
-0
/
+6
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-18
/
+23
2014-06-12
kill generic_file_splice_write()
Al Viro
1
-2
/
+0
2014-06-12
->splice_write() via ->write_iter()
Al Viro
1
-0
/
+2
2014-06-10
locks: add missing memory barrier in break_deleg
Jeff Layton
1
-0
/
+6
2014-06-05
fs/libfs.c: add generic data flush to fsync
Fabian Frederick
1
-0
/
+1
2014-05-07
bury generic_file_aio_{read,write}
Al Viro
1
-2
/
+0
2014-05-07
bury __generic_file_aio_write()
Al Viro
1
-1
/
+0
2014-05-07
blkdev_aio_write() - turn into blkdev_write_iter()
Al Viro
1
-2
/
+1
2014-05-07
write_iter variants of {__,}generic_file_aio_write()
Al Viro
1
-0
/
+2
2014-05-07
new methods: ->read_iter() and ->write_iter()
Al Viro
1
-0
/
+6
2014-05-07
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
1
-0
/
+4
2014-05-07
iov_iter_truncate()
Al Viro
1
-2
/
+1
2014-05-07
new helper: generic_file_read_iter()
Al Viro
1
-0
/
+1
2014-05-07
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
1
-6
/
+6
2014-05-07
pass iov_iter to ->direct_IO()
Al Viro
1
-2
/
+1
2014-05-07
kill generic_segment_checks()
Al Viro
1
-2
/
+0
2014-05-07
generic_file_direct_write(): switch to iov_iter
Al Viro
1
-2
/
+2
2014-04-24
locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead
Jeff Layton
1
-1
/
+1
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-89
/
+8
2014-04-05
Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-0
/
+3
2014-04-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+3
2014-04-05
Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux
Linus Torvalds
1
-17
/
+26
2014-04-05
Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2014-04-04
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-0
/
+1
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-3
/
+3
2014-04-02
kill generic_file_buffered_write()
Al Viro
1
-2
/
+0
2014-04-02
export generic_perform_write(), start getting rid of generic_file_buffer_write()
Al Viro
1
-0
/
+2
[prev]
[next]