aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-1/+6
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter1-0/+4
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra1-1/+1
2006-09-26[PATCH] jbd: fix commit of ordered data buffersJan Kara1-69/+113
2006-09-25[PATCH] autofs4: zero timeout prevents shutdownIan Kent1-3/+3
2006-09-24ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callbackMark Fasheh1-31/+28
2006-09-24ocfs2: Remove ->unblock lockres operationMark Fasheh1-146/+6
2006-09-24ocfs2: move downconvert worker to lockres opsMark Fasheh1-18/+32
2006-09-24ocfs2: Remove unused dlmglue functionsMark Fasheh1-103/+0
2006-09-24ocfs2: Have the metadata lock use generic dlmglue functionsMark Fasheh1-1/+31
2006-09-24ocfs2: Add ->set_lvb callback in dlmglueMark Fasheh1-2/+29
2006-09-24ocfs2: Add ->check_downconvert callback in dlmglueMark Fasheh1-1/+18
2006-09-24ocfs2: Check for refreshing locks in generic unblock functionMark Fasheh1-12/+19
2006-09-24ocfs2: don't unconditionally pass LVB flagsMark Fasheh1-3/+15
2006-09-24ocfs2: combine inode and generic blocking AST functionsMark Fasheh1-112/+11
2006-09-24ocfs2: Add ->get_osb() dlmglue locking operationMark Fasheh1-0/+33
2006-09-24ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_opsMark Fasheh1-13/+3
2006-09-24ocfs2: combine inode and generic AST functionsMark Fasheh1-110/+10
2006-09-24ocfs2: Clean up lock resource refresh flagsMark Fasheh1-14/+35
2006-09-24ocfs2: Remove i_generation from inode lock namesMark Fasheh10-53/+170
2006-09-24ocfs2: Encode i_generation in the meta data lvbMark Fasheh2-7/+12
2006-09-24ocfs2: Free up some space in the lvbMark Fasheh2-4/+6
2006-09-24ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()Mark Fasheh3-37/+14
2006-09-24ocfs2: manually d_move() during ocfs2_rename()Mark Fasheh2-2/+5
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh3-10/+9
2006-09-24ocfs2: Remove the dentry voteMark Fasheh2-183/+2
2006-09-24ocfs2: Hook rest of the file system into dentry locking APIMark Fasheh4-41/+94
2006-09-24ocfs2: Add dentry tracking APIMark Fasheh3-32/+369
2006-09-24ocfs2: Add new cluster lock typeMark Fasheh5-104/+436
2006-09-24ocfs2: Update dlmglue for new dlmlock() APIMark Fasheh1-0/+3
2006-09-24ocfs2: Update dlmfs for new dlmlock() APIMark Fasheh2-51/+31
2006-09-24ocfs2: Allow binary names in the DLMMark Fasheh5-8/+11
2006-09-24ocfs2: Silence dlm error printMark Fasheh1-3/+3
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik9-7/+5
2006-09-22NFS: unmark NFS direct I/O as experimentalChuck Lever1-2/+2
2006-09-22NFS: add comments clarifying the use of nfs_post_op_update()Chuck Lever2-1/+13
2006-09-22NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek1-1/+1
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust1-0/+3
2006-09-22NFSv4: Poll more aggressively when handling NFS4ERR_DELAYTrond Myklebust1-1/+1
2006-09-22NFSv4: Handle the condition NFS4ERR_FILE_OPENTrond Myklebust1-0/+1
2006-09-22NFSv4: Retry lease recovery if it failed during a synchronous operation.Trond Myklebust1-2/+9
2006-09-22NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust1-7/+5
2006-09-22NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust1-3/+16
2006-09-22NFSv4: It's perfectly legal for clp to be NULL here....J. Bruce Fields1-1/+1
2006-09-22NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust1-3/+11
2006-09-22Fix a referral error Oopsandros@citi.umich.edu1-0/+2
2006-09-22NFS: NFS_ROOT should use the new rpc_create APIChuck Lever1-16/+13
2006-09-22NFS: Fix up compiler warnings on 64-bit platforms in client.cDavid Howells1-6/+14
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust1-5/+1
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust3-18/+27
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust1-0/+1
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever7-35/+49
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever1-18/+68
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever4-45/+57
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever1-6/+2
2006-09-22NFSD: Convert NFS server callback logic to use new rpc_create APIChuck Lever1-39/+27
2006-09-22NFS: Convert NFS client to use new rpc_create() APIChuck Lever1-16/+11
2006-09-22LOCKD: Convert to use new rpc_create() APIChuck Lever2-47/+44
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever1-1/+0
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever1-5/+5
2006-09-22NFS: Fix nfs_alloc_client()Trond Myklebust1-5/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells1-0/+5
2006-09-22NFS: Fix error handlingDavid Howells1-0/+3
2006-09-22NFS: Add server and volume lists to /procDavid Howells3-0/+303
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells17-944/+1646
2006-09-22NFS: Start rpciod in server common managementDavid Howells1-25/+6
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells5-176/+177
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells5-32/+41
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells2-6/+6
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells1-1/+20
2006-09-22NFS: Add extra const qualifiersDavid Howells6-13/+14
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells1-7/+6
2006-09-22NFS: Generalise the nfs_client structureDavid Howells10-222/+364
2006-09-22NFS: Add a server capabilities NFS RPC opDavid Howells1-0/+1
2006-09-22NFS: Add a lookupfh NFS RPC opDavid Howells1-0/+47
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells2-5/+10
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells6-33/+33
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells11-97/+97
2006-09-22NFS: Fix NFS4 callback up/down prototypesDavid Howells2-5/+7
2006-09-22NFS: Disambiguate nfs_stat_to_errno()David Howells1-7/+7
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells4-42/+39
2006-09-22NFS: Add dentry materialisation opDavid Howells1-14/+150
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust3-0/+52
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2-1/+36
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2-26/+120
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-14/+76
2006-09-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-134/+440
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-10/+11
2006-09-22[JFFS2] Remove unneeded ifdefs from jffs2_fs_i.hMichal Piotrowski1-4/+0
2006-09-22[CIFS] statfs for cifs unix extensions no longer experimentalSteve French1-2/+0
2006-09-21[CIFS] New POSIX locking code not setting rc properly to zero on successfulSteve French1-1/+2
2006-09-21[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French7-11/+74
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu1-10/+11
2006-09-20ocfs2: Remove overzealous BUG_ON()Mark Fasheh1-8/+20
2006-09-20ocfs2: Don't print on unknown remote blocking callMark Fasheh1-6/+4
2006-09-20ocfs2: Remove EXPERIMENTAL dependencyMark Fasheh1-2/+2
2006-09-20ocfs2: implement directory read-aheadMark Fasheh7-47/+115
2006-09-20ocfs2: properly update i_mtime on buffered writeMark Fasheh1-49/+34
2006-09-20ocfs2: Fix directory link count checks in ocfs2_link()Tiger Yang1-5/+5
2006-09-20ocfs2: move nlink check in ocfs2_mknod()Mark Fasheh1-7/+5
2006-09-20ocfs2: Fix heartbeat sector calculationMathieu Avila1-2/+6
2006-09-20[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"Adrian Bunk1-0/+2
2006-09-20ocfs2: add ext2 attributesHerbert Poetzl9-6/+217
2006-09-20configfs: Prevent duplicate subsystem names.Joel Becker1-2/+30
2006-09-19Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds3-7/+9
2006-09-19NFS: Fix nfs_page use after free issues in fs/nfs/write.cTrond Myklebust1-2/+2
2006-09-19NFSv4: Fix incorrect semaphore release in _nfs4_do_open()Trond Myklebust1-3/+3
2006-09-19NFS: Fix Oopsable condition in nfs_readpage_sync()Trond Myklebust1-2/+4
2006-09-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-3/+5
2006-09-19[PATCH] EXT2: Remove superblock lock contention in ext2_statfsDave Kleikamp3-4/+0
2006-09-16[PATCH] JFFS2: SUMMARY: fix a summary collecting bugZoltan Sogor1-0/+5
2006-09-16[PATCH] ext3 sequential read regression fixSuparna Bhattacharya1-1/+1
2006-09-16[PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode numberNeilBrown1-0/+42
2006-09-16[PATCH] knfsd: Have ext2 reject file handles with bad inode numbers earlyNeilBrown1-0/+39
2006-09-16[JFFS2][SUMMARY] Fix a summary collecting bug.Havasi Ferenc1-0/+5
2006-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-4/+7
2006-09-12Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds7-42/+76
2006-09-08[PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust3-69/+42
2006-09-08[PATCH] ext3_getblk() should handle HOLE correctlyBadari Pulavarty1-4/+7
2006-09-07[XFS] Fix a bad pointer dereference in the quota statvfs handling.Nathan Scott1-1/+1
2006-09-07[XFS] Fix xfs_splice_write() so appended data gets to disk.David Chinner1-0/+16
2006-09-07[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy2-10/+19
2006-09-07[XFS] Prevent free space oversubscription and xfssyncd looping.David Chinner4-31/+40
2006-09-06[CIFS] Fix CIFS readdir access denied when SE Linux enabledSteve French1-4/+7
2006-09-06[PATCH] add missing desctiption in super.cHenrik Kretzschmar1-0/+1
2006-09-01[PATCH] manage-jbd-its-own-slab fixBadari Pulavarty1-1/+1
2006-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse112-1294/+3018
2006-08-30[XFS] Fix char size overflow in bmap_alloc call for unwritten extentAdrian Bunk1-1/+1
2006-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds17-260/+576
2006-08-27[PATCH] /proc/meminfo: don't put spaces in namesAndrew Morton1-1/+1
2006-08-27[PATCH] fix up lockdep trace in fs/exec.cDave Jones1-1/+1
2006-08-27[PATCH] lockdep: annotate reiserfsIngo Molnar1-1/+1
2006-08-27[PATCH] Manage jbd allocations from its own slabsBadari Pulavarty3-13/+94
2006-08-27[PATCH] eventpoll.c compile fixMasoud Asgharifard Sharbiani1-2/+2
2006-08-27[PATCH] ufs: truncate correctionEvgeniy Dushistov1-52/+25
2006-08-27[PATCH] ufs: write to hole in big fileEvgeniy Dushistov1-14/+21
2006-08-27[PATCH] ext3 filesystem bogus ENOSPC with reservation fixMingming Cao1-3/+3
2006-08-27[PATCH] ext2: prevent div-by-zero on corrupted fsAndries Brouwer1-1/+1
2006-08-27[PATCH] Fix for minix crashAndries Brouwer1-3/+10
2006-08-27[PATCH] lockdep: fix blkdev_open() warningPeter Zijlstra1-58/+56
2006-08-26[DISKLABEL] SUN: Fix signed int usage for sector countJeff Mahoney1-1/+1
2006-08-24Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Greg Kroah-Hartman8-39/+80
2006-08-24VFS: Remove redundant open-coded mode bit checks in open_exec().Trond Myklebust1-2/+0
2006-08-24VFS: Remove redundant open-coded mode bit check in prepare_binfmt().Trond Myklebust1-6/+0
2006-08-24VFS: Fix access("file", X_OK) in the presence of ACLsTrond Myklebust1-1/+8
2006-08-24NFSv4: Add v4 exception handling for the ACL functions.Trond Myklebust1-2/+27
2006-08-24NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells1-10/+11
2006-08-24NFS: Fix issue with EIO on NFS readTrond Myklebust1-8/+15
2006-08-24LOCKD: Fix a deadlock in nlm_traverse_files()Trond Myklebust1-6/+9
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust1-1/+0
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust1-2/+1
2006-08-24VFS: add lookup hint for network file systemsASANO Masahiro1-0/+2
2006-08-24NFS: Fix a potential deadlock in nfs_release_pageNikita Danilov1-1/+7
2006-08-22Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2-26/+40
2006-08-21[PATCH] uninline ioprio_best()Oleg Nesterov1-0/+23
2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov1-0/+3
2006-08-21[PATCH] sys_ioprio_set: minor do_each_thread+break fixOleg Nesterov1-2/+2
2006-08-16[CIFS] Do not send Query All EAs SMB when mount option nouser_xattrSteve French3-3/+8
2006-08-15fs/jffs2/xattr.c: remove dead codeAdrian Bunk1-1/+0
2006-08-15Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman7-62/+263
2006-08-15[CIFS] endian errors in lanman protocol supportSteve French3-3/+3
2006-08-15[CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French3-7/+16
2006-08-14[PATCH] fcntl(F_SETSIG) fixTrond Myklebust1-2/+4
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev1-2/+8
2006-08-14[PATCH] initialize parts of udf inode earlier in createDan Bastone1-0/+7
2006-08-14[PATCH] adfs error message fixAndrew Morton1-1/+1
2006-08-11[CIFS] Fix oops when negotiating lanman and no password specifiedSteve French1-1/+2
2006-08-11[CIFS]Jeremy Allison7-296/+512
2006-08-11[CIFS] Allow cifsd to suspend if connection is lostSteve French1-0/+1
2006-08-11[CIFS] Make midState usage more consistentSteve French1-6/+6
2006-08-11[CIFS] spinlock protect read of last srv response time in timeout pathSteve French1-23/+76
2006-08-11[CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French8-18/+49
2006-08-09Merge git://oss.sgi.com:8090/nathans/xfs-rc-2.6Greg Kroah-Hartman1-49/+54
2006-08-10[XFS] Fix xfs_free_extent related NULL pointer dereference.Nathan Scott1-49/+54
2006-08-07ocfs2: allocation hintsMark Fasheh4-13/+145
2006-08-07ocfs2: better group descriptor consistency checksMark Fasheh1-20/+94
2006-08-07ocfs2: limit cluster bitmap information saved at mountMark Fasheh2-3/+6
2006-08-07[PATCH] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockresAdrian Bunk1-1/+0
2006-08-07ocfs2: fix check for locally granted state during dlmunlock()Kurt Hackel1-1/+1
2006-08-07ocfs2: do not modify lksb->status in the unlock astKurt Hackel1-25/+12
2006-08-07ocfs2: Fix lvb corruptionKurt Hackel1-0/+6
2006-08-06Merge branch 'master' of /home/greg/linux/git/torvalds-2.6/Greg Kroah-Hartman7-30/+41
2006-08-06[PATCH] udf: initialize parts of inode earlier in createEric Sandeen1-5/+6
2006-08-06[PATCH] reiserfs_write_full_page() should not get_block past eofChris Mason1-2/+12
2006-08-06[PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreChris Mason2-2/+2
2006-08-06[PATCH] Fix BeFS slab corruptionDiego Calleja1-2/+9
2006-08-06[PATCH] i_mutex does not need to be locked in reiserfs_delete_inode()Alexander Zarochentsev1-10/+2
2006-08-06[PATCH] ufs: handle truncated pagesEvgeniy Dushistov2-3/+3
2006-08-06[PATCH] ufs: ufs_get_locked_page() race fixEvgeniy Dushistov1-7/+8
2006-08-05Merge ../torvalds-2.6/Greg Kroah-Hartman4-12/+8
2006-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Greg Kroah-Hartman3-15/+120
2006-08-03NLM/lockd: remove b_doneJ. Bruce Fields1-9/+3
2006-08-03NFS: make 2 functions staticAdrian Bunk2-2/+2
2006-08-03NFS: Release dcache_lock in an error path of nfs_pathJosh Triplett1-1/+3
2006-08-03[PATCH] don't bother with aux entires for dummy contextAl Viro1-2/+2
2006-08-03[PATCH] fix missed create event for directory auditAmy Griffis1-1/+1
2006-08-03[PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis1-0/+2
2006-07-31[PATCH] 9p: fix fid behavior on failed removeEric Van Hensbergen1-3/+3