aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
* [XFS] Fix xfs_free_extent related NULL pointer dereference.Nathan Scott2006-08-10
* [XFS] Ensure bulkstat from an invalid inode number gets caught always withNathan Scott2006-07-28
* [XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott2006-07-28
* [XFS] Fix remount vs no/barrier options by ensuring we clear unwantedNathan Scott2006-07-28
* [XFS] All xfs_disk_dquot_t values are (as the name says) disk endian.Christoph Hellwig2006-07-28
* [PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells2006-07-10
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28
* Merge git://oss.sgi.com:8090/nathans/xfs-2.6Linus Torvalds2006-06-27
|\
| * [XFS] Fixup whitespace damage in log_write, remove final warning.Nathan Scott2006-06-27
| * [XFS] Rework code snippets slightly to remove remaining recent-gccNathan Scott2006-06-27
| * [XFS] Fix realtime subvolume expansion, a porting bug b0rked it. CoverityEric Sesterhenn2006-06-27
| * [XFS] Remove a race condition where a linked inode could BUG_ON inNathan Scott2006-06-27
| * [XFS] Remove redundant directory checks from inode link operation.Alexey Dobriyan2006-06-27
| * [XFS] Remove a couple of no-longer-used macros.Nathan Scott2006-06-27
| * [XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back --Alexey Dobriyan2006-06-27
| * [XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.Alexey Dobriyan2006-06-27
| * [XFS] * There is trivial "inode => vnode => inode" conversion, but onlyAlexey Dobriyan2006-06-27
| * [XFS] link(2) on directory is banned in VFS.Alexey Dobriyan2006-06-26
* | [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman2006-06-27
|/
* [PATCH] xfs: update ->flush method protoAlexey Dobriyan2006-06-25
* [PATCH] for_each_possible_cpu: xfsKAMEZAWA Hiroyuki2006-06-23
* [PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the resultsDavid Howells2006-06-23
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-23
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-23
* [XFS] Remove files from the build that are now unused.Nathan Scott2006-06-20
* [XFS] Fix a Makefile issue related to exports.o handling.Nathan Scott2006-06-20
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-19
* [XFS] Map EFSCORRUPTED to an actual error code, not just a made up oneNathan Scott2006-06-19
* [XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro2006-06-18
* [XFS] Remove unneeded conditional code on NFS export interface relatedNathan Scott2006-06-18
* [XFS] Remove an incorrect use of unlikely() on a relatively likely codeNathan Scott2006-06-18
* [XFS] Push some common code out of write path into core XFS code forNathan Scott2006-06-18
* [XFS] Remove unnecessary local from open_exec dmapi path.Nathan Scott2006-06-18
* [XFS] Minor XFS documentation updates.Nathan Scott2006-06-13
* [XFS] Fix broken const use inside local suffix_strtoul routine.Nathan Scott2006-06-09
* [XFS] Fix nused counter. It's currently getting set to -1 rather thanMandy Kirkconnell2006-06-09
* [XFS] Fix mismerge of the fs_writable cleanup patch causing a freeze/thawNathan Scott2006-06-09
* [XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott2006-06-09
* [XFS] Remove unused parameter from di2xflags routine.Nathan Scott2006-06-09
* [XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott2006-06-09
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-09
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-09
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-09
* [XFS] statvfs component of directory/project quota support, codeNathan Scott2006-06-09
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-09
* [XFS] Remove dead code from come bulkstat paths.Nathan Scott2006-06-09
* [XFS] Fix a typo in a header file comment.Nathan Scott2006-06-09
* [XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott2006-06-09
* [XFS] Make the pflags test/set wrappers more legible for us mere humans.Nathan Scott2006-06-09
20 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879














































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
ÐÏࡱá