summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos concerning hierarchyUwe Kleine-König2007-02-172-2/+2
* Fix misspellings of "agressive".Robert P. J. Day2007-02-171-7/+7
* Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-171-1/+1
* [PATCH] ecryptfs: fix forgotten format specifierThomas Hisch2007-02-161-1/+2
* [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow2007-02-163-8/+24
* [PATCH] knfsd: nfsd4: fix handling of directories without default ACLsJ. Bruce Fields2007-02-161-1/+20
* [PATCH] knfsd: nfsd4: acls: avoid unnecessary deniesJ. Bruce Fields2007-02-161-45/+145
* [PATCH] knfsd: nfsd4: acls: don't return explicit maskJ. Bruce Fields2007-02-161-18/+7
* [PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields2007-02-162-2/+5
* [PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savememJ. Bruce Fields2007-02-161-6/+4
* [PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked listJ. Bruce Fields2007-02-162-131/+59
* [PATCH] knfsd: nfsd4: simplify nfsv4->posix translationJ. Bruce Fields2007-02-161-95/+38
* [PATCH] knfsd: nfsd4: relax checking of ACL inheritance bitsJ. Bruce Fields2007-02-161-10/+13
* [PATCH] knfsd: nfsd4: fix non-terminated stringJ. Bruce Fields2007-02-161-1/+6
* [PATCH] __page_symlink retry loop error code fixDmitriy Monakhov2007-02-161-1/+2
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-02-141-1/+2
|\
| * [PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen2007-02-131-1/+2
* | [PATCH] sysctl: hide the sysctl proc inodes from selinuxEric W. Biederman2007-02-141-0/+1
* | [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman2007-02-141-8/+0
* | [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-146-9/+486
* | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-147-7/+7
* | [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entryEric W. Biederman2007-02-141-4/+0
* | [PATCH] sysctl: register the ocfs2 sysctl numbersEric W. Biederman2007-02-142-4/+3
* | [PATCH] sysctl: C99 convert ctl_tables in NTFS and remove sys_sysctl supportEric W. Biederman2007-02-141-8/+16
* | [PATCH] sysctl: C99 convert coda ctl_tables and remove binary sysctlsEric W. Biederman2007-02-141-10/+48
* | [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-1446-46/+0
* | [PATCH] knfsd: add some new fsid typesNeilBrown2007-02-145-92/+162
* | [PATCH] knfsd: tidy up choice of filesystem-identifier when creating a fileha...NeilBrown2007-02-141-64/+60
* | [PATCH] knfsd: fix return value for writes to some files in 'nfsd' filesystemNeilBrown2007-02-141-1/+1
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-1312-177/+273
|\ \
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-02-1311-97/+203
| |\ \
| | * | [CIFS] on reconnect to Samba - reset the unix capabilitiesSteve French2007-02-148-67/+130
| | * | [CIFS] Allow update of EOF on remote extend of fileSteve French2007-02-084-8/+11
| | * | [CIFS] POSIX CIFS Extensions (continued) - POSIX OpenSteve French2007-02-082-0/+17
| | * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2007-02-075-15/+64
| | |\ \
| | * | | [CIFS] Additional POSIX CIFS Extensions infolevelsSteve French2007-02-071-23/+46
| * | | | Revert "[PATCH] Fix d_path for lazy unmounts"Linus Torvalds2007-02-131-80/+70
| | |_|/ | |/| |
* | | | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-12384-4506/+7187
|\| | |
| * | | [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-1257-73/+73
| * | | [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-1234-60/+60
| * | | [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-1251-92/+92
| * | | [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-1256-99/+99
| * | | [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-1215-55/+55
| * | | [PATCH] ufs2 write: block allocation updateEvgeniy Dushistov2007-02-124-178/+297
| * | | [PATCH] ufs2 write: inodes writeEvgeniy Dushistov2007-02-123-57/+206
| * | | [PATCH] ufs2 write: mount as rwEvgeniy Dushistov2007-02-121-5/+4
| * | | [PATCH] eCryptfs: add flush_dcache_page() callsMichael Halcrow2007-02-121-0/+6
| * | | [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-127-68/+49
| * | | [PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow2007-02-123-94/+39
| * | | [PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow2007-02-122-6/+23