aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-23/+38
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-5/+21
2010-04-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds3-6/+16
2010-04-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds5-10/+16
2010-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds3-3/+3
2010-04-12quota: Fix possible dq_flags corruptionAndrew Perepechko1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara1-0/+6
2010-04-12ext3: symlink must be handled via filesystem specific operationDmitry Monakhov1-0/+2
2010-04-12ext2: symlink must be handled via filesystem specific operationDmitry Monakhov1-0/+2
2010-04-12NFSv4: fix delegated lockingTrond Myklebust2-2/+5
2010-04-12nilfs2: fix typo "numer" -> "number" in alloc.cRyusuke Konishi1-1/+1
2010-04-09NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptibleTrond Myklebust1-7/+16
2010-04-09NFS: Fix a race with the new commit codeTrond Myklebust1-7/+10
2010-04-09NFS: Ensure that writeback_single_inode() calls write_inode() when syncingTrond Myklebust1-2/+2
2010-04-09NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust1-4/+4
2010-04-09NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust1-1/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-62/+75
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-4/+59
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov4-4/+12
2010-04-08udf: potential integer overflowDan Carpenter1-6/+4
2010-04-07Have nfs ->d_revalidate() report errors properlyAl Viro1-2/+1
2010-04-07fs-cache: order the debugfs stats correctlyDavid Howells1-2/+2
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-20/+7
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Andrew Morton1-3/+3
2010-04-07raw: fsync method is now requiredAnton Blanchard1-1/+2
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky2-3/+40
2010-04-06proc: copy_to_user() returns unsignedDan Carpenter1-1/+1
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason1-0/+6
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds6-7/+41
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds12-204/+90
2010-04-05Btrfs: fix data enospc check overflowJosef Bacik1-5/+15
2010-04-059p: return on mutex_lock_interruptible()Dan Carpenter1-0/+2
2010-04-05Btrfs: add check for changed leaves in setup_leaf_for_splitChris Mason1-0/+4
2010-04-05Btrfs: create snapshot references in same commit as snapshotSage Weil1-66/+31
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik1-5/+4
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin2-32/+5
2010-04-059p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi1-0/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V3-1/+16
2010-04-059p: drop nlink removeAneesh Kumar K.V1-1/+5
2010-04-05fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V1-2/+10
2010-04-059p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi1-3/+5
2010-04-05Merge branch 'master' into export-slabhTejun Heo11-96/+115
2010-04-04proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki1-49/+38
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman1-0/+16
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French1-1/+2
2010-04-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-6/+4
2010-04-02nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()Li Hong1-1/+1
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-03-31nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong1-1/+1