aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-02-07[PATCH] nfsd: Allow read access over NFS to files with APPEND bit set.Neil Brown1-3/+6
2005-02-07[PATCH] nfsd: Don't try to cache reply to nfsv2 readdir.Neil Brown1-1/+1
2005-02-07[PATCH] uml: hostfs: (security) fix chmod +s permission checkPaolo \'Blaisorblade\' Giarrusso2-0/+25
2005-02-07[PATCH] add MAP_POPULATE/sys_remap_file_pages support to XFSChristoph Hellwig1-0/+1
2005-02-04[PATCH] Long-standing xattr sharing bugAndreas Gruenbacher2-0/+2
2005-02-04[PATCH] nfsd needs exportfsAndrew Morton1-1/+1
2005-02-03[PATCH] Fix reiserfs quota SMP locksJan Kara1-0/+17
2005-02-02Make generic rw_verify_area check against file offset overflows.Linus Torvalds1-3/+10
2005-02-02Make read/write always do the full "access_ok()" tests.Linus Torvalds1-0/+13
2005-02-02[PATCH] reiserfs: use proper 64-bit clean typesGeorgi Guninski1-12/+11
2005-02-02[PATCH] Fix signed compare in fs/proc/generic.c::proc_file_read()Georgi Guninski1-1/+1
2005-02-01[PATCH] openpromfs property_read() fixAlexander Viro1-2/+2
2005-02-01Merge http://oss.sgi.com:8090/xfs-linux-2.6Linus Torvalds9-47/+218
2005-02-01[PATCH] ext2-quota-leak-fix fixAndrew Morton1-1/+1
2005-02-01[PATCH] udf deadlock fixChristoph Hellwig3-39/+37
2005-02-01[PATCH] audit: handle loginuid through procSerge Hallyn1-0/+83
2005-02-01[PATCH] mips: DECstation updatesRalf Bächle1-1/+1
2005-02-01[PATCH] mips: DVH fixesRalf Bächle3-6/+10
2005-02-01[PATCH] mm: oom-killer tunableAndrea Arcangeli1-0/+79
2005-02-01[PATCH] Fix BUG in io_destroyDarrick Wong1-0/+1
2005-02-01[PATCH] ext2 quota leak fixJan Kara1-1/+7
2005-02-02[XFS] Fix selection of EXPORTFS when using XFS to get a good build whenNathan Scott1-0/+1
2005-02-02Merge nathans@oss.sgi.com:/oss/bitkeeper/xfs-linux-2.6Christoph Hellwig25-370/+523
2005-01-28[XFS] Fix NFS exporting with modular nfsdChristoph Hellwig3-2/+6
2005-01-25[PATCH] fix ext3 quota allocation bug on error path ...Herbert Pötzl1-2/+6
2005-01-26Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott25-370/+519
2005-01-25[PATCH] fs/mbcache.c: Remove an unused wait queue variableAndreas Gruenbacher1-2/+0
2005-01-25[PATCH] Minor ext2 speedupMatthew Wilcox1-20/+19
2005-01-25[PATCH] ext2/ext3 ACLs: remove the number of acl entries limitAndreas Gruenbacher4-6/+0
2005-01-25[PATCH] ext3: fix ea-in-inode default ACL creationAndreas Gruenbacher1-0/+7
2005-01-25[PATCH] ext3/ea: disallow in-inode attributes for reserved inodesAndreas Gruenbacher1-9/+24
2005-01-25[PATCH] ext3/ea: ix i_extra_isize checkAndreas Gruenbacher1-6/+4
2005-01-25[PATCH] ext3/ea: documentation fixAndreas Gruenbacher1-3/+3
2005-01-25[PATCH] ext3/ea: set the EXT3_FEATURE_COMPAT_EXT_ATTR for in-inode xattrsAndreas Gruenbacher1-1/+1
2005-01-25[PATCH] ext3/ea: no lock needed when freeing inodeAndreas Gruenbacher1-2/+0
2005-01-25[PATCH] ext2/ext3: block allocator startup fixStone Wang2-2/+2
2005-01-25[PATCH] clean up UTS_RELEASE usageBrian Gerst1-13/+12
2005-01-25[PATCH] compat ioctl security hook fixupChris Wright2-19/+29
2005-01-25Add 'f_maxcount' to allow filesystems to set a per-file maximum IO size.Linus Torvalds2-1/+6
2005-01-24Rename "locks_verify_area()" to "rw_verify_area()" and clean up theLinus Torvalds3-19/+17
2005-01-24Merge bk://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds2-0/+15
2005-01-25Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov2-0/+15
2005-01-25NTFS: Add printk rate limiting for ntfs_warning() and ntfs_error() whenAnton Altaparmakov2-0/+15
2005-01-23Free temporary pipe page after freeing the main buffers.Linus Torvalds1-2/+2
2005-01-20Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller2-24/+55
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner48-60/+60
2005-01-20[PATCH] Lock initializer cleanup: MTDThomas Gleixner1-1/+1
2005-01-20[PATCH] fat: show current nls config even if it's default.Hirofumi Ogawa1-3/+2
2005-01-20[PATCH] fat: reserved clusters cleanupHirofumi Ogawa4-31/+31
2005-01-20[PATCH] fat: fs/fat/* cleanupHirofumi Ogawa5-795/+768
2005-01-20[PATCH] FAT: Lindent fs/vfat/namei.c fixHirofumi Ogawa1-1/+1
2005-01-20[PATCH] fat: Lindent fs/vfat/namei.cHirofumi Ogawa1-112/+113
2005-01-20[PATCH] fat: Lindent fs/msdos/namei.cHirofumi Ogawa1-73/+104
2005-01-20[PATCH] fat: fs/fat/cache.c: make __fat_access staticHirofumi Ogawa1-1/+1
2005-01-20[PATCH] fat: kill unnecessary kmap()Hirofumi Ogawa1-15/+7
2005-01-20[PATCH] fat: use vprintk instead of snprintf with static bufferHirofumi Ogawa1-13/+9
2005-01-20[PATCH] fat: Manually inline shortname_info_to_lcase()Hirofumi Ogawa1-20/+6
2005-01-20[PATCH] fat: Return better error codes from vfat_valid_longname()Hirofumi Ogawa1-8/+9
2005-01-20[PATCH] fat: IS_BADCHAR/IS_REPLACECHR/IS_SKIPCHAR cleanupHirofumi Ogawa1-28/+18
2005-01-20[PATCH] fat: kill fatfs_syms.cHirofumi Ogawa5-49/+50
2005-01-20[PATCH] Support compat_ioctl for block devicesAndi Kleen1-0/+3
2005-01-20[PATCH] Some fixes for compat ioctlAndi Kleen2-9/+46
2005-01-20[PATCH] Convert XFS to unlocked_ioctl and compat_ioctlAndi Kleen4-103/+92
2005-01-20[PATCH] ext3: commit superblock before panickingEric Lammerts1-3/+3
2005-01-20[PATCH] binfmt_elf: allow mips to overrid e_flagsChristoph Hellwig1-1/+5
2005-01-20[PATCH] factor out common code around ->follow_link invocationChristoph Hellwig1-20/+20
2005-01-20[PATCH] move read-only and immutable checks into permission()Christoph Hellwig2-37/+20
2005-01-20[PATCH] Minor ext3 speedupJan Kara1-11/+9
2005-01-20[PATCH] file_table:expand_files() code cleanupPrasanna Meda3-53/+36
2005-01-21Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott25-370/+519
2005-01-20[XFS] Fix preempt-related warnings - based on a Chris Wedgwood patch.Nathan Scott3-9/+13
2005-01-20[XFS] Fix mapping gfp_flags used on metadata buffer inode.Nathan Scott2-5/+5
2005-01-20Merge nathans@oss.sgi.com:/oss/bitkeeper/xfs-linux-2.6Nathan Scott21-356/+501
2005-01-16[SPARC64]: Missing user access return value checks in fs/binfmt_elf.c and fs/...Eddie C. Dost2-24/+55
2005-01-16[PATCH] Fix an Oopsable condition in the NFS lockingTrond Myklebust1-4/+8
2005-01-16[PATCH] Fix a BKL imbalance in the NFS locking code.Trond Myklebust1-0/+1
2005-01-14[PATCH] various Kconfig fixesGabor Egry1-6/+6
2005-01-14[PATCH] clear false pending signal indication in core dumpRoland McGrath1-0/+9
2005-01-14[PATCH] fix exec deadlock when ptrace used inside the thread groupRoland McGrath1-0/+8
2005-01-14[PATCH] fix race between core dumping and exec with shared mmRoland McGrath1-0/+16
2005-01-14[PATCH] fix coredump_wait deadlock with ptracer & tracee on shared mmRoland McGrath1-0/+21
2005-01-14[PATCH] ioctl rework #2Christoph Hellwig2-76/+115
2005-01-14[PATCH] ext3/EA: In-inode extended attributes for ext3Andreas Gruenbacher4-173/+442
2005-01-14[PATCH] ext3/EA: Hide ext3_get_inode_loc in_mem optionAndreas Gruenbacher1-15/+21
2005-01-14[PATCH] ext3/EA: Cleanup and prepare ext3 for in-inode xattrsAndreas Gruenbacher2-363/+354
2005-01-14[PATCH] ext3/EA: Ext[23]: no spare xattr handler slots neededAndreas Gruenbacher4-6/+4
2005-01-14[PATCH] ext3/EA: Ext3: factor our common xattr code; unnecessary lockAndreas Gruenbacher1-57/+40
2005-01-14[PATCH] ext3/EA: Ext3: do not use journal_release_bufferAndreas Gruenbacher1-75/+67
2005-01-14[PATCH] ext3/EA: Race in ext[23] xattr sharing codeAndreas Gruenbacher3-56/+122
2005-01-14[PATCH] ext3/EA: mbcache cleanupAndreas Gruenbacher3-3/+17
2005-01-14[PATCH] ext3/ea: revert old ea-in-inode patchAndreas Gruenbacher4-640/+67
2005-01-14[PATCH] smbfs fixesAlan Cox2-22/+36
2005-01-14[PATCH] s390: vol1 partition recognitionCarsten Otte1-1/+2
2005-01-14[PATCH] uml: drop unused buffer_head.h header from hostfsPaolo \'Blaisorblade\' Giarrusso1-1/+0
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek4-14/+3
2005-01-14Make pipe buffer handling more generic.Linus Torvalds1-12/+34
2005-01-13[PATCH] bio clone memory corruptionJens Axboe1-22/+7
2005-01-14[XFS] Ensure the cluster hash size does not exceed the inode hash size.Nathan Scott1-2/+3
2005-01-14[XFS] Remove write congestion check during metadata readahead.Nathan Scott1-2/+0
2005-01-14[XFS] Fix page index to byte calculation result truncation in tracingNathan Scott1-1/+1
2005-01-14[XFS] Make AIO work again - wait on iocb completion for non-AIO only.Christoph Hellwig3-14/+15
2005-01-14Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott17-339/+484
2005-01-13[XFS] Switch to managing uptodate state on a region within a page, ratherNathan Scott1-42/+100
2005-01-13Move extern find_exported_dentry declaration into a common header.Christoph Hellwig1-5/+0
2005-01-13[XFS] Update Makefile for separate export source file.Christoph Hellwig1-0/+1
2005-01-12[PATCH] contort getdents64 to pacify gcc-2.96Adam Kropelin1-2/+3
2005-01-12[XFS] Switch to using a separate Kconfig file for XFS.Nathan Scott1-76/+1
2005-01-12[XFS] Fix compilations for pariscChristoph Hellwig1-0/+2
2005-01-12[XFS] Move support code for NFS exporting to a conditionally built fileChristoph Hellwig3-98/+134
2005-01-12[XFS] Use generic_readlinkChristoph Hellwig1-28/+1
2005-01-12[XFS] Move xfs configs to xfs directory, different flavors of xfs haveRussell Cattelan1-0/+80
2005-01-12[XFS] Fix NFS inode data corruptionChristoph Hellwig2-2/+36
2005-01-12[XFS] Add sanity checks before use of attr_multi opcount parameter.Nathan Scott1-1/+6
2005-01-12[XFS] Move to per-device hash tables (scalability), and use Bill IrwinsNathan Scott3-106/+130
2005-01-12[XFS] Prevent attempts to mount 512 byte sector filesystems with 64KBNathan Scott1-0/+12
2005-01-12[XFS] make sure to always reclaim inodes in xfs_finish_reclaimChristoph Hellwig1-3/+3
2005-01-12[XFS] Fix a performance and scaling problem in xfs_iget_core. ImprovedNathan Scott5-36/+36
2005-01-11[PATCH] do_brk() needs mmap_sem write-lockedMarcelo Tosatti2-4/+25
2005-01-11[PATCH] BUG on error handlings in Ext3 under I/O failure conditionHisashi Hifumi3-8/+18
2005-01-11[PATCH] fix ->setattr ATTR_SIZE locking for nfsdChristoph Hellwig2-2/+8
2005-01-11[PATCH] binfmt_elf fix return error codes and early corrupt binary detectionMarcelo Tosatti1-8/+13
2005-01-11[PATCH] easily tweakable comm lengthPrasanna Meda1-1/+1
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky3-43/+51
2005-01-10[PATCH] remove outdated smbfs ChangeLogAdrian Bunk1-160/+0
2005-01-10[PATCH] coda: rename coda_psdev to codaJan Harkes1-6/+5
2005-01-10[PATCH] coda: remove unused coda_mknodJan Harkes2-52/+9
2005-01-10[PATCH] coda: make global code staticJan Harkes5-31/+33
2005-01-10[PATCH] code: ulist_for_each_entry_safe()Jan Harkes1-4/+2
2005-01-10[PATCH] coda: bounds checkingJan Harkes1-7/+19
2005-01-10[PATCH] fs/hugetlbfs/inode.c: make 4 functions staticAdrian Bunk1-4/+4
2005-01-10[PATCH] fs/ext2/xattr.c: make ext2_xattr_list staticAdrian Bunk2-19/+12
2005-01-10[PATCH] ext3 cleanupsAdrian Bunk7-164/+143
2005-01-10[PATCH] efs: make a struct static (fwd)Adrian Bunk1-0/+20
2005-01-10[PATCH] smbfs: make some functions staticAdrian Bunk4-11/+8
2005-01-10[PATCH] isofs: Remove useless includePeter Osterlund1-1/+0
2005-01-10[PATCH] kill quota_v2.c printk() of size_t warningWilliam Lee Irwin III1-1/+1
2005-01-10[PATCH] remove umsdos from treeChristoph Hellwig12-4754/+2
2005-01-10[PATCH] fs/proc/proc_tty.c: avoid arrayDomen Puncer1-3/+1
2005-01-10[PATCH] fs/proc/base.c: array sizeDomen Puncer1-1/+1
2005-01-10[PATCH] proc_kcore: Correct double accounting of elf_buflenPrasanna Meda1-2/+1
2005-01-10[PATCH] Export get_sb_pseudo()Roland Dreier1-0/+1
2005-01-10[PATCH] reiserfs vs-8115 test adjustmentOleg Drokin1-2/+3
2005-01-10[PATCH] Direct write vs truncate deadlockChristoph Hellwig1-6/+7
2005-01-10[PATCH] split bprm_apply_creds into two functionsSerge Hallyn1-0/+1
2005-01-10[PATCH] quota: make some code staticAdrian Bunk2-5/+5
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman8-6/+638
2005-01-09[PATCH] NLS: Fix overflow of nls_asciiHirofumi Ogawa1-6/+6
2005-01-08Re-use the buffer page for pipe data.Linus Torvalds1-17/+26
2005-01-07[PATCH] binfmt_script.c: make em86_format staticChris Wright1-1/+1
2005-01-07[PATCH] befs: #if 0 two unused global functionsAdrian Bunk1-0/+2
2005-01-07[PATCH] AFS: afs_voltypes isn't always requiredAdrian Bunk2-3/+3
2005-01-07[PATCH] mark QNX4FS_RW as BROKENAdrian Bunk1-1/+1
2005-01-07[PATCH] small proc_fs cleanupsAdrian Bunk2-19/+2
2005-01-07[PATCH] devpts/inode.c: make one struct staticAdrian Bunk1-1/+1
2005-01-07[PATCH] bio.c: make bio_destructor staticAdrian Bunk1-1/+1
2005-01-07[PATCH] binfmt_script.c: make struct script_format staticAdrian Bunk1-1/+1
2005-01-07[PATCH] NFS: remove an unused functionAdrian Bunk1-16/+0
2005-01-07[PATCH] lockd: fix two struct definitionsAdrian Bunk2-10/+10
2005-01-07[PATCH] fs/coda/psdev.c shouldn't include lp.hAdrian Bunk1-1/+0
2005-01-07[PATCH] reiser3 cleanupsAdrian Bunk14-228/+56
2005-01-07[PATCH] ext3: use generic_open_file to fix possible preemption bugsPaolo \'Blaisorblade\' Giarrusso1-15/+1
2005-01-07[PATCH] Lock initializer unifying: FilesystemsThomas Gleixner6-7/+7
2005-01-07[PATCH] vmtrunc: truncate_count not atomicHugh Dickins1-1/+0
2005-01-07[PATCH] sched: fix scheduling latencies for !PREEMPT kernelsIngo Molnar3-0/+3
2005-01-07[PATCH] sched: vfs: fix scheduling latencies in prune_dcache() and select_par...Ingo Molnar1-1/+20
2005-01-07[PATCH] break latency in invalidate_list()Ingo Molnar1-0/+8
2005-01-07[PATCH] sched: ext3: fix scheduling latencies in ext3Ingo Molnar7-8/+38
2005-01-07[PATCH] don't hide thread_group_leader() from grepOleg Nesterov2-4/+4
2005-01-07[PATCH] nfsd4_setclientid_confirm locking fixNeil Brown1-2/+1
2005-01-07[PATCH] ext3 htree telldir() fixTheodore Y. Ts'o1-2/+6
2005-01-07[PATCH] readdir: return value missed in getdents64Prasanna Meda1-1/+2
2005-01-07[PATCH] prohibit slash in proc directory entry namesNathan Lynch1-0/+5
2005-01-07Merge small pipe writes into the write buffersLinus Torvalds1-0/+22
2005-01-07[PATCH] fix double iget in romfs_fill_superChristoph Hellwig1-2/+1
2005-01-06Fix do_brk() locking in library loaderLinus Torvalds2-1/+6
2005-01-06mergeGreg Kroah-Hartman8-6/+638
2005-01-06Make pipe data structure be a circular list of pages, rather thanLinus Torvalds1-43/+87
2005-01-05Use 'free_pipe_info()' helper function for pipe closedown.Linus Torvalds2-13/+12
2005-01-05Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse26-192/+401
2005-01-04Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse26-192/+401
2005-01-04[PATCH] invalidate_inodes speedupWilliam Lee Irwin III3-29/+21
2005-01-04[PATCH] knfsd: clear the recall_lru of delegations at shutdownNeil Brown1-0/+10
2005-01-04[PATCH] knfsd: add to the laundromat service for delegations.Neil Brown1-4/+23
2005-01-04[PATCH] knfsd: add the DELEGRETURN operation.Neil Brown3-0/+36
2005-01-04[PATCH] knfsd: add checking of delegation stateids to nfs4_preprocess_stateid...Neil Brown1-24/+38
2005-01-04[PATCH] knfsd: check for openmode violations given a delegation stateid.Neil Brown1-0/+14
2005-01-04[PATCH] knfsd: remove unnecessary stateowner existence check.Neil Brown1-17/+19
2005-01-04[PATCH] knfsd: attempt to hand out a delegationNeil Brown1-0/+59
2005-01-04[PATCH] knfsd: helper functions for deciding to grant a delegation.Neil Brown1-0/+37
2005-01-04[PATCH] knfsd: kernel thread for delegation callbackNeil Brown1-0/+96
2005-01-04[PATCH] knfsd: delegation recall callback rpc.Neil Brown1-1/+315
2005-01-04[PATCH] knfsd: delay nfsd_colse for delegations until reapingNeil Brown1-3/+18
2005-01-04[PATCH] knfsd: changes to expire_clientNeil Brown1-1/+22
2005-01-04[PATCH] knfsd: add the delegation release and free functionsNeil Brown1-0/+63
2005-01-04[PATCH] knfsd: find a delegation for a file given a stateid.Neil Brown1-0/+27
2005-01-04[PATCH] knfsd: allocate and initialize the delegation structure.Neil Brown1-2/+56
2005-01-04[PATCH] knfsd: get rid of the special delegation_stateid_t, use the existing ...Neil Brown1-6/+6
2005-01-04[PATCH] knfsd: check for existence of file_lock parameter inside of the kerne...Neil Brown1-5/+3
2005-01-04[PATCH] knfsd: probe the callback path upon a successful setclientid_confirmNeil Brown1-1/+5
2005-01-04[PATCH] knfsd: preparation for delegation: client callback probeNeil Brown2-1/+270