summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* [JFFS2] Fix ACL vs. mode handling.David Woodhouse2007-08-225-30/+67
* [JFFS2] Correct cleanmarker checks -- we should use only 8 bytesDavid Woodhouse2007-08-091-2/+2
* [JFFS2] LZO compression should default off for compatibility.David Woodhouse2007-08-021-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-0136-132/+269
|\
| * UDF: fix UID and GID mount option ignoranceCyrill Gorcunov2007-08-013-4/+10
| * rename setlease to generic_setleaseChristoph Hellwig2007-08-012-5/+5
| * VFS: fix a race in lease-breaking during truncatedavid m. richter2007-08-011-7/+9
| * NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRYRobert P. J. Day2007-08-011-3/+0
| * isofs: mounting to regular file may succeedKirill Kuvaldin2007-08-011-0/+9
| * Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2007-08-011-1/+1
| * AFS: fix file lockingDavid Howells2007-08-011-47/+79
| * knfsd: eliminate unnecessary -ENOENT returns on export downcallsJ. Bruce Fields2007-08-011-2/+3
| * nfsd4: idmap upcalls should use unsigned uid and gidJ. Bruce Fields2007-08-011-3/+3
| * knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVEJeff Layton2007-08-012-2/+13
| * "ext4_ext_put_in_cache" uses __u32 to receive physical block numberMingming Cao2007-08-011-1/+1
| * NOMMU: Fix SYSV IPC SHMDavid Howells2007-08-011-1/+6
| * [SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.cDavid S. Miller2007-07-301-0/+20
| * [PARTITION]: Sun/Solaris VTOC table correctionsMark Fortescue2007-07-302-17/+46
| * [PARTITION] MSDOS: Fix Sun num_partitions handling.Mark Fortescue2007-07-301-1/+4
| * Remove fs.h from mm.hAlexey Dobriyan2007-07-301-0/+1
| * Fix procfs compat_ioctl regressionDavid Miller2007-07-291-2/+22
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-07-292-3/+3
| |\
| | * docbook: add pipes, other fixesRandy Dunlap2007-07-272-3/+3
| * | [IA64] Fix build failure in fs/quota.cTony Luck2007-07-281-1/+1
| |/
| * fix inode_table test in ext234_check_descriptorsEric Sandeen2007-07-263-3/+3
| * make timerfd return a u64 and fix the __put_userDavide Libenzi2007-07-261-3/+3
| * tiny signalfd cleanupUlrich Drepper2007-07-261-1/+1
| * more reiserfs endianness annotationsAl Viro2007-07-261-2/+3
| * xfs ioctl __user annotationsAl Viro2007-07-261-2/+2
| * lockd and nfsd endianness annotation fixesAl Viro2007-07-262-4/+4
| * ocfs2: bad kunmap_atomic()Jens Axboe2007-07-251-1/+1
| * Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-07-241-15/+15
| |\
| | * [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-15/+15
| * | fallocate syscall interface deficiencyUlrich Drepper2007-07-241-1/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-23416-18776/+24469
|\|
| * fix broken handling of port=... in NFS option parsingAl Viro2007-07-221-1/+1
| * x86_64: Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai2007-07-221-1/+2
| * revert "PIE randomization"Andrew Morton2007-07-221-86/+23
| * knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields2007-07-221-2/+2
| * coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes2007-07-223-108/+7
| * UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-2223-2702/+1910
| * splice: fix bad unlock_page() in error caseJens Axboe2007-07-201-2/+3
| * AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells2007-07-201-11/+10
| * fix some conversion overflowsNick Piggin2007-07-203-5/+4
| * mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-2072-125/+119
| * coda breakageAl Viro2007-07-202-14/+14
| * Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-07-193-2/+91
| |\
| | * [XFS] Fix inode size update before data write in xfs_setattrDavid Chinner2007-07-191-1/+24
| | * [XFS] Allow punching holes to free space when at ENOSPCDavid Chinner2007-07-191-1/+4
| | * [XFS] Implement ->page_mkwrite in XFS.David Chinner2007-07-191-0/+16