aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs
AgeCommit message (Expand)AuthorFilesLines
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen3-7/+7
2004-10-25[PATCH] hfs: export type/creator via xattrRoman Zippel4-1/+132
2004-10-25[PATCH] hfs: write back resource info directlyRoman Zippel1-11/+14
2004-10-25[PATCH] hfs: read correct dir timeRoman Zippel1-1/+1
2004-10-25[PATCH] hfs: manage correct block countRoman Zippel4-10/+18
2004-10-25[PATCH] hfs: relax dirty checkRoman Zippel2-6/+5
2004-10-25[PATCH] hfs: update key after renameRoman Zippel1-0/+3
2004-10-18[PATCH] generic acl support for ->permissionChristoph Hellwig1-1/+1
2004-10-05[PATCH] hfs endianness annotationsAlexander Viro14-139/+140
2004-09-16[PATCH] fix for fsync ignoring writing errorsAndrey V. Savochkin2-8/+9
2004-08-30[PATCH] hfs/hfsplus is missing .sendfileChristoph Hellwig1-0/+1
2004-08-22[PATCH] remove dead prototypesCarl Spalletta1-3/+0
2004-07-15[PATCH] hfs and hfsplus switched to use of ffs(3) instead of homegrown versionsAlexander Viro1-5/+2
2004-06-23[PATCH] sparse: fixes for "assignment expression in conditional" in fs/*Andrew Morton1-1/+1
2004-05-24[PATCH] hfsplus: update dir time after changeAndrew Morton1-0/+4
2004-05-24[PATCH] hfsplus: don't release not existing nodesAndrew Morton1-1/+1
2004-05-24[PATCH] hfsplus: completely remove half inserted catalog entryAndrew Morton1-8/+15
2004-04-19[PATCH] remove duplicated COPYING file in fs/hfs/Andrew Morton1-339/+0
2004-04-18[PATCH] direct-IO return type fixesAndrew Morton1-2/+2
2004-04-16[PATCH] remount: forced-nodiratime filesystemsAlexander Viro1-0/+1
2004-04-12[PATCH] Wrong return value in hfs_fill_superAndrew Morton1-0/+1
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+1
2004-03-03[PATCH] d_alloc_root() fixes: hfsAlexander Viro1-1/+3
2004-02-25[PATCH] HFS rewriteAndrew Morton37-15716/+4181
2004-02-03[PATCH] gcc-3.5: hfs fixesAndrew Morton1-1/+2
2003-10-04[PATCH] More modules.txt removalsRusty Russell1-3/+1
2003-10-01[PATCH] table-driven filesystems option parsingAndrew Morton1-100/+149
2003-09-28[PATCH] hfs sparse fixesAndries E. Brouwer3-19/+21
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-1/+0
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust2-4/+4
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust4-8/+8
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-2/+2
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
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-17[PATCH] nanosecond stat timefieldsAndi Kleen5-8/+14
2002-10-08[PATCH] 64-bit sector_t - filesystemsAndrew Morton1-1/+1
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst1-4/+4
2002-10-07[PATCH] More list_del_init usage increasesDave Jones1-6/+3
2002-10-07[PATCH] named initializers for fs/hfsArt Haas9-91/+91
2002-07-20[PATCH] make hfs use regular semaphoresAlexander Viro5-96/+26
2002-06-11[PATCH] (1/14) resyncAlexander Viro1-0/+1
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-9/+2
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig1-0/+1
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen3-22/+34
2002-04-29[PATCH] cleanup of bh->flagsAndrew Morton2-3/+3
2002-04-23Fix include files for write_super BKL move.v2.5.10Linus Torvalds1-0/+1
2002-04-23[PATCH] Locking in sync_old_buffersDave Hansen1-1/+3
2002-04-09[PATCH] readaheadAndrew Morton3-4/+0
2002-04-04[PATCH] shift BKL out of notify_changeDave Hansen1-9/+15
2002-04-03[PATCH] named structure initialisers for fs/Dave Jones1-12/+12
2002-04-02[PATCH] Add missing MODULE_LICENSE tagsDave Jones1-0/+2
2002-04-02[PATCH] strtok->strsep in hfsDave Jones1-2/+3
2002-04-02[PATCH] restoring block size upon umountAlexander Viro1-7/+1
2002-04-02[PATCH] hfs compile fixAlexander Viro1-1/+1
2002-03-17[PATCH] struct super_block cleanup - hfsBrian Gerst1-2/+14
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-02-18[PATCH] (1/4) 2.5.5-pre1 fixesAlexander Viro2-3/+1
2002-02-17Merge home.transmeta.com:/home/torvalds/v2.5/daleckiLinus Torvalds1-11/+2
2002-02-17[PATCH] PATCH 2.5.5-pre1 dead arrays.Martin Dalecki1-11/+2
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro3-5/+18
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro3-3/+14
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro2-3/+13
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro3-3/+15
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro2-2/+12
2002-02-11[PATCH] BKL shifted into ->truncate()Alexander Viro1-1/+5
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro3-1/+11
2002-02-07[PATCH] the rest of ->get_sb() switchoverAlexander Viro1-5/+15
2002-02-05[PATCH] more sleep_on() removalsAlexander Viro3-9/+4
2002-02-05[PATCH] death of hfs rename_lockAlexander Viro3-15/+0
2002-02-05[PATCH] 2.5.4-pre1: further llseek cleanup (2/3)Robert Love2-0/+2
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds2-0/+6
2002-02-05v2.5.2.5 -> v2.5.2.6Linus Torvalds2-6/+68
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds2-6/+3
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds1-2/+2
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds3-7/+3
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-3/+1
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-3/+1
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds4-10/+9
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-1/+1
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds1-1/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds2-2/+4
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds3-2/+52
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-04v2.4.1.3 -> v2.4.1.4Linus Torvalds29-35/+35
2002-02-04Import changesetLinus Torvalds36-0/+17084