index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-25
fs: take the ACL checks to common code
Christoph Hellwig
1
-1
/
+1
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-1
/
+8
2011-07-20
kill check_acl callback of generic_permission()
Al Viro
1
-0
/
+1
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
1
-2
/
+1
2010-08-09
Fix reiserfs_file_release()
Al Viro
1
-22
/
+28
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-3
/
+2
2010-04-28
blkdev: generalize flags for blkdev_issue_fn functions
Dmitry Monakhov
1
-1
/
+2
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
1
-1
/
+1
2009-10-14
kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()
Frederic Weisbecker
1
-1
/
+1
2009-03-30
reiserfs: rename [cn]_* variables
Jeff Mahoney
1
-3
/
+3
2009-03-30
reiserfs: rename p_._ variables
Jeff Mahoney
1
-3
/
+3
2009-03-30
reiserfs: rename p_s_inode to inode
Jeff Mahoney
1
-8
/
+8
2009-03-30
reiserfs: strip trailing whitespace
Jeff Mahoney
1
-4
/
+4
2009-03-30
reiserfs: rework reiserfs_warning
Jeff Mahoney
1
-1
/
+1
2008-10-23
[PATCH] reiserfs: add missing llseek method
Christoph Hellwig
1
-0
/
+1
2007-10-16
reiserfs: use generic write
Vladimir Saveliev
1
-1239
/
+1
2007-07-16
Only send SIGXFSZ when exceeding rlimits.
Micah Cowan
1
-1
/
+0
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
1
-1
/
+0
2007-05-09
reiserfs: use zero_user_page
Nate Diller
1
-28
/
+11
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-12
[PATCH] mark struct inode_operations const 3
Arjan van de Ven
1
-1
/
+1
2007-01-23
[PATCH] resierfs: avoid tail packing if an inode was ever mmapped
Vladimir Saveliev
1
-1
/
+19
2006-12-08
[PATCH] struct path: convert reiserfs
Josef Sipek
1
-2
/
+2
2006-12-07
[PATCH] reiserfs: do not add save links for O_DIRECT writes
Vladimir V. Saveliev
1
-50
/
+4
2006-12-07
[PATCH] reiser: replace kmalloc+memset with kzalloc
Yan Burman
1
-2
/
+1
2006-12-07
[PATCH] reiserfs: add missing D-cache flushing
Alexey Dobriyan
1
-0
/
+4
2006-11-25
[PATCH] reiserfs: fmt bugfix
Alexey Dobriyan
1
-1
/
+2
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-10-03
BUG_ON conversion for fs/reiserfs
Eric Sesterhenn
1
-4
/
+2
2006-10-01
[PATCH] Vectorize aio_read/aio_write fileop methods
Badari Pulavarty
1
-2
/
+2
2006-10-01
[PATCH] reiserfs: use generic_file_open for open() checks
Jeff Mahoney
1
-0
/
+1
2006-09-30
[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...
David Howells
1
-0
/
+4
2006-09-29
[PATCH] reiserfs_fsync should only use barriers when they are enabled
Chris Mason
1
-1
/
+1
2006-08-06
[PATCH] fix reiserfs lock inversion of bkl vs inode semaphore
Chris Mason
1
-1
/
+1
2006-07-10
[PATCH] reiserfs: fix journaling issue regarding fsync()
Hisashi Hifumi
1
-1
/
+5
2006-06-26
[PATCH] reiserfs: remove reiserfs_aio_write()
Alexey Dobriyan
1
-7
/
+1
2006-03-30
[PATCH] Introduce sys_splice() system call
Jens Axboe
1
-0
/
+2
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2006-03-25
[PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri...
Alexander Zarochentsev
1
-1
/
+1
2006-03-25
[PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ...
Jeff Mahoney
1
-4
/
+4
2006-03-02
[PATCH] reiserfs: do not check if unsigned < 0
Vladimir V. Saveliev
1
-7
/
+7
2006-02-01
[PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disks
Jeff Mahoney
1
-0
/
+17
2006-02-01
[PATCH] reiserfs: missing kmalloc failure check
Diego Calleja
1
-0
/
+2
2006-01-10
[PATCH] replace inode_update_time with file_update_time
Christoph Hellwig
1
-1
/
+1
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-5
/
+5
2005-11-09
[PATCH] Fix return value in reiserfs allocator
Jan Kara
1
-2
/
+2
2005-09-13
[PATCH] reiserfs: use mark_inode_dirty instead of reiserfs_update_sd
Chris Mason
1
-5
/
+6
2005-07-12
reiserfs: run scripts/Lindent on reiserfs code
Linus Torvalds
1
-1202
/
+1362
2005-06-24
[PATCH] quota: reiserfs: improve quota credit estimates
Jan Kara
1
-2
/
+2
2005-05-01
[PATCH] reiserfs endianness: annotate little-endian objects
Al Viro
1
-2
/
+2
[next]