summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* GFS2: Skip check for mandatory locks when unlockingSachin Prabhu2010-04-011-1/+1
* quota: Fix warning when a delayed write happens before quota is enabledJan Kara2010-04-011-4/+31
* quota: manage reserved space when quota is not active [v2]Dmitry Monakhov2010-04-011-4/+6
* nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi2010-04-011-2/+1
* fs/partition/msdos: fix unusable extended partition for > 512B sectorOGAWA Hirofumi2010-04-011-3/+10
* fs/partitions/msdos: add support for large disksDaniel Taylor2010-04-011-34/+38
* NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust2010-04-011-1/+2
* NFS: Avoid a deadlock in nfs_release_pageTrond Myklebust2010-04-011-10/+13
* NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust2010-04-013-2/+8
* coredump: suppress uid comparison test if core output files are pipesNeil Horman2010-04-011-1/+2
* NFS: Fix an allocation-under-spinlock bugTrond Myklebust2010-03-151-3/+15
* ocfs2: Only bug out in direct io write for reflinked extent.Tao Ma2010-03-151-2/+3
* sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman2010-03-151-22/+60
* vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-152-0/+4
* fs/exec.c: fix initial stack reservationMichael Neuling2010-02-221-1/+0
* CacheFiles: Fix a race in cachefiles_delete_object() vs renameDavid Howells2010-02-201-1/+11
* vfs: don't call ima_file_check() unconditionally in nfsd_open()Chuck Ebbert2010-02-201-1/+2
* Switch proc/self to nd_set_link()Al Viro2010-02-191-5/+19
* fix LOOKUP_FOLLOW on automount "symlinks"Al Viro2010-02-191-2/+12
* sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman2010-02-161-18/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-151-2/+4
|\
| * Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li2010-02-121-2/+4
* | NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever2010-02-151-0/+3
* | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-151-0/+2
|\ \
| * | reiserfs: Fix softlockup while waiting on an inodeFrederic Weisbecker2010-02-141-0/+2
* | | GFS2: Fix bmap allocation corner-case bugSteven Whitehouse2010-02-121-1/+1
* | | GFS2: Fix error codeAbhijith Das2010-02-121-1/+1
* | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-02-115-12/+10
|\ \ \
| * | | NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust2010-02-093-5/+5
| * | | NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust2010-02-091-2/+1
| * | | NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust2010-02-091-5/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-02-111-0/+6
|\ \ \ \
| * | | | [SCSI] compat_ioct: fix bsg SG_IOFUJITA Tomonori2010-02-081-0/+6
* | | | | fs/exec.c: restrict initial stack space expansion to rlimitMichael Neuling2010-02-111-2/+19
* | | | | compat_ioctl: add compat handler for TIOCGSID ioctlAndreas Schwab2010-02-111-0/+1
* | | | | compat_ioctl: ignore RAID_VERSION ioctlArnd Bergmann2010-02-101-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-02-107-14/+54
|\ \ \ \ \
| * | | | | cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton2010-02-081-2/+5
| * | | | | [CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French2010-02-081-1/+11
| * | | | | [CIFS] Maximum username length check in session setup does not matchSteve French2010-02-061-6/+5
| * | | | | cifs: fix length calculation for converted unicode readdir namesJeff Layton2010-02-061-0/+1
| * | | | | [CIFS] Add support for TCP_NODELAYSteve French2010-01-014-5/+32
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-02-094-13/+42
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 9p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen2010-02-081-10/+17
| * | | | | 9p: fix option parsingEric Van Hensbergen2010-02-081-4/+6
| * | | | | 9p: Include fsync support for 9p clientM. Mohan Kumar2010-02-083-1/+21
| | |/ / / | |/| | |
* | | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-02-081-9/+1
|\ \ \ \ \
| * | | | | Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields2010-02-081-9/+1
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2010-02-0828-129/+284
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ocfs2/cluster: Make o2net connect messages KERN_NOTICESunil Mushran2010-02-081-3/+3