aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] aio.c: rename 'struct timeout' to 'struct aio_timeout'Iñaky Pérez-González1-6/+6
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton7-20/+20
2004-08-22[PATCH] DIO pages-in-io accounting fixBadari Pulavarty1-1/+5
2004-08-22[PATCH] direct-io: size the BIOs more accuratelyBadari Pulavarty1-2/+6
2004-08-22[PATCH] kill UDF registration/unregistration messagesSean Neakums1-2/+0
2004-08-22[PATCH] knfsd: fix server permission handlingNeil Brown1-3/+4
2004-08-22[PATCH] kNFSd: fix two xdr-encode bugs for readdirplus replyNeil Brown2-4/+18
2004-08-22[PATCH] kNFSd: get rid of open_private_fileNeil Brown9-144/+83
2004-08-22[PATCH] kNFSd: fix brokenness with fsid= export optionBruce Allan1-7/+10
2004-08-22[PATCH] nfsd: ACL support for the NFSv4 serverNeil Brown3-13/+305
2004-08-22[PATCH] nfsd: POSIX<->NFSv4 acl translation for nfsdNeil Brown2-1/+772
2004-08-22[PATCH] nfsd: basic v4 ACL definitionsNeil Brown2-1/+205
2004-08-22[PATCH] nfsd: force server-side TCP when NFSv4 enabledNeil Brown1-0/+1
2004-08-22[PATCH] mpage writepages range limit fixSuparna Bhattacharya1-1/+2
2004-08-22[PATCH] Writeback page range hintAndrew Morton1-3/+24
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma1-6/+4
2004-08-22[PATCH] prio_tree: iterator + vma_prio_tree_next cleanupRajesh Venkatasubramanian1-3/+2
2004-08-22[PATCH] vprintk for ext3 errorsMatt Mackall1-28/+25
2004-08-22[PATCH] vprintk for ext2 errorsMatt Mackall1-22/+23
2004-08-22[PATCH] proc_pid_cmdline() race fixRoger Luethi1-0/+2
2004-08-22[PATCH] ext2_readdir() filp->f_pos fixJan Blunck1-3/+8
2004-08-22[PATCH] make shrinker_sem an rwsemNick Piggin1-2/+3
2004-08-22[PATCH] remove dead prototypesCarl Spalletta15-25/+0
2004-08-22[PATCH] memory-backed inodes fixAndrew Morton1-2/+8
2004-08-22[PATCH] ext3 barrier supportJens Axboe3-9/+66
2004-08-22[PATCH] reiserfs v3 barrier supportChris Mason3-14/+107
2004-08-22[PATCH] add BH_Eopnotsupp for testing async barrier failuresChris Mason1-2/+8
2004-08-22[PATCH] make sync_dirty_buffer() return something usefulAndrew Morton1-3/+9
2004-08-22[PATCH] disk barriers: coreJens Axboe1-3/+20
2004-08-22[PATCH] proc fs task name locking fixMike Kravetz2-6/+28
2004-08-22Merge http://xfs.org:8090/xfs-linux-2.6Linus Torvalds55-396/+775
2004-08-22[PATCH] minix block usage counting fixAndries E. Brouwer1-1/+1
2004-08-20[XFS] Fix up handling of SB versionnum when filesystem on disk hasTimothy Shimmin1-3/+3
2004-08-20[XFS] avoid using pid_t in ioctl ABIChristoph Hellwig1-1/+1
2004-08-20[XFS] Add 32bit ioctl translationNathan Scott6-8/+220
2004-08-20[XFS] Add a realtime inheritance bit for directory inodes so newNathan Scott4-20/+43
2004-08-20[XFS] Use sparse whitespace approach that Al took to be more consistent. Cou...Nathan Scott13-83/+87
2004-08-20[XFS] Remove several macros which are no longer used anywhere.Nathan Scott4-34/+0
2004-08-20[XFS] Add support for unsetting realtime flag on realtime file whichHerry Wiputra1-2/+5
2004-08-20[XFS] Fix lock leak in xfs_free_file_spaceDean Roehrich1-2/+6
2004-08-20[XFS] Fix a blocksize-smaller-than-pagesize hang when writing buffersNathan Scott1-2/+6
2004-08-20[XFS] Fix accidental reverting of sync write preallocations.Nathan Scott3-21/+6
2004-08-20[XFS] Code checks to trap access to fsb zero.Eric Sandeen5-18/+101
2004-08-20[XFS] Add filesystem size limit even when XFS_BIG_BLKNOS isEric Sandeen1-6/+11
2004-08-20[XFS] Fix signed/unsigned issues in xfs_reserve_blocks routine.Nathan Scott1-5/+4
2004-08-20[XFS] Restored xfs_iflush_all, which is still used to finish reclaims.Felix Blyakher3-0/+105
2004-08-20[XFS] sparse: fix remaining NULL vs zero uses.Nathan Scott1-2/+2
2004-08-20[XFS] sparse: fix uses of NULL in place of zero and vice versa.Nathan Scott14-31/+31
2004-08-20[XFS] sparse: fix warnings in IO path tracing code. From Chris Wedgwood.Nathan Scott1-4/+4
2004-08-20[XFS] sparse: rework previous mods to fix warnings in DMAPI code.Nathan Scott4-5/+5
2004-08-20[XFS] sparse: fix header include order to get cpp macros definedNathan Scott2-15/+2
2004-08-20[XFS] xfs_Gqm_init cannot fail, dont check return value.Nathan Scott1-5/+2
2004-08-20[XFS] Fix xfs_off_t to be signed, not unsigned; valid warnings emittedNathan Scott1-1/+1
2004-08-20[XFS] Fix a possible data loss issue after an unaligned unwrittenNathan Scott1-1/+2
2004-08-20[XFS] Removed xfs_iflush_all and all usages of vn_purge, except oneFelix Blyakher4-115/+1
2004-08-20[XFS] sparse: fix warnings in debug/tracing code. From Chris Wedgwood.Nathan Scott2-5/+5
2004-08-20[XFS] sparse: annotate vfs interfaces for user pointers. From Chris Wedgwood.Nathan Scott8-39/+39
2004-08-20[XFS] sparse: annotate quota source for user pointers. From Chris Wedgwood.Nathan Scott2-2/+2
2004-08-20[XFS] sparse: annotate source for user pointers. From Chris Wedgwood.Nathan Scott8-27/+27
2004-08-20[XFS] sparse: remove unneeded casts for user buffers. From Chris Wedgwood.Nathan Scott1-34/+31
2004-08-20[XFS] Remove unneeded escape from printed string. From Chris Wedgwood.Nathan Scott1-1/+1
2004-08-20[XFS] Revert to using a separate inode for metadata buffers once more.Nathan Scott3-38/+90
2004-08-20[XFS] Sync up with the 2.4 fix for updating i_size under i_sem.Nathan Scott2-26/+41
2004-08-20[XFS] Permit buffered writes to the real-time subvolume.Glen Overby3-5/+56
2004-08-13Fix stupid thinkos in the fcntl f_op removal code.Linus Torvalds1-2/+2
2004-08-12[PATCH] Remove fcntl f_opMatthew Wilcox6-93/+24
2004-08-11[PATCH] Fix unsigned underflow in xdr decoding.Neil Brown2-2/+2
2004-08-09read/write: pass down a copy of f_pos, not f_pos itself.Linus Torvalds1-4/+22
2004-08-09Revert FAT NLS changes.Linus Torvalds2-74/+103
2004-08-09[PATCH] knfsd: fix some signed ints that should be unsignedNeil Brown2-9/+12
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds1-6/+2
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds2-6/+7
2004-08-07Teach sendfile() to honour non-seekable source files.Linus Torvalds1-0/+4
2004-08-07Add "nonseekable_open()" helper functions for nonseekableLinus Torvalds1-0/+12
2004-08-07Add pread/pwrite support bits to match the lseek bit.Linus Torvalds7-20/+13
2004-08-07[PATCH] jbd: journal_head unmapping race fixAndrew Morton1-7/+8
2004-08-06Add infrastructure for the VFS layer to mark files seekable.Linus Torvalds6-11/+19
2004-08-05Make the new simple_read_from_buffer() take a const srcLinus Torvalds1-1/+1
2004-08-05Fix shrink_dcache_anon() LRU list accesses.Linus Torvalds1-1/+1
2004-08-05Merge bk://linux-mtd.bkbits.net/mtd-2.6Linus Torvalds2-0/+19
2004-08-05[PATCH] fix /proc printing of TASK_DEAD stateRoland McGrath1-0/+1
2004-08-05[PATCH] simple_read_buffer() helper functionAlexander Viro1-0/+18
2004-08-05Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.5David Woodhouse1-12/+8
2004-08-02[PATCH] bio_copy_user() cleanups and fixesJens Axboe1-26/+140
2004-08-02[PATCH] FAT: kill nls defaultHirofumi Ogawa2-103/+74
2004-08-01[PATCH] nsf4 oops fixesSteve Dickson1-5/+6
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk1-1/+1
2004-07-31[CIFS] Update readme and todo lists for cifs vfsSteve French2-30/+51
2004-07-30Merge bk://linux.bkbits.net/linux-2.5Steve French1-1/+1
2004-07-30[CIFS] remove sparse pointer warningSteve French1-1/+1
2004-07-30[PATCH] sparse: misc cleanupsAlexander Viro1-2/+2
2004-07-29Merge bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds16-80/+733
2004-07-29[PATCH] cmap annotationsAlexander Viro1-1/+1
2004-07-29[CIFS] fix smb return codeSteve French1-1/+2
2004-07-28Merge bk://linux.bkbits.net/linux-2.5Steve French15-79/+731
2004-07-28[CIFS] Resize cifs request buffer mempools as tcp sessions are added to avoid...Steve French3-3/+26
2004-07-28[PATCH] writepages drops bh on not uptodate pageAndrea Arcangeli1-1/+6
2004-07-28[PATCH] lost error code in rescan_partitionsMartin Pool1-2/+2
2004-07-28[PATCH] ncpfs: setattr return value fixAndrew Morton1-1/+1
2004-07-28[PATCH] ext2_readdir() return value fixJan Blunck1-4/+6
2004-07-28[PATCH] hugetlbfs vm_pgoff bugsOleg Nesterov1-3/+6
2004-07-28[PATCH] BIO page refcounting fixJens Axboe1-1/+0
2004-07-28[CIFS] xattr support for cifs filesystem part 5 of 5, add removexattr capabilitySteve French4-2/+66
2004-07-26Merge bk://linux.bkbits.net/linux-2.5Steve French13-75/+640
2004-07-26[CIFS] xattr support part 4 add set EA supportSteve French4-12/+140
2004-07-26[PATCH] more NULL noise removal in fs/*Alexander Viro2-7/+7
2004-07-26[PATCH] openpromfs annotationAlexander Viro1-10/+10
2004-07-26[PATCH] size_t portability fixesAlexander Viro5-5/+5
2004-07-26[CIFS] xattr support part 3 add query EA support to retrieve individual xattr...Steve French3-6/+255
2004-07-24Merge bk://linux.bkbits.net/linux-2.5Steve French1-2/+2
2004-07-24ppc64: fix more 0/NULL confusionLinus Torvalds1-2/+2
2004-07-23Merge bk://linux.bkbits.net/linux-2.5Steve French2-16/+17
2004-07-23[CIFS] xattr suport part 2: add listxattr supportSteve French4-13/+154
2004-07-23Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.5David Woodhouse1-12/+8
2004-07-22[PATCH] NX: allow architectures to select legacy mode dynamicallyDavid Mosberger1-5/+4
2004-07-22[PATCH] Missing mnt_namespace update in copy_namespace()Alexander Viro1-11/+13
2004-07-20NAND support in JFFS2 isn't experimental any more.David Woodhouse1-13/+8
2004-07-20Fix JFFS2_COMPRESSION_OPTIONS in KconfigLuca Tettamanti1-0/+1
2004-07-18[CIFS] remove unneeded, unused prototypes. Suggested by Carl SpallettaSteve French3-31/+0
2004-07-18Merge bk://linux.bkbits.net/linux-2.5Steve French7-18/+96
2004-07-18CIFS: Add missing mount option for optionally cifs perm checks when uids on s...Steve French7-18/+96
2004-07-17[PATCH] NX: clean up legacy binary supportIngo Molnar2-3/+9
2004-07-16[PATCH] fix inode state incoherencyMiklos Szeredi1-1/+2
2004-07-15[PATCH] pointer-to-number cast in binfmt_elf.c done rightAlexander Viro1-1/+1
2004-07-15[PATCH] more annotations in binfmt_aout.cAlexander Viro1-3/+5
2004-07-15[PATCH] hfs and hfsplus switched to use of ffs(3) instead of homegrown versionsAlexander Viro2-9/+4
2004-07-15[PATCH] sparse: iovec cleanups - sunrpc, nfs and nfsdAlexander Viro7-23/+23
2004-07-15[PATCH] sparse: iovec cleanups - cifsAlexander Viro2-26/+19
2004-07-15[PATCH] sparse: iovec cleanups - ncpfsAlexander Viro1-129/+89
2004-07-15[PATCH] sparse: iovec cleanups - smbfsAlexander Viro2-74/+33
2004-07-16Remove /proc/fs/jffs2 support.David Woodhouse5-247/+3
2004-07-15JFFS2 file system updateDavid Woodhouse28-895/+2015
2004-07-13Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp9-22/+141
2004-07-13[PATCH] sparse: read_descriptor_t annotationAlexander Viro3-4/+4
2004-07-13[PATCH] autoselect FAT_FS in configHirofumi Ogawa1-3/+3
2004-07-13[PATCH] remove struct_cpy()Andrew Morton2-3/+3
2004-07-13[PATCH] small style fixups for the new automount codeChristoph Hellwig1-9/+4
2004-07-12[PATCH] compat_fillonedir() warning fixAlexander Viro1-1/+1
2004-07-12[PATCH] __vfs_follow_link() made inline againAlexander Viro1-55/+55
2004-07-12[PATCH] sparse: more fs/* NULL noise removalAlexander Viro5-27/+28
2004-07-12[PATCH] sparse: usb ioctl cleanupsAlexander Viro1-91/+18
2004-07-12[PATCH] sparse: VIDIOCSWIN compat_ioctl fixesAlexander Viro1-69/+61
2004-07-12[PATCH] sparse: switching afs to kvecAlexander Viro3-11/+11
2004-07-12Set DevMajor/DevMinor when querying info on remote char/block devicesSteve French3-1/+10
2004-07-12Set Type field when creating block/char/pipe e.g. via mknod. Steve French5-7/+29
2004-07-12fix the null pointer sparse warning al viros way (resolving potential merge c...Steve French25-85/+85
2004-07-12Merge bk://linux.bkbits.net/linux-2.5Steve French26-86/+86
2004-07-12JFS: Add d_hash and d_compare operations for case-insensitive namesDave Kleikamp2-2/+60
2004-07-11[PATCH] sparse: misc NULL noise in fs/*Alexander Viro13-18/+18
2004-07-11[PATCH] sparse: NULL noise in fs/reiserfsAlexander Viro13-68/+68
2004-07-11Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp8-20/+81
2004-07-11clean up NULL vs. 0 warnings generated by sparse toolSteve French7-27/+27
2004-07-10Merge bk://linux.bkbits.net/linux-2.5Steve French34-292/+458
2004-07-10[PATCH] sparse: NULL noise in jfsAlexander Viro10-56/+56
2004-07-10[PATCH] sparse: NULL noise in jffsAlexander Viro3-70/+70
2004-07-10[PATCH] sparse: removal of iovec use in mtdAlexander Viro5-12/+13
2004-07-10[PATCH] remove outdated ext2 help text partsAdrian Bunk1-37/+4
2004-07-10[PATCH] fix (UDF_FS=y && NLS=m) compile errorAdrian Bunk2-4/+9
2004-07-10[PATCH] mpage_writepages() i_size reading fixAndrea Arcangeli1-5/+13
2004-07-10[PATCH] __block_write_full_page() comment fixupsAndrea Arcangeli1-14/+17
2004-07-10[PATCH] writepage fs corruption fixAndrea Arcangeli1-6/+11
2004-07-10[PATCH] Correct return type of hashfn() in fs/dquot.cMika Kukkonen1-2/+5
2004-07-10[PATCH] smbfs compilation warning fixRandy Dunlap1-1/+1
2004-07-10[PATCH] int return to unsigned in smb_proc_readdir_long() in fs/smbfs/proc.cMika Kukkonen1-8/+4
2004-07-10[PATCH] Use llseek instead of f_pos= for directory seekingNeil Brown2-10/+10
2004-07-10[PATCH] kAFS automount supportDavid Howells4-18/+2
2004-07-10[PATCH] intrinsic automount and mountpoint degradation supportDavid Howells3-19/+209
2004-07-10[PATCH] quota: inode->i_flags locking fixesJan Kara2-30/+34
2004-07-08JFS: jfs_dmap build fixDave Kleikamp1-1/+2
2004-07-07Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp8-19/+79
2004-07-07JFS: Check for dmap corruption before using leafidxDave Kleikamp1-0/+34
2004-07-07JFS: prevent concurrent calls to txCommit on the imap inodeDave Kleikamp1-0/+6
2004-07-07JFS: Protect active_ag with a spinlockDave Kleikamp4-0/+11
2004-07-06fix oops in build_wildcard_path_from_dentrySteve French3-11/+50
2004-07-06[PATCH] Fix memory leak in epollJerzy Szczepkowski1-1/+1
2004-07-06[PATCH] sparse: fix remaining three non-ANSI warningsMika Kukkonen1-1/+1
2004-07-05JFS: Updated field isn't always written to disk during truncateDave Kleikamp1-1/+11
2004-07-05Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp2-18/+17
2004-07-05Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-0/+5
2004-07-04[PATCH] __bdevname leak fixChristoph Hellwig1-15/+4
2004-07-04[PATCH] gcc 3.5 fixesAnton Blanchard1-2/+0
2004-07-04[PATCH] Fix sparse warnings in fs/udf/*Mika Kukkonen2-15/+17
2004-07-04[Bluetooth] Add HID protocol supportMarcel Holtmann1-0/+5
2004-07-02[PATCH] err2-29: ufs_new_fragments() locking fixAndrew Morton1-0/+1
2004-07-02[PATCH] err1-40: sysvfs locking fixAndrew Morton1-3/+5
2004-07-02[PATCH] Fix minor quota raceJan Kara2-6/+9
2004-07-02[PATCH] ntfs build fixAndrew Morton1-1/+1
2004-07-02[PATCH] chown permission check fix for ATTR_GIDChris Wright1-1/+2
2004-07-02[PATCH] fat/inode.cAndries E. Brouwer1-12/+6
2004-07-02Merge bk://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds2-8/+16
2004-07-02NTFS: 2.1.15 - Implement fs/ntfs/aops.c::ntfs_write_mst_block() whichAnton Altaparmakov3-20/+202
2004-07-02NTFS: Update __ntfs_index_entry_mark_dirty() so it makes sure that theAnton Altaparmakov1-20/+15
2004-07-02[PATCH] check attr updates in /procChris Wright1-7/+14
2004-07-02NTFS: Add fs/ntfs/index.c::__ntfs_index_entry_mark_dirty() which sets allAnton Altaparmakov3-17/+76
2004-07-02NTFS: Add a set_page_dirty address space operation for ntfs_m[fs]t_aops.Anton Altaparmakov3-1/+11
2004-07-01[PATCH] [err1-10] journal_extend() locking fixAndrew Morton1-1/+2
2004-07-01Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov44-192/+188
2004-07-01Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov19-59/+63
2004-06-30Merge http://xfs.org:8090/xfs-linux-2.6Linus Torvalds1-1/+5
2004-07-02[XFS] Don't dereference buffer after pagebuf_iostrategy()Christoph Hellwig1-1/+5