aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-25reiserfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-0/+1
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Gravatar Al Viro 1-60/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-20reiserfs: drop vmtruncateGravatar Marco Stornelli 1-2/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 1-1/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+8
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-0/+1
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1
2010-08-09Fix reiserfs_file_release()Gravatar Al Viro 1-22/+28
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-3/+2
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsGravatar Dmitry Monakhov 1-1/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-1/+1
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Gravatar Frederic Weisbecker 1-1/+1
2009-03-30reiserfs: rename [cn]_* variablesGravatar Jeff Mahoney 1-3/+3
2009-03-30reiserfs: rename p_._ variablesGravatar Jeff Mahoney 1-3/+3
2009-03-30reiserfs: rename p_s_inode to inodeGravatar Jeff Mahoney 1-8/+8
2009-03-30reiserfs: strip trailing whitespaceGravatar Jeff Mahoney 1-4/+4
2009-03-30reiserfs: rework reiserfs_warningGravatar Jeff Mahoney 1-1/+1
2008-10-23[PATCH] reiserfs: add missing llseek methodGravatar Christoph Hellwig 1-0/+1
2007-10-16reiserfs: use generic writeGravatar Vladimir Saveliev 1-1239/+1
2007-07-16Only send SIGXFSZ when exceeding rlimits.Gravatar Micah Cowan 1-1/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+0
2007-05-09reiserfs: use zero_user_pageGravatar Nate Diller 1-28/+11
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-1/+1
2007-01-23[PATCH] resierfs: avoid tail packing if an inode was ever mmappedGravatar Vladimir Saveliev 1-1/+19
2006-12-08[PATCH] struct path: convert reiserfsGravatar Josef Sipek 1-2/+2
2006-12-07[PATCH] reiserfs: do not add save links for O_DIRECT writesGravatar Vladimir V. Saveliev 1-50/+4
2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocGravatar Yan Burman 1-2/+1
2006-12-07[PATCH] reiserfs: add missing D-cache flushingGravatar Alexey Dobriyan 1-0/+4
2006-11-25[PATCH] reiserfs: fmt bugfixGravatar Alexey Dobriyan 1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-10-03BUG_ON conversion for fs/reiserfsGravatar Eric Sesterhenn 1-4/+2
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsGravatar Badari Pulavarty 1-2/+2
2006-10-01[PATCH] reiserfs: use generic_file_open for open() checksGravatar Jeff Mahoney 1-0/+1
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...Gravatar David Howells 1-0/+4
2006-09-29[PATCH] reiserfs_fsync should only use barriers when they are enabledGravatar Chris Mason 1-1/+1
2006-08-06[PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreGravatar Chris Mason 1-1/+1
2006-07-10[PATCH] reiserfs: fix journaling issue regarding fsync()Gravatar Hisashi Hifumi 1-1/+5
2006-06-26[PATCH] reiserfs: remove reiserfs_aio_write()Gravatar Alexey Dobriyan 1-7/+1
2006-03-30[PATCH] Introduce sys_splice() system callGravatar Jens Axboe 1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-25[PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri...Gravatar Alexander Zarochentsev 1-1/+1
2006-03-25[PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ...Gravatar Jeff Mahoney 1-4/+4
2006-03-02[PATCH] reiserfs: do not check if unsigned < 0Gravatar Vladimir V. Saveliev 1-7/+7
2006-02-01[PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksGravatar Jeff Mahoney 1-0/+17
2006-02-01[PATCH] reiserfs: missing kmalloc failure checkGravatar Diego Calleja 1-0/+2