aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-08-18[PATCH] reiserfs+acl+quota deadlock fixJan Kara1-1/+1
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever4-3/+44
2005-08-18[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsChuck Lever2-28/+45
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever5-41/+47
2005-08-17Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2-1/+2
2005-08-17[PATCH] nfsd to unlock kernel before exitingSteven Rostedt1-0/+1
2005-08-16Merge head 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/...Linus Torvalds5-24/+34
2005-08-16NTFS: Complete the previous fix for the unset device when mapping buffersAnton Altaparmakov2-1/+2
2005-08-16Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2-0/+5
2005-08-16[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsTrond Myklebust4-15/+38
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Trond Myklebust1-0/+1
2005-08-16NTFS: Fix bug in mft record writing where we forgot to set the device inAnton Altaparmakov2-0/+5
2005-08-15[PATCH] inotify: add MOVE_SELF eventJohn McCutchan1-1/+2
2005-08-15[PATCH] inotify: fix idr_get_new_above usageRobert Love1-1/+1
2005-08-14[PATCH] CIFS: Fix path name conversion for long filenamesSteve French2-0/+7
2005-08-14[PATCH] CIFS: Fix missing entries in search resultsSteve French1-0/+3
2005-08-13[PATCH] Fix error handling in reiserfsJan Kara1-0/+3
2005-08-10Merge with /home/shaggy/git/linus-clean/Dave Kleikamp5-15/+16
2005-08-10JFS: Fix race in txLockDave Kleikamp2-0/+4
2005-08-08[PATCH] fsnotify_name/inoderemoveJohn McCutchan2-3/+7
2005-08-07[PATCH] namespace.c: fix bind mount from foreign namespaceMiklos Szeredi1-1/+1
2005-08-07[PATCH] __bio_clone() dead commentAndrew Morton1-6/+2
2005-08-06Check input buffer size in zisofsLinus Torvalds1-0/+6
2005-08-04[PATCH] Clean up inotify delete race fixJohn McCutchan1-7/+2
2005-08-04Merge with /home/shaggy/git/linus-clean/Dave Kleikamp13-20/+57
2005-08-04[PATCH] inotify delete race fixJohn McCutchan1-1/+7
2005-08-04[PATCH] inotify: update help textRobert Love1-4/+7
2005-08-01[PATCH] hfs: don't reference missing pageRoman Zippel2-0/+4
2005-08-01[PATCH] hfs: don't dirty unchanged inodeRoman Zippel2-2/+5
2005-08-01JFS: Check for invalid inodes in jfs_delete_inodeDave Kleikamp1-0/+4
2005-08-01[PATCH] inotify: fix race between the kernel and user spaceJohn McCutchan1-1/+4
2005-08-01[PATCH] inotify: fix file deletion by rename detectionJohn McCutchan1-1/+1
2005-07-29[PATCH] sysfs: fix sysfs_setattrManeesh Soni1-1/+1
2005-07-29[PATCH] sysfs: fix sysfs_chmod_fileManeesh Soni1-8/+10
2005-07-28[PATCH] uml: implement hostfs syncingPaolo 'Blaisorblade' Giarrusso3-2/+17
2005-07-28[PATCH] bio_clone fixAndrew Morton1-0/+1
2005-07-28Merge with /home/shaggy/git/linus-clean/Dave Kleikamp15-45/+149
2005-07-27Merge head 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/...Linus Torvalds4-31/+42
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-2/+2
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-1/+1
2005-07-27[PATCH] reiserfs doesn't use mbcacheAndreas Gruenbacher1-1/+0
2005-07-27[PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher3-4/+3
2005-07-27[PATCH] stale POSIX lock handlingPeter Staubach2-35/+51
2005-07-27[PATCH] fix xip sparse file handling in ext2Carsten Otte1-1/+1
2005-07-27[PATCH] autofs4: fix infamous "Busy inodes after umount ..." messageIan Kent2-0/+74
2005-07-27[PATCH] ext3: drop quota references before releasing inodeJan Kara1-0/+2
2005-07-27[PATCH] ext2: drop quota reference before releasing inodeJan Kara1-0/+1
2005-07-27[PATCH] reiserfs: fix deadlock in inode creation failure path w/ default ACLJeff Mahoney1-1/+11
2005-07-27[PATCH] Fix missing refrigerator invocation in jffs2Nigel Cunningham1-0/+3
2005-07-27Merge with /home/shaggy/git/linus-clean/Dave Kleikamp1-54/+71
2005-07-27JFS: Improve sync barrier processingDave Kleikamp4-24/+26
2005-07-26[PATCH] inotify: fix oops fixAndrew Morton1-1/+1
2005-07-26[PATCH] inotify: check retval in initRobert Love1-1/+8
2005-07-26[PATCH] inotify: change default limitsRobert Love1-2/+2
2005-07-26[PATCH] inotify: exit path cleanupsRobert Love1-10/+8
2005-07-26[PATCH] inotify: oops fixRobert Love1-1/+15
2005-07-26[PATCH] inotify: use fget_lightRobert Love1-8/+8
2005-07-26[PATCH] inotify: misc. cleanupRobert Love1-34/+32
2005-07-26JFS: Fix i_blocks accounting when allocation failsDave Kleikamp1-4/+9
2005-07-25JFS: Don't set log_SYNCBARRIER when log->active == 0Dave Kleikamp1-1/+2
2005-07-22JFS: Fix typo in last patchDave Kleikamp1-1/+1
2005-07-19Merge with /home/shaggy/git/linus-clean/Dave Kleikamp30-1008/+2632
2005-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds28-892/+2493
2005-07-16Merge with rsync://fileserver/linuxThomas Gleixner1-34/+47
2005-07-15[PATCH] execute-in-place fixesCarsten Otte1-34/+47
2005-07-15JFS: fsync wrong behavior when I/O failure occursQu Fuping1-1/+1
2005-07-15JFS: Remove assert statement in dbJoin & return -EIO insteadDave Kleikamp1-16/+30
2005-07-15[JFFS2] Fix node allocation leakThomas Gleixner1-82/+92
2005-07-14JFS: Remove bogus WARN_ON statement and some dead codeDave Kleikamp1-9/+0
2005-07-14[PATCH] uml: hostfs: unuse ROOT_DEVPaolo 'Blaisorblade' Giarrusso1-9/+0
2005-07-14[PATCH] uml: fix hppfs error pathPaolo 'Blaisorblade' Giarrusso1-3/+3
2005-07-13Automatic merge with /usr/src/ntfs-2.6.git.Anton Altaparmakov87-23056/+25295
2005-07-13Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds5-24/+25
2005-07-13[PATCH] NFS: procfs/sysctl interfaces for lockd do not work on x86_64Steve Dickson1-2/+2
2005-07-13[PATCH] Fix soft lockup due to NTFS: VFS part and explanationAnton Altaparmakov1-6/+39
2005-07-13[PATCH] inotify: misc cleanupRobert Love1-6/+3
2005-07-13[PATCH] inotify: move sysctlRobert Love1-4/+45
2005-07-13JFS: Need to be root to create files with security contextIan Dall1-2/+2
2005-07-13JFS: Allow security.* xattrs to be set on symlinksDave Kleikamp1-1/+1
2005-07-13Merge with /home/shaggy/git/linus-clean/Dave Kleikamp137-22905/+27588
2005-07-13Merge with rsync://fileserver/linuxThomas Gleixner43-21521/+24413
2005-07-12[PATCH] inotifyRobert Love13-63/+1070
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds25-21422/+23222
2005-07-12[PATCH] reiserfs: fix up case where indent misreads the codeJeff Mahoney1-1/+1
2005-07-12[PATCH] cdev: cdev_put oopsBrian King1-1/+2
2005-07-12[PATCH] ext2: fix mount options partingJan Kara2-3/+30
2005-07-12[PATCH] ext3: fix options parsingJan Kara1-10/+60
2005-07-12[PATCH] reset real_timer target on exec leader changeRoland McGrath1-0/+12
2005-07-12[PATCH] bugfix: two read_inode() calls without clear_inode() call betweenArtem B. Bityuckiy1-4/+7
2005-07-12[PATCH] __wait_on_freeing_inode fixMiklos Szeredi1-17/+9
2005-07-13Merge with rsync://fileserver/linuxTodd Poynor18-247/+238
2005-07-13[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=nTodd Poynor1-1/+3
2005-07-13[JFFS2] Init locks early during mountArtem B. Bityuckiy2-9/+11
2005-07-12[JFFS2] Rename function and update commentsArtem B. Bityuckiy1-7/+7
2005-07-12[JFFS2] Remove needless variable initializationArtem B. Bityuckiy1-2/+1
2005-07-12[JFFS2] Avoid alloc/dealloc for zero sized nodesArtem B. Bityuckiy1-6/+4
2005-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds22-311/+533
2005-07-07[PATCH] nfsd4: fix fh_expire_typeNeilBrown1-2/+2
2005-07-07[PATCH] nfsd4: check lock type against openmode.NeilBrown1-16/+33
2005-07-07[PATCH] nfsd4: clean up nfs4_preprocess_seqid_opNeilBrown1-34/+22
2005-07-07[PATCH] nfsd4: clarify close_lru handlingNeilBrown1-26/+14
2005-07-07[PATCH] nfsd4: renew lease on seqid modifying operationsNeilBrown1-1/+1
2005-07-07[PATCH] nfsd4: return better error on io incompatible with open modeNeilBrown1-1/+1
2005-07-07[PATCH] nfsd4: always update stateid on openNeilBrown1-0/+1
2005-07-07[PATCH] nfsd4: relax new lock seqid checkNeilBrown1-5/+0
2005-07-07[PATCH] nfsd4: seqid commentsNeilBrown1-4/+4
2005-07-07[PATCH] nfsd4: fix open_reclaim seqidNeilBrown2-11/+7
2005-07-07[PATCH] nfsd4: comment indentationNeilBrown1-9/+9
2005-07-07[PATCH] nfsd4: stop overusing RECLAIM_BADNeilBrown1-18/+7
2005-07-07[PATCH] nfsd4: ERR_GRACE should bump seqid on lockNeilBrown1-5/+7
2005-07-07[PATCH] nfsd4: ERR_GRACE should bump seqid on openNeilBrown2-6/+6
2005-07-07[PATCH] nfsd4: fix release_lockownerNeilBrown1-1/+6
2005-07-07[PATCH] nfsd4: prevent multiple unlinks of recovery directoriesNeilBrown1-0/+1
2005-07-07[PATCH] nfsd4: lookup_one_len takes i_semNeilBrown1-0/+2
2005-07-07[PATCH] nfsd4: fix sync'ing of recovery directoryNeilBrown2-22/+9
2005-07-07[PATCH] nfsd4: reboot recovery fixNeilBrown1-0/+1
2005-07-07[PATCH] namespace: rename _mntput to mntput_no_expireMiklos Szeredi1-1/+1
2005-07-07[PATCH] namespace: rename mnt_fslink to mnt_expireMiklos Szeredi1-12/+12
2005-07-07[PATCH] dcookies.c: use proper refcounting functionsMiklos Szeredi1-4/+2
2005-07-07[PATCH] set mnt_namespace in the correct placeMiklos Szeredi2-1/+1
2005-07-07[PATCH] namespace.c: fix mnt_namespace zeroing for expired mountsMiklos Szeredi1-0/+1
2005-07-07[PATCH] namespace.c: fix expiring of detached mountMiklos Szeredi1-0/+9
2005-07-07[PATCH] namespace.c: split mark_mounts_for_expiry()Miklos Szeredi1-32/+39
2005-07-07[PATCH] namespace.c: cleanup in mark_mounts_for_expiry()Miklos Szeredi1-14/+3
2005-07-07[PATCH] namespace.c: fix race in mark_mounts_for_expiry()Miklos Szeredi1-2/+5
2005-07-07[PATCH] namespace.c: fix mnt_namespace clearingMiklos Szeredi1-7/+1
2005-07-07[PATCH] coverity: fs/locks.c flp null checkKAMBAROV, ZAUR1-1/+3
2005-07-07[PATCH] autofs4: mistake in debug printIan Kent1-2/+2
2005-07-07[PATCH] ext3 xattr: Don't write to the in-inode xattr space of reserved inodesAndreas Gruenbacher1-1/+1
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter1-1/+1
2005-07-07[PATCH] acl kconfig cleanupAndreas Gruenbacher1-2/+6
2005-07-07[PATCH] page_uptodate locking scalabilityNick Piggin1-8/+17
2005-07-07[PATCH] uml: restore hppfs supportPaolo 'Blaisorblade' Giarrusso1-3/+4
2005-07-07[PATCH] move ioprio syscalls into syscalls.hAnton Blanchard1-2/+2
2005-07-07[PATCH] export generic_drop_inode() to modulesMark Fasheh1-1/+3
2005-07-06Merge with rsync://fileserver/linuxArtem B. Bityuckiy24-173/+325
2005-07-06[JFFS2] Simplify the tree insert code.Artem B. Bityuckiy1-5/+4
2005-07-06[JFFS2] Remove compatibilty cruft for ancient kernelsDavid Woodhouse4-60/+8
2005-07-06[JFFS2] Optimise jffs2_add_tn_to_list David Woodhouse3-27/+88
2005-07-04Automatic merge with /usr/src/ntfs-2.6.git.Anton Altaparmakov12-83/+36
2005-06-30[PATCH] fatfs sectioning fixAndrew Morton2-2/+2
2005-06-30[PATCH] reiserfs: handle_attrs() fixAndrew Morton1-2/+1
2005-06-30[PATCH] freevxfs: minor cleanupsPekka Enberg4-14/+13
2005-06-30[PATCH] freevxfs: remove 2.4 compatabilityPekka Enberg3-51/+0
2005-06-30[PATCH] freevxfs: fix buffer_head leakPekka Enberg1-5/+6
2005-06-30[PATCH] udf_find_entry() cleanupChristoph Hellwig1-4/+0
2005-06-30[PATCH] fat: fix slab cache leakPekka J Enberg1-5/+14
2005-06-30Automerge with /usr/src/ntfs-2.6.git.Anton Altaparmakov14-91/+290
2005-06-29[PATCH] reiserfs: enable attrs by default if safJeff Mahoney1-0/+2
2005-06-29[PATCH] reiserfs: Check if attrs are enabled for attr ioctlsJeff Mahoney1-0/+6
2005-06-28[PATCH] ext3: reduce allocate-with-reservation lock latenciesMingming Cao2-72/+67
2005-06-28[PATCH] coverity: fs/ext3/super.c: match_int return checkKAMBAROV, ZAUR1-1/+2
2005-06-28[PATCH] coverity: fs/udf/namei.c null checkKAMBAROV, ZAUR1-1/+3
2005-06-28[PATCH] aio-retry-fix: fix aio retry work queueingSébastien Dugu1-0/+9
2005-06-28[PATCH] really remove xattr_acl.hChristoph Hellwig2-14/+13
2005-06-28[PATCH] rename wakeup_bdflush to wakeup_pdflushPekka J Enberg1-2/+2
2005-06-28[PATCH] fix semaphore handling in __unregister_chrdev_regionWen-chien Jesse Sung1-1/+1
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe3-0/+185
2005-06-27JFS: Code cleanup - getting rid of never-used debug codeDave Kleikamp6-947/+8
2005-06-26Merge with rsync://fileserver/linuxThomas Gleixner249-4075/+8353
2005-06-26Automatic merge with /usr/src/ntfs-2.6.git.Anton Altaparmakov27-201/+826
2005-06-26NTFS: Fix a nasty deadlock that appeared in recent kernels.Anton Altaparmakov2-10/+61
2005-06-26[PATCH] jffs2 build fixAndrew Morton1-1/+1
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds8-14/+14
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter8-14/+14
2005-06-25[PATCH] list_for_each_entry: fs-dquot.cDomen Puncer1-5/+2
2005-06-25[PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING codeAdrian Bunk3-56/+0
2005-06-25[PATCH] fs/jffs/: cleanupsAdrian Bunk4-112/+112
2005-06-25[PATCH] small partitions/msdos cleanupsAdrian Bunk4-10/+2
2005-06-25[PATCH] kdump: Parse elf32 headers and export through /proc/vmcoreVivek Goyal1-0/+218
2005-06-25[PATCH] kdump: Access dump file in elf format (/proc/vmcore)Vivek Goyal4-0/+464
2005-06-25[PATCH] reiserfs: do not ignore i/io error on readpageQu Fuping1-3/+12
2005-06-25[PATCH] fix fsync(dir) return value for ram-based filesystemsHugh Dickins1-0/+1
2005-06-25NTFS: Prepare for 2.1.23 release: Update documentation and bump version.Anton Altaparmakov3-21/+8
2005-06-25NTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairsAnton Altaparmakov2-19/+48
2005-06-25NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs()Anton Altaparmakov5-60/+132
2005-06-25NTFS: Change the runlist terminator of the newly allocated cluster(s) toAnton Altaparmakov2-0/+11
2005-06-25NTFS: Fix several occurences of a bug where we would perform 'var & ~const'Anton Altaparmakov5-7/+12
2005-06-25NTFS: Detect the case when Windows has been suspended to disk on the volumeAnton Altaparmakov2-11/+171
2005-06-25NTFS: Fix a bug in address space operations error recovery code paths whereAnton Altaparmakov3-5/+17
2005-06-25NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if itAnton Altaparmakov8-21/+566
2005-06-25Automerge with /usr/src/ntfs-2.6.git.Anton Altaparmakov68-1019/+1833
2005-06-24[PATCH] fs/qnx4/*: fix sparse warningsAlexey Dobriyan2-3/+3
2005-06-24[PATCH] make various thing staticAdrian Bunk2-2/+2
2005-06-24[PATCH] xip: reduce code duplicationCarsten Otte1-6/+2
2005-06-24[PATCH] xip: ext2: execute in placeCarsten Otte9-8/+205
2005-06-24[PATCH] xip: fs/mm: execute in placeCarsten Otte1-1/+3
2005-06-24[PATCH] DocBook: update commentsMartin Waitz1-2/+3
2005-06-24[PATCH] knfsd: nfsd4 reboot dirname fixNeilBrown3-3/+58
2005-06-24[PATCH] knfsd: nfsd4: reboot recoveryNeilBrown2-0/+185
2005-06-24[PATCH] knfsd: nfsd4: initialize recovery directoryNeilBrown2-2/+182
2005-06-24[PATCH] knfsd: nfsd4: remove cb_parsedNeilBrown2-7/+2
2005-06-24[PATCH] knfsd: nfsd4: allow multiple lockownersNeilBrown1-43/+33
2005-06-24[PATCH] knfsd: nfsd4: rename state list fieldsNeilBrown1-39/+39
2005-06-24[PATCH] knfsd: nfsd4: miscellaneous setclientid_confirm cleanupNeilBrown1-32/+17
2005-06-24[PATCH] knfsd: nfsd4: setclientid_confirm commentsNeilBrown1-30/+29
2005-06-24[PATCH] knfsd: nfsd4: setclientid_confirm gotoectomyNeilBrown1-10/+7
2005-06-24[PATCH] knfsd: nfsd4: fix setclientid_confirm error returnNeilBrown1-8/+3
2005-06-24[PATCH] knfsd: nfsd4: fix setclientid_confirm casesNeilBrown1-4/+15
2005-06-24[PATCH] knfsd: nfsd4: fix uncomfirmed listNeilBrown1-4/+7