aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-10-21Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/Steve French24-545/+2266
2005-10-20[CIFS] Defer close of file handle slightly if there are pending writes thatSteve French5-25/+73
2005-10-17[PATCH] aio: revert lock_kiocb()Zach Brown1-25/+1
2005-10-17[PATCH] output of /proc/maps on nommu systems is incompleteDavid McCullough1-0/+1
2005-10-17[PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_in...Trond Myklebust1-2/+0
2005-10-17[PATCH] NFS: Fix cache consistency racesTrond Myklebust3-6/+8
2005-10-14[PATCH] nommu build error fixYoshinori Sato1-0/+12
2005-10-12CIFS: cifs_writepages should not write beyond end of fileSteve French1-2/+13
2005-10-11[CIFS] Add null malloc response check in notify experimental codeSteve French2-14/+20
2005-10-11[CIFS] CIFS Stats improvementsSteve French9-8/+98
2005-10-11[PATCH] binfmt_elf bss padding fixakpm@osdl.org1-1/+1
2005-10-11[PATCH] nfsacl: Solaris VxFS compatibility fixAndreas Gruenbacher1-35/+35
2005-10-11[PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9f...Latchesar Ionkov1-81/+33
2005-10-10[CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTALSteve French4-1/+12
2005-10-10[CIFS] Still missing a line from previous fixSteve French1-1/+1
2005-10-10[CIFS] Fix minor build problem with previous changesetSteve French1-5/+8
2005-10-10[CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaultsSteve French1-8/+10
2005-10-10[CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.Steve French2-2/+20
2005-10-10[CIFS] Update cifs version to 1.38Steve French1-1/+1
2005-10-10[CIFS] Fix byte range locking to Windows when Windows server returnsSteve French4-12/+32
2005-10-10[CIFS] Fix rsize calculation so that large readx flag is checked.Steve French3-8/+28
2005-10-10[CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoffSteve French3-11/+22
2005-10-10[PATCH] relayfs: fix bogus param value in call to vmapTom Zanussi1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro7-23/+22
2005-10-07[CIFS] /proc/fs/cifs debug code cleanup and new stats2Steve French3-5/+41
2005-10-06Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALLLinus Torvalds1-3/+3
2005-10-05[CIFS] cleanup sparse and compile errors in previous fixSteve French2-4/+3
2005-10-05CIFS: Allow wsize to exceed CIFSMaxBufSizeSteve French3-16/+10
2005-10-05CIFS: implement cifs_writepages to perform multi-page I/OSteve French2-11/+190
2005-10-05CIFS: Create routine find_writable_file to reduce redundant codeSteve French3-119/+50
2005-10-04[PATCH] bfs iget() abusesAl Viro1-12/+30
2005-10-04[PATCH] bfs endianness annotationsAlexey Dobriyan2-2/+2
2005-10-04NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variableAnton Altaparmakov3-3/+4
2005-10-04NTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run() which caused theAnton Altaparmakov2-2/+6
2005-10-03[CIFS] Missing parenthesis from error message in previous fixSteve French1-1/+1
2005-10-03[CIFS] Allow SMBWrite2 to work to older serversSteve French1-7/+22
2005-10-03[CIFS] Add writepages support to shrink memory usage on writes,Steve French5-72/+89
2005-09-30[PATCH] fuse: check O_DIRECTMiklos Szeredi1-0/+4
2005-09-30[PATCH] uml: remove empty hostfs_truncate methodPaolo 'Blaisorblade' Giarrusso1-7/+0
2005-09-30[PATCH] aio: avoid extra aio_{read,write} call when ki_left == 0Zach Brown1-2/+2
2005-09-30[PATCH] aio: remove unlocked task_list test and resulting raceZach Brown1-46/+33
2005-09-30[PATCH] aio: lock around kiocbTryKick()Zach Brown1-7/+12
2005-09-30[PATCH] missing ERR_PTR in 9fsAl Viro1-1/+1
2005-09-29[PATCH] readv/writev syscalls are not checked by lsmKostik Belousov1-0/+3
2005-09-28[PATCH] epoll: handle timeout overflowDavide Libenzi1-2/+6
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov7-196/+200
2005-09-28[PATCH] Fix ext3_new_inode() failure pathsChris Sykes1-15/+14
2005-09-28[PATCH] Fix ext2_new_inode() failure pathsChris Sykes1-12/+13
2005-09-28[PATCH] fuse: check reserved node ID valuesMiklos Szeredi1-0/+6
2005-09-28[PATCH] fuse: add required version infoMiklos Szeredi1-0/+3
2005-09-26NTFS: Re-fix sparse warnings in a more correct way, i.e. don't use an enum withAnton Altaparmakov1-8/+5
2005-09-26Merge branch 'master' of /home/src/linux-2.6/Anton Altaparmakov15-116/+138
2005-09-26NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave theAnton Altaparmakov3-15/+35
2005-09-26NTFS: Fix the definition of the CHKD ntfs record magic. It had an off byAnton Altaparmakov1-1/+1
2005-09-23[PATCH] cifs: Add support for suspendSteve French2-0/+4
2005-09-23Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shagg...Linus Torvalds4-7/+14
2005-09-23NTFS: Change ntfs_cluster_free() to require a write locked runlist on entryAnton Altaparmakov5-34/+32
2005-09-22[PATCH] NFS: fix client oops when debugging is onNick Wilson1-3/+2
2005-09-22[PATCH] ext3: EXT3_DEBUG build fixesGlauber de Oliveira Costa2-6/+6
2005-09-22[PATCH] ext3: ext3_show_options fixOGAWA Hirofumi1-6/+5
2005-09-22[PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sbLatchesar Ionkov1-17/+7
2005-09-22[PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAXLatchesar Ionkov1-2/+2
2005-09-22[PATCH] v9fs: make copy of the transport prototype instead of using it directlyLatchesar Ionkov1-1/+7
2005-09-22[PATCH] v9fs: allocate the Rwalk qid array from the right conv bufferLatchesar Ionkov1-1/+1
2005-09-22[PATCH] v9fs: make conv functions to check for conv buffer overflowLatchesar Ionkov1-70/+85
2005-09-22[PATCH] proc_task_root_link c99 fixAndrew Morton1-3/+5
2005-09-22[CIFS] Various minor bigendian fixes and sparse level 2 warning message fixesSteve French8-33/+60
2005-09-22NTFS: Fix sparse warnings that have crept in over time.Anton Altaparmakov3-4/+9
2005-09-21[CIFS] Add support for legacy servers part nine. statfs (df and du) is nowSteve French7-10/+107
2005-09-21[PATCH] fat: fix adateStephane Kardas1-3/+8
2005-09-21[PATCH] Fix invisible threads problemSripathi Kodi1-7/+77
2005-09-20[CIFS] Add support for legacy servers part eight. Write fixes for WindowsSteve French4-31/+66
2005-09-20JFS: don't dereference tlck->ip from txUpdateMapDave Kleikamp2-1/+9
2005-09-20NTFS: More runlist handling fixes from Richard Russon and myself.Anton Altaparmakov1-22/+33
2005-09-19Make fsnotify possibly work better for the inode removal caseLinus Torvalds1-1/+2
2005-09-19Merge branch 'master' of /home/src/linux-2.6/Anton Altaparmakov6-56/+43
2005-09-19NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov3-41/+80
2005-09-19NTFS: Fix handling of compressed directories that I broke in earlier changeset.Anton Altaparmakov1-4/+8
2005-09-19NTFS: Fix various bugs in the runlist merging code. (Based on libntfsAnton Altaparmakov2-64/+70
2005-09-18[CIFS] Add support for legacy servers part seven. Fix open for write,Steve French2-4/+21
2005-09-17[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)OGAWA Hirofumi2-36/+16
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma2-0/+6
2005-09-17[PATCH] Add smp_mb__after_clear_bit() to unlock_kiocb()Zach Brown1-0/+1
2005-09-17[PATCH] epoll: fix delayed initialization bugDavide Libenzi1-20/+20
2005-09-15[CIFS] Add support for legacy servers part six. Fix read syntax soSteve French1-0/+7
2005-09-15[CIFS] Fix readdir caching when unlink removes file in current searchSteve French3-6/+38
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp3-6/+5
2005-09-15[CIFS] Fix compiler warningsSteve French4-5/+6
2005-09-14[COMPAT]: Fixup compat_do_execve()David S. Miller1-0/+4
2005-09-14[PATCH] Fix the fdtable freeing in the case of vmalloced fdset/arraysDipankar Sarma1-7/+3
2005-09-14[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()Hugh Dickins1-5/+0
2005-09-14[PATCH] Fix fs/exec.c:788 (de_thread()) BUG_ONAlexander Nyberg1-3/+2
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds1-1/+1
2005-09-13[PATCH] nfsd4: fix setclientid unlock of unlocked state lockNeil Brown1-3/+2
2005-09-13[PATCH] nfsd4: fix open seqid incrementing in lockNeil Brown1-13/+15
2005-09-13[PATCH] nfsd4: move replay_ownerNeil Brown2-24/+30
2005-09-13[PATCH] nfsd4: printk reductionNeil Brown1-17/+10
2005-09-13[PATCH] reiserfs: use mark_inode_dirty instead of reiserfs_update_sdChris Mason2-14/+13
2005-09-13[PATCH] open returns ENFILE but creates file anywayPeter Staubach1-42/+56
2005-09-12NTFS: Mask out __GFP_HIGHMEM when doing kmalloc() in __ntfs_malloc() as itAnton Altaparmakov2-4/+1
2005-09-12NTFS: Change the mount options {u,f,d}mask to always parse the number asAnton Altaparmakov2-4/+16
2005-09-11Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manuallyLinus Torvalds6-62/+193
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan10-33/+21
2005-09-10[PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>Adrian Bunk1-0/+1
2005-09-10[PATCH] janitor: reiserfs: super.c - vfree() checking cleanupsJames Lamanna1-2/+1
2005-09-10[PATCH] janitor: fs/dcache.c: list_for_each*Domen Puncer1-12/+4
2005-09-10[PATCH] janitor: fs/namespace.c: list_for_each_entryDomen Puncer1-3/+1
2005-09-10[PATCH] janitor: jffs/intrep: list_for_each_entryDomen Puncer1-13/+9
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar1-1/+5
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-0/+1
2005-09-10[PATCH] ntfs build fixAndrew Morton1-0/+1
2005-09-09Preempt-safe RCU file usageLinus Torvalds1-0/+2
2005-09-09Fix up lost patch in compat_sys_select() for new RCU files world orderLinus Torvalds1-1/+3
2005-09-09[PATCH] Lost sockfd_put() in routing_ioctl()Kirill Korotaev1-2/+5
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[PATCH] FUSE: don't allow restarting of system callsMiklos Szeredi5-111/+45
2005-09-09[PATCH] FUSE: add fsync operation for directoriesMiklos Szeredi3-4/+29
2005-09-09[PATCH] fuse: don't update file timesMiklos Szeredi3-4/+9
2005-09-09[PATCH] fuse: more flexible cachingMiklos Szeredi3-32/+8
2005-09-09[PATCH] fuse: transfer readdir data through deviceMiklos Szeredi4-84/+69
2005-09-09[PATCH] FUSE - direct I/OMiklos Szeredi3-2/+146
2005-09-09[PATCH] fuse: stricter mount option checkingMiklos Szeredi1-2/+11
2005-09-09[PATCH] FUSE: tighten check for processes allowed accessMiklos Szeredi3-6/+49
2005-09-09[PATCH] FUSE - readpages operationMiklos Szeredi3-0/+85
2005-09-09[PATCH] FUSE - extended attribute operationsMiklos Szeredi2-0/+195
2005-09-09[PATCH] FUSE - mount optionsMiklos Szeredi5-67/+170
2005-09-09[PATCH] FUSE - file operationsMiklos Szeredi5-1/+366
2005-09-09[PATCH] FUSE - read-write operationsMiklos Szeredi3-17/+378
2005-09-09[PATCH] FUSE - read-only operationsMiklos Szeredi5-1/+555
2005-09-09[PATCH] FUSE - device functionsMiklos Szeredi4-6/+1161
2005-09-09[PATCH] FUSE - coreMiklos Szeredi3-0/+524
2005-09-09[PATCH] FUSE - MAINTAINERS, Kconfig and Makefile changesMiklos Szeredi2-0/+14
2005-09-09[PATCH] v9fs: fix handling of malformed 9P messagesEric Van Hensbergen4-21/+46
2005-09-09[PATCH] v9fs: readlink extended mode checkEric Van Hensbergen1-5/+30
2005-09-09[PATCH] v9fs: Fix support for special files (devices, named pipes, etc.)Eric Van Hensbergen1-0/+3
2005-09-09[PATCH] v9fs: Clean-up vfs_inode and setattr functionsEric Van Hensbergen2-97/+36
2005-09-09[PATCH] v9fs: Change error magic numbers to defined constantsEric Van Hensbergen1-81/+77
2005-09-09[PATCH] v9fs: debug and support routinesEric Van Hensbergen5-0/+642
2005-09-09[PATCH] v9fs: Support to force umountEric Van Hensbergen5-3/+40
2005-09-09[PATCH] v9fs: transport modulesEric Van Hensbergen6-5/+979
2005-09-09[PATCH] v9fs: 9P protocol implementationEric Van Hensbergen4-0/+1429
2005-09-09[PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen4-0/+877
2005-09-09[PATCH] v9fs: VFS inode operationsEric Van Hensbergen1-0/+1371
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsEric Van Hensbergen3-0/+753
2005-09-09[PATCH] v9fs: Documentation, Makefiles, ConfigurationEric Van Hensbergen3-0/+29
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma3-19/+27
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma5-150/+303
2005-09-09[PATCH] files: break up files structDipankar Sarma8-63/+104
2005-09-09[PATCH] aio: kiocb locking to serialise retry and cancelBenjamin LaHaise1-4/+25
2005-09-09[PATCH] change io_cancel return code for no cancel caseWendy Cheng1-1/+1
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill4-70/+81
2005-09-09[PATCH] autofs: fix "busy inodes after umount..."Alexander Krizhanovsky3-4/+7
2005-09-09[PATCH] remove the inode_post_link and inode_post_rename LSM hooksStephen Smalley1-8/+2
2005-09-09[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooksStephen Smalley1-12/+4
2005-09-09[PATCH] ext3: Enable atomic inode security labelingStephen Smalley3-0/+38
2005-09-09[PATCH] ext2: Enable atomic inode security labelingStephen Smalley3-0/+35
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh19-0/+29
2005-09-09[PATCH] move truncate_inode_pages() into ->delete_inode()Mark Fasheh1-5/+7
2005-09-09[PATCH] bogus cast in bio.cviro@ZenIV.linux.org.uk1-1/+1
2005-09-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 Anton Altaparmakov1-2/+13
2005-09-09[XFS] Revert recent quota Makefile change, not in a fit state for merging.Nathan Scott1-2/+13
2005-09-08Merge branch 'master' of /usr/src/linux-2.6 Anton Altaparmakov9-59/+58
2005-09-08NTFS: 2.1.24 release and some minor final fixes.Anton Altaparmakov4-9/+9
2005-09-08NTFS: Improve scalability by changing the driver global spin lock inAnton Altaparmakov2-6/+12
2005-09-08NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c.Anton Altaparmakov2-17/+22
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2-20/+26
2005-09-08NTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the caseAnton Altaparmakov2-11/+42
2005-09-08NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the pageAnton Altaparmakov2-10/+6
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2-57/+49
2005-09-08NTFS: Make ntfs_write_block() not instantiate sparse blocks if they are zero.Anton Altaparmakov2-0/+23
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2-101/+116
2005-09-08NTFS: Truncate {a,c,m}time to the ntfs supported time granularity whenAnton Altaparmakov2-5/+9
2005-09-08NTFS: Fix cluster (de)allocators to work when the runlist is NULL and moreAnton Altaparmakov4-33/+32
2005-09-08NTFS: Fix handling of sparse attributes in ntfs_attr_make_non_resident().Anton Altaparmakov2-17/+40
2005-09-08NTFS: Fix several bugs in fs/ntfs/attrib.c.Anton Altaparmakov2-1/+37
2005-09-08NTFS: Add fs/ntfs/attrib.[hc]::ntfs_resident_attr_value_resize().Anton Altaparmakov3-0/+43
2005-09-08NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block().Anton Altaparmakov3-10/+8
2005-09-08NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returnedAnton Altaparmakov2-0/+4
2005-09-08NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a...Anton Altaparmakov3-0/+289
2005-09-08NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the newAnton Altaparmakov2-1/+15
2005-09-08NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNINGAnton Altaparmakov3-2/+7
2005-09-08NTFS: Fix handling of valid but empty mapping pairs array inAnton Altaparmakov2-0/+5
2005-09-08NTFS: Remove two bogus BUG_ON()s from fs/ntfs/mft.c.Anton Altaparmakov2-2/+1
2005-09-08NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far.Anton Altaparmakov2-2/+5
2005-09-08NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge()Anton Altaparmakov2-18/+53
2005-09-08NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version.Anton Altaparmakov2-6/+48
2005-09-08NTFS: Support more clean journal ($LogFile) states.Anton Altaparmakov5-123/+167
2005-09-08[XFS] Fix modular XFS builds (Makefile botch).Nathan Scott2-5/+5
2005-09-08[XFS] Remove special Kconfig XFS menu, make XFS options "inline".Nathan Scott1-24/+21
2005-09-08[XFS] Cleanup some -Wundef flag warnings in the endian macros (thanksNathan Scott6-30/+32
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds1-45/+182
2005-09-07Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 Linus Torvalds52-1050/+1320
2005-09-07[PATCH] pivot_root() circular reference fixMiklos Szeredi1-0/+4
2005-09-07[PATCH] Fix race in do_get_write_access()Jan Kara1-18/+21
2005-09-07[PATCH] Change HFS+ to not use ll_rw_block()Jan Kara1-4/+2
2005-09-07[PATCH] Change ll_rw_block() calls in UFSJan Kara3-18/+9
2005-09-07[PATCH] Change ll_rw_block() calls in ReiserJan Kara1-2/+2
2005-09-07[PATCH] Change ll_rw_block() calls in JBDJan Kara4-5/+5
2005-09-07[PATCH] Make ll_rw_block() wait for buffer lockJan Kara1-14/+16
2005-09-07[PATCH] Fix JBD race in t_forget list handlingJan Kara1-10/+24