aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAge
...
* fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick2015-02-17
* fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick2015-02-17
* fs/affs: fix casting in printed messagesGeert Uytterhoeven2015-02-17
* fs/affs/file.c: remove obsolete pagesize checkFabian Frederick2014-12-13
* fs/affs/file.c: add support to O_DIRECTFabian Frederick2014-12-13
* fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick2014-12-13
* fs/affs/file.c: forward declaration clean-upFabian Frederick2014-12-13
* assorted conversions to %p[dD]Al Viro2014-11-19
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
* fs/affs: remove redundant sys_tz declarationsFabian Frederick2014-10-13
* fs/affs/file.c: fix shadow warningsFabian Frederick2014-10-13
* fs/affs/inode.c: remove unused variableFabian Frederick2014-10-13
* fs/affs/super.c: remove unused variableFabian Frederick2014-10-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* | fs/affs: pr_debug cleanupFabian Frederick2014-06-06
* | fs/affs: convert printk to pr_foo()Fabian Frederick2014-06-06
* | fs/affs/file.c: remove unnecessary function parametersFabian Frederick2014-06-06
|/
* fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-06
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-07
* fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick2014-04-07
* affs: add __init to init_inodecache ()Fabian Frederick2014-04-07
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro2014-01-25
* remove obsolete references to powertweakDave Jones2013-11-27
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* affs: use loff_t in affs_truncate()Dan Carpenter2013-09-11
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* [readdir] convert affsAl Viro2013-06-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-21
|/
* affs: drop vmtruncateMarco Stornelli2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \
| * | userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman2012-09-21
| |/
* / workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* affs: use memweight()Akinobu Mita2012-07-30
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-14
* affs: unobfuscate affs_fix_dcache()Al Viro2012-07-14
* affs: get rid of open-coded list_for_each_entry()Al Viro2012-07-14
* affs: get rid of affs_sync_superArtem Bityutskiy2012-07-14
a id='n480' href='#n480'>480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 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




















































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
PK