aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-01-18Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds21-183/+729
2006-01-18[PATCH] EDAC: atomic scrub operationsAlan Cox1-0/+1
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse2-94/+514
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper5-71/+300
2006-01-18[PATCH] exportfs: add find_acceptable_alias helperChristoph Hellwig1-43/+36
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw1-7/+30
2006-01-18[PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.cNeilBrown1-11/+6
2006-01-18[PATCH] nfsd4_lock() returns bogus values to clientsAl Viro1-0/+3
2006-01-18[PATCH] NFSERR_SERVERFAULT returned host-endianAl Viro1-2/+2
2006-01-18[PATCH] nfsd4_truncate() bogus return valueAl Viro1-1/+1
2006-01-18[PATCH] nfsd/vfs.c: endianness fixesAl Viro1-3/+3
2006-01-18[PATCH] nfsd4: clean up settattr codeFred Isaman1-9/+1
2006-01-18[PATCH] nfsd4: Fix bug in rdattr_error returnFred Isaman1-2/+3
2006-01-18[PATCH] nfsd4: fix open_downgradeJ. Bruce Fields1-11/+11
2006-01-18[PATCH] nfsd4: don't create on open that fails due to ERR_GRACEJ. Bruce Fields2-6/+8
2006-01-18[PATCH] nfsd4: simplify process-open1 logicJ. Bruce Fields1-64/+35
2006-01-18[PATCH] nfsd4: nfs4state.c miscellaneous goto removalsJ. Bruce Fields1-19/+14
2006-01-18[PATCH] nfsd4: no replays on unconfirmed ownersJ. Bruce Fields1-13/+11
2006-01-18[PATCH] nfsd4: handle replays of failed open reclaimsJ. Bruce Fields1-0/+2
2006-01-18[PATCH] nfsd4: recovery lookup dir checkJ. Bruce Fields1-3/+4
2006-01-18[PATCH] nfsd4: fix open of recovery directoryJ. Bruce Fields1-2/+1
2006-01-18[PATCH] nfsd4: operation debuggingJ. Bruce Fields1-0/+2
2006-01-18[PATCH] nfsd4: fix check_for_locksJ. Bruce Fields1-1/+2
2006-01-18[PATCH] nfsd4: remove release_state_owner()J. Bruce Fields1-22/+9
2006-01-18[PATCH] nfsd4: rename lk_stateownerJ. Bruce Fields2-11/+10
2006-01-18[PATCH] nfsd4: fix nfsd4_lock cleanup on failureJ. Bruce Fields1-14/+4
2006-01-18[PATCH] nfsd4: misc lock fixesAndy Adamson1-9/+5
2006-01-18[PATCH] nfsd: remove inline from a couple of large NFS functionsNeilBrown1-2/+2
2006-01-18[PATCH] nfsd: check error status from nfsd_sync_dirYAMAMOTO Takashi1-36/+44
2006-01-18[PATCH] hfs: set type/creator for symlinksRoman Zippel2-2/+10
2006-01-18[PATCH] hfs: set correct create date for linksRoman Zippel2-12/+22
2006-01-18[PATCH] hfs: set correct ctimeRoman Zippel3-6/+15
2006-01-18[PATCH] hfs: add HFSX supportDavid Elliott8-23/+90
2006-01-18[PATCH] hfs: cleanup HFS printsRoman Zippel10-53/+48
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel11-72/+55
2006-01-18[PATCH] add missing syscall declarationsArnd Bergmann1-0/+1
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen5-0/+116
2006-01-18[PATCH] jbd: remove_transaction fixJan Kara1-1/+2
2006-01-18[PATCH] jbd: log_do_checkpoint fixJan Kara1-1/+1
2006-01-18[CIFS] Fix oops in cifs_readpages caused by not checking buf_type in anSteve French1-1/+4
2006-01-17Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French58-662/+1180
2006-01-17[CIFS] Remove compiler warningSteve French1-1/+1
2006-01-18[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner1-3/+26
2006-01-16[PATCH] fuse: fix bitfield raceMiklos Szeredi2-3/+23
2006-01-16[PATCH] fuse: use asynchronous READ requests for readpagesMiklos Szeredi1-17/+27
2006-01-16[PATCH] fuse: READ request initializationMiklos Szeredi3-24/+18
2006-01-16[PATCH] fuse: move INIT handling to inode.cMiklos Szeredi3-50/+45
2006-01-16[PATCH] fuse: add asynchronous request supportMiklos Szeredi3-14/+43
2006-01-16[PATCH] fuse: add connection abortingMiklos Szeredi3-6/+88
2006-01-16[PATCH] fuse: add number of waiting requests attributeMiklos Szeredi3-3/+21
2006-01-16[PATCH] fuse: make fuse connection a kobjectMiklos Szeredi3-43/+164
2006-01-16[PATCH] fuse: extend semantics of connected flagMiklos Szeredi3-4/+6
2006-01-16[PATCH] fuse: introduce list for requests under I/OMiklos Szeredi3-6/+10
2006-01-16[PATCH] fuse: introduce unified request stateMiklos Szeredi2-11/+19
2006-01-16[PATCH] fuse: miscellaneous cleanupMiklos Szeredi3-15/+6
2006-01-16[PATCH] fuse: uninline some functionsMiklos Szeredi3-21/+17
2006-01-16[PATCH] fuse: handle error INIT replyMiklos Szeredi1-1/+1
2006-01-16[PATCH] fuse: fix request_end()Miklos Szeredi1-11/+7
2006-01-16[PATCH] fuse: fuse_copy_finish() order fixMiklos Szeredi1-1/+3
2006-01-16[PATCH] add /sys/fsMiklos Szeredi1-0/+5
2006-01-16[PATCH] partitions: Read Rio Karma partition tableBob Copeland5-0/+77
2006-01-17Make alloc_page_buffers() initialise buffer_heads using init_buffer(),Nathan Scott1-1/+1
2006-01-15Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds3-20/+10
2006-01-16[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaroundNathan Scott1-3/+0
2006-01-16[XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.Nathan Scott2-12/+2
2006-01-16[XFS] Fix symlink creation too, with respect to initialising SELinuxNathan Scott1-5/+8
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds9-210/+210
2006-01-14[PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven1-4/+4
2006-01-14[PATCH] smbfs: remove kmalloc wrapperPekka Enberg3-34/+12
2006-01-14[PATCH] ncpfs: remove kmalloc wrapperPekka Enberg2-26/+13
2006-01-14[PATCH] quota: make useless quota error message informativeValdis.Kletnieks@vt.edu1-1/+2
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg1-5/+1
2006-01-14[PATCH] isofs: remove d_splice_alias NULL check from isofs_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven16-48/+48
2006-01-14[PATCH] convert /proc/devices to use seq_file interfaceNeil Horman2-33/+223
2006-01-14[PATCH] autofs4 oops fixIan Kent1-0/+2
2006-01-15correct email address of Manfred SpraulChristian Kujau1-1/+1
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl8-209/+209
2006-01-14[PATCH] ufs cleanupEvgeniy5-55/+64
2006-01-13[CIFS] Fix CIFS to recognize share mode securitySteve French4-15/+41
2006-01-14Merge ../linux-2.6Paul Mackerras1-2/+2
2006-01-13[PATCH] Fix oops in ufs_fill_super at mount timeEvgeniy1-2/+2
2006-01-13[PATCH] powerpc: Add/remove/update properties in /proc/device-treeDave C Boutcher1-0/+24
2006-01-12[CIFS] Fix typoSteve French1-1/+0
2006-01-12[CIFS] Add worker function for Get ACL cifs styleSteve French9-20/+292
2006-01-12Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French421-7255/+54457
2006-01-12[CIFS] Allow local filesize for file that is open for write to be updatedSteve French2-2/+25
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds57-2572/+2717
2006-01-12[PATCH] Implement ioctl emulation for the parport character deviceAndi Kleen1-0/+29
2006-01-11[PATCH] x86_64: Implement compat code for sg driver SG_GET_REQUEST_TABLE ioctlAndi Kleen1-0/+35
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap46-0/+52
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-1/+3
2006-01-11[PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotasJan Kara1-1/+4
2006-01-11[PATCH] kdump: vmcore compilation warning fixVivek Goyal1-1/+1
2006-01-12Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott6-9/+6
2006-01-12[XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. Nathan Scott1-4/+4
2006-01-12[XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott11-141/+141
2006-01-11[XFS] Fix compiler warnings from older gcc versions wrt printfalikeNathan Scott1-12/+22
2006-01-11[XFS] Fix some build fallout from atime changes.Nathan Scott3-5/+21
2006-01-11[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toTim Shimmin3-28/+6
2006-01-11[XFS] xfssyncd is responsible for flushing inode or device's data byYingping Lu1-1/+1
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig10-41/+33
2006-01-11[XFS] Fix up offset type inconsistencies and gcc warnings from earlierNathan Scott1-8/+8
2006-01-11[XFS] fix up per-device xfsbufdChristoph Hellwig1-3/+2
2006-01-11[XFS] fix writeback control handling fix a reversed condition on where toChristoph Hellwig1-3/+12
2006-01-11[XFS] cluster rewrites We can cluster mapped pages aswell, this improvesChristoph Hellwig1-16/+47
2006-01-11[XFS] pass full 64bit offsets to xfs_add_to_ioendChristoph Hellwig1-12/+6
2006-01-11[XFS] consolidate some code in xfs_page_state_convert The unmapped bufferChristoph Hellwig1-57/+34
2006-01-11[XFS] various fixes for xfs_convert_page fix various bogusities inChristoph Hellwig1-37/+52
2006-01-11[XFS] clean up the xfs_offset_to_map interface Currently we pass a structChristoph Hellwig1-83/+53
2006-01-11[XFS] use pagevec lookups This reduces the time spend in the radix treeChristoph Hellwig1-56/+88
2006-01-11[XFS] Initial pass at going directly-to-bio on the buffered IO path. ThisChristoph Hellwig4-364/+431
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott10-1118/+895
2006-01-11[XFS] Fixed delayed_blks assert failure during umount. The delayed_blksYingping Lu2-3/+10
2006-01-11[XFS] Introduce per-filesystem delwri pagebuf flushing to reduceDavid Chinner2-44/+101
2006-01-11[XFS] take out the call to vn_mark_bad() used when acl inherit fails andTim Shimmin1-2/+0
2006-01-11[XFS] endianess annotations and tidying for the uuid codeChristoph Hellwig1-9/+14
2006-01-11[XFS] Fix a thinko when generating a forced shutdown stack trace.Nathan Scott1-2/+2
2006-01-11[XFS] Add a stack trace in the case of xfs_forced_shutdown.Ryan Hankins1-5/+7
2006-01-11[XFS] Fix quotaoff logitem for project quota, affects log recovery only.Nathan Scott1-1/+3
2006-01-11[XFS] Add an XFS callout to security_inode_init_security; SE Linux is notNathan Scott1-0/+37
2006-01-11[XFS] Fix v2 log bufsize reporting in /proc/mounts.Nathan Scott1-2/+3
2006-01-11[XFS] fix, speedup and simplify atime handling let the VFS handle atimeChristoph Hellwig8-54/+49
2006-01-11[XFS] turn xlog helper macros into real functionsChristoph Hellwig2-77/+93
2006-01-11[XFS] remove unused vars, args, & unneeded intermediate vars from zeroingEric Sandeen2-31/+12
2006-01-11[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recoverEric Sandeen3-9/+6
2006-01-11[XFS] Ensure max diosize reported is aligned with minimum diosize.Nathan Scott1-1/+1
2006-01-11[XFS] Fix an intermittent pquota panic caused by dodgey quota flags to anNathan Scott2-6/+7
2006-01-11[XFS] Sort out cosmetic differences between user and kernel copies of someNathan Scott10-42/+32
2006-01-11[XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dontNathan Scott1-2/+1
2006-01-11[XFS] Disable write barriers for now till intermittent IO errors areNathan Scott1-5/+3
2006-01-11[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott6-26/+23
2006-01-11[XFS] Write log dummy record when freezing filesystemChristoph Hellwig3-0/+29
2006-01-11[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven forChristoph Hellwig3-3/+3
2006-01-11[XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block.Yingping Lu1-1/+2
2006-01-11[XFS] do barrier checks earlier. quota initialization may write to theChristoph Hellwig1-3/+4
2006-01-11[XFS] Fix typo from when enabling write barriers by default, flags botchNathan Scott1-8/+2
2006-01-11[XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott7-410/+547
2006-01-11[XFS] Do not inherit properties for the quota inodes from the root inode.Nathan Scott1-3/+5
2006-01-11[XFS] enable write barriers by defaultChristoph Hellwig2-1/+17
2006-01-11[XFS] merge xfs_arch.h userspace changes backChristoph Hellwig1-0/+16
2006-01-11[XFS] remove over-eager assertChristoph Hellwig1-1/+0
2006-01-11fs/proc/vmcore.c: header included twiceNicolas Kaiser1-1/+0
2006-01-11fs/attr.c: header included twiceNicolas Kaiser1-1/+0
2006-01-11xfs: header included twiceNicolas Kaiser1-1/+0
2006-01-11add loglevel to printk in fs/afs/cmservice.cJesper Juhl1-1/+1
2006-01-11missing printk loglevel and tiny tiny whitespace change in binfmt_elf()Jesper Juhl1-4/+4
2006-01-11ext2: trivial indentation fix.Luiz Fernando Capitulino1-1/+1
2006-01-10[PATCH] uclinux: delay binfmt_flat traceGreg Ungerer1-7/+10
2006-01-10Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+6
2006-01-10[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionAdrian Bunk3-32/+0
2006-01-10[PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value castsJesper Juhl2-2/+2
2006-01-10[PATCH] fs/ext3/: small cleanupsAdrian Bunk4-12/+7
2006-01-10[PATCH] fs/ext2/bitmap.c: ext2_count_free() is only required #ifdef EXT2FS_DEBUGAdrian Bunk1-0/+7
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl1-1/+1
2006-01-10[PATCH] d_instantiate_unique / NFS inode leakageOleg Drokin1-1/+6
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner2-6/+6
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2006-01-10[PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig4-11/+38
2006-01-10[PATCH] 9p: remove superflous MS_NODIRATIME assignmentChristoph Hellwig1-1/+1
2006-01-10[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignmentsChristoph Hellwig1-14/+14
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig2-17/+22
2006-01-10[PATCH] move rtc compat ioctl handling to fs/compat_ioctl.cChristoph Hellwig1-0/+47
2006-01-10[PATCH] remove update_atimeChristoph Hellwig1-3/+6
2006-01-10[PATCH] switch autofs4 to touch_atime()Christoph Hellwig1-9/+9
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig8-24/+41
2006-01-10[PATCH] remove xfs xattr permission checksChristoph Hellwig2-26/+8
2006-01-10[PATCH] remove reiserfs xattr permission checksChristoph Hellwig2-51/+0
2006-01-10[PATCH] remove ext3 xattr permission checksakpm@osdl.org3-23/+0
2006-01-10[PATCH] remove ext2 xattr permission checksakpm@osdl.org3-22/+0
2006-01-10[PATCH] remove jfs xattr permission checksChristoph Hellwig1-42/+9
2006-01-10[PATCH] move xattr permission checks into the VFSakpm@osdl.org2-19/+57
2006-01-10[PATCH] add vfs_* helpers for xattr operationsChristoph Hellwig2-130/+141
2006-01-10[PATCH] kexec: change CONFIG_PHYSICAL_START dependencyManeesh Soni1-1/+1
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal1-0/+3
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org2-4/+0
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds94-469/+460
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar3-3/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen82-440/+435
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen10-26/+22
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk1-1/+1
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-8/+12
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-246/+0
2006-01-09kbuild/xfs: introduce fs/xfs/KbuildSam Ravnborg1-0/+6
2006-01-09Merge Linus' tree.Russell King96-1996/+2771
2006-01-09V4L (926_2): Moves compat32 functions from fs to v4l subsystemArnd Bergmann1-246/+0
2006-01-09[ARM] Make Acorn partition types depend on ACORN_PARTITIONRussell King1-8/+12
2006-01-09[BLOCK] bio: init ->bi_bdev in bio_init()Jens Axboe1-0/+1
2006-01-08[PATCH] tiny: Configure ELF core dump supportMatt Mackall1-2/+2
2006-01-08[PATCH] tiny: Uninline some fslocks.c functionsMatt Mackall1-4/+3
2006-01-08[PATCH] tiny: Uninline some inode.c functionsMatt Mackall1-2/+2
2006-01-08[PATCH] tiny: Uninline some open.c functionsMatt Mackall1-3/+3
2006-01-08[PATCH] afs: remove unnecessary __attribute__((packed))Jan Blunck1-3/+1
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov9-71/+58
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov18-1047/+1083
2006-01-08[PATCH] v9fs: fix fid management in v9fs_createLatchesar Ionkov1-3/+3