aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-189p: Use kthread_stop instead of sending a SIGKILL.Eric W. Biederman1-4/+1
2007-02-17[PATCH] AUDIT_FD_PAIRAl Viro1-0/+7
2007-02-17Remove JFFS (version 1), as scheduled.Jeff Garzik10-6628/+0
2007-02-17Storage class should be before const qualifierTobias Klauser1-2/+2
2007-02-17Fix typos concerning hierarchyUwe Kleine-König2-2/+2
2007-02-17Fix misspellings of "agressive".Robert P. J. Day1-7/+7
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-1/+1
2007-02-17[CIFS] One line missing from previous commitSteve French2-2/+4
2007-02-17[CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenSteve French4-4/+18
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-1/+1
2007-02-16debugfs: Remove misleading comments.Cornelia Huck1-9/+3
2007-02-16debugfs: implement symbolic linksPeter Oberparleiter2-4/+84
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski1-6/+3
2007-02-16[PATCH] ecryptfs: fix forgotten format specifierThomas Hisch1-1/+2
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow3-8/+24
2007-02-16[PATCH] knfsd: nfsd4: fix handling of directories without default ACLsJ. Bruce Fields1-1/+20
2007-02-16[PATCH] knfsd: nfsd4: acls: avoid unnecessary deniesJ. Bruce Fields1-45/+145
2007-02-16[PATCH] knfsd: nfsd4: acls: don't return explicit maskJ. Bruce Fields1-18/+7
2007-02-16[PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields2-2/+5
2007-02-16[PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savememJ. Bruce Fields1-6/+4
2007-02-16[PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked listJ. Bruce Fields2-131/+59
2007-02-16[PATCH] knfsd: nfsd4: simplify nfsv4->posix translationJ. Bruce Fields1-95/+38
2007-02-16[PATCH] knfsd: nfsd4: relax checking of ACL inheritance bitsJ. Bruce Fields1-10/+13
2007-02-16[PATCH] knfsd: nfsd4: fix non-terminated stringJ. Bruce Fields1-1/+6
2007-02-16[PATCH] __page_symlink retry loop error code fixDmitriy Monakhov1-1/+2
2007-02-15[CIFS] fix &&/& typo in cifs_setattr()Steve French2-4/+6
2007-02-14Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+2
2007-02-14[PATCH] sysctl: hide the sysctl proc inodes from selinuxEric W. Biederman1-0/+1
2007-02-14[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman1-8/+0
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman6-9/+486
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman7-7/+7
2007-02-14[PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entryEric W. Biederman1-4/+0
2007-02-14[PATCH] sysctl: register the ocfs2 sysctl numbersEric W. Biederman2-4/+3
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in NTFS and remove sys_sysctl supportEric W. Biederman1-8/+16
2007-02-14[PATCH] sysctl: C99 convert coda ctl_tables and remove binary sysctlsEric W. Biederman1-10/+48
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau46-46/+0
2007-02-14[PATCH] knfsd: add some new fsid typesNeilBrown5-92/+162
2007-02-14[PATCH] knfsd: tidy up choice of filesystem-identifier when creating a filehandleNeilBrown1-64/+60
2007-02-14[PATCH] knfsd: fix return value for writes to some files in 'nfsd' filesystemNeilBrown1-1/+1
2007-02-13Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust12-177/+273
2007-02-13Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-97/+203
2007-02-14[CIFS] on reconnect to Samba - reset the unix capabilitiesSteve French8-67/+130
2007-02-13Revert "[PATCH] Fix d_path for lazy unmounts"Linus Torvalds1-80/+70
2007-02-13[PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen1-1/+2
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust384-4506/+7187
2007-02-12NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever1-3/+6
2007-02-12NFS: Don't use ClearPageUptodate() when writeback failsTrond Myklebust1-5/+10
2007-02-12NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routineTrond Myklebust1-6/+8
2007-02-12NFS: Fix a wraparound issue with nfsi->cache_change_attributeTrond Myklebust1-8/+13
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek57-73/+73