aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/acl.c
Commit message (Expand)AuthorAge
* Patched in Tegra support.Jonathan Herman2013-01-17
* userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman2012-09-21
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-18
* jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-26
* switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-01
* switch posix_acl_create() to umode_t *Al Viro2011-08-01
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-25
* kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-25
* vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-25
* fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro2011-07-24
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-20
* ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-20
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-23
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds2010-06-07
|\
| * jffs2: update ctime when changing the file's permission by setfaclJan Kara2010-06-06
* | jffs2: constify xattr_handlerStephen Hemminger2010-05-21
|/
* sanitize xattr handler prototypesChristoph Hellwig2009-12-16
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-08
* Get "no acls for this inode" right, fix shmem breakageAl Viro2009-06-24
* helpers for acl caching + switch to thoseAl Viro2009-06-24
* switch jffs2 to inode->i_aclAl Viro2009-06-24
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-06
|\
| * [JFFS2] jffs2_acl_count() tests < 0 on unsignedRoel Kluin2009-03-20
* | New helper - current_umask()Al Viro2009-03-31
|/
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-26
* [JFFS2] Add missing call to posix_acl_releaseJulia Lawall2008-01-08
* [JFFS2] make jffs2_get_acl() staticAdrian Bunk2007-11-06
* [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()David Woodhouse2007-10-27
* [JFFS2] Tidy up fix for ACL/permissions problem.KaiGai Kohei2007-10-20
* [JFFS2] Fix ACL vs. mode handling.David Woodhouse2007-08-22
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-17
* [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-25
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-04
* [JFFS2][XATTR] Fix memory leak in POSIX-ACL supportKaiGai Kohei2006-07-02
* [JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL.KaiGai Kohei2006-06-27
* [JFFS2][XATTR] remove redundant pointer cast in acl.cKaiGai Kohei2006-05-13
* [JFFS2][XATTR] Unify each file header part with any jffs2 file.KaiGai Kohei2006-05-13
* [JFFS2][XATTR] remove typedef from posix_acl related definition.KaiGai Kohei2006-05-13
* [JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei2006-05-13
409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 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


























































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
ÿØÿà