aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-147/+109
2010-06-29fs: fix superblock iteration racenpiggin@suse.de2-0/+8
2010-06-28ocfs2: update gfp/slab.h includesTejun Heo1-1/+0
2010-06-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-78/+72
2010-06-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-0/+2
2010-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-110/+97
2010-06-25ext3: update ctime when changing the file's permission by setfaclMiao Xie1-0/+1
2010-06-25ext2: update ctime when changing the file's permission by setfaclJan Kara1-0/+1
2010-06-22NFSv4: Fix an embarassing typo in encode_attrs()Trond Myklebust1-2/+2
2010-06-22NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberTrond Myklebust1-4/+18
2010-06-22NFSv4.1: Ensure that we initialise the session when following a referralTrond Myklebust1-71/+51
2010-06-22nfs4 use mandatory attribute file type in nfs4_get_rootAndy Adamson1-1/+1
2010-06-16cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton1-9/+1
2010-06-16cifs: don't call cifs_new_fileinfo unless cifs_open succeedsJeff Layton1-6/+11
2010-06-16cifs: don't ignore cifs_posix_open_inode_helper return valueSuresh Jayaraman1-2/+2
2010-06-16cifs: clean up arguments to cifs_open_inode_helperJeff Layton1-16/+14
2010-06-16cifs: pass instantiated filp back after open callJeff Layton2-50/+29
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton3-31/+30
2010-06-16Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French25-189/+289
2010-06-14Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe15-68/+125
2010-06-13of: Drop properties with "/" in their nameMichael Ellerman1-0/+3
2010-06-12cifs: implement drop_inode superblock opJeff Layton1-3/+13
2010-06-12cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton1-0/+4
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-17/+41
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil1-3/+0
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter1-0/+4
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter1-2/+2
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter1-2/+5
2010-06-11Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter1-0/+2
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng1-1/+2
2010-06-11Btrfs: Fix null dereference in relocation.cYan, Zheng1-3/+4
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-51/+84
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie1-1/+8
2010-06-11Btrfs: uninitialized data is check_path_shared()Dan Carpenter1-1/+1
2010-06-11Btrfs: fix fallocate regressionJosef Bacik1-1/+1
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie1-0/+1
2010-06-11writeback: fix pin_sb_for_writebackChristoph Hellwig1-8/+10
2010-06-11writeback: add missing requeue_io in writeback_inodes_wbChristoph Hellwig1-1/+3
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig1-12/+20
2010-06-11writeback: simplify wakeup_flusher_threadsChristoph Hellwig1-21/+11
2010-06-11writeback: fix writeback_inodes_wb from writeback_inodes_sbChristoph Hellwig1-38/+23
2010-06-11writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig2-0/+8
2010-06-11writeback: queue work on stack in writeback_inodes_sbChristoph Hellwig1-19/+21
2010-06-11writeback: fix writeback completion notificationsChristoph Hellwig1-50/+15
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil3-5/+9
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil3-38/+61
2010-06-10ceph: fix misleading/incorrect debug messageSage Weil1-1/+1
2010-06-10ceph: fix atomic64_t initialization on ia64Jeff Mahoney1-1/+1
2010-06-10pipe: fix check in "set size" fcntlMiklos Szeredi1-3/+4
2010-06-10pipe: fix pipe buffer resizingMiklos Szeredi1-3/+10
2010-06-10block: remove duplicate BUG_ON() in bd_finish_claiming()Jens Axboe1-1/+0
2010-06-10block: bd_start_claiming cleanupNick Piggin1-24/+48
2010-06-10block: bd_start_claiming fix module refcountNick Piggin1-0/+1
2010-06-09Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-3/+2
2010-06-08xfs: remove nr_to_write writeback windup.Dave Chinner1-8/+0
2010-06-08Merge branch 'for-2.6.34-incoming' into for-2.6.35-incomingJ. Bruce Fields50-276/+518
2010-06-08nfsd4: shut down callback queue outside state lockJ. Bruce Fields1-1/+1
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds3-63/+74
2010-06-06jffs2: update ctime when changing the file's permission by setfaclJan Kara1-1/+2
2010-06-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2-17/+26
2010-06-05ext4: Fix remaining racy updates of EXT4_I(inode)->i_flagsDmitry Monakhov1-17/+23
2010-06-05Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-793/+736
2010-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds4-10/+4
2010-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-8/+8
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-74/+71
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-7/+8
2010-06-04flat: fix unmap len in load error pathMike Frysinger1-1/+1
2010-06-04fs/binfmt_flat.c: split the stack & data alignmentsMike Frysinger1-8/+15
2010-06-04fs/compat_rw_copy_check_uvector: add missing compat_ptr callHeiko Carstens1-1/+1
2010-06-04Minix: Clean up left over labelAndrew Hendry1-4/+0
2010-06-04fix truncate inode time modification breakageNick Piggin1-1/+1
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin2-7/+8
2010-06-04fcntl: return -EFAULT if copy_to_user failsDan Carpenter1-2/+5
2010-06-04wrong type for 'magic' argument in simple_fill_super()Roberto Sassu1-1/+2
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin2-7/+8
2010-06-04Merge branch 'master' into for-linusAlex Elder17-793/+736
2010-06-04ceph: fix lease revocation when seq doesn't matchSage Weil1-4/+8
2010-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-0/+1
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe1-12/+42
2010-06-03pipe: change the privilege required for growing a pipe beyond system maxJens Axboe1-1/+1
2010-06-03pipe: adjust minimum pipe size to 1 pageJens Axboe1-7/+1
2010-06-03jffs2: Fix NFS race by using insert_inode_locked()David Woodhouse2-3/+16
2010-06-03jffs2: Fix in-core inode leaks on error pathsDavid Woodhouse1-59/+56
2010-06-03xfs: improve xfs_isilockedChristoph Hellwig1-16/+10
2010-06-03xfs: skip writeback from reclaim contextChristoph Hellwig1-0/+15
2010-06-03xfs: fix race in inode cluster freeing failing to stale inodesDave Chinner1-80/+62
2010-06-02ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only filesTheodore Ts'o1-0/+3
2010-06-01ceph: fix f_namelen reported by statfsSage Weil1-1/+1
2010-06-01ceph: fix memory leak in statfsYehuda Sadeh1-0/+2
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang1-1/+1
2010-06-01nfsd: nfsd_setattr needs to call commit_metadataChristoph Hellwig1-2/+1
2010-06-01FS-Cache: Remove unneeded null checksDan Carpenter1-20/+16
2010-06-01cifs: fix page refcount leakJeff Layton1-0/+1
2010-06-01AFS: Fix possible null pointer dereference in afs_alloc_server()Denis Kirjanov1-2/+3
2010-06-01binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa1-15/+11
2010-06-01Merge branch 'master' into for-linusJens Axboe275-6190/+11458
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2-38/+12
2010-06-01Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe1-11/+5
2010-05-31nilfs2: remove obsolete declarations of cache constructor and destructorRyusuke Konishi3-6/+0
2010-05-31nilfs2: fix style issue in nilfs_destroy_cachepRyusuke Konishi1-4/+4
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-81/+494
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds24-495/+232
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds17-32/+85
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil1-4/+9
2010-05-29ceph: fix leak of osd authorizerSage Weil1-1/+6
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil3-1/+16
2010-05-29ceph: make lease code DN specificSage Weil2-12/+13
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall6-6/+6
2010-05-29ceph: renew auth tickets before they expireSage Weil4-1/+27
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil1-1/+4
2010-05-29ceph: removed duplicated #includesAndrea Gelmini2-2/+0
2010-05-29ceph: avoid possible null dereferenceSage Weil1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+20
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig5-46/+21
2010-05-28xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-28fs/xfs/quota: Add missing mutex_unlockJulia Lawall1-1/+3
2010-05-28xfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: convert more trace events to DEFINE_EVENTLi Zefan1-168/+188
2010-05-28xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner2-4/+14
2010-05-28xfs: clean up xlog_alignChristoph Hellwig1-8/+3
2010-05-28xfs: cleanup log reservation calculactionsChristoph Hellwig2-457/+400
2010-05-28xfs: be more explicit if RT mount fails due to configEric Sandeen1-1/+10
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen2-9/+9
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro1-4/+1
2010-05-27fix fs/sysv s_dirt handlingAl Viro1-0/+1
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de3-36/+119
2010-05-27fs: convert simple fs to new truncateNick Piggin5-19/+15
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de10-22/+37
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de4-56/+254
2010-05-27fs/super: fix kernel-doc warningRandy Dunlap1-2/+2
2010-05-27fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe1-12/+15
2010-05-27rename the generic fsync implementationsChristoph Hellwig20-28/+40
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig55-127/+106
2010-05-27fs: Add missing mutex_unlockJulia Lawall1-4/+9
2010-05-27get rid of the magic around f_count in aioAl Viro2-14/+13
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTNeil Brown1-1/+1
2010-05-27Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds29-2732/+5027
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds21-779/+1060
2010-05-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-4/+17
2010-05-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov1-33/+13
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck8-0/+9
2010-05-27vfs: introduce noop_llseek()jan Blunck1-0/+17
2010-05-27aio: fix the compat vectored operationsJeff Moyer2-25/+42
2010-05-27compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer1-53/+77
2010-05-27fs/affs: use ERR_CASTJulia Lawall1-1/+1
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang1-1/+1
2010-05-27proc: remove obsolete commentsAmerigo Wang1-15/+0
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter2-3/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2-14/+2
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov1-6/+5
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov1-12/+7
2010-05-27coredump: factor out put_cred() callsOleg Nesterov1-10/+6
2010-05-27coredump: cleanup "ispipe" codeOleg Nesterov1-22/+17
2010-05-27coredump: factor out the not-ispipe file checksOleg Nesterov1-32/+31
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman1-7/+56
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart2-0/+3
2010-05-27fs/autofs4: use memdup_userJulia Lawall1-11/+2
2010-05-27ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi1-1/+1
2010-05-27quota: Fixup dquot_transferJan Kara1-1/+1
2010-05-27reiserfs: Fix resuming of quotas on remount read-writeJan Kara1-2/+10
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeChris Mason1-2/+13
2010-05-26Btrfs: allow unaligned DIOChris Mason1-3/+35
2010-05-26Btrfs: drop verbose enospc printkChris Mason1-0/+2
2010-05-26Btrfs: Fix block generation verification raceYan, Zheng1-1/+1
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTChris Mason1-16/+140
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds13-19/+696
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton1-1/+1
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeChris Mason1-3/+11
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason2-6/+8
2010-05-26NFS: Fix another nfs_wb_page() deadlockTrond Myklebust1-2/+5
2010-05-26NFS: Ensure that we mark the inode as dirty if we exit early from commitTrond Myklebust1-2/+11
2010-05-26NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerTrond Myklebust1-0/+1
2010-05-26mm: export generic_pipe_buf_*() to modulesMiklos Szeredi1-0/+6
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason4-30/+49
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers3-2/+9
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds7-54/+65
2010-05-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds26-513/+1566
2010-05-25smbfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko1-9/+9
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi4-18/+31
2010-05-25ntfs: use add_to_page_cache_lru()Minchan Kim1-15/+4
2010-05-25ntfs: clean up ntfs_attr_extend_initializedMinchan Kim1-7/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan3-6/+6
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy1-2/+2
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman1-1/+6
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi1-0/+4
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason5-17/+52
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason2-3/+4
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik2-83/+104
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik6-36/+631