summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie1-3/+3
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan1-18/+10
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan1-21/+12
2011-04-13Btrfs: make uncache_state unconditionalChris Mason1-5/+3
2011-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds15-181/+143
2011-04-13nfs: don't call __mark_inode_dirty while holding i_lockDave Chinner1-2/+4
2011-04-13Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds1-16/+0
2011-04-12cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)Jeff Layton3-36/+33
2011-04-12[CIFS] Warn on requesting default security (ntlm) on mountSteve French1-0/+11
2011-04-12[CIFS] cifs: clarify the meaning of tcpStatus == CifsGoodSteve French3-7/+8
2011-04-12cifs: wrap received signature check in srv_mutexJeff Layton1-6/+9
2011-04-12cifs: clean up various nits in unicode routines (try #2)Jeff Layton2-19/+18
2011-04-12cifs: clean up length checks in check2ndT2Jeff Layton1-13/+13
2011-04-12cifs: set ra_pages in backing_dev_infoJeff Layton1-0/+1
2011-04-12cifs: fix broken BCC check in is_valid_oplock_breakJeff Layton1-1/+1
2011-04-12cifs: always do is_path_accessible check in cifs_mountJeff Layton1-1/+1
2011-04-12various endian fixes to cifsSteve French4-10/+10
2011-04-12Elminate sparse __CHECK_ENDIAN__ warnings on port conversionSteve French1-3/+3
2011-04-12Max share size is too smallSteve French1-1/+1
2011-04-12Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason7-124/+180
2011-04-12btrfs: using cached extent_state in set/unlock combinationsArne Jansen3-19/+55
2011-04-12Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik3-24/+19
2011-04-12Allow user names longer than 32 bytesSteve French7-26/+30
2011-04-12cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton5-63/+7
2011-04-12cifs: check for private_data before trying to put itJeff Layton1-2/+4
2011-04-12Btrfs: fix subvolume mount by name problem when default mount subvolume is setXin Zhong1-9/+33
2011-04-12fix user annotation in ioctl.cDaniel J Blueman1-1/+1
2011-04-12Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-12btrfs: properly handle overlapping areas in memmove_extent_bufferSergei Trofimovich1-3/+11
2011-04-12Btrfs: fix memory leaks in btrfs_new_inode()Yoshinori Sano1-1/+4
2011-04-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-507/+531
2011-04-12xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony1-1/+1
2011-04-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds6-35/+102
2011-04-12Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+6
2011-04-11ext4: fix data corruption regression by reverting commit 6de9843dab3fTheodore Ts'o1-0/+1
2011-04-11ext4: Allow indirect-block file to grow the file size to max file sizeKazuya Mio1-6/+17
2011-04-11ext4: allow an active handle to be started when freezingYongqiang Yang1-11/+33
2011-04-11ext4: sync the directory inode in ext4_sync_parent()Curt Wohlgemuth1-3/+14
2011-04-10nfsd4: fix oops on lock failureJ. Bruce Fields1-3/+6
2011-04-10treewide: remove extra semicolonsJustin P. Mattock2-2/+2
2011-04-10ldm: Silence "ldm_validate_partition_table(): Disk read failed" when booting ...Nikanth Karthikesan1-1/+1
2011-04-09ufs: Fix a typoAlessio Igor Bogani1-1/+1
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-36/+26
2011-04-08Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-08Btrfs: reuse the extent_map we found when calling btrfs_get_extentJosef Bacik1-8/+28
2011-04-08Btrfs: do not use async submit for small DIO io'sJosef Bacik1-5/+19
2011-04-08Btrfs: don't split dio bios if we don't have toJosef Bacik1-7/+13
2011-04-08Btrfs: do not call btrfs_update_inode in endio if nothing changedJosef Bacik1-5/+10
2011-04-08Btrfs: map the inode item when doing fill_inode_itemJosef Bacik1-0/+12
2011-04-08Btrfs: only retry transaction reservation onceJosef Bacik1-1/+10