aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-12-30Insanity avoidance in /procGravatar Linus Torvalds 1-24/+23
2005-12-29[PATCH] uml: hostfs - fix possible PAGE_CACHE_SHIFT overflowsGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+6
2005-12-29[PATCH] Hostfs: remove unused varGravatar Paolo 'Blaisorblade' Giarrusso 1-2/+0
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolGravatar Adrian Bunk 1-1/+1
2005-12-22[PATCH] fix posix lock on NFSGravatar ASANO Masahiro 1-1/+2
2005-12-20[PATCH] relayfs: remove warning printk() in relay_switch_subbuf()Gravatar Tom Zanussi 1-2/+6
2005-12-20[PATCH] nfsd: check for read-only exports before setting aclsGravatar Andreas Gruenbacher 2-2/+2
2005-12-19NLM: Fix Oops in nlmclnt_mark_reclaim()Gravatar Trond Myklebust 1-0/+4
2005-12-19NFS: Fix another O_DIRECT raceGravatar Trond Myklebust 3-42/+33
2005-12-15[PATCH] xfs: missing gfp_t annotationsGravatar Al Viro 1-2/+2
2005-12-14[PATCH] reiserfs: close open transactions on error pathGravatar Jeff Mahoney 1-8/+18
2005-12-14[PATCH] reiserfs: skip commit on io errorGravatar Jeff Mahoney 1-4/+14
2005-12-12[PATCH] inotify: add two inotify_add_watch flagsGravatar John McCutchan 1-3/+10
2005-12-12[PATCH] Fix listxattr() for generic security attributesGravatar Daniel Drake 1-1/+1
2005-12-03NFSv4: Fix an Oops in the synchronous write pathGravatar Trond Myklebust 1-1/+10
2005-12-03NFS: Fix post-op attribute revalidation...Gravatar Trond Myklebust 2-0/+4
2005-12-03NFS: use set_page_writeback() in the appropriate placesGravatar Trond Myklebust 1-2/+4
2005-12-03NFS: Fix a few further cache consistency regressionsGravatar Trond Myklebust 1-34/+20
2005-12-03NFS: Fix cache consistency regressionGravatar Steve Dickson 1-0/+1
2005-11-29[CIFS] For previous fix, mode on mkdir needed S_IFDIR left out.Gravatar Steve French 1-0/+1
2005-11-29[CIFS] Missing parenthesis and typo in previous fixGravatar Steve French 2-2/+3
2005-11-29Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitGravatar Steve French 14-35/+84
2005-11-29[CIFS] Fix umount --force to wake up the pending response queue, not justGravatar Steve French 5-8/+62
2005-11-29[CIFS] Fix missing permission check on setattr when noperm mount option isGravatar Steve French 5-13/+60
2005-11-29[PATCH] hfsplus: don't modify journaled volumeGravatar Roman Zippel 4-6/+33
2005-11-29[PATCH] reiserfs: handle cnode allocation failure gracefullyGravatar Jeff Mahoney 1-0/+9
2005-11-29VM: add common helper function to create the page tablesGravatar Linus Torvalds 1-11/+1
2005-11-29[JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects.Gravatar Thomas Gleixner 2-1/+3
2005-11-28[PATCH] fuse: check for invalid node ID in fuse_create_open()Gravatar Miklos Szeredi 1-3/+8
2005-11-28[PATCH] fuse: check directory aliasing in mkdirGravatar Miklos Szeredi 1-9/+17
2005-11-28[PATCH] Fix oops in vfs_quotaon_mount()Gravatar Jan Kara 1-0/+6
2005-11-28[PATCH] v9fs: fix memory leak in v9fs dentry codeGravatar Latchesar Ionkov 1-0/+2
2005-11-28[PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADDGravatar Glauber de Oliveira Costa 1-0/+1
2005-11-28[PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage()Gravatar Oleg Drokin 1-1/+1
2005-11-28mm: re-architect the VM_UNPAGED logicGravatar Linus Torvalds 1-4/+3
2005-11-28[CIFS] When file is deleted locally but later recreated on the serverGravatar Steve French 3-20/+35
2005-11-25NFS: Fix a spinlock recursion inside nfs_update_inode()Gravatar Trond Myklebust 1-14/+12
2005-11-25NFSv4: Fix typo in lock cachingGravatar Trond Myklebust 1-3/+3
2005-11-25NFSv4: Fix buggy nfs_wait_on_sequence()Gravatar Trond Myklebust 1-10/+10
2005-11-25[XFS] Resolve the xlog_grant_log_space hang, revert inline to macro.Gravatar Nathan Scott 1-24/+12
2005-11-25[XFS] Fix a case where attr2 format was being used unconditionally.Gravatar Nathan Scott 1-3/+8
2005-11-25[XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to runGravatar Felix Blyakher 1-2/+3
2005-11-25[XFS] Fix a 32 bit value wraparound when providing a mapping for a largeGravatar Nathan Scott 1-7/+6
2005-11-25[XFS] handle error returns from freeze_bdevGravatar Christoph Hellwig 1-1/+1
2005-11-25[XFS] Fix potential overflow in xfs_iomap_t delta for very large extentsGravatar Eric Sandeen 1-1/+1
2005-11-23[PATCH] jffs2 debug gcc-2.9x fixGravatar Andrew Morton 1-4/+4
2005-11-23[PATCH] fix do_wait() vs exec() raceGravatar Oleg Nesterov 1-4/+4
2005-11-22[PATCH] Fix hugetlbfs_statfs() reporting of block limitsGravatar David Gibson 1-4/+8
2005-11-22[PATCH] Fix error handling with put_compat_statfs()Gravatar David Gibson 1-8/+8
2005-11-21Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-5/+3