aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-12hugetlbfs: lessen the impact of a deprecation warningDave Jones1-2/+1
2010-11-11ceph: fix frag offset for non-leftmost fragsSage Weil1-1/+4
2010-11-11ceph: fix dangling pointerSage Weil1-0/+1
2010-11-11cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar2-19/+27
2010-11-11cifs: fix another memleak, in cifs_root_igetOskar Schirmer1-6/+6
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-10cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton1-1/+3
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-09ceph: make page alignment explicit in osd interfaceSage Weil3-9/+25
2010-11-09ceph: fix comment, remove extraneous argsSage Weil1-11/+9
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-08ceph: fix update of ctime from MDSSage Weil1-2/+4
2010-11-08ceph: fix version check on racing inode updatesSage Weil1-4/+9
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil2-2/+7
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil3-14/+10
2010-11-07ceph: re-request max_size if cap auth changesSage Weil1-0/+5
2010-11-07ceph: only let auth caps update max_sizeSage Weil1-1/+8
2010-11-07ceph: fix open for write on clustered mdsSage Weil1-2/+4
2010-11-07ceph: fix bad pointer dereference in ceph_fill_traceSage Weil1-1/+2
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
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton4-85/+101
2010-11-02cifs: store pointer to master tlink in superblock (try #2)Jeff Layton2-17/+5
2010-11-02cifs: trivial doc fix: note setlease implementedJ. Bruce Fields1-1/+1