aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] de_thread: Use tsk not currentEric W. Biederman1-23/+23
2006-09-27[PATCH] fs/nfs/: make code staticAdrian Bunk1-3/+9
2006-09-27[PATCH] add newline to nfs dprintkMartin Bligh1-1/+1
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman1-7/+4
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-0/+19
2006-09-27[PATCH] alloc_fdtable() cleanupAndrew Morton1-4/+2
2006-09-27[PATCH] reiserfs: warn about the useless nolargeio optionAdrian Bunk1-19/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o62-98/+14
2006-09-27[PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o2-2/+2
2006-09-27[PATCH] inode-diet: Move i_bdev into a unionTheodore Ts'o1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o13-38/+38
2006-09-27[PATCH] fat: cleanup fat_get_block(s)OGAWA Hirofumi1-17/+12
2006-09-27[PATCH] autofs4 needs to force fail return revalidateIan Kent2-23/+65
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells1-5/+0
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells3-20/+75
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells1-0/+20
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan33-107/+42
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris21-48/+37
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris35-84/+43
2006-09-27[PATCH] more ext3 16T overflow fixesEric Sandeen2-6/+23
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp3-14/+13
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp11-41/+41
2006-09-27[PATCH] ext3: wrong error behaviorVasily Averin1-5/+6
2006-09-27[PATCH] ext3: more comments about block allocation/reservation codeMingming Cao1-45/+247
2006-09-27[PATCH] ext3: turn on reservation dump on block allocation errorsMingming Cao1-4/+8
2006-09-27[PATCH] JBD: 16T fixesEric Sandeen1-3/+3
2006-09-27[PATCH] ext3: inode numbers are unsigned longEric Sandeen5-26/+27
2006-09-27[PATCH] ext2: fix mounts at 16TEric Sandeen1-13/+19
2006-09-27[PATCH] fix ext3 mounts at 16TEric Sandeen1-15/+19
2006-09-27[PATCH] jbd: use BUILD_BUG_ON in journal initAlexey Dobriyan1-7/+1
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao15-274/+274
2006-09-27[PATCH] jbd: add lock annotation to jbd_sync_bhJosh Triplett1-0/+1
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-3/+5
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds8-61/+62
2006-09-26[PATCH] binfmt_elf: consistently use loff_tAndrew Morton1-5/+5
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-26[PATCH] Check return value of copy_to_user in compat_sys_pselect7Andi Kleen1-2/+3
2006-09-26[PATCH] i386/x86-64: Don't randomize stack top when no randomization personal...Andi Kleen1-1/+2
2006-09-25sysfs: add proper sysfs_init() prototypeAndrew Morton1-9/+1
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap3-9/+17
2006-09-25SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGreg Kroah-Hartman1-2/+12
2006-09-25Debugfs: kernel-doc fixes for debugfsRandy Dunlap2-40/+31
2006-09-25sysfs: Make poll behaviour consistentJuha Yrjölä1-1/+1
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