aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysv
AgeCommit message (Expand)AuthorFilesLines
2004-07-11[PATCH] sparse: misc NULL noise in fs/*Alexander Viro1-2/+2
2004-07-02[PATCH] err1-40: sysvfs locking fixAndrew Morton1-3/+5
2004-06-23[PATCH] symlink 4/9: simple filesystemsAlexander Viro1-2/+3
2004-06-23[PATCH] symlink 3/9: trivial filesystemsAlexander Viro1-9/+4
2004-04-16[PATCH] remount: fs/sysv fixesAlexander Viro3-3/+17
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-1/+0
2003-10-04[PATCH] sysv_hash() is cleanupsRusty Russell1-13/+4
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro1-7/+7
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-2/+8
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-1/+1
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-1/+1
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-1/+1
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-1/+1
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-2/+2
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+2
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-1/+1
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton2-6/+3
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-0/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-2/+2
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-1/+1
2002-11-18[PATCH] C99 initializer for fs/sysv/super.cArt Haas1-12/+12
2002-11-17Merge home.transmeta.com:/home/torvalds/v2.5/nsec-statLinus Torvalds1-7/+10
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen1-7/+10
2002-11-16[PATCH] pull even more crap out of fs.hChristoph Hellwig2-0/+2
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-10-08[PATCH] 64-bit sector_t - filesystemsAndrew Morton1-1/+1
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst2-3/+3
2002-10-07[PATCH] named initializers for fs/sysvArt Haas7-51/+51
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton1-0/+3
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+1
2002-06-02[PATCH] dirsync support for minixfs, sysvfs and ufsAndrew Morton1-1/+1
2002-06-02[PATCH] rename block_symlink() to page_symlink()Andrew Morton1-1/+1
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-9/+3
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds6-1/+6
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig6-1/+6
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski1-2/+0
2002-05-21[PATCH] add proper ->getattr()Alexander Viro5-0/+28
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig4-4/+1
2002-05-19[PATCH] i_dirty_buffers locking fixAndrew Morton1-1/+1
2002-04-30MergeLinus Torvalds4-19/+19
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-0/+4
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-1/+1
2002-04-29[PATCH] cleanup of bh->flagsAndrew Morton2-3/+3
2002-04-29[PATCH] remove i_dirty_data_buffersAndrew Morton1-1/+0
2002-04-29[PATCH] cleanup write_one_pageAndrew Morton1-13/+10
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-5/+5
2002-04-29Merge 2.5.11 into sysvfs development treeChristoph Hellwig10-311/+596
2002-04-23[PATCH] Locking in sync_old_buffersDave Hansen1-0/+2
2002-04-21[PATCH] buffer_head leakAlexander Viro1-0/+1
2002-04-19sysvfs: V7 uses 512 byte blocks, not 1Kb.Christoph Hellwig1-1/+1
2002-04-04Replace BKL for chain locking with sysvfs-private rwlock. Christoph Hellwig1-12/+19
2002-04-03Sanitize definition of sysvfs dinode.Christoph Hellwig1-4/+4
2002-04-03Move sysvfs incore data from include/linux/sysv_fs.h to fs/sysv/sysv.h.Christoph Hellwig10-19/+245
2002-04-03Make sysvfs use sb->u.generic_sbp.Christoph Hellwig2-15/+33
2002-04-03Access sysvfs superblock fields through SYSV_SB() abstraction.Christoph Hellwig7-268/+302
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+2
2002-02-25[PATCH] Numerous address updates.Dave Jones2-4/+4
2002-02-17Merge home.transmeta.com:/home/torvalds/v2.5/mortonLinus Torvalds2-2/+14
2002-02-17[PATCH] IS_SYNC diretory handlingAndrew Morton2-2/+14
2002-02-14[PATCH] (5/5) more BKL shiftingAlexander Viro1-13/+2
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-4/+5
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-8/+9
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-0/+2
2002-02-11[PATCH] BKL shifted into ->truncate()Alexander Viro2-1/+4
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-1/+6
2002-02-06[PATCH] (5/6) more ->get_sb()Alexander Viro2-14/+40
2002-02-05v2.5.2.5 -> v2.5.2.6Linus Torvalds2-0/+5
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds7-17/+117
2002-02-05v2.5.1.8 -> v2.5.1.9Linus Torvalds1-0/+38
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds3-14/+11
2002-02-04v2.5.1.4 -> v2.5.1.5Linus Torvalds3-3/+17
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-2/+0
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-3/+1
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-11/+5
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds4-17/+20
2002-02-04v2.4.14.7 -> v2.4.14.8Linus Torvalds1-1/+3
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds7-45/+42
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-2/+1
2002-02-04v2.4.9.3 -> v2.4.9.4Linus Torvalds5-18/+99
2002-02-04v2.4.8.1 -> v2.4.8.2Linus Torvalds1-0/+1
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds4-26/+41
2002-02-04v2.4.6.3 -> v2.4.6.4Linus Torvalds1-1/+1
2002-02-04v2.4.5.8 -> v2.4.5.9Linus Torvalds11-2377/+1822
2002-02-04v2.4.5.2 -> v2.4.5.3Linus Torvalds1-1/+1
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds1-1/+0
2002-02-04v2.4.2 -> v2.4.2.1Linus Torvalds1-0/+1
2002-02-04Import changesetLinus Torvalds11-0/+3185