aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-06-23[PATCH] sys_open() cleanupTelemaque Ndizihiwe1-11/+7
2005-06-23[PATCH] aio: fix do_sync_(read|write) to properly handle aio retriesBenjamin LaHaise1-2/+18
2005-06-23[PATCH] Bug in error recovery in fs/buffer.c::__block_prepare_write()Anton Altaparmakov1-4/+8
2005-06-23[PATCH] remove <linux/xattr_acl.h>Christoph Hellwig10-42/+42
2005-06-23[PATCH] Remove f_error field from struct fileChristoph Lameter2-17/+4
2005-06-23[PATCH] block: add unlocked_ioctl support for block devicesArnd Bergmann1-3/+2
2005-06-23[PATCH] Remove eventpoll macro obfuscationPekka Enberg1-85/+110
2005-06-23[PATCH] factor out common code in sys_fsync/sys_fdatasyncOleg Nesterov1-35/+10
2005-06-23[PATCH] Don't force O_LARGEFILE for 32 bit processes on ia64Yoav Zach1-3/+4
2005-06-23[PATCH] O(1) sb list traversing on syncsKirill Korotaev3-111/+96
2005-06-23[PATCH] Fix of bogus file max limit messagesKirill Korotaev1-27/+30
2005-06-23[PATCH] add some comments to lookup_create()Christoph Hellwig1-2/+18
2005-06-23[PATCH] Support for dx directories in ext3_get_parent (NFSD)Andreas Dilger1-2/+10
2005-06-23[PATCH] setuid core dumpAlan Cox2-4/+25
2005-06-23[PATCH] quota: sanitize dentry handling in vfs_quota_on_mountChristoph Hellwig1-8/+1
2005-06-23[PATCH] quota: consolidate code surrounding vfs_quota_on_mountChristoph Hellwig3-38/+24
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig6-27/+10
2005-06-23[PATCH] add check to /proc/devices read routinesNeil Horman2-2/+13
2005-06-23[PATCH] fix for prune_icache()/forced final iput() racesAlexander Viro1-6/+10
2005-06-22[PATCH] NFS: Add debugging code to NFSv4 readdirTrond Myklebust2-0/+23
2005-06-22[PATCH] NFSv4: Map a couple of NFSv4 errors to EINVAL.Manoj Naik1-0/+2
2005-06-22[PATCH] NFSv4: add support for rdattr_error in NFSv4 readdir requests.Manoj Naik1-7/+17
2005-06-22[PATCH] NFSv4: Clean up nfs4 lock state accountingTrond Myklebust3-144/+112
2005-06-22[PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust2-49/+90
2005-06-22[PATCH] NLM: cleanup for blocked locks.Trond Myklebust1-12/+6
2005-06-22[PATCH] VFS: Ensure that all the on-stack struct file_lock call fl_release_pr...Trond Myklebust1-0/+6
2005-06-22[PATCH] NFS: Replace nfs_page insertion sort with a radix sortTrond Myklebust3-70/+89
2005-06-22[PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Trond Myklebust3-14/+37
2005-06-22[PATCH] NFS: Write optimization for short files and small O_SYNC writes.Trond Myklebust1-3/+11
2005-06-22[PATCH] NFS: Ensure that fstat() always returns the correct mtimeTrond Myklebust2-14/+38
2005-06-22[PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Trond Myklebust2-18/+38
2005-06-22[PATCH] NFS: Fix the file size revalidationTrond Myklebust3-54/+21
2005-06-22[PATCH] NFSv4: Fix up races in nfs4_proc_setattr()Trond Myklebust1-36/+19
2005-06-22[PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim codeTrond Myklebust1-11/+40
2005-06-22[PATCH] NFS: Clean up readdir changes.Trond Myklebust2-38/+48
2005-06-22[PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert2-24/+92
2005-06-22[PATCH] NFSv4: Fix an Oops in the callback code.Trond Myklebust1-1/+0
2005-06-22[PATCH] NFSv4: Fix build warningReuben Farrelly1-1/+0
2005-06-22[PATCH] NFSv4: empty array fixAndrew Morton1-1/+1
2005-06-22[PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplificationAdrian Bunk1-1/+1
2005-06-22[PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugsAndreas Gruenbacher2-1/+2
2005-06-22[PATCH] NFS: Fix up v3 ACL caching codeTrond Myklebust2-5/+10
2005-06-22[PATCH] NFS: Cache the NFSv3 acls.Andreas Gruenbacher2-15/+86
2005-06-22[PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.Andreas Gruenbacher3-6/+64
2005-06-22[PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher9-6/+541
2005-06-22[PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher11-1/+1051
2005-06-22[PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping tableAndreas Gruenbacher1-0/+1
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2-11/+19
2005-06-22[PATCH] NFSv4: client-side caching NFSv4 ACLsJ. Bruce Fields2-13/+123
2005-06-22[PATCH] NFSv4: ACL support for the NFSv4 client: writeJ. Bruce Fields1-1/+33
2005-06-22[PATCH] NFSv4: Client-side xdr for writing NFSv4 aclsJ. Bruce Fields1-1/+70
2005-06-22[PATCH] NFSv4: ACL support for the NFSv4 client: readJ. Bruce Fields1-4/+65
2005-06-22[PATCH] NFSv4: Client-side xdr for reading NFSv4 aclsJ. Bruce Fields1-0/+100
2005-06-22[PATCH] NFSv4: fix fattr size calculationsJ. Bruce Fields1-7/+11
2005-06-22[PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4J. Bruce Fields3-1/+48
2005-06-22[PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached aclsTrond Myklebust1-7/+26
2005-06-22[PATCH] NFS: Allow NFS versions to support different sets of inode operations.J. Bruce Fields4-1/+4
2005-06-22[PATCH] NFS: cleanup: shrink struct nfs_open_contextTrond Myklebust2-8/+28
2005-06-22[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.Trond Myklebust1-5/+3
2005-06-22[PATCH] NFS: Header file cleanup...Trond Myklebust12-19/+264
2005-06-22[PATCH] NFS: Kill annoying mount version mismatch printksTrond Myklebust1-74/+105
2005-06-22[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust2-3/+3
2005-06-22[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.Trond Myklebust5-14/+5
2005-06-21Merge rsync://oss.sgi.com/git/xfs-2.6Linus Torvalds73-1107/+957
2005-06-21[PATCH] isofs: show hidden files, add granularity for assoc/hidden files flagsJeremy White4-18/+36
2005-06-21[PATCH] rock: handle directory overflowsAndrew Morton1-2/+74
2005-06-21[PATCH] rock: rename union membersAndrew Morton1-24/+24
2005-06-21[PATCH] rock.c: handle corrupted directoriesAndrew Morton1-0/+13
2005-06-21[PATCH] isofs: remove debug stuffAndrew Morton1-77/+32
2005-06-21[PATCH] rock: lindent rock.hAndrew Morton1-90/+93
2005-06-21[PATCH] rock: comment tidiesAndrew Morton1-11/+21
2005-06-21[PATCH] rock: remove MAYBE_CONTINUEAndrew Morton1-107/+130
2005-06-21[PATCH] rock: remove SETUP_ROCK_RIDGEAndrew Morton1-17/+22
2005-06-21[PATCH] rock: remove CHECK_CEAndrew Morton1-8/+9
2005-06-21[PATCH] rock: remove CONTINUE_DECLSAndrew Morton1-12/+12
2005-06-21[PATCH] rock: remove CHECK_SPAndrew Morton1-9/+21
2005-06-21[PATCH] rock: manual tidiesAndrew Morton1-286/+285
2005-06-21[PATCH] rock: lindent itAndrew Morton1-291/+356
2005-06-21[PATCH] autofs4: bad lookup fixIan Kent1-1/+8
2005-06-21[PATCH] autofs4: post expire race fixIan Kent1-0/+7
2005-06-21[PATCH] autofs4: avoid panic on bind mount of autofs owned directoryIan Kent3-5/+19
2005-06-21[PATCH] VFS: memory leak in do_kern_mount()Gerald Schaefer1-0/+1
2005-06-21[PATCH] vm: try_to_free_pages unused argumentDarren Hart1-1/+1
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander3-0/+5
2005-06-21[PATCH] mm: add /proc/zoneinfoNikita Danilov1-0/+14
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-3/+3
2005-06-22[XFS] Handle inode semaphores properly for dmapi queuesDean Roehrich2-13/+20
2005-06-21[PATCH] devfs: remove devfs from Kconfig preventing it from being builtGreg KH1-50/+0
2005-06-21Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-201/+100
2005-06-21[XFS] Remove some debugging code from quota syscalls.Nathan Scott1-3/+0
2005-06-21[XFS] Merge a few minor fixes to the quota warning code.Nathan Scott3-4/+32
2005-06-21[XFS] Merge fixes into realtime quota code, since one/two reported, stillNathan Scott8-141/+143
2005-06-21[XFS] Makes more sense to use the fsxattr interface instead of adding newNathan Scott3-30/+10
2005-06-21[XFS] (mostly) remove xfs_inval_cached_pages Since the last round ofChristoph Hellwig4-32/+17
2005-06-21[XFS] simplify ASSERTChristoph Hellwig2-7/+1
2005-06-21[XFS] consolidate extent item freeingChristoph Hellwig3-103/+35
2005-06-21[XFS] quiesce the filesystem proper when freezingChristoph Hellwig3-27/+40
2005-06-21[XFS] add XFS_INOBT_IS_FREE_DISKChristoph Hellwig2-2/+11
2005-06-21[XFS] Fix up some warning fallout from functions made staticEric Sandeen2-2/+2
2005-06-21[XFS] Add support for project quota inheritance, a merge of Glens changes.Nathan Scott2-24/+37
2005-06-21[XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott18-203/+348
2005-06-21[XFS] remove xfs_incore_relseChristoph Hellwig3-20/+0
2005-06-21[XFS] simplify XFS_PURGE_INODEChristoph Hellwig1-7/+1
2005-06-21[XFS] rewrite xfs_iflush_allChristoph Hellwig3-94/+25
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig39-143/+135
2005-06-21[XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig10-214/+0
2005-06-21[XFS] Fix pagebuf slab initializationChristoph Hellwig1-1/+1
2005-06-21[XFS] fix some more compiler warnings in the vnode tracing codeChristoph Hellwig1-2/+2
2005-06-21[XFS] rename various pagebuf symbols to xfsbufChristoph Hellwig1-66/+77
2005-06-21[XFS] coordinate mmap calls with xfs_dm_punch_holeDean Roehrich2-3/+28
2005-06-21[XFS] Add a get/set interface for XFS project identifiers.Nathan Scott5-2/+28
2005-06-20[PATCH] SYSFS: fix PAGE_SIZE checkJon Smirl1-1/+1
2005-06-20[PATCH] sysfs-iattr: set inode attributesManeesh Soni3-8/+35
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni3-0/+68
2005-06-20[PATCH] sysfs-iattr: attach sysfs_dirent before new inodeManeesh Soni1-10/+15
2005-06-20[PATCH] libfs: add simple attribute filesArnd Bergmann2-38/+129
2005-06-20[PATCH] class: convert the remaining class_simple users in the kernel to usee...gregkh@suse.de1-9/+9
2005-06-20[PATCH] sysfs: if show/store is missing return -EIODmitry Torokhov2-4/+4
2005-06-20[PATCH] sysfs_{create|remove}_link should take const char *Dmitry Torokhov1-4/+4
2005-06-20Merge with /home/shaggy/git/linus-clean/Dave Kleikamp12-118/+201
2005-06-18Clean up subthread execLinus Torvalds1-10/+6
2005-06-16[PATCH] Fix large core dumps with a 32-bit off_tDaniel Jacobowitz1-1/+1
2005-06-13[PATCH] NFS: Ensure that we revalidate the cached file length for llseek(SEEK...Trond Myklebust1-1/+41
2005-06-09Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French3-84/+124
2005-06-09[CIFS] Fix cifs update of page cache. Write at correct offset when out of memorySteve French2-1/+4
2005-06-07[PATCH] NFS: Fix lookup intent handlingTrond Myklebust1-14/+35
2005-06-06[PATCH] binfmt_flat mmap flag fixYoshinori Sato1-3/+3
2005-06-06[PATCH] namei fixes (19/19)Al Viro1-1/+1
2005-06-06[PATCH] namei fixes (18/19)Al Viro1-3/+1
2005-06-06[PATCH] namei fixes (17/19)Al Viro1-19/+16
2005-06-06[PATCH] namei fixes (16/19)Al Viro1-5/+2
2005-06-06[PATCH] namei fixes (15/19)Al Viro1-6/+5
2005-06-06[PATCH] namei fixes (14/19)Al Viro1-4/+4
2005-06-06[PATCH] namei fixes (13/19)Al Viro1-7/+3
2005-06-06[PATCH] namei fixes (12/19)Al Viro1-2/+9
2005-06-06[PATCH] namei fixes (11/19)Al Viro1-4/+10
2005-06-06[PATCH] namei fixes (10/19)Al Viro1-11/+9
2005-06-06[PATCH] namei fixes (9/19)Al Viro1-2/+23
2005-06-06[PATCH] namei fixes (8/19)Al Viro1-4/+2
2005-06-06[PATCH] namei fixes (7/19)Al Viro1-9/+8
2005-06-06[PATCH] namei fixes (6/19)Al Viro1-5/+4
2005-06-06[PATCH] namei fixes (5/19)Al Viro1-0/+2
2005-06-06[PATCH] namei fixes (4/19)Al Viro1-1/+4
2005-06-06[PATCH] namei fixes (3/19)Al Viro1-19/+19
2005-06-06[PATCH] namei fixes (2/19)Al Viro1-6/+5
2005-06-06[PATCH] namei fixesAl Viro1-10/+10
2005-06-06Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French2-3/+7
2005-06-04[PATCH] mpage_end_io_write() I/O error handling fixQu Fuping1-1/+4
2005-06-03JFS: Fix compiler warning in jfs_logmgr.cDave Kleikamp1-2/+3
2005-06-02[CIFS] Update cifs version number and fix whitespaceSteve French2-18/+18
2005-06-02[PATCH] ext3: fix list scanning in __cleanup_transactionJan Kara1-1/+0
2005-06-02[PATCH] ext3: fix log_do_checkpoint() assertion failureJan Kara1-1/+3
2005-06-02JFS: kernel BUG at fs/jfs/jfs_txnmgr.c:859Dave Kleikamp1-0/+3
2005-06-02Merge with /home/shaggy/git/linus-clean/Dave Kleikamp58-384/+489
2005-06-01Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/...Linus Torvalds6-41/+49
2005-06-01Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French2-68/+39
2005-06-01[PATCH] ppc32/ppc64: cleanup /proc/device-treeBenjamin Herrenschmidt1-67/+38
2005-05-31[PATCH] UDF filesystem: array '__mon_yday' declared as not staticGoffredo Baroncelli1-1/+1
2005-05-31Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French10-22/+35
2005-05-28[PATCH] uml: remove 2_5compat.hJeff Dike1-1/+0
2005-05-27[XFS] remove an over-zealous WARN_ONChristoph Hellwig1-1/+0
2005-05-27Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitChristoph Hellwig8-14/+33
2005-05-21[PATCH] reiserfs: max_key fixVladimir Saveliev2-2/+3
2005-05-19Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French1-1/+9
2005-05-19[AF_UNIX]: Use lookup_create().Christoph Hellwig1-0/+1
2005-05-18[PATCH] Avoid console spam with ext3 aborted journal.Stephen Tweedie1-1/+9
2005-05-17[CIFS] fix casts of unicode strings to match function definitionSteve French2-29/+29
2005-05-17[CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over exis...Steve French2-10/+17
2005-05-17[CIFS] missing break needed to handle < when mount option "mapchars" specifiedSteve French2-2/+3
2005-05-17[PATCH] block_read_full_page() get_block() error handling fixAndrew Morton1-2/+6
2005-05-17[PATCH] fix impossible VmallocChunkHugh Dickins1-2/+12
2005-05-16[PATCH] fix Linux kernel ELF core dump privilege elevationGreg Kroah-Hartman1-2/+2
2005-05-09JFS: Remove redundant kfree() NULL pointer checksJesper Juhl2-8/+4
2005-05-06[PATCH] revert msdos partitioning fixAndrew Morton1-5/+0
2005-05-06[XFS] Fix directory inodes ioctl compat code, minor code consistency cleanupsNathan Scott4-17/+28
2005-05-06[XFS] Fix a bug in xfs_iomap for extent handling of write casesRussell Cattelan1-1/+3
2005-05-05[PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk1-1/+1
2005-05-05[PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso1-1/+3
2005-05-05[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap1-1/+1
2005-05-05[PATCH] make some things staticAdrian Bunk16-32/+45
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton2-57/+1
2005-05-05[PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2-19/+4
2005-05-05[PATCH] remove BK documentationAdrian Bunk1-3/+3
2005-05-05[PATCH] __block_write_full_page() simplificationAndrew Morton1-9/+1
2005-05-05[PATCH] __block_write_full_page speedupAndrew Morton1-5/+1
2005-05-05[PATCH] __block_write_full_page race fixNick Piggin1-5/+13
2005-05-05[PATCH] fix race in __block_prepare_writeNick Piggin1-4/+6
2005-05-05[PATCH] uml: hostfs failed mount handlingJeff Dike1-3/+7
2005-05-05[PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2-2/+2
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott4-19/+19
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott4-46/+56
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott1-5/+3
2005-05-05[XFS] remove noisy printk at vnode trace allocationEric Sandeen1-1/+0
2005-05-05[XFS] stop background sync from waiting for in-use inodesDaniel Moore1-1/+4
2005-05-05[XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott2-2/+44
2005-05-05[XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott1-2/+9
2005-05-05[XFS] Fix up warningsEric Sandeen2-4/+4
2005-05-05[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2-25/+48
2005-05-05[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich2-2/+10
2005-05-05[XFS] Enable XFS_VNODE_TRACEEric Sandeen2-2/+3