index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
/
file.c
Age
Commit message (
Expand
)
Author
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
->splice_write() via ->write_iter()
Al Viro
2014-05-06
write_iter variants of {__,}generic_file_aio_write()
Al Viro
2014-05-06
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-05-06
reiserfs: cleanup, remove unnecessary parens
Jeff Mahoney
2014-05-06
reiserfs: cleanup, remove leading whitespace from labels
Jeff Mahoney
2014-05-06
reiserfs: cleanup, remove blocks arg from journal_join
Jeff Mahoney
2014-05-06
reiserfs: cleanup, remove sb argument from journal_mark_dirty
Jeff Mahoney
2014-05-06
reiserfs: cleanup, remove sb argument from journal_end
Jeff Mahoney
2014-05-06
reiserfs: cleanup, remove nblocks argument from journal_end
Jeff Mahoney
2014-05-06
reiserfs: cleanup, reformat comments to normal kernel style
Jeff Mahoney
2014-01-25
reiserfs: use generic posix ACL infrastructure
Christoph Hellwig
2013-04-09
reiserfs: don't wank with EFBIG before calling do_sync_write()
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-12-20
reiserfs: drop vmtruncate
Marco Stornelli
2012-03-20
move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h
Al Viro
2012-03-20
move reiserfs_acl.h to fs/reiserfs/acl.h
Al Viro
2012-03-20
take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h
Al Viro
2011-07-25
fs: take the ACL checks to common code
Christoph Hellwig
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
kill check_acl callback of generic_permission()
Al Viro
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-08-09
Fix reiserfs_file_release()
Al Viro
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-04-28
blkdev: generalize flags for blkdev_issue_fn functions
Dmitry Monakhov
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
2009-10-14
kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()
Frederic Weisbecker
2009-03-30
reiserfs: rename [cn]_* variables
Jeff Mahoney
2009-03-30
reiserfs: rename p_._ variables
Jeff Mahoney
2009-03-30
reiserfs: rename p_s_inode to inode
Jeff Mahoney
2009-03-30
reiserfs: strip trailing whitespace
Jeff Mahoney
2009-03-30
reiserfs: rework reiserfs_warning
Jeff Mahoney
2008-10-23
[PATCH] reiserfs: add missing llseek method
Christoph Hellwig
2007-10-16
reiserfs: use generic write
Vladimir Saveliev
2007-07-16
Only send SIGXFSZ when exceeding rlimits.
Micah Cowan
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-05-09
reiserfs: use zero_user_page
Nate Diller
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-02-12
[PATCH] mark struct inode_operations const 3
Arjan van de Ven
2007-01-23
[PATCH] resierfs: avoid tail packing if an inode was ever mmapped
Vladimir Saveliev
2006-12-08
[PATCH] struct path: convert reiserfs
Josef Sipek
2006-12-07
[PATCH] reiserfs: do not add save links for O_DIRECT writes
Vladimir V. Saveliev
2006-12-07
[PATCH] reiser: replace kmalloc+memset with kzalloc
Yan Burman
2006-12-07
[PATCH] reiserfs: add missing D-cache flushing
Alexey Dobriyan
2006-11-25
[PATCH] reiserfs: fmt bugfix
Alexey Dobriyan
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
2006-10-03
BUG_ON conversion for fs/reiserfs
Eric Sesterhenn
2006-10-01
[PATCH] Vectorize aio_read/aio_write fileop methods
Badari Pulavarty
2006-10-01
[PATCH] reiserfs: use generic_file_open for open() checks
Jeff Mahoney
2006-09-30
[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...
David Howells
[next]