aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman7-2/+70
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann1-10/+10
2016-09-22nsfs: Simplify __ns_get_pathEric W. Biederman1-5/+2
2016-09-22tools/testing: add a test to check nsfs ioctl-sAndrey Vagin4-0/+182
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin5-0/+27
2016-09-22nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin2-13/+94
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin9-0/+68
2016-09-22devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman1-9/+4
2016-09-22devpts: Remove sync_filesystemsEric W. Biederman1-1/+0
2016-09-22devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman1-1/+2
2016-09-22devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman1-18/+1
2016-09-22devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman1-8/+11
2016-09-22devpts: Move parse_mount_options into fill_superEric W. Biederman1-8/+8
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman7-7/+7
2016-09-22userns; Document per user per user namespace limits.Eric W. Biederman2-0/+67
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman4-1/+24
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman4-1/+24
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman4-0/+21
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman4-11/+37
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman4-5/+32
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman4-4/+24
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman4-25/+49
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman4-30/+117
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman4-11/+81
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman4-3/+120
2016-08-08userns: Free user namespaces in process contextEric W. Biederman2-5/+14
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman3-11/+10
2016-08-07Linux 4.8-rc1Linus Torvalds1-2/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-07fs: return EPERM on immutable inodeEryu Guan4-4/+5
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook4-33/+56
2016-08-05NTB: ntb_hw_intel: use local variable pdevAllen Hubbe1-5/+5
2016-08-05NTB: ntb_hw_intel: show BAR size in debugfs infoAllen Hubbe1-1/+38
2016-08-05ntb_test: Add a selftest script for the NTB subsystemLogan Gunthorpe2-0/+423
2016-08-05ntb_perf: clear link_is_up flag when the link goes down.Logan Gunthorpe1-19/+9
2016-08-05ntb_pingpong: Add a debugfs file to get the ping countLogan Gunthorpe1-1/+61
2016-08-05ntb_tool: Add link status and files to debugfsLogan Gunthorpe1-0/+92
2016-08-05ntb_tool: Postpone memory window initialization for the userLogan Gunthorpe1-138/+228
2016-08-05ntb_perf: Wait for link before running testLogan Gunthorpe1-1/+4
2016-08-05ntb_perf: Return results by reading the run fileLogan Gunthorpe1-12/+55
2016-08-05ntb_perf: Improve thread handling to increase robustnessLogan Gunthorpe1-48/+76
2016-08-05ntb_perf: Schedule based on time not on performanceLogan Gunthorpe1-2/+4
2016-08-05ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe2-4/+13
2016-08-05ntb_tool: Add memory window debug supportLogan Gunthorpe1-1/+257
2016-08-05ntb_perf: Allow limiting the size of the memory windowsLogan Gunthorpe1-0/+8
2016-08-05NTB: allocate number transport entries depending on size of ring sizeDave Jiang1-2/+27