aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16reiserfs: use generic writeVladimir Saveliev1-1239/+1
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-1/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-05-09reiserfs: use zero_user_pageNate Diller1-28/+11
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2007-01-23[PATCH] resierfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev1-1/+19
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek1-2/+2
2006-12-07[PATCH] reiserfs: do not add save links for O_DIRECT writesVladimir V. Saveliev1-50/+4
2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-07[PATCH] reiserfs: add missing D-cache flushingAlexey Dobriyan1-0/+4
2006-11-25[PATCH] reiserfs: fmt bugfixAlexey Dobriyan1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03BUG_ON conversion for fs/reiserfsEric Sesterhenn1-4/+2
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-2/+2
2006-10-01[PATCH] reiserfs: use generic_file_open for open() checksJeff Mahoney1-0/+1
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver [try #6]David Howells1-0/+4
2006-09-29[PATCH] reiserfs_fsync should only use barriers when they are enabledChris Mason1-1/+1
2006-08-06[PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreChris Mason1-1/+1
2006-07-10[PATCH] reiserfs: fix journaling issue regarding fsync()Hisashi Hifumi1-1/+5
2006-06-26[PATCH] reiserfs: remove reiserfs_aio_write()Alexey Dobriyan1-7/+1
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-25[PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_write()Alexander Zarochentsev1-1/+1
2006-03-25[PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length write occurs w/ O_SYNCJeff Mahoney1-4/+4
2006-03-02[PATCH] reiserfs: do not check if unsigned < 0Vladimir V. Saveliev1-7/+7
2006-02-01[PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksJeff Mahoney1-0/+17
2006-02-01[PATCH] reiserfs: missing kmalloc failure checkDiego Calleja1-0/+2
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-5/+5
2005-11-09[PATCH] Fix return value in reiserfs allocatorJan Kara1-2/+2
2005-09-13[PATCH] reiserfs: use mark_inode_dirty instead of reiserfs_update_sdChris Mason1-5/+6
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-1202/+1362
2005-06-24[PATCH] quota: reiserfs: improve quota credit estimatesJan Kara1-2/+2
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsAl Viro1-2/+2
2005-05-01[PATCH] Fix rewriting on a full reiserfs filesystemJan Kara1-4/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1408