aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2004-11-16[PATCH] a.out: error check on set_brkChris Wright1-5/+14
2004-11-16[PATCH] setup_arg_pages can insert overlapping vmaChris Wright1-0/+7
2004-11-16[PATCH] binfmt_elf: handle p_filesz == 0 on PT_INTERP sectionChris Wright1-2/+5
2004-11-16JFFS2: fix printk argument type warningDavid Woodhouse1-1/+1
2004-11-16JFFS2: make sync() actually work by providing ->sync_fs method.David Woodhouse1-1/+12
2004-11-16JFFS2: Remove redundant 'ino' arg from jffs2_get_inode_nodes()David Woodhouse3-10/+9
2004-11-16JFFS2: locking fixesDavid Woodhouse2-3/+10
2004-11-15[PATCH] cdev_init: zero out cdev before kobject_init()Roland Dreier1-0/+1
2004-11-15[PATCH] kill lockd_syms.cAdrian Bunk4-37/+8
2004-11-15[PATCH] kNFSd: fix d_find_alias brokennessNeil Brown1-6/+10
2004-11-13[PATCH] remove if !PARTITION_ADVANCED condition in defaultsAndries E. Brouwer1-17/+16
2004-11-11sysfs: fix odd patch errorGreg Kroah-Hartman1-1/+1
2004-11-11[PATCH] sysfs: fix duplicate driver registration errorManeesh Soni1-1/+1
2004-11-11[PATCH] fix sysfs backing store error path confusionMilton D. Miller II1-2/+2
2004-11-10[PATCH] make cdev_get static, unexportArjan van de Ven1-22/+22
2004-11-10[PATCH] direct-IO: handle EOFJens Axboe1-3/+24
2004-11-10[PATCH] statfs compat functions can return EOVERFLOW on NFSOlaf Kirch1-4/+18
2004-11-10[PATCH] "Bad" naming of structures and functions in ext3 reservation codeOleg Drokin2-29/+29
2004-11-10[PATCH] ext3 umount hangNickolai Zeldovich1-4/+6
2004-11-10[PATCH] Make /proc/kcore conditional on CONFIG_MMUDavid Howells1-1/+1
2004-11-10[PATCH] EXT3 compiler warning fixDavid Howells1-3/+2
2004-11-10[PATCH] compat syscalls naming standardisationMatthew Wilcox1-3/+3
2004-11-09[PATCH] binfmt_elf: handle partial reads gracefullyChris Wright1-7/+24
2004-11-10Merge ssh://linux-ntfs@bkbits.net/ntfs-2.6-develAnton Altaparmakov3-76/+65
2004-11-10NTFS: 2.1.22 - Many bug and race fixes and error handling improvements.Anton Altaparmakov3-76/+65
2004-11-10Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon20-572/+1114
2004-11-09NTFS: Disable the file size changing code fromAnton Altaparmakov2-5/+6
2004-11-09NTFS: - Fix creation of buffers in fs/ntfs/mft.c::ntfs_sync_mft_mirror().Anton Altaparmakov3-9/+21
2004-11-09NTFS: - Add mapping of unmapped buffers to all remaining code paths, i.e.Anton Altaparmakov5-103/+309
2004-11-09[PATCH] new Solaris partition IDAndries E. Brouwer1-0/+1
2004-11-09[PATCH] don't divide by 0 when trying to mount ext3Andries E. Brouwer1-12/+18
2004-11-09[PATCH] EFI GPT: reduce alternate header probingMatt Domsch2-130/+130
2004-11-08Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov14-95/+34
2004-11-07Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp19-265/+315
2004-11-07[PATCH] minix_clear_inode fixAndries E. Brouwer1-10/+13
2004-11-07[PATCH] Add argument-less ppdev ioctls to compat_ioctl.hPetr Vandrovec1-0/+1
2004-11-07[PATCH] Fix ext3_dx_readdirAndrew Morton1-5/+8
2004-11-07[PATCH] VFS maintainer email address updatesMaximilian Attems3-8/+9
2004-11-07[PATCH] remove unused lookup_mnt exportArjan van de Ven1-2/+0
2004-11-07[PATCH] /proc/kcore - enable/disable.Pawel Sikora1-2/+2
2004-11-07[PATCH] remove journal callback code from jbdArjan van de Ven4-65/+0
2004-11-06aio: remove incorrect initialization of "nr_pages"Linus Torvalds1-2/+0
2004-11-06Do EFI partitions only on ia64.Linus Torvalds1-1/+1
2004-11-05Merge ssh://linux-ntfs@bkbits.net/ntfs-2.6-develAnton Altaparmakov8-45/+49
2004-11-05NTFS: Minor cleanup of fs/ntfs/debug.c.Anton Altaparmakov1-10/+9
2004-11-05NTFS: Fix bug in handling of bad inodes in fs/ntfs/namei.c::ntfs_lookup().Anton Altaparmakov2-4/+19
2004-11-05NTFS: Fix error handling in fs/ntfs/quota.c::ntfs_mark_quotas_out_of_date()Anton Altaparmakov2-2/+5
2004-11-05NTFS: Rewrite handling of multi sector transfer errors. We now do not setAnton Altaparmakov6-64/+82
2004-11-05Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon8-45/+49
2004-11-04NTFS: Drop the runlist lock after the vcn has been read inAnton Altaparmakov2-1/+3
2004-11-04[PATCH] don't divide by zero on bad ext2 fsAndries E. Brouwer1-24/+32
2004-11-04Merge bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds6-20/+16
2004-11-04NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_external_attr_find() in theAnton Altaparmakov2-2/+9
2004-11-03[PATCH] fix kernel BUG at fs/sysfs/dir.c:20!Maneesh Soni1-1/+1
2004-11-03Make "unlock_buffer()" use the optimized "smp_mb__after_clear_bit()".Linus Torvalds1-1/+1
2004-11-03Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman6-19/+15
2004-11-04Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon1-1/+2
2004-11-03[PATCH] driver-model: sysfs_release() dangling pointer reference fixTejun Heo1-1/+3
2004-11-03NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() so it allocatesAnton Altaparmakov2-18/+44
2004-11-03Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov2-21/+11
2004-11-03[PATCH] avoid semi-infinite loop when mounting bad ext2Andries E. Brouwer1-1/+2
2004-11-02[PATCH] small sysfs cleanupsAdrian Bunk5-17/+11
2004-11-02[PATCH] sysfs: fix sysfs backing store error path confusionManeesh Soni1-1/+1
2004-11-02Merge ssh://linux-ntfs@bkbits.net/ntfs-2.6-develAnton Altaparmakov5-13/+13
2004-11-01[PATCH] ext3_bread() cleanupAndrew Morton1-7/+4
2004-11-01[PATCH] fs/buffer.c exports for NTFSAnton Altaparmakov1-14/+7
2004-11-02Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon8-166/+557
2004-11-01NTFS: Make several functions and variables static. (Adrian Bunk)Anton Altaparmakov5-13/+13
2004-11-01NTFS: Add MODULE_VERSION() to fs/ntfs/super.c.Anton Altaparmakov1-0/+1
2004-11-01Merge ssh://linux-ntfs@bkbits.net/ntfs-2.6-develAnton Altaparmakov1-13/+4
2004-11-01NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_attr_find() that resulted inAnton Altaparmakov1-13/+4
2004-10-31[PATCH] Possible race in sysfs_read_file() and sysfs_write_file()Andrew Morton1-1/+5
2004-10-31[PATCH] Fix race in sysfs_read_file() and sysfs_write_file()Andrew Morton1-3/+15
2004-10-31[PATCH] sysfs backing store: stop pinning dentries/inodes for leaf entriesAndrew Morton6-76/+115
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in dir file operationsAndrew Morton3-2/+143
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in file removalAndrew Morton3-63/+95
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton8-38/+185
2004-10-31[PATCH] fix oops with firmware loadingAndrew Morton1-2/+2
2004-10-31[PATCH] sysfs backing store - prepare sysfs_file_operations helpersAndrew Morton3-20/+36
2004-11-01Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon3-61/+82
2004-10-31JFS: make some symbols staticDave Kleikamp3-7/+7
2004-10-31JFS: use alloc_metapage for consistencyDave Kleikamp1-4/+4
2004-10-31[PATCH] FAT: fix VFAT_IOCTL_READDIR_BOTH ioctlHirofumi Ogawa1-60/+78
2004-10-31[PATCH] FAT: remove incorrect BUG_ON()Hirofumi Ogawa1-1/+0
2004-10-30Lock-annotate some kernel functions as an example of how it works.Linus Torvalds1-0/+4
2004-10-30Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon13-228/+1914
2004-10-29Merge ssh://linux-ntfs@bkbits.net/ntfs-2.6-develAnton Altaparmakov2-25/+7
2004-10-29NTFS: Remove unused function fs/ntfs/runlist.c::ntfs_rl_merge(). (Adrian Bunk)Anton Altaparmakov2-25/+7
2004-10-28[PATCH] convert pipefs to fs_initcall()Andrew Morton1-2/+2
2004-10-28[PATCH] make dnotify a configure-time optionRobert Love2-6/+18
2004-10-28[PATCH] ext3: online resizingStephen C. Tweedie7-39/+1110
2004-10-28[PATCH] ext3 reservation: default to onAndrew Morton1-0/+2
2004-10-28[PATCH] ext3 block reservationsMingming Cao6-83/+779
2004-10-28[PATCH] ext3 block reservation patch set -- ext3 preallocation cleanupMingming Cao5-100/+3
2004-10-28[PATCH] direct IO write memory leak fixToshihiro Iwamoto1-1/+3
2004-10-28Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon6-24/+4
2004-10-28NTFS: Implement extension of resident files in the regular file write codeAnton Altaparmakov2-179/+214
2004-10-28NTFS: In fs/ntfs/aops.c::ntfs_writepage(), if t he page is fully outsideAnton Altaparmakov2-1/+10
2004-10-27[PATCH] error out on execve with no binfmtsChris Wright1-1/+2
2004-10-27[PATCH] remove ext2 xatts exportsChristoph Hellwig1-5/+0
2004-10-27[PATCH] unexport sys_lseekChristoph Hellwig1-1/+0
2004-10-27[PATCH] remove page_follow_linkChristoph Hellwig1-13/+0
2004-10-27[PATCH] omit CommitAvailHugh Dickins1-2/+0
2004-10-27[PATCH] statm: fix negative dataHugh Dickins1-1/+1
2004-10-27[PATCH] statm: shared = rss - anon_rssHugh Dickins1-1/+1
2004-10-27NTFS: Check for location of attribute name and improve error handling inAnton Altaparmakov2-107/+143
2004-10-27NTFS: Ensure the mft record size does not exceed the PAGE_CACHE_SIZE atAnton Altaparmakov2-8/+22
2004-10-27Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon1-57/+5
2004-10-26Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp17-254/+304
2004-10-26JFS: endian annotationsDave Kleikamp16-220/+276
2004-10-26Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon28-120/+426
2004-10-25JFS: avoid assert in lbmfreeDave Kleikamp1-0/+2
2004-10-25[PATCH] revert- sys_setaltrootAndrew Morton1-57/+5
2004-10-25NTFS: In fs/ntfs/aops.c::mark_ntfs_record_dirty(), take theAnton Altaparmakov2-0/+5
2004-10-25NTFS: Add attribute definition handling helpers to fs/ntfs/attrib.[hc]:Anton Altaparmakov3-0/+141
2004-10-25NTFS: Fix min_size and max_size definitions in ATTR_DEF structure inAnton Altaparmakov2-2/+4
2004-10-25NTFS: - Change fs/ntfs/inode.c::ntfs_truncate() to return an error codeAnton Altaparmakov4-5/+29
2004-10-25[PATCH] Quota warnings somewhat brokenJan Kara1-6/+6
2004-10-25[PATCH] hugetlb_get_unmapped_area fixYanmin Zhang1-2/+16
2004-10-25[PATCH] use generic_file_open in udfChristoph Hellwig1-21/+1
2004-10-25[PATCH] hfs: export type/creator via xattrRoman Zippel7-1/+246
2004-10-25[PATCH] hfs: write back resource info directlyRoman Zippel2-21/+28
2004-10-25[PATCH] hfs: read correct dir timeRoman Zippel1-1/+1
2004-10-25[PATCH] hfs: manage correct block countRoman Zippel8-20/+36
2004-10-25[PATCH] hfs: relax dirty checkRoman Zippel3-10/+7
2004-10-25[PATCH] hfs: update key after renameRoman Zippel1-0/+3
2004-10-25[PATCH] UFS: solaris compatibility fixAlex Kiernan4-4/+59
2004-10-25[PATCH] Add d_alloc_name() to libfsJames Morris2-5/+12
2004-10-25[PATCH] ext2: discard preallocation in last iputMingming Cao3-20/+4
2004-10-25[PATCH] lsm: fix send_sigurg mediationChris Wright1-9/+7
2004-10-25Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-0/+1
2004-10-25Merge ssh://linux-ntfs@bkbits.net/ntfs-2.6-develAnton Altaparmakov3-21/+34
2004-10-24Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp1-34/+26
2004-10-24[PATCH] NTFS: missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2004-10-22[PATCH] fix core-dump return codeRoland McGrath1-1/+2
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-1/+1
2004-10-21[PATCH] cdev: protect against buggy driversStephen Hemminger1-2/+2
2004-10-21MergeLinus Torvalds1-0/+8
2004-10-21NTFS: Improve error handling in fs/ntfs/inode.c::ntfs_truncate().Anton Altaparmakov3-21/+34
2004-10-21Make core-dumps have all the relevant regions in it.Linus Torvalds1-13/+5
2004-10-20Merge bk://linux-mtd.bkbits.net/mtd-2.6Linus Torvalds8-21/+86
2004-10-20[PATCH] stat shows wrong ppidDinakar Guniguntala1-1/+1
2004-10-20[PATCH] smbfs protocol fixesStefan Esser1-1/+5
2004-10-21JFFS2 updatesDavid Woodhouse8-21/+86
2004-10-20[ATALK]: Add appletalk 32-bit ioctl emulation.Andi Kleen1-0/+8
2004-10-19[PATCH] ext3 directio block leak fixStephen C. Tweedie1-1/+1
2004-10-19[PATCH] nfs4 lease: export remove_leaseWilliam A. Adamson1-0/+20
2004-10-19[PATCH] nfs4 lease: export setleaseWilliam A. Adamson1-0/+33
2004-10-19[PATCH] nfs4 lease: use the inode i_writecountWilliam A. Adamson1-3/+2
2004-10-19[PATCH] nfs4 lease: separate the lease processsing codeWilliam A. Adamson1-31/+69
2004-10-19[PATCH] nfs4 lease: move the f_delown processingWilliam A. Adamson1-6/+11
2004-10-19[PATCH] nfs4 lease: aeparate the lease initialization codeWilliam A. Adamson1-8/+20
2004-10-19[PATCH] nfs4 lease: add a lock manager break callbackWilliam A. Adamson1-1/+14
2004-10-19[PATCH] nfs4 lease: add a lock manager release private callbackWilliam A. Adamson1-1/+6
2004-10-19[PATCH] nfs4 lease: add a lock manager copy lock callbackWilliam A. Adamson1-0/+2
2004-10-19[PATCH] reiserfs: allow user_xattr and acl options to be ignored, with warningJeff Mahoney1-0/+8
2004-10-19[PATCH] reiserfs: support for REISERFS_UNSUPPORTED_OPT notationJeff Mahoney1-2/+8
2004-10-19[PATCH] lockd: remove hardcoded maximum NLM cookie lengthEd Schouten7-39/+62
2004-10-19[PATCH] ps shows wrong ppidDinakar Guniguntala1-1/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk22-24/+22
2004-10-19[PATCH] nfsd: Insecure port warning shows decimal IPv4 addressEd Schouten2-4/+4
2004-10-19[PATCH] remove scsi ioctl from udf/lowlevel.cOlaf Hering1-6/+0
2004-10-19[PATCH] Display committed memory limit and available in meminfoFrank Hirtz1-2/+10
2004-10-19[PATCH] register_chrdev_region(), alloc_chrdev_region() const charStephen Hemminger1-2/+3
2004-10-19[PATCH] nfsd4: move code to truncate on open to separate functionNeil Brown1-8/+24
2004-10-19[PATCH] nfsd4: fix putrootfh returnNeil Brown1-1/+1
2004-10-19[PATCH] nfsd: clean up nfsd4_process_open2Neil Brown1-1/+6
2004-10-19[PATCH] nfsd4: move some nfsd4_process_open2 code to nfs4_new_openNeil Brown1-17/+27
2004-10-19[PATCH] nfsd4: move open_upgrade code into a separate functionNeil Brown1-28/+30
2004-10-19[PATCH] nfsd4: reorganize "if" in nfsd4_process_open2 to make test clearerNeil Brown1-17/+17
2004-10-19[PATCH] nfsd4: move seqid decrement on reclaim to separate functionNeil Brown1-11/+16
2004-10-19[PATCH] nfsd: set OPEN_RESULT_LOCKTYPE_POSIX in open()Neil Brown1-1/+1
2004-10-19[PATCH] nfsd4: move open owner checks from nfsd4_process_open2 into new functionNeil Brown1-16/+33
2004-10-19[PATCH] nfsd: remove incorrect stateid modification in nfsv4 open upgradeNeil Brown1-2/+0
2004-10-19[PATCH] nfsd4: fix race in xdr encoding of lock_denied response.Neil Brown2-2/+6
2004-10-19[PATCH] nfsd4: revert awkward extension of state lock over xdr for replay enc...Neil Brown3-38/+15
2004-10-19[PATCH] nfsd4: take a reference to preserve stateowner through xdr replay codeNeil Brown2-25/+32
2004-10-19[PATCH] nfsd4: reference count stateownersNeil Brown1-13/+14
2004-10-19[PATCH] nfsd: make sure getxattr inode op is non-NULL before calling itNeil Brown1-9/+11
2004-10-19[PATCH] nfsd4: don't take i_sem around call to ->getxattrNeil Brown1-9/+5
2004-10-19[PATCH] nfsd: separate a little of logic from fh_verify into new functionNeil Brown1-31/+31
2004-10-19[PATCH] nfsd4: nfsd oopsed when encountering a conflict with a local lockNeil Brown1-4/+9
2004-10-19[PATCH] lighten mmlist_lockHugh Dickins2-6/+2
2004-10-19[PATCH] FAT: remove validity check of FAT first entryHirofumi Ogawa1-22/+8
2004-10-19[PATCH] FAT: removal of C[FT]_LE_[WL] macroHirofumi Ogawa5-34/+37
2004-10-19[PATCH] FAT: check free_clusters valueHirofumi Ogawa1-0/+3
2004-10-19[PATCH] FAT: merge fixHirofumi Ogawa1-2/+2
2004-10-19[PATCH] FAT: remove debug_pr()Hirofumi Ogawa1-30/+5
2004-10-19[PATCH] FAT: Fix the race bitween fat_free() and fat_get_cluster()Hirofumi Ogawa2-24/+52
2004-10-19[PATCH] FAT: the inode hash from per module to per sbHirofumi Ogawa2-27/+32
2004-10-19[PATCH] FAT: cache lock from per sb to per inodeHirofumi Ogawa2-11/+9
2004-10-19[PATCH] FAT: rewrite the cache for file allocation table lookupHirofumi Ogawa4-161/+224
2004-10-19[PATCH] FAT: use hlist_head for fat_inode_hashtableHirofumi Ogawa1-12/+10
2004-10-19[PATCH] remove dead exports from fs/fat/Christoph Hellwig3-15/+13
2004-10-19[PATCH] JFFS2: work around uninitialised use of usercompr field by old code.David Woodhouse1-2/+7
2004-10-18Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp1-34/+26
2004-10-18Trivial Makefile mergeLinus Torvalds105-3335/+5283
2004-10-18Merge bk://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds71-1472/+695
2004-10-19Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov42-777/+1477
2004-10-18[PATCH] xattr: re-introduce validity check before xattr cache insertAndreas Gruenbacher11-43/+50