aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16implement in-kernel gendisk events handlingTejun Heo1-7/+34
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo1-89/+0
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe14-570/+281
2010-11-16Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe672-35176/+24009
2010-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds5-216/+98
2010-11-15GFS2: Fix inode deallocation raceSteven Whitehouse5-216/+98
2010-11-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-3/+3
2010-11-13ocfs2: Change some lock status member in ocfs2_lock_res to char.Tao Ma1-3/+3
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo12-78/+132
2010-11-13block: check bdev_read_only() from blkdev_get()Tejun Heo1-5/+6
2010-11-13block: reorganize claim/release implementationTejun Heo1-79/+48
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo13-166/+87
2010-11-13block: simplify holder symlink handlingTejun Heo1-278/+44
2010-11-13btrfs: close_bdev_exclusive() should use the same @flags as the matching open_bdev_exclusive()Tejun Heo1-1/+1
2010-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+37
2010-11-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-14/+33
2010-11-12Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-16/+19
2010-11-12hugetlbfs: lessen the impact of a deprecation warningDave Jones1-2/+1
2010-11-11block: export 'ro' sysfs attribute for partitionsKay Sievers1-0/+9
2010-11-10xfs: remove incorrect assert in xfs_vm_writepageChristoph Hellwig1-3/+4
2010-11-10locks: remove dead lease error-handling codeJ. Bruce Fields1-10/+2
2010-11-10locks: fix leak on merging leasesJ. Bruce Fields1-2/+5
2010-11-10xfs: use hlist_add_fakeChristoph Hellwig1-1/+2
2010-11-10xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=nChristoph Hellwig1-4/+16
2010-11-10xfs: tell lockdep about parent iolock usage in filestreamsChristoph Hellwig1-1/+7
2010-11-10xfs: move delayed write buffer traceDave Chinner1-1/+1
2010-11-10xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner2-0/+2
2010-11-10xfs: xfs_ioctl: fix information leak to userlandKulikov Vasiliy1-1/+1
2010-11-10xfs: remove experimental tag from the delaylog optionChristoph Hellwig1-3/+0
2010-11-10ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2)Sergey Senozhatsky1-0/+4
2010-11-10ioprio: fix RCU locking around task dereferenceDaniel J Blueman1-2/+12
2010-11-10bio: take care not overflow page count when mapping/copying user dataJens Axboe1-1/+13
2010-11-10block: limit vec count in bio_kmalloc() and bio_alloc_map_data()Jens Axboe1-1/+8
2010-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-3/+10
2010-11-09cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman1-1/+0
2010-11-08sparc: fix openpromfs compileMeelis Roos1-1/+1
2010-11-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds5-91/+117
2010-11-08cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton1-2/+10
2010-11-08ext4: Add new ext4 inode tracepointsTheodore Ts'o2-0/+13
2010-11-08ext4: Don't call sb_issue_discard() in ext4_free_blocks()Theodore Ts'o1-2/+0
2010-11-08ext4: do not try to grab the s_umount semaphore in ext4_quota_offDmitry Monakhov1-5/+3
2010-11-08ext4: fix potential race when freeing ext4_io_page structuresTheodore Ts'o2-24/+16
2010-11-08ext4: handle writeback of inodes which are being freedTheodore Ts'o3-25/+38
2010-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-161/+152
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky4-14/+15
2010-11-04cifs: dereferencing first then checkingJeff Layton1-7/+3
2010-11-04cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman1-1/+1
2010-11-03ext4: initialize the percpu counters before replaying the journalTheodore Ts'o1-26/+39
2010-11-02nfsd4: fix 4.1 connection registration raceJ. Bruce Fields1-4/+12
2010-11-02[CIFS] Cleanup unused variable build warningSteve French1-1/+0